Trace number 1732806

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.17 601.919

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c Parsing...
0.18/0.21	c ==============================================================================
0.18/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.21	c ==============================================================================
0.18/0.21	c |         0 |  139590  1667160 |   41876       0        0     nan |  0.000 % |
0.18/0.21	c ==============================================================================
0.18/0.21	c Result  :   #vars: 55   #clauses: 139590   #literals: 1667160
0.18/0.21	c CPU time:   0.185971 s
0.18/0.21	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-1732806-1240783353/watcher-1732806-1240783353 -o /tmp/evaluation-result-1732806-1240783353/solver-1732806-1240783353 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1732806-1240783353.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.99 1.85 1.45 3/64 21416
/proc/meminfo: memFree=1300264/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361389 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 235 195 169 0 50 0
[pid=21417] ppid=21416 vsize=824 CPUtime=0
/proc/21417/stat : 21417 (SatElite) R 21416 21416 21036 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 106361390 843776 94 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21417/statm: 206 94 50 127 0 76 0

[startup+0.059947 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 21416
/proc/meminfo: memFree=1300264/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361389 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 235 195 169 0 50 0
[pid=21417] ppid=21416 vsize=4408 CPUtime=0.04
/proc/21417/stat : 21417 (SatElite) R 21416 21416 21036 0 -1 4194304 960 0 0 0 4 0 0 0 19 0 1 0 106361390 4513792 944 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21417/statm: 1102 944 50 127 0 972 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9764

[startup+0.101951 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 21416
/proc/meminfo: memFree=1300264/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361389 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 235 195 169 0 50 0
[pid=21417] ppid=21416 vsize=7248 CPUtime=0.09
/proc/21417/stat : 21417 (SatElite) R 21416 21416 21036 0 -1 4194304 1604 0 0 0 8 1 0 0 19 0 1 0 106361390 7421952 1588 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21417/statm: 1812 1588 50 127 0 1682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12604

[startup+0.301965 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 21416
/proc/meminfo: memFree=1300264/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 106361389 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 235 195 169 0 50 0
[pid=21417] ppid=21416 vsize=19496 CPUtime=0.29
/proc/21417/stat : 21417 (SatElite) R 21416 21416 21036 0 -1 4194304 4604 0 0 0 26 3 0 0 20 0 1 0 106361390 19963904 4588 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/21417/statm: 4874 4588 67 127 0 4744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24852

[startup+0.702007 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 21416
/proc/meminfo: memFree=1300264/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5356

[startup+1.50108 s]
/proc/loadavg: 1.91 1.84 1.45 3/67 21420
/proc/meminfo: memFree=1269960/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=43336 CPUtime=1.3
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 7260 0 0 0 126 4 0 0 17 0 2 0 106361459 44376064 7245 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 10834 7245 83 193 0 10638 0
[pid=21419/tid=21420] ppid=21416 vsize=43336 CPUtime=0.5
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 721 0 0 0 50 0 0 0 18 0 2 0 106361488 44376064 7245 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 48692

[startup+3.1022 s]
/proc/loadavg: 1.91 1.84 1.45 3/67 21420
/proc/meminfo: memFree=1264072/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=47212 CPUtime=4.49
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 8181 0 0 0 445 4 0 0 19 0 2 0 106361459 48345088 8166 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 11803 8166 83 193 0 11607 0
[pid=21419/tid=21420] ppid=21416 vsize=47212 CPUtime=2.09
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 1322 0 0 0 209 0 0 0 25 0 2 0 106361488 48345088 8166 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 52568

[startup+6.30146 s]
/proc/loadavg: 1.91 1.84 1.45 3/67 21420
/proc/meminfo: memFree=1259848/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=51128 CPUtime=10.87
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 9147 0 0 0 1082 5 0 0 25 0 2 0 106361459 52355072 9132 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 12782 9132 83 193 0 12586 0
[pid=21419/tid=21420] ppid=21416 vsize=51128 CPUtime=5.3
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 1872 0 0 0 529 1 0 0 18 0 2 0 106361488 52355072 9132 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 56484

[startup+12.703 s]
/proc/loadavg: 1.93 1.84 1.46 3/67 21420
/proc/meminfo: memFree=1254216/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=56472 CPUtime=23.64
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 10203 0 0 0 2358 6 0 0 25 0 2 0 106361459 57827328 10188 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 14118 10188 83 193 0 13922 0
[pid=21419/tid=21420] ppid=21416 vsize=56472 CPUtime=11.69
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 2576 0 0 0 1168 1 0 0 23 0 2 0 106361488 57827328 10188 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 61828

[startup+25.502 s]
/proc/loadavg: 1.94 1.85 1.46 3/67 21420
/proc/meminfo: memFree=1249808/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=61532 CPUtime=49.18
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 11356 0 0 0 4910 8 0 0 17 0 2 0 106361459 63008768 11341 1992294400 134512640 135305190 4294956144 18446744073709551615 134538311 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 15383 11341 83 193 0 15187 0
[pid=21419/tid=21420] ppid=21416 vsize=61532 CPUtime=24.48
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 2817 0 0 0 2446 2 0 0 25 0 2 0 106361488 63008768 11341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.86
Current children cumulated vsize (KiB) 66888

[startup+51.101 s]
/proc/loadavg: 1.96 1.86 1.47 3/67 21420
/proc/meminfo: memFree=1243600/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=69660 CPUtime=100.26
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 12973 0 0 0 10015 11 0 0 25 0 2 0 106361459 71331840 12958 1992294400 134512640 135305190 4294956144 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 17415 12958 83 193 0 17219 0
[pid=21419/tid=21420] ppid=21416 vsize=69660 CPUtime=50.08
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 3503 0 0 0 5004 4 0 0 25 0 2 0 106361488 71331840 12958 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 75016

[startup+102.306 s]
/proc/loadavg: 1.98 1.88 1.50 3/67 21420
/proc/meminfo: memFree=1235088/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=78608 CPUtime=202.45
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 15020 0 0 0 20229 16 0 0 25 0 2 0 106361459 80494592 15005 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 19652 15005 83 193 0 19456 0
[pid=21419/tid=21420] ppid=21416 vsize=78608 CPUtime=101.26
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 4726 0 0 0 10119 7 0 0 25 0 2 0 106361488 80494592 15005 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.13
Current children cumulated vsize (KiB) 83964

[startup+162.302 s]
/proc/loadavg: 1.99 1.90 1.53 3/67 21420
/proc/meminfo: memFree=1228688/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=85184 CPUtime=322.18
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 16614 0 0 0 32198 20 0 0 17 0 2 0 106361459 87228416 16599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 21296 16599 83 193 0 21100 0
[pid=21419/tid=21420] ppid=21416 vsize=85184 CPUtime=161.23
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 5586 0 0 0 16115 8 0 0 25 0 2 0 106361488 87228416 16599 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.86
Current children cumulated vsize (KiB) 90540

[startup+222.302 s]
/proc/loadavg: 1.99 1.91 1.56 3/67 21420
/proc/meminfo: memFree=1223056/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=91476 CPUtime=441.91
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 18005 0 0 0 44167 24 0 0 25 0 2 0 106361459 93671424 17990 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 22869 17990 83 193 0 22673 0
[pid=21419/tid=21420] ppid=21416 vsize=91476 CPUtime=221.2
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 6087 0 0 0 22111 9 0 0 25 0 2 0 106361488 93671424 17990 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.59
Current children cumulated vsize (KiB) 96832

[startup+282.302 s]
/proc/loadavg: 1.99 1.93 1.58 3/67 21420
/proc/meminfo: memFree=1218640/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=95724 CPUtime=561.66
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 19127 0 0 0 56138 28 0 0 25 0 2 0 106361459 98021376 19112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 23931 19112 83 193 0 23735 0
[pid=21419/tid=21420] ppid=21416 vsize=95724 CPUtime=281.19
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 6782 0 0 0 28108 11 0 0 25 0 2 0 106361488 98021376 19112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.34
Current children cumulated vsize (KiB) 101080

[startup+342.301 s]
/proc/loadavg: 1.99 1.94 1.60 3/67 21420
/proc/meminfo: memFree=1214232/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=101312 CPUtime=681.4
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 20222 0 0 0 68109 31 0 0 25 0 2 0 106361459 103743488 20207 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 25328 20207 83 193 0 25132 0
[pid=21419/tid=21420] ppid=21416 vsize=101312 CPUtime=341.16
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 7399 0 0 0 34104 12 0 0 19 0 2 0 106361488 103743488 20207 1992294400 134512640 135305190 4294956144 18446744073709551615 134538922 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.08
Current children cumulated vsize (KiB) 106668

[startup+402.301 s]
/proc/loadavg: 1.99 1.95 1.63 3/67 21420
/proc/meminfo: memFree=1212952/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=102440 CPUtime=801.15
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 20527 0 0 0 80082 33 0 0 25 0 2 0 106361459 104898560 20512 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 25610 20512 83 193 0 25414 0
[pid=21419/tid=21420] ppid=21416 vsize=102440 CPUtime=401.14
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 7464 0 0 0 40101 13 0 0 21 0 2 0 106361488 104898560 20512 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.83
Current children cumulated vsize (KiB) 107796

[startup+462.302 s]
/proc/loadavg: 1.99 1.95 1.65 3/67 21420
/proc/meminfo: memFree=1204376/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=110128 CPUtime=920.89
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 22691 0 0 0 92051 38 0 0 22 0 2 0 106361459 112771072 22676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 27532 22676 83 193 0 27336 0
[pid=21419/tid=21420] ppid=21416 vsize=110128 CPUtime=461.13
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 8498 0 0 0 46097 16 0 0 25 0 2 0 106361488 112771072 22676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.57
Current children cumulated vsize (KiB) 115484

[startup+522.302 s]
/proc/loadavg: 1.99 1.96 1.66 3/67 21420
/proc/meminfo: memFree=1198680/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=117488 CPUtime=1040.63
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 24072 0 0 0 104022 41 0 0 17 0 2 0 106361459 120307712 24057 1992294400 134512640 135305190 4294956144 18446744073709551615 134539321 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 29372 24057 83 193 0 29176 0
[pid=21419/tid=21420] ppid=21416 vsize=117488 CPUtime=521.1
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 8880 0 0 0 52093 17 0 0 25 0 2 0 106361488 120307712 24057 1992294400 134512640 135305190 4294956144 18446744073709551615 134528280 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.31
Current children cumulated vsize (KiB) 122844

[startup+582.302 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 21420
/proc/meminfo: memFree=1197144/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=119576 CPUtime=1160.37
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 24503 0 0 0 115994 43 0 0 25 0 2 0 106361459 122445824 24488 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 29894 24488 83 193 0 29698 0
[pid=21419/tid=21420] ppid=21416 vsize=119576 CPUtime=581.07
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 9233 0 0 0 58089 18 0 0 19 0 2 0 106361488 122445824 24488 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.05
Current children cumulated vsize (KiB) 124932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.902 s]
/proc/loadavg: 1.99 1.97 1.69 3/67 21420
/proc/meminfo: memFree=1193048/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=123520 CPUtime=1199.49
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 25498 0 0 0 119904 45 0 0 25 0 2 0 106361459 126484480 25483 1992294400 134512640 135305190 4294956144 18446744073709551615 134548012 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 30880 25483 83 193 0 30684 0
[pid=21419/tid=21420] ppid=21416 vsize=123520 CPUtime=600.67
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 9815 0 0 0 60048 19 0 0 18 0 2 0 106361488 126484480 25483 1992294400 134512640 135305190 4294956144 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 128876

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

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

[startup+601.902 s]
/proc/loadavg: 1.99 1.97 1.69 3/67 21420
/proc/meminfo: memFree=1193048/2055920 swapFree=4177048/4192956
[pid=21416] ppid=21414 vsize=5356 CPUtime=0.68
/proc/21416/stat : 21416 (manysat.sh) S 21414 21416 21036 0 -1 4194304 312 4607 0 0 0 0 64 4 15 0 1 0 106361389 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21416/statm: 1339 238 195 169 0 50 0
[pid=21419] ppid=21416 vsize=123520 CPUtime=1199.49
/proc/21419/stat : 21419 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194304 25498 0 0 0 119904 45 0 0 25 0 2 0 106361459 126484480 25483 1992294400 134512640 135305190 4294956144 18446744073709551615 134548012 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21419/statm: 30880 25483 83 193 0 30684 0
[pid=21419/tid=21420] ppid=21416 vsize=123520 CPUtime=600.67
/proc/21419/task/21420/stat : 21420 (manysat1.1_stat) R 21416 21416 21036 0 -1 4194368 9815 0 0 0 60048 19 0 0 18 0 2 0 106361488 126484480 25483 1992294400 134512640 135305190 4294956144 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 128876

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 601.919
CPU time (s): 1200.17
CPU user time (s): 1199.68
CPU system time (s): 0.49
CPU usage (%): 199.39
Max. virtual memory (cumulated for all children) (KiB): 128876

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

runsolver used 0.554915 second user time and 1.65175 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-27 00:02:33
IDJOB=1732806
IDBENCH=71128
IDSOLVER=515
FILE ID=node69/1732806-1240783353
PBS_JOBID= 9187241
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1872727922

node69.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.231
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.231
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:       1300744 kB
Buffers:         66632 kB
Cached:         599540 kB
SwapCached:      10564 kB
Active:         459648 kB
Inactive:       220188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300744 kB
SwapTotal:     4192956 kB
SwapFree:      4177048 kB
Dirty:            6376 kB
Writeback:           0 kB
Mapped:          14256 kB
Slab:            61300 kB
Committed_AS:   352240 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= 66136 MiB
End job on node69 at 2009-04-27 00:12:37