Trace number 339213

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.11 1201.12

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
MD5SUM1be89b02b6d55244be2e1f715fd977d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark246.077
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    560                                                  |

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/node75/watcher-339213-1173700607 -o ROOT/results/node75/solver-339213-1173700607 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339213-1173700607/cmusat /tmp/evaluation/339213-1173700607/instance-339213-1173700607.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.09 1.86 2/64 29432
/proc/meminfo: memFree=1787912/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=2180 CPUtime=0
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 160 0 0 0 0 0 0 0 20 0 1 0 390026523 2232320 143 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092086 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 545 143 108 243 0 299 0

[startup+0.0613031 s]
/proc/loadavg: 1.00 1.09 1.86 2/64 29432
/proc/meminfo: memFree=1787912/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=2444 CPUtime=0.05
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 226 0 0 0 5 0 0 0 20 0 1 0 390026523 2502656 209 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134581432 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 611 209 117 243 0 365 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2444

[startup+0.101307 s]
/proc/loadavg: 1.00 1.09 1.86 2/64 29432
/proc/meminfo: memFree=1787912/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=2444 CPUtime=0.09
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 244 0 0 0 9 0 0 0 20 0 1 0 390026523 2502656 227 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134581022 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 611 227 117 243 0 365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2444

[startup+0.301332 s]
/proc/loadavg: 1.00 1.09 1.86 2/64 29432
/proc/meminfo: memFree=1787912/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=2844 CPUtime=0.29
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 339 0 0 0 29 0 0 0 22 0 1 0 390026523 2912256 322 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 711 322 117 243 0 465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2844

[startup+0.701379 s]
/proc/loadavg: 1.00 1.09 1.86 2/64 29432
/proc/meminfo: memFree=1787912/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=3656 CPUtime=0.69
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 516 0 0 0 69 0 0 0 25 0 1 0 390026523 3743744 499 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 914 499 117 243 0 668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3656

[startup+1.50147 s]
/proc/loadavg: 1.00 1.09 1.86 2/65 29433
/proc/meminfo: memFree=1786048/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=5240 CPUtime=1.49
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 862 0 0 0 149 0 0 0 25 0 1 0 390026523 5365760 845 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589521 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 1310 845 117 243 0 1064 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5240

[startup+3.10167 s]
/proc/loadavg: 1.00 1.09 1.86 2/65 29433
/proc/meminfo: memFree=1784576/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=8004 CPUtime=3.09
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 1608 0 0 0 309 0 0 0 25 0 1 0 390026523 8196096 1466 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589771 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 2001 1466 117 243 0 1755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8004

[startup+6.30105 s]
/proc/loadavg: 1.00 1.09 1.85 2/65 29433
/proc/meminfo: memFree=1781888/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=8232 CPUtime=6.29
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 1929 0 0 0 629 0 0 0 25 0 1 0 390026523 8429568 1583 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589542 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 2058 1583 117 243 0 1812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8232

[startup+12.7018 s]
/proc/loadavg: 1.00 1.09 1.85 2/65 29433
/proc/meminfo: memFree=1776904/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=13696 CPUtime=12.69
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 3846 0 0 0 1268 1 0 0 25 0 1 0 390026523 14024704 2803 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589569 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 3424 2803 117 243 0 3178 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13696

[startup+25.5013 s]
/proc/loadavg: 1.00 1.08 1.83 2/65 29433
/proc/meminfo: memFree=1767048/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=25192 CPUtime=25.48
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 7439 0 0 0 2546 2 0 0 25 0 1 0 390026523 25796608 5260 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590173 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 6298 5260 117 243 0 6052 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25192

[startup+51.1014 s]
/proc/loadavg: 1.00 1.07 1.81 2/65 29433
/proc/meminfo: memFree=1764168/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=27192 CPUtime=51.06
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 8914 0 0 0 5103 3 0 0 25 0 1 0 390026523 27844608 6003 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134594814 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 6798 6003 117 243 0 6552 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 27192

[startup+102.305 s]
/proc/loadavg: 1.00 1.06 1.77 2/65 29433
/proc/meminfo: memFree=1747080/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=47304 CPUtime=102.24
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 15438 0 0 0 10217 7 0 0 25 0 1 0 390026523 48439296 10218 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 11826 10218 117 243 0 11580 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47304

