Trace number 1562573

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.1 602.223

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_11_3_4_fbc.cnf
MD5SUM3f38c028c252f031e9505f68e48a880b
Bench CategoryCRAFTED (crafted 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 variables8713
Number of clauses129507
Sum of the clauses size394961
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240674
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  129507   394961 |   38852       0        0     nan |  0.000 % |
0.68/0.72	c |         0 |  129507   394981 |      --       0       --      -- |     --   | 0/20
0.68/0.72	c ==============================================================================
0.68/0.72	c Result  :   #vars: 8709   #clauses: 129507   #literals: 394981
0.68/0.72	c CPU time:   0.716891 s
0.68/0.72	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-1562573-1238777041/watcher-1562573-1238777041 -o /tmp/evaluation-result-1562573-1238777041/solver-1562573-1238777041 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1562573-1238777041.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: 0.92 0.98 0.99 3/81 9464
/proc/meminfo: memFree=1804904/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0
/proc/9464/stat : 9464 (manysat.sh) R 9462 9464 9274 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 504033008 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 249069890207 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9464/statm: 1339 234 194 169 0 50 0
[pid=9465] ppid=9464 vsize=1572 CPUtime=0
/proc/9465/stat : 9465 (SatElite) R 9464 9464 9274 0 -1 4194304 311 0 0 0 0 0 0 0 18 0 1 0 504033008 1609728 295 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9465/statm: 393 295 51 127 0 263 0

[startup+0.101603 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 9464
/proc/meminfo: memFree=1804904/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 504033008 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9464/statm: 1339 235 195 169 0 50 0
[pid=9465] ppid=9464 vsize=10220 CPUtime=0.09
/proc/9465/stat : 9465 (SatElite) R 9464 9464 9274 0 -1 4194304 2319 0 0 0 9 0 0 0 19 0 1 0 504033008 10465280 2303 1992294400 134512640 135034092 4294956096 18446744073709551615 134561861 0 0 4096 3 0 0 0 17 0 0 0
/proc/9465/statm: 2555 2303 65 127 0 2425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15576

[startup+0.201612 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 9464
/proc/meminfo: memFree=1804904/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 504033008 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9464/statm: 1339 235 195 169 0 50 0
[pid=9465] ppid=9464 vsize=11236 CPUtime=0.18
/proc/9465/stat : 9465 (SatElite) R 9464 9464 9274 0 -1 4194304 2459 0 0 0 18 0 0 0 20 0 1 0 504033008 11505664 2443 1992294400 134512640 135034092 4294956096 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 0 0 0
/proc/9465/statm: 2809 2443 68 127 0 2679 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 16592

[startup+0.301622 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 9464
/proc/meminfo: memFree=1804904/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 504033008 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9464/statm: 1339 235 195 169 0 50 0
[pid=9465] ppid=9464 vsize=11236 CPUtime=0.28
/proc/9465/stat : 9465 (SatElite) R 9464 9464 9274 0 -1 4194304 2459 0 0 0 28 0 0 0 21 0 1 0 504033008 11505664 2443 1992294400 134512640 135034092 4294956096 18446744073709551615 134566248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9465/statm: 2809 2443 68 127 0 2679 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16592

[startup+0.701661 s]
/proc/loadavg: 0.92 0.98 0.99 3/81 9464
/proc/meminfo: memFree=1804904/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 504033008 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9464/statm: 1339 235 195 169 0 50 0
[pid=9465] ppid=9464 vsize=11236 CPUtime=0.68
/proc/9465/stat : 9465 (SatElite) R 9464 9464 9274 0 -1 4194304 2459 0 0 0 68 0 0 0 25 0 1 0 504033008 11505664 2443 1992294400 134512640 135034092 4294956096 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/9465/statm: 2809 2443 68 127 0 2679 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16592

[startup+1.50275 s]
/proc/loadavg: 0.92 0.98 0.99 3/84 9468
/proc/meminfo: memFree=1784208/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=32412 CPUtime=1.07
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 5326 0 0 0 105 2 0 0 17 0 2 0 504033096 33189888 5312 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 8103 5312 83 193 0 7907 0
[pid=9467/tid=9468] ppid=9464 vsize=32412 CPUtime=0.46
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 565 0 0 0 46 0 0 0 17 0 2 0 504033111 33189888 5312 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 37768

[startup+3.10291 s]
/proc/loadavg: 0.92 0.98 0.99 3/84 9468
/proc/meminfo: memFree=1778512/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=38800 CPUtime=4.27
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 6666 0 0 0 422 5 0 0 16 0 2 0 504033096 39731200 6652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 9700 6652 83 193 0 9504 0
[pid=9467/tid=9468] ppid=9464 vsize=38800 CPUtime=2.06
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 1206 0 0 0 204 2 0 0 16 0 2 0 504033111 39731200 6652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 44156

[startup+6.30122 s]
/proc/loadavg: 1.09 1.02 1.01 3/84 9468
/proc/meminfo: memFree=1768400/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=48348 CPUtime=10.64
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 9021 0 0 0 1058 6 0 0 16 0 2 0 504033096 49508352 9007 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 12087 9007 83 193 0 11891 0
[pid=9467/tid=9468] ppid=9464 vsize=48348 CPUtime=5.26
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 2454 0 0 0 523 3 0 0 17 0 2 0 504033111 49508352 9007 1992294400 134512640 135305190 4294956144 18446744073709551615 134541668 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (KiB) 53704

[startup+12.7019 s]
/proc/loadavg: 1.16 1.03 1.01 3/84 9468
/proc/meminfo: memFree=1749968/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=65068 CPUtime=23.41
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 13323 0 0 0 2332 9 0 0 17 0 2 0 504033096 66629632 13309 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 16267 13309 83 193 0 16071 0
[pid=9467/tid=9468] ppid=9464 vsize=65068 CPUtime=11.65
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 4904 0 0 0 1161 4 0 0 17 0 2 0 504033111 66629632 13309 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 70424

[startup+25.5011 s]
/proc/loadavg: 1.34 1.08 1.02 3/84 9468
/proc/meminfo: memFree=1719824/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=95192 CPUtime=48.93
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 20679 0 0 0 4877 16 0 0 17 0 2 0 504033096 97476608 20665 1992294400 134512640 135305190 4294956144 18446744073709551615 134541649 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 23798 20665 83 193 0 23602 0
[pid=9467/tid=9468] ppid=9464 vsize=95192 CPUtime=24.44
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 8804 0 0 0 2437 7 0 0 17 0 2 0 504033111 97476608 20665 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.79
Current children cumulated vsize (KiB) 100548

[startup+51.1016 s]
/proc/loadavg: 1.57 1.15 1.05 3/84 9468
/proc/meminfo: memFree=1673104/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=141124 CPUtime=100.01
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 32452 0 0 0 9971 30 0 0 17 0 2 0 504033096 144510976 32438 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 35281 32438 83 193 0 35085 0
[pid=9467/tid=9468] ppid=9464 vsize=141124 CPUtime=50.04
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 14994 0 0 0 4990 14 0 0 18 0 2 0 504033111 144510976 32438 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 146480

[startup+102.302 s]
/proc/loadavg: 1.81 1.28 1.10 3/84 9468
/proc/meminfo: memFree=1627344/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=187396 CPUtime=202.13
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 43630 0 0 0 20169 44 0 0 18 0 2 0 504033096 191893504 43616 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 46849 43616 83 193 0 46653 0
[pid=9467/tid=9468] ppid=9464 vsize=187396 CPUtime=101.23
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 21228 0 0 0 10100 23 0 0 18 0 2 0 504033111 191893504 43616 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.99
Current children cumulated vsize (KiB) 192752

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/84 9468
/proc/meminfo: memFree=1548624/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=265956 CPUtime=321.8
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 63494 0 0 0 32116 64 0 0 17 0 2 0 504033096 272338944 63480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 66489 63480 83 193 0 66293 0
[pid=9467/tid=9468] ppid=9464 vsize=265956 CPUtime=161.19
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 32512 0 0 0 16084 35 0 0 17 0 2 0 504033111 272338944 63480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.66
Current children cumulated vsize (KiB) 271312

[startup+222.307 s]
/proc/loadavg: 2.00 1.53 1.21 3/84 9468
/proc/meminfo: memFree=1472720/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=341412 CPUtime=441.51
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 82255 0 0 0 44067 84 0 0 19 0 2 0 504033096 349605888 82241 1992294400 134512640 135305190 4294956144 18446744073709551615 134551848 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 85353 82241 83 193 0 85157 0
[pid=9467/tid=9468] ppid=9464 vsize=341412 CPUtime=221.18
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 43037 0 0 0 22072 46 0 0 17 0 2 0 504033111 349605888 82241 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.37
Current children cumulated vsize (KiB) 346768

[startup+282.301 s]
/proc/loadavg: 2.00 1.61 1.25 3/84 9468
/proc/meminfo: memFree=1437392/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=376780 CPUtime=561.12
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 91165 0 0 0 56017 95 0 0 25 0 2 0 504033096 385822720 91151 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 94195 91151 83 193 0 93999 0
[pid=9467/tid=9468] ppid=9464 vsize=376780 CPUtime=281.09
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 48946 0 0 0 28055 54 0 0 25 0 2 0 504033111 385822720 91151 1992294400 134512640 135305190 4294956144 18446744073709551615 134541965 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.98
Current children cumulated vsize (KiB) 382136

[startup+342.301 s]
/proc/loadavg: 2.00 1.68 1.30 3/84 9468
/proc/meminfo: memFree=1414352/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=399308 CPUtime=680.81
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 96773 0 0 0 67978 103 0 0 24 0 2 0 504033096 408891392 96759 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 99827 96759 83 193 0 99631 0
[pid=9467/tid=9468] ppid=9464 vsize=399308 CPUtime=341.06
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 52071 0 0 0 34048 58 0 0 25 0 2 0 504033111 408891392 96759 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 681.67
Current children cumulated vsize (KiB) 404664

[startup+402.301 s]
/proc/loadavg: 2.00 1.74 1.34 3/84 9468
/proc/meminfo: memFree=1404112/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=409548 CPUtime=800.5
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 99343 0 0 0 79944 106 0 0 17 0 2 0 504033096 419377152 99329 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 102387 99329 83 193 0 102191 0
[pid=9467/tid=9468] ppid=9464 vsize=409548 CPUtime=401.04
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 53944 0 0 0 40044 60 0 0 17 0 2 0 504033111 419377152 99329 1992294400 134512640 135305190 4294956144 18446744073709551615 134551656 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.36
Current children cumulated vsize (KiB) 414904

[startup+462.301 s]
/proc/loadavg: 2.00 1.78 1.38 3/84 9470
/proc/meminfo: memFree=1397712/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=415692 CPUtime=920.18
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 100906 0 0 0 91909 109 0 0 19 0 2 0 504033096 425668608 100892 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 103923 100892 83 193 0 103727 0
[pid=9467/tid=9468] ppid=9464 vsize=415692 CPUtime=461.01
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 54883 0 0 0 46039 62 0 0 19 0 2 0 504033111 425668608 100892 1992294400 134512640 135305190 4294956144 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.04
Current children cumulated vsize (KiB) 421048

[startup+522.302 s]
/proc/loadavg: 2.00 1.82 1.41 3/84 9470
/proc/meminfo: memFree=1394640/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=418288 CPUtime=1039.85
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 101657 0 0 0 103874 111 0 0 25 0 2 0 504033096 428326912 101643 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 104572 101643 83 193 0 104376 0
[pid=9467/tid=9468] ppid=9464 vsize=418288 CPUtime=520.99
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 55339 0 0 0 52036 63 0 0 25 0 2 0 504033111 428326912 101643 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1040.71
Current children cumulated vsize (KiB) 423644

[startup+582.303 s]
/proc/loadavg: 2.00 1.85 1.45 3/84 9470
/proc/meminfo: memFree=1387024/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=426480 CPUtime=1159.54
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 103564 0 0 0 115840 114 0 0 25 0 2 0 504033096 436715520 103550 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 106620 103550 83 193 0 106424 0
[pid=9467/tid=9468] ppid=9464 vsize=426480 CPUtime=580.97
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 55881 0 0 0 58033 64 0 0 25 0 2 0 504033111 436715520 103550 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1160.4
Current children cumulated vsize (KiB) 431836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.203 s]
/proc/loadavg: 2.00 1.86 1.46 3/84 9470
/proc/meminfo: memFree=1372112/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=441968 CPUtime=1199.24
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 107275 0 0 0 119806 118 0 0 25 0 2 0 504033096 452575232 107261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 110492 107261 83 193 0 110296 0
[pid=9467/tid=9468] ppid=9464 vsize=441968 CPUtime=600.87
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 57987 0 0 0 60021 66 0 0 25 0 2 0 504033111 452575232 107261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 447324

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

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

[startup+602.203 s]
/proc/loadavg: 2.00 1.86 1.46 3/84 9470
/proc/meminfo: memFree=1372112/2055920 swapFree=4169716/4192956
[pid=9464] ppid=9462 vsize=5356 CPUtime=0.86
/proc/9464/stat : 9464 (manysat.sh) S 9462 9464 9274 0 -1 4194304 312 2464 0 0 0 0 85 1 16 0 1 0 504033008 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9464/statm: 1339 238 195 169 0 50 0
[pid=9467] ppid=9464 vsize=441968 CPUtime=1199.24
/proc/9467/stat : 9467 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194304 107275 0 0 0 119806 118 0 0 25 0 2 0 504033096 452575232 107261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9467/statm: 110492 107261 83 193 0 110296 0
[pid=9467/tid=9468] ppid=9464 vsize=441968 CPUtime=600.87
/proc/9467/task/9468/stat : 9468 (manysat1.1_stat) R 9464 9464 9274 0 -1 4194368 57987 0 0 0 60021 66 0 0 25 0 2 0 504033111 452575232 107261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 447324

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 602.223
CPU time (s): 1200.1
CPU user time (s): 1198.91
CPU system time (s): 1.19
CPU usage (%): 199.278
Max. virtual memory (cumulated for all children) (KiB): 447324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.855869
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2776
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.676897 second user time and 2.07268 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-03 18:44:01
IDJOB=1562573
IDBENCH=70937
IDSOLVER=514
FILE ID=node89/1562573-1238777041
PBS_JOBID= 9085562
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= 3f38c028c252f031e9505f68e48a880b
RANDOM SEED=362073800

node89.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.240
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.240
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1805448 kB
Buffers:         25672 kB
Cached:         139644 kB
SwapCached:      12436 kB
Active:          71080 kB
Inactive:       108192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805448 kB
SwapTotal:     4192956 kB
SwapFree:      4169716 kB
Dirty:            3868 kB
Writeback:           0 kB
Mapped:          19604 kB
Slab:            55492 kB
Committed_AS:  1672608 kB
PageTables:       2600 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= 66512 MiB
End job on node89 at 2009-04-03 18:54:06