Trace number 369257

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.28 5002.11

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-045-044.sat05-1195.reshuffled-07.cnf
MD5SUMf85cd53ba72eb6986cd81a6303ff5679
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 variables1980
Number of clauses43605
Sum of the clauses size89100
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  1980                                                 |
0.00/0.04	c |  Number of clauses:    43605                                                |

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/node39/watcher-369257-1177265447 -o ROOT/results/node39/solver-369257-1177265447 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369257-1177265447/cmusat /tmp/evaluation/369257-1177265447/instance-369257-1177265447.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.97 0.99 3/77 32007
/proc/meminfo: memFree=1604992/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=2472 CPUtime=0
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 174456750 2531328 333 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 618 334 96 243 0 372 0

[startup+0.0955901 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32007
/proc/meminfo: memFree=1604992/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=5084 CPUtime=0.09
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 977 0 0 0 9 0 0 0 18 0 1 0 174456750 5206016 960 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 1271 960 107 243 0 1025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5084

[startup+0.10159 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32007
/proc/meminfo: memFree=1604992/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=5084 CPUtime=0.09
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 977 0 0 0 9 0 0 0 18 0 1 0 174456750 5206016 960 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530333 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 1271 960 107 243 0 1025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5084

[startup+0.301625 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32007
/proc/meminfo: memFree=1604992/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=6656 CPUtime=0.29
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 1369 0 0 0 29 0 0 0 19 0 1 0 174456750 6815744 1352 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530793 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 1664 1352 108 243 0 1418 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6656

[startup+0.701694 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32007
/proc/meminfo: memFree=1604992/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=6656 CPUtime=0.69
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 1369 0 0 0 69 0 0 0 22 0 1 0 174456750 6815744 1352 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530778 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 1664 1352 108 243 0 1418 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6656

[startup+1.50183 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1599608/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=11812 CPUtime=1.49
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 3879 0 0 0 147 2 0 0 25 0 1 0 174456750 12095488 2444 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 2953 2444 118 243 0 2707 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11812

[startup+3.1011 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1590392/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=24004 CPUtime=3.09
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 6935 0 0 0 307 2 0 0 25 0 1 0 174456750 24580096 5500 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 6001 5500 118 243 0 5755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24004

[startup+6.30164 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1567864/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=43572 CPUtime=6.29
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 11837 0 0 0 624 5 0 0 25 0 1 0 174456750 44617728 10402 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 10893 10402 118 243 0 10647 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43572

[startup+12.7017 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1532424/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=77392 CPUtime=12.69
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 20316 0 0 0 1260 9 0 0 25 0 1 0 174456750 79249408 18881 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581181 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 19348 18881 118 243 0 19102 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77392

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1516360/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=90268 CPUtime=25.48
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 23703 0 0 0 2538 10 0 0 25 0 1 0 174456750 92434432 22150 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589656 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 22567 22150 118 243 0 22321 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90268

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1496328/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=110296 CPUtime=51.07
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 28956 0 0 0 5094 13 0 0 25 0 1 0 174456750 112943104 27158 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 27574 27158 118 243 0 27328 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 110296

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1464072/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=142520 CPUtime=102.26
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 37263 0 0 0 10208 18 0 0 25 0 1 0 174456750 145940480 35205 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 35630 35205 118 243 0 35384 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 142520

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1442696/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=163692 CPUtime=162.23
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 42873 0 0 0 16201 22 0 0 25 0 1 0 174456750 167620608 40538 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 40923 40538 118 243 0 40677 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 163692

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1424584/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=181636 CPUtime=222.21
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 47684 0 0 0 22196 25 0 0 25 0 1 0 174456750 185995264 45051 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 45409 45051 118 243 0 45163 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 181636

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1387208/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=220832 CPUtime=282.2
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 57636 0 0 0 28189 31 0 0 25 0 1 0 174456750 226131968 54845 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135107886 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 55208 54845 118 243 0 54962 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 220832

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1251720/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=355272 CPUtime=342.17
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 91608 0 0 0 34174 43 0 0 25 0 1 0 174456750 363798528 88139 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 88818 88139 118 243 0 88572 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 355272

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1251784/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=355236 CPUtime=402.15
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 91617 0 0 0 40172 43 0 0 25 0 1 0 174456750 363761664 88148 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578847 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 88809 88148 118 243 0 88563 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 355236

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1251784/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=355232 CPUtime=462.13
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 91640 0 0 0 46169 44 0 0 25 0 1 0 174456750 363757568 88171 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 88808 88171 118 243 0 88562 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 355232

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1251720/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=355232 CPUtime=522.1
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 91660 0 0 0 52166 44 0 0 25 0 1 0 174456750 363757568 88191 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 88808 88191 118 243 0 88562 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 355232

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1249160/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=358488 CPUtime=582.09
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 92458 0 0 0 58164 45 0 0 25 0 1 0 174456750 367091712 88989 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 89622 88989 118 243 0 89376 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 358488

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32008
/proc/meminfo: memFree=1205064/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=402004 CPUtime=642.07
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 103317 0 0 0 64156 51 0 0 25 0 1 0 174456750 411652096 99848 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589542 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 100501 99848 118 243 0 100255 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 402004


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

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=352136/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4120.76
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319375 0 0 0 411900 176 0 0 25 0 1 0 174456750 1286123520 312617 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312617 118 243 0 313749 0
Current children cumulated CPU time (s) 4120.76
Current children cumulated vsize (KiB) 1255980

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=352136/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4180.74
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319393 0 0 0 417898 176 0 0 25 0 1 0 174456750 1286123520 312635 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312635 118 243 0 313749 0
Current children cumulated CPU time (s) 4180.74
Current children cumulated vsize (KiB) 1255980

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=352072/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4240.72
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319424 0 0 0 423896 176 0 0 25 0 1 0 174456750 1286123520 312666 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312666 118 243 0 313749 0
Current children cumulated CPU time (s) 4240.72
Current children cumulated vsize (KiB) 1255980

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351944/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4300.7
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319448 0 0 0 429893 177 0 0 25 0 1 0 174456750 1286123520 312690 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312690 118 243 0 313749 0
Current children cumulated CPU time (s) 4300.7
Current children cumulated vsize (KiB) 1255980

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351880/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4360.68
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319468 0 0 0 435891 177 0 0 25 0 1 0 174456750 1286123520 312710 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589696 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312710 118 243 0 313749 0
Current children cumulated CPU time (s) 4360.68
Current children cumulated vsize (KiB) 1255980

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351880/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4420.66
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319468 0 0 0 441888 178 0 0 25 0 1 0 174456750 1286123520 312710 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589712 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312710 118 243 0 313749 0
Current children cumulated CPU time (s) 4420.66
Current children cumulated vsize (KiB) 1255980

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351880/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4480.64
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319468 0 0 0 447886 178 0 0 25 0 1 0 174456750 1286123520 312710 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312710 118 243 0 313749 0
Current children cumulated CPU time (s) 4480.64
Current children cumulated vsize (KiB) 1255980

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351752/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4540.61
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319483 0 0 0 453883 178 0 0 25 0 1 0 174456750 1286123520 312725 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312725 118 243 0 313749 0
Current children cumulated CPU time (s) 4540.61
Current children cumulated vsize (KiB) 1255980

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351816/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4600.6
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319483 0 0 0 459881 179 0 0 25 0 1 0 174456750 1286123520 312725 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589676 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312725 118 243 0 313749 0
Current children cumulated CPU time (s) 4600.6
Current children cumulated vsize (KiB) 1255980

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351752/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4660.57
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319483 0 0 0 465878 179 0 0 25 0 1 0 174456750 1286123520 312725 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312725 118 243 0 313749 0
Current children cumulated CPU time (s) 4660.57
Current children cumulated vsize (KiB) 1255980

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351816/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4720.56
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319483 0 0 0 471876 180 0 0 25 0 1 0 174456750 1286123520 312725 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312725 118 243 0 313749 0
Current children cumulated CPU time (s) 4720.56
Current children cumulated vsize (KiB) 1255980

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351752/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4780.53
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319483 0 0 0 477873 180 0 0 25 0 1 0 174456750 1286123520 312725 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134580956 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312725 118 243 0 313749 0
Current children cumulated CPU time (s) 4780.53
Current children cumulated vsize (KiB) 1255980

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351752/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4840.52
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319483 0 0 0 483871 181 0 0 25 0 1 0 174456750 1286123520 312725 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312725 118 243 0 313749 0
Current children cumulated CPU time (s) 4840.52
Current children cumulated vsize (KiB) 1255980

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=351816/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1255980 CPUtime=4900.5
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 319483 0 0 0 489869 181 0 0 25 0 1 0 174456750 1286123520 312725 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589686 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 313995 312725 118 243 0 313749 0
Current children cumulated CPU time (s) 4900.5
Current children cumulated vsize (KiB) 1255980

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=316104/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1291964 CPUtime=4960.47
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 328486 0 0 0 495861 186 0 0 25 0 1 0 174456750 1322971136 321728 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 322991 321728 118 243 0 322745 0
Current children cumulated CPU time (s) 4960.47
Current children cumulated vsize (KiB) 1291964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=250056/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=1357288 CPUtime=5000.07
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4194304 344874 0 0 0 499810 197 0 0 25 0 1 0 174456750 1389862912 338116 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 339322 338116 118 243 0 339076 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1357288

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

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

[startup+5002.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=250056/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=0 CPUtime=5000.16
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4195332 344874 0 0 0 499810 206 0 0 25 0 1 0 174456750 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32208
/proc/meminfo: memFree=250056/2055920 swapFree=4159364/4192956
[pid=32007] ppid=32005 vsize=0 CPUtime=5000.26
/proc/32007/stat : 32007 (cmusat) R 32005 32007 31951 0 -1 4195332 344874 0 0 0 499810 216 0 0 25 0 1 0 174456750 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/32007/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.11
CPU time (s): 5000.28
CPU user time (s): 4998.1
CPU system time (s): 2.17667
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 1357288

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

runsolver used 5.98509 second user time and 11.8392 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Apr 22 18:10:47 UTC 2007

IDJOB= 369257
IDBENCH= 24658
IDSOLVER= 182
FILE ID= node39/369257-1177265447

PBS_JOBID= 4650678

Free space on /tmp= 66486 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-php-045-044.sat05-1195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369257-1177265447/cmusat /tmp/evaluation/369257-1177265447/instance-369257-1177265447.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-369257-1177265447 -o ROOT/results/node39/solver-369257-1177265447 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369257-1177265447/cmusat /tmp/evaluation/369257-1177265447/instance-369257-1177265447.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  f85cd53ba72eb6986cd81a6303ff5679

RANDOM SEED= 309994072

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1605464 kB
Buffers:         38912 kB
Cached:         321284 kB
SwapCached:      13736 kB
Active:         164608 kB
Inactive:       219184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605464 kB
SwapTotal:     4192956 kB
SwapFree:      4159364 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          30572 kB
Slab:            52032 kB
Committed_AS:  1918808 kB
PageTables:       2012 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= 66486 MiB

End job on node39 on Sun Apr 22 19:34:11 UTC 2007