Trace number 1555866

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 2/2009-03-20? (TO) 1200.16 606.024

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.49/0.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  598617  1396773 |  179585       0        0     nan |  0.000 % |
7.98/8.06	c |         0 |  341039  1130857 |      --       0       --      -- |     --   | -257536/-265815
7.98/8.06	c ==============================================================================
7.98/8.06	c Result  :   #vars: 72981   #clauses: 341039   #literals: 1130857
7.98/8.06	c CPU time:   7.80481 s
7.98/8.06	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-1555866-1238743450/watcher-1555866-1238743450 -o /tmp/evaluation-result-1555866-1238743450/solver-1555866-1238743450 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1555866-1238743450.cnf aimd 2 

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.53 1.58 1.26 3/64 15927
/proc/meminfo: memFree=1348208/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) R 15925 15927 15742 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15927/statm: 1339 234 194 169 0 50 0
[pid=15928] ppid=15927 vsize=988 CPUtime=0
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 1147010662 1011712 153 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 247 155 50 127 0 117 0

[startup+0.058434 s]
/proc/loadavg: 1.53 1.58 1.26 3/64 15927
/proc/meminfo: memFree=1348208/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15927/statm: 1339 235 195 169 0 50 0
[pid=15928] ppid=15927 vsize=9288 CPUtime=0.04
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 2030 0 0 0 4 0 0 0 19 0 1 0 1147010662 9510912 2014 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 2322 2017 51 127 0 2192 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.10144 s]
/proc/loadavg: 1.53 1.58 1.26 3/64 15927
/proc/meminfo: memFree=1348208/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15927/statm: 1339 235 195 169 0 50 0
[pid=15928] ppid=15927 vsize=16268 CPUtime=0.08
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 3499 0 0 0 7 1 0 0 19 0 1 0 1147010662 16658432 3483 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 4067 3484 50 127 0 3937 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21624

[startup+0.301472 s]
/proc/loadavg: 1.53 1.58 1.26 3/64 15927
/proc/meminfo: memFree=1348208/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15927/statm: 1339 235 195 169 0 50 0
[pid=15928] ppid=15927 vsize=42172 CPUtime=0.29
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 10196 0 0 0 23 6 0 0 21 0 1 0 1147010662 43184128 10180 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 10543 10181 50 127 0 10413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47528

[startup+0.701542 s]
/proc/loadavg: 1.53 1.58 1.26 3/64 15927
/proc/meminfo: memFree=1348208/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15927/statm: 1339 235 195 169 0 50 0
[pid=15928] ppid=15927 vsize=89972 CPUtime=0.69
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 21606 0 0 0 58 11 0 0 25 0 1 0 1147010662 92131328 19898 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 22493 19898 68 127 0 22363 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95328

[startup+1.50168 s]
/proc/loadavg: 1.53 1.58 1.26 2/66 15929
/proc/meminfo: memFree=1264928/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15927/statm: 1339 235 195 169 0 50 0
[pid=15928] ppid=15927 vsize=92588 CPUtime=1.49
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 22222 0 0 0 135 14 0 0 25 0 1 0 1147010662 94810112 20514 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 23147 20514 68 127 0 23017 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97944

[startup+3.10295 s]
/proc/loadavg: 1.53 1.58 1.26 2/66 15929
/proc/meminfo: memFree=1255520/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15927/statm: 1339 235 195 169 0 50 0
[pid=15928] ppid=15927 vsize=96504 CPUtime=3.09
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 23153 0 0 0 291 18 0 0 25 0 1 0 1147010662 98820096 21445 1992294400 134512640 135034092 4294956112 18446744073709551615 134563455 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 24126 21445 68 127 0 23996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101860

[startup+6.3015 s]
/proc/loadavg: 1.49 1.58 1.26 2/66 15929
/proc/meminfo: memFree=1236064/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=0
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147010662 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15927/statm: 1339 235 195 169 0 50 0
[pid=15928] ppid=15927 vsize=102136 CPUtime=6.29
/proc/15928/stat : 15928 (SatElite) R 15927 15927 15742 0 -1 4194304 24635 0 0 0 605 24 0 0 25 0 1 0 1147010662 104587264 22927 1992294400 134512640 135034092 4294956112 18446744073709551615 134566501 0 0 4096 3 0 0 0 17 0 0 0
/proc/15928/statm: 25534 22927 68 127 0 25404 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107492

[startup+12.7026 s]
/proc/loadavg: 1.45 1.57 1.26 3/67 15931
/proc/meminfo: memFree=1257192/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=74248 CPUtime=7.72
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 14750 0 0 0 760 12 0 0 17 0 2 0 1147011519 76029952 14690 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 18562 14690 83 193 0 18366 0
[pid=15930/tid=15931] ppid=15927 vsize=74248 CPUtime=3.61
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 1310 0 0 0 358 3 0 0 17 0 2 0 1147011567 76029952 14690 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (KiB) 79604

