Trace number 335643

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) 1200.08 1200.25

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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node16/watcher-335643-1173631435 -o ROOT/results/node16/solver-335643-1173631435 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335643-1173631435/cmusat /tmp/evaluation/335643-1173631435/instance-335643-1173631435.cnf 

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): 2400 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/77 31567
/proc/meminfo: memFree=1799400/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=2456 CPUtime=0
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 317 0 0 0 0 0 0 0 18 0 1 0 383097836 2514944 300 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 614 300 96 243 0 368 0

[startup+0.0810891 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31567
/proc/meminfo: memFree=1799400/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=4688 CPUtime=0.07
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 872 0 0 0 7 0 0 0 18 0 1 0 383097836 4800512 855 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530350 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 1172 855 107 243 0 926 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4688

[startup+0.101086 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31567
/proc/meminfo: memFree=1799400/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=4688 CPUtime=0.09
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 872 0 0 0 9 0 0 0 18 0 1 0 383097836 4800512 855 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 1172 855 107 243 0 926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4688

[startup+0.301064 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31567
/proc/meminfo: memFree=1799400/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=5496 CPUtime=0.29
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 1048 0 0 0 29 0 0 0 19 0 1 0 383097836 5627904 1031 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530816 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 1374 1031 108 243 0 1128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5496

[startup+0.701014 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31567
/proc/meminfo: memFree=1799400/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=6844 CPUtime=0.69
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 2282 0 0 0 69 0 0 0 23 0 1 0 383097836 7008256 1191 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 1711 1191 119 243 0 1465 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6844

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1792800/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=11860 CPUtime=1.49
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 3582 0 0 0 148 1 0 0 25 0 1 0 383097836 12144640 2491 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 2965 2491 119 243 0 2719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11860

[startup+3.10172 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1787104/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=18200 CPUtime=3.09
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 5224 0 0 0 308 1 0 0 25 0 1 0 383097836 18636800 4133 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 4550 4133 119 243 0 4304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18200

[startup+6.30134 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1780448/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=20744 CPUtime=6.29
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 5964 0 0 0 627 2 0 0 25 0 1 0 383097836 21241856 4769 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589682 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 5186 4769 119 243 0 4940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20744

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1777824/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=25016 CPUtime=12.69
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 7262 0 0 0 1266 3 0 0 25 0 1 0 383097836 25616384 5850 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 6254 5850 119 243 0 6008 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25016

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1769824/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=31260 CPUtime=25.49
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 9058 0 0 0 2545 4 0 0 25 0 1 0 383097836 32010240 7416 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 7815 7416 119 243 0 7569 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31260

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1759520/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=41680 CPUtime=51.09
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 12057 0 0 0 5102 7 0 0 25 0 1 0 383097836 42680320 10041 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 10420 10041 119 243 0 10174 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41680

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1724000/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=79184 CPUtime=102.29
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 21690 0 0 0 10218 11 0 0 25 0 1 0 383097836 81084416 18799 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 19796 18799 119 243 0 19550 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 79184

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1723872/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=79184 CPUtime=162.28
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 21758 0 0 0 16216 12 0 0 25 0 1 0 383097836 81084416 18867 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 19796 18867 119 243 0 19550 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 79184

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1723552/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=79184 CPUtime=222.27
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 21824 0 0 0 22215 12 0 0 25 0 1 0 383097836 81084416 18933 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 19796 18933 119 243 0 19550 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 79184

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1714336/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=88484 CPUtime=282.28
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 24302 0 0 0 28212 16 0 0 25 0 1 0 383097836 90607616 21224 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589676 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 22121 21224 119 243 0 21875 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 88484

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1706016/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=96648 CPUtime=342.27
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 26565 0 0 0 34210 17 0 0 25 0 1 0 383097836 98967552 23288 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 24162 23288 119 243 0 23916 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 96648

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1700064/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=102780 CPUtime=402.27
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 28260 0 0 0 40207 20 0 0 25 0 1 0 383097836 105246720 24772 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 25695 24772 119 243 0 25449 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 102780

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1697824/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=105380 CPUtime=462.26
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 28841 0 0 0 46205 21 0 0 25 0 1 0 383097836 107909120 25353 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 26345 25353 119 243 0 26099 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 105380

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1687520/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=115460 CPUtime=522.26
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 31594 0 0 0 52201 25 0 0 25 0 1 0 383097836 118231040 27882 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589628 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 28865 27882 119 243 0 28619 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 115460

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31568
/proc/meminfo: memFree=1686944/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=115988 CPUtime=582.25
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 31733 0 0 0 58200 25 0 0 25 0 1 0 383097836 118771712 28021 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 28997 28021 119 243 0 28751 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 115988

[startup+642.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 31568
/proc/meminfo: memFree=1675616/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=127208 CPUtime=642.25
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 34554 0 0 0 64197 28 0 0 25 0 1 0 383097836 130260992 30842 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 31802 30842 119 243 0 31556 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 127208

[startup+702.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 31568
/proc/meminfo: memFree=1671072/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=131540 CPUtime=702.24
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 35906 0 0 0 70194 30 0 0 25 0 1 0 383097836 134696960 31956 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 32885 31956 119 243 0 32639 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 131540

[startup+762.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 31568
/proc/meminfo: memFree=1668896/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=133596 CPUtime=762.24
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 36701 0 0 0 76193 31 0 0 25 0 1 0 383097836 136802304 32497 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 33399 32497 119 243 0 33153 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 133596

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31568
/proc/meminfo: memFree=1667040/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=135992 CPUtime=822.24
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 37162 0 0 0 82192 32 0 0 25 0 1 0 383097836 139255808 32958 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134579080 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 33998 32958 119 243 0 33752 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 135992

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31568
/proc/meminfo: memFree=1654560/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=148260 CPUtime=882.23
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 40531 0 0 0 88187 36 0 0 25 0 1 0 383097836 151818240 36055 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134592868 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 37065 36055 119 243 0 36819 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 148260

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31568
/proc/meminfo: memFree=1653600/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=149540 CPUtime=942.23
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 40838 0 0 0 94186 37 0 0 25 0 1 0 383097836 153128960 36296 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 37385 36296 119 243 0 37139 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 149540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31568
/proc/meminfo: memFree=1652192/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=151236 CPUtime=1002.22
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 41215 0 0 0 100185 37 0 0 25 0 1 0 383097836 154865664 36607 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134580868 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 37809 36607 119 243 0 37563 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 151236

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 31682
/proc/meminfo: memFree=1643616/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=159580 CPUtime=1062.19
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 43111 0 0 0 106177 42 0 0 25 0 1 0 383097836 163409920 38503 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 39895 38503 119 243 0 39649 0
Current children cumulated CPU time (s) 1062.19
Current children cumulated vsize (KiB) 159580

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31766
/proc/meminfo: memFree=1551072/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=257268 CPUtime=1122.14
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 67917 0 0 0 112163 51 0 0 25 0 1 0 383097836 263442432 61806 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590157 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 64317 61806 119 243 0 64071 0
Current children cumulated CPU time (s) 1122.14
Current children cumulated vsize (KiB) 257268

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31766
/proc/meminfo: memFree=1551072/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=257268 CPUtime=1182.13
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 67929 0 0 0 118162 51 0 0 25 0 1 0 383097836 263442432 61818 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589676 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 64317 61818 119 243 0 64071 0
Current children cumulated CPU time (s) 1182.13
Current children cumulated vsize (KiB) 257268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31766
/proc/meminfo: memFree=1551072/2055920 swapFree=4159664/4192956
[pid=31567] ppid=31565 vsize=257268 CPUtime=1200.03
/proc/31567/stat : 31567 (cmusat) R 31565 31567 31120 0 -1 4194304 67929 0 0 0 119952 51 0 0 25 0 1 0 383097836 263442432 61818 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/31567/statm: 64317 61818 119 243 0 64071 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 257268

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): 1200.25
CPU time (s): 1200.08
CPU user time (s): 1199.52
CPU system time (s): 0.556915
CPU usage (%): 99.9861
Max. virtual memory (cumulated for all children) (KiB): 258432

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

runsolver used 1.45778 second user time and 2.83457 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Mar 11 16:43:55 UTC 2007

IDJOB= 335643
IDBENCH= 24656
IDSOLVER= 121
FILE ID= node16/335643-1173631435

PBS_JOBID= 4101297

Free space on /tmp= 66455 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/335643-1173631435/cmusat /tmp/evaluation/335643-1173631435/instance-335643-1173631435.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-335643-1173631435 -o ROOT/results/node16/solver-335643-1173631435 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335643-1173631435/cmusat /tmp/evaluation/335643-1173631435/instance-335643-1173631435.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  677c0547bc16a23b319702cb8efc6aa8

RANDOM SEED= 114111211

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1799872 kB
Buffers:         27544 kB
Cached:         155332 kB
SwapCached:       2084 kB
Active:         105676 kB
Inactive:        99760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799872 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:          30668 kB
Slab:            36308 kB
Committed_AS:  1424240 kB
PageTables:       1720 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= 66455 MiB

End job on node16 on Sun Mar 11 17:03:57 UTC 2007