Trace number 369260

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.07 5001.45

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
MD5SUM0ce167d7a0126df2b5481aeca929a46c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark285.77
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses5067
Sum of the clauses size10404
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25049
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  306                                                  |
0.00/0.00	c |  Number of clauses:    5067                                                 |

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/node63/watcher-369260-1177266331 -o ROOT/results/node63/solver-369260-1177266331 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369260-1177266331/cmusat /tmp/evaluation/369260-1177266331/instance-369260-1177266331.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: 0.85 0.98 0.99 3/64 32147
/proc/meminfo: memFree=1668524/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=2456 CPUtime=0
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 209 0 0 0 0 0 0 0 18 0 1 0 202623007 2514944 192 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134551386 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 614 193 96 243 0 368 0

[startup+0.072186 s]
/proc/loadavg: 0.85 0.98 0.99 3/64 32147
/proc/meminfo: memFree=1668524/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=3032 CPUtime=0.06
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 364 0 0 0 6 0 0 0 18 0 1 0 202623007 3104768 347 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 758 347 119 243 0 512 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3032

[startup+0.101189 s]
/proc/loadavg: 0.85 0.98 0.99 3/64 32147
/proc/meminfo: memFree=1668524/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=3164 CPUtime=0.09
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 423 0 0 0 9 0 0 0 18 0 1 0 202623007 3239936 406 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 791 406 119 243 0 545 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3164

[startup+0.301208 s]
/proc/loadavg: 0.85 0.98 0.99 3/64 32147
/proc/meminfo: memFree=1668524/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=3824 CPUtime=0.29
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 592 0 0 0 29 0 0 0 19 0 1 0 202623007 3915776 575 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134521750 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 956 575 119 243 0 710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3824

[startup+0.701251 s]
/proc/loadavg: 0.85 0.98 0.99 3/64 32147
/proc/meminfo: memFree=1668524/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=4464 CPUtime=0.69
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 728 0 0 0 69 0 0 0 22 0 1 0 202623007 4571136 711 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 1116 711 119 243 0 870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4464

[startup+1.50133 s]
/proc/loadavg: 0.85 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1665764/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=6820 CPUtime=1.49
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 1258 0 0 0 149 0 0 0 25 0 1 0 202623007 6983680 1241 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134591345 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 1705 1241 119 243 0 1459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6820

[startup+3.10151 s]
/proc/loadavg: 0.85 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1663844/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=7036 CPUtime=3.09
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 1321 0 0 0 309 0 0 0 25 0 1 0 202623007 7204864 1304 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 1759 1304 119 243 0 1513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7036

[startup+6.30184 s]
/proc/loadavg: 0.86 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1662252/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=8772 CPUtime=6.29
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 1807 0 0 0 628 1 0 0 25 0 1 0 202623007 8982528 1790 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589696 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 2193 1790 119 243 0 1947 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8772

[startup+12.7015 s]
/proc/loadavg: 0.87 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1655348/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=15320 CPUtime=12.69
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 3545 0 0 0 1268 1 0 0 25 0 1 0 202623007 15687680 3290 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 3830 3290 119 243 0 3584 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15320

[startup+25.5019 s]
/proc/loadavg: 0.90 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1654132/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=16824 CPUtime=25.49
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 4092 0 0 0 2547 2 0 0 25 0 1 0 202623007 17227776 3697 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 4206 3697 119 243 0 3960 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16824