[startup+162.302 s]
/proc/loadavg: 1.00 1.05 1.71 2/65 29433
/proc/meminfo: memFree=1744968/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=48748 CPUtime=162.2
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 16796 0 0 0 16213 7 0 0 25 0 1 0 390026523 49917952 10736 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 12187 10736 117 243 0 11941 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 48748

[startup+222.302 s]
/proc/loadavg: 1.00 1.04 1.67 2/65 29433
/proc/meminfo: memFree=1737736/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=55044 CPUtime=222.16
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 19490 0 0 0 22207 9 0 0 25 0 1 0 390026523 56365056 12547 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134581667 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 13761 12547 117 243 0 13515 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 55044

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.62 2/71 29541
/proc/meminfo: memFree=1731224/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=60076 CPUtime=282.05
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 21458 0 0 0 28192 13 0 0 25 0 1 0 390026523 61517824 13818 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589495 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 15019 13818 117 243 0 14773 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 60076

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.58 2/65 29631
/proc/meminfo: memFree=1710344/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=90172 CPUtime=341.96
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 29870 0 0 0 34170 26 0 0 25 0 1 0 390026523 92336128 19240 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589811 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 22543 19240 117 243 0 22297 0
Current children cumulated CPU time (s) 341.96
Current children cumulated vsize (KiB) 90172

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.54 2/65 29631
/proc/meminfo: memFree=1709832/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=90172 CPUtime=401.91
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 30090 0 0 0 40165 26 0 0 25 0 1 0 390026523 92336128 19460 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 22543 19460 117 243 0 22297 0
Current children cumulated CPU time (s) 401.91
Current children cumulated vsize (KiB) 90172

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.51 2/65 29631
/proc/meminfo: memFree=1707272/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=92284 CPUtime=461.86
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 30788 0 0 0 46160 26 0 0 25 0 1 0 390026523 94498816 20060 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589563 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 23071 20060 117 243 0 22825 0
Current children cumulated CPU time (s) 461.86
Current children cumulated vsize (KiB) 92284

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.47 2/65 29631
/proc/meminfo: memFree=1706568/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=92008 CPUtime=521.82
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 31755 0 0 0 52155 27 0 0 25 0 1 0 390026523 94216192 20270 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 23002 20270 117 243 0 22756 0
Current children cumulated CPU time (s) 521.82
Current children cumulated vsize (KiB) 92008

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.44 2/65 29631
/proc/meminfo: memFree=1706568/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=92132 CPUtime=581.72
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 31843 0 0 0 58145 27 0 0 25 0 1 0 390026523 94343168 20260 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29432/statm: 23033 20260 117 243 0 22787 0
Current children cumulated CPU time (s) 581.72
Current children cumulated vsize (KiB) 92132

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.41 2/65 29631
/proc/meminfo: memFree=1704456/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=93820 CPUtime=641.67
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 33263 0 0 0 64139 28 0 0 25 0 1 0 390026523 96071680 20830 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 23455 20830 117 243 0 23209 0
Current children cumulated CPU time (s) 641.67
Current children cumulated vsize (KiB) 93820

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.38 2/65 29631
/proc/meminfo: memFree=1704264/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=94080 CPUtime=701.64
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 33300 0 0 0 70136 28 0 0 25 0 1 0 390026523 96337920 20867 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 23520 20867 117 243 0 23274 0
Current children cumulated CPU time (s) 701.64
Current children cumulated vsize (KiB) 94080

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.35 2/65 29631
/proc/meminfo: memFree=1703688/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=95112 CPUtime=761.6
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 33461 0 0 0 76132 28 0 0 25 0 1 0 390026523 97394688 21028 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 23778 21028 117 243 0 23532 0
Current children cumulated CPU time (s) 761.6
Current children cumulated vsize (KiB) 95112

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.33 2/65 29631
/proc/meminfo: memFree=1701960/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=96932 CPUtime=821.55
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 34058 0 0 0 82126 29 0 0 25 0 1 0 390026523 99258368 21496 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589515 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 24233 21496 117 243 0 23987 0
Current children cumulated CPU time (s) 821.55
Current children cumulated vsize (KiB) 96932

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.31 2/65 29631
/proc/meminfo: memFree=1697992/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=100008 CPUtime=881.51
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 35780 0 0 0 88121 30 0 0 25 0 1 0 390026523 102408192 22461 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589694 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 25002 22461 117 243 0 24756 0
Current children cumulated CPU time (s) 881.51
Current children cumulated vsize (KiB) 100008

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.28 2/65 29631
/proc/meminfo: memFree=1697160/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=101168 CPUtime=941.46
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 36189 0 0 0 94115 31 0 0 25 0 1 0 390026523 103596032 22676 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 25292 22676 117 243 0 25046 0
Current children cumulated CPU time (s) 941.46
Current children cumulated vsize (KiB) 101168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.26 2/65 29631
/proc/meminfo: memFree=1696840/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=101428 CPUtime=1001.39
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 36262 0 0 0 100108 31 0 0 25 0 1 0 390026523 103862272 22749 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29432/statm: 25357 22749 117 243 0 25111 0
Current children cumulated CPU time (s) 1001.39
Current children cumulated vsize (KiB) 101428

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/65 29631
/proc/meminfo: memFree=1696648/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=101684 CPUtime=1061.32
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 36339 0 0 0 106101 31 0 0 25 0 1 0 390026523 104124416 22761 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589542 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 25421 22761 117 243 0 25175 0
Current children cumulated CPU time (s) 1061.32
Current children cumulated vsize (KiB) 101684

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/65 29631
/proc/meminfo: memFree=1692232/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=105248 CPUtime=1121.31
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 37490 0 0 0 112098 33 0 0 25 0 1 0 390026523 107773952 23912 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589569 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 26312 23912 117 243 0 26066 0
Current children cumulated CPU time (s) 1121.31
Current children cumulated vsize (KiB) 105248

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 29631
/proc/meminfo: memFree=1689160/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=107560 CPUtime=1181.29
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 39064 0 0 0 118095 34 0 0 25 0 1 0 390026523 110141440 24653 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 26890 24653 117 243 0 26644 0
Current children cumulated CPU time (s) 1181.29
Current children cumulated vsize (KiB) 107560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.1 s]
/proc/loadavg: 1.00 1.00 1.20 2/65 29631
/proc/meminfo: memFree=1689160/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=107560 CPUtime=1200.09
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 39068 0 0 0 119975 34 0 0 25 0 1 0 390026523 110141440 24657 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 26890 24657 117 243 0 26644 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 107560

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

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

