Trace number 335013

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.13 1200.46

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  16866                                                |
3.49/3.50	c |  Number of clauses:    2507999                                              |

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/node3/watcher-335013-1173604267 -o ROOT/results/node3/solver-335013-1173604267 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335013-1173604267/cmusat /tmp/evaluation/335013-1173604267/instance-335013-1173604267.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: 1.00 1.00 1.00 3/77 6813
/proc/meminfo: memFree=1660584/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=2936 CPUtime=0
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 580 0 0 0 0 0 0 0 18 0 1 0 380382073 3006464 563 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134548958 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 734 564 95 243 0 488 0

[startup+0.037075 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6813
/proc/meminfo: memFree=1660584/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=5236 CPUtime=0.02
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 1138 0 0 0 2 0 0 0 18 0 1 0 380382073 5361664 1104 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 1309 1104 96 243 0 1063 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5236

[startup+0.10108 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6813
/proc/meminfo: memFree=1660584/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=7680 CPUtime=0.09
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 1703 0 0 0 8 1 0 0 18 0 1 0 380382073 7864320 1669 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 1920 1669 96 243 0 1674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7680

[startup+0.301096 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6813
/proc/meminfo: memFree=1660584/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=14252 CPUtime=0.29
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 3368 0 0 0 27 2 0 0 19 0 1 0 380382073 14594048 3334 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 3563 3334 96 243 0 3317 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14252

[startup+0.701128 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6813
/proc/meminfo: memFree=1660584/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=30244 CPUtime=0.69
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 6930 0 0 0 65 4 0 0 23 0 1 0 380382073 30969856 6896 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 7561 6896 96 243 0 7315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30244

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1621984/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=58192 CPUtime=1.49
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 14361 0 0 0 140 9 0 0 25 0 1 0 380382073 59588608 14327 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 14548 14327 96 243 0 14302 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58192

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1580576/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=120580 CPUtime=3.09
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 29665 0 0 0 291 18 0 0 25 0 1 0 380382073 123473920 29631 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 30145 29631 96 243 0 29899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120580

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1529632/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=139708 CPUtime=6.29
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 32726 0 0 0 608 21 0 0 25 0 1 0 380382073 143060992 32692 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 34927 32692 106 243 0 34681 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139708

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1529760/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=139708 CPUtime=12.69
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 32726 0 0 0 1248 21 0 0 25 0 1 0 380382073 143060992 32692 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 34927 32692 106 243 0 34681 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139708

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1529888/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=139708 CPUtime=25.49
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 32726 0 0 0 2528 21 0 0 25 0 1 0 380382073 143060992 32692 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 34927 32692 106 243 0 34681 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139708

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1529952/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=139708 CPUtime=51.06
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 32726 0 0 0 5085 21 0 0 25 0 1 0 380382073 143060992 32692 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 34927 32692 106 243 0 34681 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 139708

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1438368/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=232520 CPUtime=102.25
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 55597 0 0 0 10193 32 0 0 25 0 1 0 380382073 238100480 55563 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530793 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 58130 55563 107 243 0 57884 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 232520

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1430880/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=234236 CPUtime=162.23
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 57443 0 0 0 16188 35 0 0 25 0 1 0 380382073 239857664 57409 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 58559 57409 107 243 0 58313 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 234236

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1402720/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=296884 CPUtime=222.22
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102061 0 0 0 22168 54 0 0 25 0 1 0 380382073 304009216 64430 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74221 64430 119 243 0 73975 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 296884

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1402592/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=296884 CPUtime=282.2
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102086 0 0 0 28166 54 0 0 25 0 1 0 380382073 304009216 64455 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74221 64455 119 243 0 73975 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 296884

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1402400/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=296884 CPUtime=342.19
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102118 0 0 0 34164 55 0 0 25 0 1 0 380382073 304009216 64487 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590173 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74221 64487 119 243 0 73975 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 296884

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1402144/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=296884 CPUtime=402.17
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102146 0 0 0 40162 55 0 0 25 0 1 0 380382073 304009216 64515 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74221 64515 119 243 0 73975 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 296884

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1402016/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=296884 CPUtime=462.16
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102172 0 0 0 46160 56 0 0 25 0 1 0 380382073 304009216 64541 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589736 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74221 64541 119 243 0 73975 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 296884

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1401824/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=296884 CPUtime=522.14
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102195 0 0 0 52158 56 0 0 25 0 1 0 380382073 304009216 64564 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74221 64564 119 243 0 73975 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 296884

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1401696/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=296884 CPUtime=582.13
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102217 0 0 0 58156 57 0 0 25 0 1 0 380382073 304009216 64586 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74221 64586 119 243 0 73975 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 296884

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1400288/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=298204 CPUtime=642.12
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 102557 0 0 0 64154 58 0 0 25 0 1 0 380382073 305360896 64926 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 74551 64926 119 243 0 74305 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 298204

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1393952/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=304276 CPUtime=702.1
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 104107 0 0 0 70150 60 0 0 25 0 1 0 380382073 311578624 66476 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 76069 66476 119 243 0 75823 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 304276

[startup+762.306 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 6814
/proc/meminfo: memFree=1388320/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=309692 CPUtime=762.09
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 105471 0 0 0 76147 62 0 0 25 0 1 0 380382073 317124608 67840 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 77423 67840 119 243 0 77177 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 309692

[startup+822.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 6814
/proc/meminfo: memFree=1383200/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=314724 CPUtime=822.06
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 106758 0 0 0 82142 64 0 0 25 0 1 0 380382073 322277376 69127 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590057 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 78681 69127 119 243 0 78435 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 314724

[startup+882.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 6814
/proc/meminfo: memFree=1378912/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=318816 CPUtime=882.05
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 107806 0 0 0 88140 65 0 0 25 0 1 0 380382073 326467584 70175 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 79704 70175 119 243 0 79458 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 318816

[startup+942.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 6814
/proc/meminfo: memFree=1374304/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=323308 CPUtime=942.04
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 108945 0 0 0 94137 67 0 0 25 0 1 0 380382073 331067392 71314 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 80827 71314 119 243 0 80581 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 323308

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 6814
/proc/meminfo: memFree=1370400/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=327148 CPUtime=1002.02
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 109895 0 0 0 100134 68 0 0 25 0 1 0 380382073 334999552 72264 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 81787 72264 119 243 0 81541 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 327148

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1366944/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=330448 CPUtime=1062
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 110750 0 0 0 106130 70 0 0 25 0 1 0 380382073 338378752 73119 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 82612 73119 119 243 0 82366 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 330448

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1362976/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=334144 CPUtime=1121.99
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 111713 0 0 0 112128 71 0 0 25 0 1 0 380382073 342163456 74082 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 83536 74082 119 243 0 83290 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 334144

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1358752/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=338240 CPUtime=1181.97
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 112747 0 0 0 118125 72 0 0 25 0 1 0 380382073 346357760 75116 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 84560 75116 119 243 0 84314 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 338240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6814
/proc/meminfo: memFree=1357408/2055920 swapFree=4158660/4192956
[pid=6813] ppid=6811 vsize=339428 CPUtime=1200.07
/proc/6813/stat : 6813 (cmusat) R 6811 6813 6005 0 -1 4194304 113062 0 0 0 119935 72 0 0 25 0 1 0 380382073 347574272 75431 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589515 0 0 4096 35 0 0 0 17 1 0 0
/proc/6813/statm: 84857 75431 119 243 0 84611 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 339428

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.46
CPU time (s): 1200.13
CPU user time (s): 1199.35
CPU system time (s): 0.776881
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 339428

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

runsolver used 1.43878 second user time and 2.93555 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Mar 11 09:11:12 UTC 2007

IDJOB= 335013
IDBENCH= 24641
IDSOLVER= 121
FILE ID= node3/335013-1173604267

PBS_JOBID= 4101244

Free space on /tmp= 66317 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335013-1173604267/cmusat /tmp/evaluation/335013-1173604267/instance-335013-1173604267.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-335013-1173604267 -o ROOT/results/node3/solver-335013-1173604267 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335013-1173604267/cmusat /tmp/evaluation/335013-1173604267/instance-335013-1173604267.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  181c4935b6e4cd791aedd030930111fa

RANDOM SEED= 85308959

TIME LIMIT= 1200 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.241
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.241
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:       1660992 kB
Buffers:          8328 kB
Cached:         296504 kB
SwapCached:       2120 kB
Active:         238240 kB
Inactive:        89252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660992 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:           36140 kB
Writeback:           0 kB
Mapped:          30844 kB
Slab:            53072 kB
Committed_AS:  1549008 kB
PageTables:       1656 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= 66317 MiB

End job on node3 on Sun Mar 11 09:31:15 UTC 2007