Trace number 369255

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, and are wall clock time (not CPU 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
CMUSAT 2007-02-08? (TO) 5000.13 5001.67

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-035-034.sat05-1235.reshuffled-07.cnf
MD5SUM677c0547bc16a23b319702cb8efc6aa8
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 variables1190
Number of clauses39900
Sum of the clauses size80920
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 239865
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  1190                                                 |
0.00/0.03	c |  Number of clauses:    39900                                                |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-369255-1177264654 -o ROOT/results/node15/solver-369255-1177264654 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369255-1177264654/cmusat /tmp/evaluation/369255-1177264654/instance-369255-1177264654.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.14 1.04 1.01 3/77 22529
/proc/meminfo: memFree=1518112/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=2456 CPUtime=0
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 317 0 0 0 0 0 0 0 18 0 1 0 174383003 2514944 300 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 614 300 96 243 0 368 0

[startup+0.0527339 s]
/proc/loadavg: 1.14 1.04 1.01 3/77 22529
/proc/meminfo: memFree=1518112/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=4688 CPUtime=0.04
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 872 0 0 0 4 0 0 0 18 0 1 0 174383003 4800512 855 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530784 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 1172 855 107 243 0 926 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4688

[startup+0.102739 s]
/proc/loadavg: 1.14 1.04 1.01 3/77 22529
/proc/meminfo: memFree=1518112/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=4688 CPUtime=0.09
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 872 0 0 0 9 0 0 0 18 0 1 0 174383003 4800512 855 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 1172 855 107 243 0 926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4688

[startup+0.301757 s]
/proc/loadavg: 1.14 1.04 1.01 3/77 22529
/proc/meminfo: memFree=1518112/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=5496 CPUtime=0.29
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 1048 0 0 0 29 0 0 0 19 0 1 0 174383003 5627904 1031 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 1374 1031 108 243 0 1128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5496

[startup+0.702794 s]
/proc/loadavg: 1.14 1.04 1.01 3/77 22529
/proc/meminfo: memFree=1518112/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=6844 CPUtime=0.69
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 2288 0 0 0 68 1 0 0 23 0 1 0 174383003 7008256 1197 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 1711 1198 119 243 0 1465 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6844

[startup+1.50187 s]
/proc/loadavg: 1.13 1.04 1.01 2/78 22530
/proc/meminfo: memFree=1511448/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=11860 CPUtime=1.49
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 3593 0 0 0 148 1 0 0 25 0 1 0 174383003 12144640 2502 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 2965 2503 119 243 0 2719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11860

[startup+3.10202 s]
/proc/loadavg: 1.13 1.04 1.01 2/78 22530
/proc/meminfo: memFree=1505816/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=18332 CPUtime=3.09
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 5254 0 0 0 307 2 0 0 25 0 1 0 174383003 18771968 4163 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581286 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 4583 4163 119 243 0 4337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18332

[startup+6.30131 s]
/proc/loadavg: 1.13 1.04 1.01 2/78 22530
/proc/meminfo: memFree=1499160/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=20744 CPUtime=6.29
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 5964 0 0 0 627 2 0 0 25 0 1 0 174383003 21241856 4769 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589528 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 5186 4769 119 243 0 4940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20744

[startup+12.7019 s]
/proc/loadavg: 1.11 1.04 1.01 2/78 22530
/proc/meminfo: memFree=1496472/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=25016 CPUtime=12.69
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 7262 0 0 0 1266 3 0 0 25 0 1 0 174383003 25616384 5850 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581078 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 6254 5850 119 243 0 6008 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25016

[startup+25.5011 s]
/proc/loadavg: 1.09 1.04 1.01 2/78 22530
/proc/meminfo: memFree=1488536/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=31260 CPUtime=25.49
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 9058 0 0 0 2545 4 0 0 25 0 1 0 174383003 32010240 7416 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589625 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 7815 7416 119 243 0 7569 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31260

[startup+51.1014 s]
/proc/loadavg: 1.06 1.03 1.01 2/78 22530
/proc/meminfo: memFree=1478232/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=41680 CPUtime=51.08
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 12057 0 0 0 5102 6 0 0 25 0 1 0 174383003 42680320 10041 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589665 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 10420 10041 119 243 0 10174 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41680

[startup+102.305 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 22530
/proc/meminfo: memFree=1442712/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=79184 CPUtime=102.26
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 21690 0 0 0 10216 10 0 0 25 0 1 0 174383003 81084416 18799 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589753 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 19796 18799 119 243 0 19550 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 79184

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 22530
/proc/meminfo: memFree=1442648/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=79184 CPUtime=162.25
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 21758 0 0 0 16214 11 0 0 25 0 1 0 174383003 81084416 18867 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 19796 18867 119 243 0 19550 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 79184

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/84 22638
/proc/meminfo: memFree=1441000/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=79184 CPUtime=222.18
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 21820 0 0 0 22205 13 0 0 25 0 1 0 174383003 81084416 18929 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 19796 18929 119 243 0 19550 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 79184

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 22728
/proc/meminfo: memFree=1432984/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=88484 CPUtime=282.12
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 24302 0 0 0 28197 15 0 0 25 0 1 0 174383003 90607616 21224 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 22121 21224 119 243 0 21875 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 88484

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 22728
/proc/meminfo: memFree=1424792/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=96648 CPUtime=342.11
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 26565 0 0 0 34193 18 0 0 25 0 1 0 174383003 98967552 23288 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589762 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 24162 23288 119 243 0 23916 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 96648

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22728
/proc/meminfo: memFree=1418840/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=102780 CPUtime=402.09
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 28260 0 0 0 40189 20 0 0 25 0 1 0 174383003 105246720 24772 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 25695 24772 119 243 0 25449 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 102780

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22728
/proc/meminfo: memFree=1416792/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=105248 CPUtime=462.07
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 28816 0 0 0 46186 21 0 0 25 0 1 0 174383003 107773952 25328 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 26312 25328 119 243 0 26066 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 105248

[startup+522.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 22728
/proc/meminfo: memFree=1406488/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=115460 CPUtime=522.05
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 31594 0 0 0 52181 24 0 0 25 0 1 0 174383003 118231040 27882 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 28865 27882 119 243 0 28619 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 115460

[startup+582.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 22728
/proc/meminfo: memFree=1405976/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=115988 CPUtime=582.04
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 31733 0 0 0 58179 25 0 0 25 0 1 0 174383003 118771712 28021 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 28997 28021 119 243 0 28751 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 115988

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 1.00 3/78 22728
/proc/meminfo: memFree=1394776/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=127208 CPUtime=642.03
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 34531 0 0 0 64173 30 0 0 25 0 1 0 174383003 130260992 30819 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 31802 30819 119 243 0 31556 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 127208


################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1180952/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=346480 CPUtime=4001.02
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 91815 0 0 0 400004 98 0 0 25 0 1 0 174383003 354795520 84129 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 86620 84129 119 243 0 86374 0
Current children cumulated CPU time (s) 4001.02
Current children cumulated vsize (KiB) 346480

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1180952/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=346612 CPUtime=4061
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 91841 0 0 0 406002 98 0 0 25 0 1 0 174383003 354930688 84155 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 86653 84155 119 243 0 86407 0
Current children cumulated CPU time (s) 4061
Current children cumulated vsize (KiB) 346612

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1180376/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=347128 CPUtime=4120.99
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 92030 0 0 0 412000 99 0 0 25 0 1 0 174383003 355459072 84278 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 86782 84278 119 243 0 86536 0
Current children cumulated CPU time (s) 4120.99
Current children cumulated vsize (KiB) 347128

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1179352/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=348308 CPUtime=4180.97
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 92364 0 0 0 417997 100 0 0 25 0 1 0 174383003 356667392 84547 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 87077 84547 119 243 0 86831 0
Current children cumulated CPU time (s) 4180.97
Current children cumulated vsize (KiB) 348308

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1167128/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=360848 CPUtime=4240.96
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 95497 0 0 0 423992 104 0 0 25 0 1 0 174383003 369508352 87614 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 90212 87614 119 243 0 89966 0
Current children cumulated CPU time (s) 4240.96
Current children cumulated vsize (KiB) 360848

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1155352/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=372224 CPUtime=4300.93
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 98486 0 0 0 429986 107 0 0 25 0 1 0 174383003 381157376 90538 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 93056 90538 119 243 0 92810 0
Current children cumulated CPU time (s) 4300.93
Current children cumulated vsize (KiB) 372224

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1144280/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=383424 CPUtime=4360.92
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 101486 0 0 0 435981 111 0 0 25 0 1 0 174383003 392626176 93342 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 95856 93342 119 243 0 95610 0
Current children cumulated CPU time (s) 4360.92
Current children cumulated vsize (KiB) 383424

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1141400/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=386116 CPUtime=4420.9
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 102700 0 0 0 441978 112 0 0 25 0 1 0 174383003 395382784 94021 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589676 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 96529 94021 119 243 0 96283 0
Current children cumulated CPU time (s) 4420.9
Current children cumulated vsize (KiB) 386116

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1141272/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=386244 CPUtime=4480.89
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 102753 0 0 0 447976 113 0 0 25 0 1 0 174383003 395513856 94041 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 96561 94041 119 243 0 96315 0
Current children cumulated CPU time (s) 4480.89
Current children cumulated vsize (KiB) 386244

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1141080/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=386372 CPUtime=4540.87
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 102816 0 0 0 453974 113 0 0 25 0 1 0 174383003 395644928 94071 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 96593 94071 119 243 0 96347 0
Current children cumulated CPU time (s) 4540.87
Current children cumulated vsize (KiB) 386372

[startup+4602.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 22928
/proc/meminfo: memFree=1140760/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=386760 CPUtime=4600.86
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 102933 0 0 0 459972 114 0 0 25 0 1 0 174383003 396042240 94155 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 96690 94155 119 243 0 96444 0
Current children cumulated CPU time (s) 4600.86
Current children cumulated vsize (KiB) 386760

[startup+4662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 22928
/proc/meminfo: memFree=1140504/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=387144 CPUtime=4660.84
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 103107 0 0 0 465969 115 0 0 25 0 1 0 174383003 396435456 94230 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 96786 94230 119 243 0 96540 0
Current children cumulated CPU time (s) 4660.84
Current children cumulated vsize (KiB) 387144

[startup+4722.31 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1140248/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=387404 CPUtime=4720.83
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 103211 0 0 0 471968 115 0 0 25 0 1 0 174383003 396701696 94301 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 96851 94301 119 243 0 96605 0
Current children cumulated CPU time (s) 4720.83
Current children cumulated vsize (KiB) 387404

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1139736/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=387920 CPUtime=4780.81
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 103391 0 0 0 477965 116 0 0 25 0 1 0 174383003 397230080 94383 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 96980 94383 119 243 0 96734 0
Current children cumulated CPU time (s) 4780.81
Current children cumulated vsize (KiB) 387920

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1139800/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=388052 CPUtime=4840.8
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 103436 0 0 0 483963 117 0 0 25 0 1 0 174383003 397365248 94428 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578958 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 97013 94428 119 243 0 96767 0
Current children cumulated CPU time (s) 4840.8
Current children cumulated vsize (KiB) 388052

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1139672/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=388184 CPUtime=4900.78
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 103467 0 0 0 489961 117 0 0 25 0 1 0 174383003 397500416 94459 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 97046 94459 119 243 0 96800 0
Current children cumulated CPU time (s) 4900.78
Current children cumulated vsize (KiB) 388184

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1139352/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=388576 CPUtime=4960.76
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 103539 0 0 0 495958 118 0 0 25 0 1 0 174383003 397901824 94531 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 97144 94531 119 243 0 96898 0
Current children cumulated CPU time (s) 4960.76
Current children cumulated vsize (KiB) 388576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22928
/proc/meminfo: memFree=1139096/2055920 swapFree=4169120/4192956
[pid=22529] ppid=22527 vsize=388840 CPUtime=5000.06
/proc/22529/stat : 22529 (cmusat) R 22527 22529 22430 0 -1 4194304 103598 0 0 0 499888 118 0 0 25 0 1 0 174383003 398172160 94590 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589696 0 0 4096 35 0 0 0 17 1 0 0
/proc/22529/statm: 97210 94590 119 243 0 96964 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 388840

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)
Real time (s): 5001.67
CPU time (s): 5000.13
CPU user time (s): 4998.89
CPU system time (s): 1.24281
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 388840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.89
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103598
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= 6
involuntary context switches= 5121

runsolver used 5.80512 second user time and 11.6672 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Apr 22 17:57:34 UTC 2007

IDJOB= 369255
IDBENCH= 24656
IDSOLVER= 182
FILE ID= node15/369255-1177264654

PBS_JOBID= 4650652

Free space on /tmp= 66485 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-035-034.sat05-1235.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369255-1177264654/cmusat /tmp/evaluation/369255-1177264654/instance-369255-1177264654.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-369255-1177264654 -o ROOT/results/node15/solver-369255-1177264654 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369255-1177264654/cmusat /tmp/evaluation/369255-1177264654/instance-369255-1177264654.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  677c0547bc16a23b319702cb8efc6aa8

RANDOM SEED= 613924265

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.227
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.227
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:       1518584 kB
Buffers:         67492 kB
Cached:         374536 kB
SwapCached:       2420 kB
Active:         245028 kB
Inactive:       221368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518584 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            2976 kB
Writeback:           0 kB
Mapped:          30352 kB
Slab:            56384 kB
Committed_AS:  7028988 kB
PageTables:       1868 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= 66485 MiB

End job on node15 on Sun Apr 22 19:20:58 UTC 2007