Trace number 369325

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.15 5002

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
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 variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  18450                                                |
0.29/0.31	c |  Number of clauses:    200640                                               |

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/node3/watcher-369325-1177291596 -o ROOT/results/node3/solver-369325-1177291596 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369325-1177291596/cmusat /tmp/evaluation/369325-1177291596/instance-369325-1177291596.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.03 1.01 1.00 3/77 14011
/proc/meminfo: memFree=1643744/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=2936 CPUtime=0
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 578 0 0 0 0 0 0 0 18 0 1 0 205197418 3006464 561 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134525559 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 734 563 95 243 0 488 0

[startup+0.024316 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 14011
/proc/meminfo: memFree=1643744/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=5220 CPUtime=0.01
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 1063 0 0 0 1 0 0 0 18 0 1 0 205197418 5345280 1029 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 1305 1030 96 243 0 1059 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5220

[startup+0.101328 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 14011
/proc/meminfo: memFree=1643744/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=7936 CPUtime=0.09
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 1717 0 0 0 9 0 0 0 18 0 1 0 205197418 8126464 1683 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 1984 1683 96 243 0 1738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7936

[startup+0.301362 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 14011
/proc/meminfo: memFree=1643744/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=13572 CPUtime=0.29
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 3046 0 0 0 28 1 0 0 19 0 1 0 205197418 13897728 3012 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 3393 3012 96 243 0 3147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13572

[startup+0.701425 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 14011
/proc/meminfo: memFree=1643744/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=13700 CPUtime=0.69
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 3103 0 0 0 68 1 0 0 22 0 1 0 205197418 14028800 3069 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134528364 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 3425 3069 108 243 0 3179 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13700

[startup+1.50256 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 14012
/proc/meminfo: memFree=1629528/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=16852 CPUtime=1.49
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 5073 0 0 0 147 2 0 0 25 0 1 0 205197418 17256448 3448 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581430 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 4213 3448 119 243 0 3967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16852

[startup+3.10181 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 14012
/proc/meminfo: memFree=1630168/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=19096 CPUtime=3.09
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 5644 0 0 0 306 3 0 0 25 0 1 0 205197418 19554304 4019 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 4774 4019 119 243 0 4528 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19096

[startup+6.30134 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 14012
/proc/meminfo: memFree=1622104/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=26224 CPUtime=6.29
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 7491 0 0 0 625 4 0 0 25 0 1 0 205197418 26853376 5866 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 6556 5866 119 243 0 6310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26224

[startup+12.7014 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 14012
/proc/meminfo: memFree=1611544/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=36256 CPUtime=12.68
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 10099 0 0 0 1262 6 0 0 25 0 1 0 205197418 37126144 8474 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 9064 8474 119 243 0 8818 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36256

[startup+25.5015 s]
/proc/loadavg: 1.02 1.01 1.00 3/78 14012
/proc/meminfo: memFree=1596504/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=49452 CPUtime=25.48
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 13743 0 0 0 2539 9 0 0 25 0 1 0 205197418 50638848 11830 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 12363 11830 119 243 0 12117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49452

[startup+51.1016 s]
/proc/loadavg: 1.01 1.01 1.00 3/78 14012
/proc/meminfo: memFree=1591768/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=54000 CPUtime=51.07
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 15532 0 0 0 5097 10 0 0 25 0 1 0 205197418 55296000 13016 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 13500 13016 119 243 0 13254 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54000

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14012
/proc/meminfo: memFree=1588184/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=57372 CPUtime=102.26
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 17047 0 0 0 10215 11 0 0 25 0 1 0 205197418 58748928 13900 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 14343 13900 119 243 0 14097 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 57372

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14012
/proc/meminfo: memFree=1570136/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=75956 CPUtime=162.23
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 22088 0 0 0 16206 17 0 0 25 0 1 0 205197418 77778944 18612 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 18989 18612 119 243 0 18743 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 75956

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14012
/proc/meminfo: memFree=1556184/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=88896 CPUtime=222.22
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 26095 0 0 0 22201 21 0 0 25 0 1 0 205197418 91029504 21924 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 22224 21924 119 243 0 21978 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 88896

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14012
/proc/meminfo: memFree=1548952/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=95748 CPUtime=282.19
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 28610 0 0 0 28196 23 0 0 25 0 1 0 205197418 98045952 23675 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 23937 23675 119 243 0 23691 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 95748

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14014
/proc/meminfo: memFree=1540120/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=104428 CPUtime=342.18
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 31196 0 0 0 34192 26 0 0 25 0 1 0 205197418 106934272 25862 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589526 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 26107 25862 119 243 0 25861 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 104428

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14014
/proc/meminfo: memFree=1475992/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=175360 CPUtime=402.16
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 48478 0 0 0 40181 35 0 0 25 0 1 0 205197418 179568640 41875 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 43840 41875 119 243 0 43594 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 175360

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14014
/proc/meminfo: memFree=1475672/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=175440 CPUtime=462.13
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 48989 0 0 0 46178 35 0 0 25 0 1 0 205197418 179650560 41968 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 43860 41968 119 243 0 43614 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 175440

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14014
/proc/meminfo: memFree=1475096/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=175556 CPUtime=522.11
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 49574 0 0 0 52175 36 0 0 25 0 1 0 205197418 179769344 42115 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 43889 42115 119 243 0 43643 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 175556

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14014
/proc/meminfo: memFree=1474584/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=175656 CPUtime=582.1
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 50165 0 0 0 58173 37 0 0 25 0 1 0 205197418 179871744 42239 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 43914 42239 119 243 0 43668 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 175656

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14014
/proc/meminfo: memFree=1474584/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=175656 CPUtime=642.08
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 50171 0 0 0 64171 37 0 0 25 0 1 0 205197418 179871744 42245 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 43914 42245 119 243 0 43668 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 175656


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035224/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4060.77
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 405926 151 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4060.77
Current children cumulated vsize (KiB) 622036

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035224/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4120.75
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 411923 152 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4120.75
Current children cumulated vsize (KiB) 622036

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035224/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4180.72
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 417920 152 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4180.72
Current children cumulated vsize (KiB) 622036

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4240.7
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 423918 152 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592868 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4240.7
Current children cumulated vsize (KiB) 622036

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4300.68
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 429915 153 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4300.68
Current children cumulated vsize (KiB) 622036

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4360.67
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 435913 154 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590140 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4360.67
Current children cumulated vsize (KiB) 622036

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4420.64
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 441910 154 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4420.64
Current children cumulated vsize (KiB) 622036

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4480.62
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 447908 154 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589676 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4480.62
Current children cumulated vsize (KiB) 622036

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4540.6
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 453905 155 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4540.6
Current children cumulated vsize (KiB) 622036

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4600.58
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 459903 155 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4600.58
Current children cumulated vsize (KiB) 622036

[startup+4662.3 s]
/proc/loadavg: 1.24 1.06 1.02 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4660.56
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 465900 156 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4660.56
Current children cumulated vsize (KiB) 622036

[startup+4722.31 s]
/proc/loadavg: 1.12 1.06 1.02 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4720.54
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 471898 156 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4720.54
Current children cumulated vsize (KiB) 622036

[startup+4782.3 s]
/proc/loadavg: 1.04 1.05 1.01 2/78 14624
/proc/meminfo: memFree=1035288/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4780.52
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 477895 157 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4780.52
Current children cumulated vsize (KiB) 622036

[startup+4842.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 14624
/proc/meminfo: memFree=1035352/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4840.5
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 483893 157 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4840.5
Current children cumulated vsize (KiB) 622036

[startup+4902.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 14624
/proc/meminfo: memFree=1035352/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4900.48
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 489890 158 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4900.48
Current children cumulated vsize (KiB) 622036

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 14624
/proc/meminfo: memFree=1035352/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=4960.46
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170603 0 0 0 495888 158 0 0 25 0 1 0 205197418 636964864 151778 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151778 119 243 0 155263 0
Current children cumulated CPU time (s) 4960.46
Current children cumulated vsize (KiB) 622036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 14624
/proc/meminfo: memFree=1035160/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=5000.04
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170643 0 0 0 499846 158 0 0 25 0 1 0 205197418 636964864 151818 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589804 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151818 119 243 0 155263 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 622036

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

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 14624
/proc/meminfo: memFree=1035160/2055920 swapFree=4140768/4192956
[pid=14011] ppid=14009 vsize=622036 CPUtime=5000.04
/proc/14011/stat : 14011 (cmusat) R 14009 14011 13716 0 -1 4194304 170643 0 0 0 499846 158 0 0 25 0 1 0 205197418 636964864 151818 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589804 0 0 4096 35 0 0 0 17 1 0 0
/proc/14011/statm: 155509 151818 119 243 0 155263 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 622036

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002
CPU time (s): 5000.15
CPU user time (s): 4998.47
CPU system time (s): 1.68174
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 622036

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

runsolver used 5.60815 second user time and 11.8122 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Apr 23 01:26:37 UTC 2007

IDJOB= 369325
IDBENCH= 24736
IDSOLVER= 182
FILE ID= node3/369325-1177291596

PBS_JOBID= 4650822

Free space on /tmp= 66358 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369325-1177291596/cmusat /tmp/evaluation/369325-1177291596/instance-369325-1177291596.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-369325-1177291596 -o ROOT/results/node3/solver-369325-1177291596 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369325-1177291596/cmusat /tmp/evaluation/369325-1177291596/instance-369325-1177291596.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  531549e214a293ad3adf6ddff17eb882

RANDOM SEED= 731366882

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1644152 kB
Buffers:         62008 kB
Cached:         258088 kB
SwapCached:      15212 kB
Active:         233912 kB
Inactive:       109424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644152 kB
SwapTotal:     4192956 kB
SwapFree:      4140768 kB
Dirty:            5588 kB
Writeback:           0 kB
Mapped:          30088 kB
Slab:            53976 kB
Committed_AS:  6037316 kB
PageTables:       1780 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= 66358 MiB

End job on node3 on Mon Apr 23 02:50:01 UTC 2007