[startup+51.1016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1637876/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=33684 CPUtime=51.08
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 8658 0 0 0 5103 5 0 0 25 0 1 0 202623007 34492416 7717 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578942 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 8421 7717 119 243 0 8175 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33684

[startup+102.306 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1632564/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=38872 CPUtime=102.27
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 10305 0 0 0 10221 6 0 0 25 0 1 0 202623007 39804928 9082 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 9718 9082 119 243 0 9472 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38872

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1622260/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=49448 CPUtime=162.24
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 13266 0 0 0 16216 8 0 0 25 0 1 0 202623007 50634752 11635 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 12362 11635 119 243 0 12116 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 49448

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1599924/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=73604 CPUtime=222.24
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 19405 0 0 0 22213 11 0 0 25 0 1 0 202623007 75370496 17177 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 18401 17177 119 243 0 18155 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 73604

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1598836/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=74384 CPUtime=282.22
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 19865 0 0 0 28211 11 0 0 25 0 1 0 202623007 76169216 17459 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 18596 17459 119 243 0 18350 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 74384

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1598452/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=74456 CPUtime=342.2
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 20148 0 0 0 34209 11 0 0 25 0 1 0 202623007 76242944 17547 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 18614 17547 119 243 0 18368 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 74456

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1593460/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=79608 CPUtime=402.18
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 21488 0 0 0 40206 12 0 0 25 0 1 0 202623007 81518592 18887 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589705 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 19902 18887 119 243 0 19656 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 79608

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1587764/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=85188 CPUtime=462.17
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 23274 0 0 0 46203 14 0 0 25 0 1 0 202623007 87232512 20227 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 21297 20227 119 243 0 21051 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 85188

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1580788/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=92208 CPUtime=522.15
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 25295 0 0 0 52199 16 0 0 25 0 1 0 202623007 94420992 21992 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 23052 21992 119 243 0 22806 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 92208

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1579764/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=93392 CPUtime=582.14
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 25564 0 0 0 58198 16 0 0 25 0 1 0 202623007 95633408 22228 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 23348 22228 119 243 0 23102 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 93392

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32148
/proc/meminfo: memFree=1530932/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=145076 CPUtime=642.12
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 38997 0 0 0 64191 21 0 0 25 0 1 0 202623007 148557824 34355 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589712 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 36269 34355 119 243 0 36023 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 145076


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1379444/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=300480 CPUtime=4001.17
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 85693 0 0 0 400066 51 0 0 25 0 1 0 202623007 307691520 72171 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75120 72171 119 243 0 74874 0
Current children cumulated CPU time (s) 4001.17
Current children cumulated vsize (KiB) 300480

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1379188/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=300996 CPUtime=4061.15
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 85765 0 0 0 406064 51 0 0 25 0 1 0 202623007 308219904 72243 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75249 72243 119 243 0 75003 0
Current children cumulated CPU time (s) 4061.15
Current children cumulated vsize (KiB) 300996

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1378932/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=300864 CPUtime=4121.13
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 85841 0 0 0 412062 51 0 0 25 0 1 0 202623007 308084736 72286 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75216 72286 119 243 0 74970 0
Current children cumulated CPU time (s) 4121.13
Current children cumulated vsize (KiB) 300864

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1378804/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=300864 CPUtime=4181.12
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 85887 0 0 0 418061 51 0 0 25 0 1 0 202623007 308084736 72332 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75216 72332 119 243 0 74970 0
Current children cumulated CPU time (s) 4181.12
Current children cumulated vsize (KiB) 300864

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1378228/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=300864 CPUtime=4241.11
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 86044 0 0 0 424059 52 0 0 25 0 1 0 202623007 308084736 72489 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75216 72489 119 243 0 74970 0
Current children cumulated CPU time (s) 4241.11
Current children cumulated vsize (KiB) 300864

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1377588/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301688 CPUtime=4301.09
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 86979 0 0 0 430057 52 0 0 25 0 1 0 202623007 308928512 72643 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75422 72643 119 243 0 75176 0
Current children cumulated CPU time (s) 4301.09
Current children cumulated vsize (KiB) 301688

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1377524/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301688 CPUtime=4361.07
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 86982 0 0 0 436055 52 0 0 25 0 1 0 202623007 308928512 72646 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75422 72646 119 243 0 75176 0
Current children cumulated CPU time (s) 4361.07
Current children cumulated vsize (KiB) 301688

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1377716/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301556 CPUtime=4421.05
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87011 0 0 0 442053 52 0 0 25 0 1 0 202623007 308793344 72642 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75389 72642 119 243 0 75143 0
Current children cumulated CPU time (s) 4421.05
Current children cumulated vsize (KiB) 301556

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32348
/proc/meminfo: memFree=1377652/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301556 CPUtime=4481.04
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87014 0 0 0 448052 52 0 0 25 0 1 0 202623007 308793344 72645 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75389 72645 119 243 0 75143 0
Current children cumulated CPU time (s) 4481.04
Current children cumulated vsize (KiB) 301556

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1377524/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301556 CPUtime=4541.02
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87029 0 0 0 454050 52 0 0 25 0 1 0 202623007 308793344 72660 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75389 72660 119 243 0 75143 0
Current children cumulated CPU time (s) 4541.02
Current children cumulated vsize (KiB) 301556

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1377460/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301556 CPUtime=4601.02
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87033 0 0 0 460049 53 0 0 25 0 1 0 202623007 308793344 72664 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75389 72664 119 243 0 75143 0
Current children cumulated CPU time (s) 4601.02
Current children cumulated vsize (KiB) 301556

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1377460/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301556 CPUtime=4661
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87034 0 0 0 466047 53 0 0 25 0 1 0 202623007 308793344 72665 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589710 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75389 72665 119 243 0 75143 0
Current children cumulated CPU time (s) 4661
Current children cumulated vsize (KiB) 301556

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1377460/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=301556 CPUtime=4720.99
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87035 0 0 0 472046 53 0 0 25 0 1 0 202623007 308793344 72666 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590173 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75389 72666 119 243 0 75143 0
Current children cumulated CPU time (s) 4720.99
Current children cumulated vsize (KiB) 301556

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1377140/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=302072 CPUtime=4780.96
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87118 0 0 0 478043 53 0 0 25 0 1 0 202623007 309321728 72749 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75518 72749 119 243 0 75272 0
Current children cumulated CPU time (s) 4780.96
Current children cumulated vsize (KiB) 302072

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1377076/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=302072 CPUtime=4840.95
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87140 0 0 0 484042 53 0 0 25 0 1 0 202623007 309321728 72771 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589682 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75518 72771 119 243 0 75272 0
Current children cumulated CPU time (s) 4840.95
Current children cumulated vsize (KiB) 302072

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1376884/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=302328 CPUtime=4900.93
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87208 0 0 0 490040 53 0 0 25 0 1 0 202623007 309583872 72774 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 75582 72774 119 243 0 75336 0
Current children cumulated CPU time (s) 4900.93
Current children cumulated vsize (KiB) 302328

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1376180/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=304132 CPUtime=4960.91
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87496 0 0 0 496038 53 0 0 25 0 1 0 202623007 311431168 72997 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 76033 72997 119 243 0 75787 0
Current children cumulated CPU time (s) 4960.91
Current children cumulated vsize (KiB) 304132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32350
/proc/meminfo: memFree=1375796/2055920 swapFree=4182876/4192956
[pid=32147] ppid=32145 vsize=304516 CPUtime=5000.01
/proc/32147/stat : 32147 (cmusat) R 32145 32147 32091 0 -1 4194304 87585 0 0 0 499947 54 0 0 25 0 1 0 202623007 311824384 73053 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32147/statm: 76129 73053 119 243 0 75883 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 304516

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.45
CPU time (s): 5000.07
CPU user time (s): 4999.48
CPU system time (s): 0.58791
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 304948

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

runsolver used 3.20751 second user time and 10.5034 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Sun Apr 22 18:25:31 UTC 2007

IDJOB= 369260
IDBENCH= 24661
IDSOLVER= 182
FILE ID= node63/369260-1177266331

PBS_JOBID= 4650693

Free space on /tmp= 66472 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0ce167d7a0126df2b5481aeca929a46c

RANDOM SEED= 278181955

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1668996 kB
Buffers:         40348 kB
Cached:         272668 kB
SwapCached:       3796 kB
Active:         179392 kB
Inactive:       142784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668996 kB
SwapTotal:     4192956 kB
SwapFree:      4182876 kB
Dirty:            2720 kB
Writeback:           0 kB
Mapped:          15180 kB
Slab:            50776 kB
Committed_AS:  2158520 kB
PageTables:       1460 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= 66472 MiB

End job on node63 on Sun Apr 22 19:48:54 UTC 2007