[startup+1201.1 s]
/proc/loadavg: 1.00 1.00 1.20 2/65 29631
/proc/meminfo: memFree=1689160/2055920 swapFree=4182240/4192956
[pid=29432] ppid=29430 vsize=107560 CPUtime=1200.09
/proc/29432/stat : 29432 (cmusat) R 29430 29432 28730 0 -1 4194304 39068 0 0 0 119975 34 0 0 25 0 1 0 390026523 110141440 24657 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/29432/statm: 26890 24657 117 243 0 26644 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 107560

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.12
CPU time (s): 1200.11
CPU user time (s): 1199.76
CPU system time (s): 0.355945
CPU usage (%): 99.9156
Max. virtual memory (cumulated for all children) (KiB): 107560

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

runsolver used 0.844871 second user time and 2.6116 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Mar 12 11:56:47 UTC 2007

IDJOB= 339213
IDBENCH= 24741
IDSOLVER= 121
FILE ID= node75/339213-1173700607

PBS_JOBID= 4101757

Free space on /tmp= 66513 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339213-1173700607/cmusat /tmp/evaluation/339213-1173700607/instance-339213-1173700607.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-339213-1173700607 -o ROOT/results/node75/solver-339213-1173700607 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339213-1173700607/cmusat /tmp/evaluation/339213-1173700607/instance-339213-1173700607.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  1be89b02b6d55244be2e1f715fd977d6

RANDOM SEED= 456243416

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1788320 kB
Buffers:         31364 kB
Cached:         186344 kB
SwapCached:       4992 kB
Active:          90048 kB
Inactive:       139768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788320 kB
SwapTotal:     4192956 kB
SwapFree:      4182240 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          15748 kB
Slab:            23732 kB
Committed_AS:   906732 kB
PageTables:       1432 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= 66513 MiB

End job on node75 on Mon Mar 12 12:16:50 UTC 2007