Trace number 1721103

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20? (TO) 1200.19 602.419

General information on the benchmark

Namemizh-md5-48-5.cnf
MD5SUM8ab50418497c0326ed1ff5d73a4e24a3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark155.035
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279256
Sum of the clauses size832648
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120496
Number of clauses of size 342781
Number of clauses of size 4115778
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.25	c ==============================================================================
0.19/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.25	c ==============================================================================
0.19/0.25	c |         0 |  240181   693662 |   72054       0        0     nan |  0.000 % |
0.99/1.08	c |         0 |  157595   533830 |      --       0       --      -- |     --   | -81353/-155494
0.99/1.08	c ==============================================================================
0.99/1.08	c Result  :   #vars: 26735   #clauses: 157595   #literals: 533830
0.99/1.08	c CPU time:   1.01585 s
0.99/1.08	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1721103-1240662814/watcher-1721103-1240662814 -o /tmp/evaluation-result-1721103-1240662814/solver-1721103-1240662814 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1721103-1240662814.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 1.01 1.00 3/64 27240
/proc/meminfo: memFree=1811720/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=0
/proc/27240/stat : 27240 (manysat.sh) R 27238 27240 26752 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 94309846 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27240/statm: 1339 234 194 169 0 50 0
[pid=27241] ppid=27240 vsize=988 CPUtime=0
/proc/27241/stat : 27241 (SatElite) R 27240 27240 26752 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 94309846 1011712 128 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27241/statm: 247 128 51 127 0 117 0

[startup+0.0493809 s]
/proc/loadavg: 1.03 1.01 1.00 3/64 27240
/proc/meminfo: memFree=1811720/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=0
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94309846 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27240/statm: 1339 235 195 169 0 50 0
[pid=27241] ppid=27240 vsize=5608 CPUtime=0.03
/proc/27241/stat : 27241 (SatElite) R 27240 27240 26752 0 -1 4194304 1316 0 0 0 3 0 0 0 18 0 1 0 94309846 5742592 1300 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27241/statm: 1402 1301 51 127 0 1272 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10964

[startup+0.102389 s]
/proc/loadavg: 1.03 1.01 1.00 3/64 27240
/proc/meminfo: memFree=1811720/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=0
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94309846 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27240/statm: 1339 235 195 169 0 50 0
[pid=27241] ppid=27240 vsize=11896 CPUtime=0.09
/proc/27241/stat : 27241 (SatElite) R 27240 27240 26752 0 -1 4194304 2796 0 0 0 8 1 0 0 19 0 1 0 94309846 12181504 2780 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/27241/statm: 2974 2786 51 127 0 2844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17252

[startup+0.301417 s]
/proc/loadavg: 1.03 1.01 1.00 3/64 27240
/proc/meminfo: memFree=1811720/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=0
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94309846 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27240/statm: 1339 235 195 169 0 50 0
[pid=27241] ppid=27240 vsize=36224 CPUtime=0.29
/proc/27241/stat : 27241 (SatElite) R 27240 27240 26752 0 -1 4194304 8074 0 0 0 25 4 0 0 22 0 1 0 94309846 37093376 7402 1992294400 134512640 135034092 4294956096 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27241/statm: 9056 7402 68 127 0 8926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41580

[startup+0.702475 s]
/proc/loadavg: 1.03 1.01 1.00 3/64 27240
/proc/meminfo: memFree=1811720/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=0
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94309846 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27240/statm: 1339 235 195 169 0 50 0
[pid=27241] ppid=27240 vsize=41584 CPUtime=0.69
/proc/27241/stat : 27241 (SatElite) R 27240 27240 26752 0 -1 4194304 9420 0 0 0 64 5 0 0 25 0 1 0 94309846 42582016 8687 1992294400 134512640 135034092 4294956096 18446744073709551615 134574644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27241/statm: 10396 8687 68 127 0 10266 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46940