[startup+25.5018 s]
/proc/loadavg: 1.57 1.59 1.27 3/67 15931
/proc/meminfo: memFree=1249896/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=81080 CPUtime=33.25
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 16482 0 0 0 3310 15 0 0 24 0 2 0 1147011519 83025920 16422 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 20270 16422 83 193 0 20074 0
[pid=15930/tid=15931] ppid=15927 vsize=81080 CPUtime=16.4
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 2146 0 0 0 1636 4 0 0 22 0 2 0 1147011567 83025920 16422 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.81
Current children cumulated vsize (KiB) 86436

[startup+51.1012 s]
/proc/loadavg: 1.72 1.62 1.29 3/67 15931
/proc/meminfo: memFree=1241320/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=89908 CPUtime=84.31
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 18690 0 0 0 8412 19 0 0 25 0 2 0 1147011519 92065792 18630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 22477 18630 83 193 0 22281 0
[pid=15930/tid=15931] ppid=15927 vsize=89908 CPUtime=41.99
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 3130 0 0 0 4193 6 0 0 18 0 2 0 1147011567 92065792 18630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.87
Current children cumulated vsize (KiB) 95264

[startup+102.307 s]
/proc/loadavg: 1.87 1.67 1.32 3/67 15931
/proc/meminfo: memFree=1226408/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=104368 CPUtime=186.48
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 22337 0 0 0 18625 23 0 0 18 0 2 0 1147011519 106872832 22277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 26092 22277 83 193 0 25896 0
[pid=15930/tid=15931] ppid=15927 vsize=104368 CPUtime=93.17
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 4820 0 0 0 9309 8 0 0 25 0 2 0 1147011567 106872832 22277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 195.04
Current children cumulated vsize (KiB) 109724

[startup+162.301 s]
/proc/loadavg: 1.95 1.73 1.36 3/67 15931
/proc/meminfo: memFree=1215144/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=115468 CPUtime=306.19
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 25137 0 0 0 30591 28 0 0 18 0 2 0 1147011519 118239232 25077 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 28867 25077 83 193 0 28671 0
[pid=15930/tid=15931] ppid=15927 vsize=115468 CPUtime=153.14
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 6128 0 0 0 15303 11 0 0 25 0 2 0 1147011567 118239232 25077 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.75
Current children cumulated vsize (KiB) 120824

[startup+222.301 s]
/proc/loadavg: 1.98 1.78 1.40 3/67 15931
/proc/meminfo: memFree=1208040/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=123560 CPUtime=425.93
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 26952 0 0 0 42563 30 0 0 17 0 2 0 1147011519 126525440 26892 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 30890 26892 83 193 0 30694 0
[pid=15930/tid=15931] ppid=15927 vsize=123560 CPUtime=213.11
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 7046 0 0 0 21299 12 0 0 18 0 2 0 1147011567 126525440 26892 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 434.49
Current children cumulated vsize (KiB) 128916

[startup+282.303 s]
/proc/loadavg: 1.99 1.81 1.43 3/67 15931
/proc/meminfo: memFree=1199720/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=132552 CPUtime=545.67
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 29022 0 0 0 54532 35 0 0 18 0 2 0 1147011519 135733248 28962 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 33138 28962 83 193 0 32942 0
[pid=15930/tid=15931] ppid=15927 vsize=132552 CPUtime=273.08
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 8006 0 0 0 27294 14 0 0 25 0 2 0 1147011567 135733248 28962 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 554.23
Current children cumulated vsize (KiB) 137908

[startup+342.303 s]
/proc/loadavg: 1.99 1.85 1.47 3/67 15931
/proc/meminfo: memFree=1193576/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=138352 CPUtime=665.39
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 30544 0 0 0 66501 38 0 0 18 0 2 0 1147011519 141672448 30484 1992294400 134512640 135305190 4294956160 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15930/statm: 34588 30484 83 193 0 34392 0
[pid=15930/tid=15931] ppid=15927 vsize=138352 CPUtime=332.96
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 8694 0 0 0 33281 15 0 0 18 0 2 0 1147011567 141672448 30484 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.95
Current children cumulated vsize (KiB) 143708

[startup+402.301 s]
/proc/loadavg: 1.99 1.87 1.50 3/67 15931
/proc/meminfo: memFree=1191720/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=141300 CPUtime=785.12
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 31113 0 0 0 78473 39 0 0 25 0 2 0 1147011519 144691200 31053 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15930/statm: 35325 31053 83 193 0 35129 0
[pid=15930/tid=15931] ppid=15927 vsize=141300 CPUtime=392.73
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 8957 0 0 0 39257 16 0 0 18 0 2 0 1147011567 144691200 31053 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 793.68
Current children cumulated vsize (KiB) 146656