[startup+1.5016 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 27242
/proc/meminfo: memFree=1773816/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 5356

[startup+3.10184 s]
/proc/loadavg: 1.03 1.01 1.00 3/67 27244
/proc/meminfo: memFree=1779568/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=40848 CPUtime=3.33
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 6925 0 0 0 327 6 0 0 17 0 2 0 94309977 41828352 6911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 10212 6911 83 193 0 10016 0
[pid=27243/tid=27244] ppid=27240 vsize=40848 CPUtime=1.54
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 626 0 0 0 153 1 0 0 17 0 2 0 94309999 41828352 6911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 46204

[startup+6.30231 s]
/proc/loadavg: 1.11 1.03 1.01 3/67 27244
/proc/meminfo: memFree=1772976/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=45460 CPUtime=9.7
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 8125 0 0 0 961 9 0 0 17 0 2 0 94309977 46551040 8111 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 11365 8111 83 193 0 11169 0
[pid=27243/tid=27244] ppid=27240 vsize=45460 CPUtime=4.75
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 1280 0 0 0 472 3 0 0 17 0 2 0 94309999 46551040 8111 1992294400 134512640 135305190 4294956144 18446744073709551615 134530985 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 50816

[startup+12.7013 s]
/proc/loadavg: 1.18 1.04 1.01 3/67 27244
/proc/meminfo: memFree=1764336/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=53660 CPUtime=22.43
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 10217 0 0 0 2230 13 0 0 17 0 2 0 94309977 54947840 10203 1992294400 134512640 135305190 4294956144 18446744073709551615 134541486 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 13415 10203 83 193 0 13219 0
[pid=27243/tid=27244] ppid=27240 vsize=53660 CPUtime=11.13
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 2228 0 0 0 1109 4 0 0 17 0 2 0 94309999 54947840 10203 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 59016

[startup+25.5021 s]
/proc/loadavg: 1.36 1.09 1.02 3/67 27244
/proc/meminfo: memFree=1760368/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=57780 CPUtime=47.96
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 11268 0 0 0 4779 17 0 0 17 0 2 0 94309977 59166720 11254 1992294400 134512640 135305190 4294956144 18446744073709551615 134542048 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 14445 11254 83 193 0 14249 0
[pid=27243/tid=27244] ppid=27240 vsize=57780 CPUtime=23.9
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 2688 0 0 0 2384 6 0 0 17 0 2 0 94309999 59166720 11254 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (KiB) 63136

[startup+51.1029 s]
/proc/loadavg: 1.58 1.16 1.05 3/67 27244
/proc/meminfo: memFree=1750512/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=67992 CPUtime=99
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 13681 0 0 0 9878 22 0 0 20 0 2 0 94309977 69623808 13667 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 16998 13667 83 193 0 16802 0
[pid=27243/tid=27244] ppid=27240 vsize=67992 CPUtime=49.48
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 4022 0 0 0 4939 9 0 0 18 0 2 0 94309999 69623808 13667 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 73348

[startup+102.306 s]
/proc/loadavg: 1.81 1.29 1.10 3/67 27244
/proc/meminfo: memFree=1738416/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=79912 CPUtime=201.14
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 16679 0 0 0 20086 28 0 0 25 0 2 0 94309977 81829888 16665 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 19978 16665 83 193 0 19782 0
[pid=27243/tid=27244] ppid=27240 vsize=79912 CPUtime=100.64
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 5582 0 0 0 10051 13 0 0 17 0 2 0 94309999 81829888 16665 1992294400 134512640 135305190 4294956144 18446744073709551615 134556807 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.44
Current children cumulated vsize (KiB) 85268

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.15 3/67 27244
/proc/meminfo: memFree=1728432/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=88388 CPUtime=320.82
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 19161 0 0 0 32047 35 0 0 25 0 2 0 94309977 90509312 19147 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 22097 19147 83 193 0 21901 0
[pid=27243/tid=27244] ppid=27240 vsize=88388 CPUtime=160.59
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 6698 0 0 0 16043 16 0 0 21 0 2 0 94309999 90509312 19147 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.12
Current children cumulated vsize (KiB) 93744

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.20 3/67 27244
/proc/meminfo: memFree=1726320/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=91620 CPUtime=440.53
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 19674 0 0 0 44016 37 0 0 25 0 2 0 94309977 93818880 19660 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 22905 19660 83 193 0 22709 0
[pid=27243/tid=27244] ppid=27240 vsize=91620 CPUtime=220.57
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 6914 0 0 0 22040 17 0 0 17 0 2 0 94309999 93818880 19660 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 441.83
Current children cumulated vsize (KiB) 96976

[startup+282.302 s]
/proc/loadavg: 1.99 1.60 1.25 3/67 27246
/proc/meminfo: memFree=1717808/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=100884 CPUtime=560.23
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 21789 0 0 0 55982 41 0 0 18 0 2 0 94309977 103305216 21775 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 25221 21775 83 193 0 25025 0
[pid=27243/tid=27244] ppid=27240 vsize=100884 CPUtime=280.51
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 7812 0 0 0 28032 19 0 0 21 0 2 0 94309999 103305216 21775 1992294400 134512640 135305190 4294956144 18446744073709551615 134556831 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.53
Current children cumulated vsize (KiB) 106240

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 27246
/proc/meminfo: memFree=1707504/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=111072 CPUtime=679.96
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 24378 0 0 0 67951 45 0 0 17 0 2 0 94309977 113737728 24364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 27768 24364 83 193 0 27572 0
[pid=27243/tid=27244] ppid=27240 vsize=111072 CPUtime=340.49
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 8974 0 0 0 34028 21 0 0 20 0 2 0 94309999 113737728 24364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 681.26
Current children cumulated vsize (KiB) 116428

[startup+402.303 s]
/proc/loadavg: 1.99 1.73 1.33 3/67 27246
/proc/meminfo: memFree=1704304/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=114040 CPUtime=799.64
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 25197 0 0 0 79917 47 0 0 25 0 2 0 94309977 116776960 25183 1992294400 134512640 135305190 4294956144 18446744073709551615 134547978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 28510 25183 83 193 0 28314 0
[pid=27243/tid=27244] ppid=27240 vsize=114040 CPUtime=400.4
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 9370 0 0 0 40019 21 0 0 19 0 2 0 94309999 116776960 25183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 800.94
Current children cumulated vsize (KiB) 119396

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.37 3/67 27246
/proc/meminfo: memFree=1700400/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=117112 CPUtime=919.33
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 26120 0 0 0 91883 50 0 0 17 0 2 0 94309977 119922688 26106 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 29278 26106 83 193 0 29082 0
[pid=27243/tid=27244] ppid=27240 vsize=117112 CPUtime=460.33
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 9600 0 0 0 46011 22 0 0 25 0 2 0 94309999 119922688 26106 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 920.63
Current children cumulated vsize (KiB) 122468

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 3/67 27246
/proc/meminfo: memFree=1693488/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=124332 CPUtime=1039.06
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 27895 0 0 0 103853 53 0 0 25 0 2 0 94309977 127315968 27881 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 31083 27881 83 193 0 30887 0
[pid=27243/tid=27244] ppid=27240 vsize=124332 CPUtime=520.3
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 10045 0 0 0 52007 23 0 0 25 0 2 0 94309999 127315968 27881 1992294400 134512640 135305190 4294956144 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1040.36
Current children cumulated vsize (KiB) 129688

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.44 3/67 27246
/proc/meminfo: memFree=1691376/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=126380 CPUtime=1158.77
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 28355 0 0 0 115822 55 0 0 25 0 2 0 94309977 129413120 28341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 31595 28341 83 193 0 31399 0
[pid=27243/tid=27244] ppid=27240 vsize=126380 CPUtime=580.25
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 10126 0 0 0 58002 23 0 0 18 0 2 0 94309999 129413120 28341 1992294400 134512640 135305190 4294956144 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1160.07
Current children cumulated vsize (KiB) 131736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.402 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 27246
/proc/meminfo: memFree=1690480/2055920 swapFree=4192812/4192956
[pid=27240] ppid=27238 vsize=5356 CPUtime=1.3
/proc/27240/stat : 27240 (manysat.sh) S 27238 27240 26752 0 -1 4194304 312 10907 0 0 0 0 121 9 16 0 1 0 94309846 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27240/statm: 1339 238 195 169 0 50 0
[pid=27243] ppid=27240 vsize=127404 CPUtime=1198.89
/proc/27243/stat : 27243 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194304 28584 0 0 0 119834 55 0 0 18 0 2 0 94309977 130461696 28570 1992294400 134512640 135305190 4294956144 18446744073709551615 134528425 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27243/statm: 31851 28570 83 193 0 31655 0
[pid=27243/tid=27244] ppid=27240 vsize=127404 CPUtime=600.36
/proc/27243/task/27244/stat : 27244 (manysat1.1_stat) R 27240 27240 26752 0 -1 4194368 10355 0 0 0 60012 24 0 0 25 0 2 0 94309999 130461696 28570 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 132760

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27240 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=220814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=95985
# CPU time returned by wait4() is 1.3168
# while last known CPU time is 1200.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 602.419
CPU time (s): 1200.19
CPU user time (s): 1199.55
CPU system time (s): 0.64
CPU usage (%): 199.228
Max. virtual memory (cumulated for all children) (KiB): 132760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.22081
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 6

runsolver used 0.558915 second user time and 1.64275 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 14:33:34
IDJOB=1721103
IDBENCH=69651
IDSOLVER=514
FILE ID=node39/1721103-1240662814
PBS_JOBID= 9186548
Free space on /tmp= 66272 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE08/cnf/mizh-md5-48-5.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721103-1240662814/watcher-1721103-1240662814 -o /tmp/evaluation-result-1721103-1240662814/solver-1721103-1240662814 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1721103-1240662814.cnf aimd 1

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 8ab50418497c0326ed1ff5d73a4e24a3
RANDOM SEED=147110677

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1812200 kB
Buffers:         18304 kB
Cached:         149988 kB
SwapCached:        144 kB
Active:          52692 kB
Inactive:       129648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6980 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            47496 kB
Committed_AS:   422180 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node39 at 2009-04-25 14:43:39