[startup+462.301 s]
/proc/loadavg: 1.99 1.89 1.52 3/67 15931
/proc/meminfo: memFree=1170728/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=161600 CPUtime=904.84
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 36243 0 0 0 90436 48 0 0 19 0 2 0 1147011519 165478400 36183 1992294400 134512640 135305190 4294956160 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15930/statm: 40400 36183 83 193 0 40204 0
[pid=15930/tid=15931] ppid=15927 vsize=161600 CPUtime=452.47
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 11121 0 0 0 45228 19 0 0 25 0 2 0 1147011567 165478400 36183 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 913.4
Current children cumulated vsize (KiB) 166956

[startup+522.302 s]
/proc/loadavg: 1.99 1.91 1.55 3/67 15931
/proc/meminfo: memFree=1169960/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=162420 CPUtime=1024.57
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 36435 0 0 0 102409 48 0 0 25 0 2 0 1147011519 166318080 36375 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15930/statm: 40605 36375 83 193 0 40409 0
[pid=15930/tid=15931] ppid=15927 vsize=162420 CPUtime=512.25
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 11219 0 0 0 51205 20 0 0 25 0 2 0 1147011567 166318080 36375 1992294400 134512640 135305190 4294956160 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1033.13
Current children cumulated vsize (KiB) 167776

[startup+582.303 s]
/proc/loadavg: 1.99 1.92 1.58 3/67 15931
/proc/meminfo: memFree=1157928/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=174408 CPUtime=1144.3
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 39444 0 0 0 114378 52 0 0 25 0 2 0 1147011519 178593792 39384 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15930/statm: 43602 39384 83 193 0 43406 0
[pid=15930/tid=15931] ppid=15927 vsize=174408 CPUtime=572
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 12681 0 0 0 57178 22 0 0 25 0 2 0 1147011567 178593792 39384 1992294400 134512640 135305190 4294956160 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1152.86
Current children cumulated vsize (KiB) 179764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+606.002 s]
/proc/loadavg: 1.99 1.93 1.59 3/67 15931
/proc/meminfo: memFree=1157544/2055920 swapFree=4179436/4192956
[pid=15927] ppid=15925 vsize=5356 CPUtime=8.56
/proc/15927/stat : 15927 (manysat.sh) S 15925 15927 15742 0 -1 4194304 312 26965 0 0 0 0 826 30 16 0 1 0 1147010662 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15927/statm: 1339 238 195 169 0 50 0
[pid=15930] ppid=15927 vsize=174880 CPUtime=1191.6
/proc/15930/stat : 15930 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194304 39528 0 0 0 119107 53 0 0 18 0 2 0 1147011519 179077120 39468 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15930/statm: 43720 39468 83 193 0 43524 0
[pid=15930/tid=15931] ppid=15927 vsize=174880 CPUtime=595.6
/proc/15930/task/15931/stat : 15931 (manysat1.1_stat) R 15927 15927 15742 0 -1 4194368 12699 0 0 0 59538 22 0 0 25 0 2 0 1147011567 179077120 39468 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 180236

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 15927 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=261744
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=303953
# CPU time returned by wait4() is 8.5657
# while last known CPU time is 1200.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 606.024
CPU time (s): 1200.16
CPU user time (s): 1199.33
CPU system time (s): 0.83
CPU usage (%): 198.038
Max. virtual memory (cumulated for all children) (KiB): 180236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.26174
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27277
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= 16

runsolver used 0.628904 second user time and 1.58976 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-03 09:24:11
IDJOB=1555866
IDBENCH=70808
IDSOLVER=515
FILE ID=node25/1555866-1238743450
PBS_JOBID= 9086100
Free space on /tmp= 66512 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555866-1238743450/watcher-1555866-1238743450 -o /tmp/evaluation-result-1555866-1238743450/solver-1555866-1238743450 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1555866-1238743450.cnf aimd 2

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1336370047

node25.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.263
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.263
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:       1348752 kB
Buffers:        112684 kB
Cached:         486444 kB
SwapCached:       7364 kB
Active:         283648 kB
Inactive:       324376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348752 kB
SwapTotal:     4192956 kB
SwapFree:      4179436 kB
Dirty:           12032 kB
Writeback:           0 kB
Mapped:          14568 kB
Slab:            85256 kB
Committed_AS:  3430564 kB
PageTables:       1464 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= 66480 MiB
End job on node25 at 2009-04-03 09:34:19