Trace number 307404

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
Spear FH 1.0? (TO) 1200.15 1200.7

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1661055114-06.cnf
MD5SUM05c3fabf805829dbf896864dc67f5a6b
Bench CategoryRANDOM (random 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 variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/307404-1172119690/instance-307404-1172119690.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-307404-1172119690 -o ROOT/results/node9/solver-307404-1172119690 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307404-1172119690/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/307404-1172119690/instance-307404-1172119690.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.98 0.99 3/77 19241
/proc/meminfo: memFree=1664968/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=1932 CPUtime=0
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 231923679 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 483 247 126 302 0 178 0

[startup+0.107736 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19241
/proc/meminfo: memFree=1664968/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=5796 CPUtime=0.1
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 1436 0 0 0 9 1 0 0 18 0 1 0 231923679 5935104 1078 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 1449 1079 129 302 0 1144 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5796

[startup+0.515814 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19241
/proc/meminfo: memFree=1664968/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=9200 CPUtime=0.5
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 2351 0 0 0 48 2 0 0 22 0 1 0 231923679 9420800 1895 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 2300 1895 140 302 0 1995 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9200

[startup+1.33997 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1656832/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=10864 CPUtime=1.33
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 2752 0 0 0 130 3 0 0 25 0 1 0 231923679 11124736 2296 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 2716 2296 140 302 0 2411 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10864

[startup+2.97629 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1654592/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=13884 CPUtime=2.96
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 3504 0 0 0 292 4 0 0 25 0 1 0 231923679 14217216 3048 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 3471 3048 140 302 0 3166 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13884

[startup+6.25692 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1648192/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=20248 CPUtime=6.24
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 5096 0 0 0 618 6 0 0 25 0 1 0 231923679 20733952 4640 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 5062 4640 140 302 0 4757 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20248

[startup+12.7122 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1635400/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=32060 CPUtime=12.7
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 8057 0 0 0 1260 10 0 0 25 0 1 0 231923679 32829440 7601 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 8015 7601 140 302 0 7710 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 32060

[startup+25.5166 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1615688/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=52240 CPUtime=25.49
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 13118 0 0 0 2534 15 0 0 25 0 1 0 231923679 53493760 12662 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 13060 12662 140 302 0 12755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52240

[startup+51.1296 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1573768/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=93740 CPUtime=51.1
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 23496 0 0 0 5082 28 0 0 25 0 1 0 231923679 95989760 23007 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 23435 23007 140 302 0 23130 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 93740

[startup+102.357 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1512328/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=155420 CPUtime=102.31
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 38973 0 0 0 10184 47 0 0 25 0 1 0 231923679 159150080 38419 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 38855 38419 140 302 0 38550 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 155420

[startup+162.396 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1457928/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=209188 CPUtime=162.33
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 52433 0 0 0 16168 65 0 0 25 0 1 0 231923679 214208512 51750 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 52297 51750 140 302 0 51992 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 209188

[startup+222.432 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1403656/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=263340 CPUtime=222.34
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 66003 0 0 0 22149 85 0 0 25 0 1 0 231923679 269660160 65320 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 65835 65320 140 302 0 65530 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 263340

[startup+282.465 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1368072/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=298836 CPUtime=282.35
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 74919 0 0 0 28137 98 0 0 25 0 1 0 231923679 306008064 74236 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 74709 74236 140 302 0 74404 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 298836

[startup+342.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1318536/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=348684 CPUtime=342.37
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 87385 0 0 0 34121 116 0 0 25 0 1 0 231923679 357052416 86702 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 87171 86702 140 302 0 86866 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 348684

[startup+402.537 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1274184/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=391852 CPUtime=402.38
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 98227 0 0 0 40108 130 0 0 25 0 1 0 231923679 401256448 97544 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 97963 97544 140 302 0 97658 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 391852

[startup+462.572 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1238920/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=428172 CPUtime=462.4
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 107323 0 0 0 46098 142 0 0 25 0 1 0 231923679 438448128 106383 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 107043 106383 140 302 0 106738 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 428172

[startup+522.612 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1207304/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=459732 CPUtime=522.42
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 115209 0 0 0 52090 152 0 0 25 0 1 0 231923679 470765568 114269 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 114933 114269 140 302 0 114628 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 459732

[startup+582.645 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1169800/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=496600 CPUtime=582.44
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 124445 0 0 0 58080 164 0 0 25 0 1 0 231923679 508518400 123505 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 124150 123505 140 302 0 123845 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 496600

[startup+642.683 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1127496/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=538796 CPUtime=642.44
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 135023 0 0 0 64068 176 0 0 25 0 1 0 231923679 551727104 134083 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 134699 134083 140 302 0 134394 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 538796

[startup+702.715 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1090824/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=575376 CPUtime=702.46
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 144202 0 0 0 70058 188 0 0 25 0 1 0 231923679 589185024 143262 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 143844 143262 140 302 0 143539 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 575376

[startup+762.752 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19242
/proc/meminfo: memFree=1058440/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=607668 CPUtime=762.47
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 152267 0 0 0 76049 198 0 0 25 0 1 0 231923679 622252032 151327 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 151917 151327 140 302 0 151612 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 607668

[startup+822.815 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 19364
/proc/meminfo: memFree=1027520/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=636776 CPUtime=822.43
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 159549 0 0 0 82035 208 0 0 25 0 1 0 231923679 652058624 158609 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 159194 158609 140 302 0 158889 0
Current children cumulated CPU time (s) 822.43
Current children cumulated vsize (KiB) 636776

[startup+882.87 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19439
/proc/meminfo: memFree=1000520/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=664784 CPUtime=882.42
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 166562 0 0 0 88025 217 0 0 25 0 1 0 231923679 680738816 165622 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 166196 165622 140 302 0 165891 0
Current children cumulated CPU time (s) 882.42
Current children cumulated vsize (KiB) 664784

[startup+942.911 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19439
/proc/meminfo: memFree=977224/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=688148 CPUtime=942.44
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 172410 0 0 0 94018 226 0 0 25 0 1 0 231923679 704663552 171470 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 172037 171470 140 302 0 171732 0
Current children cumulated CPU time (s) 942.44
Current children cumulated vsize (KiB) 688148

[startup+1002.94 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 19439
/proc/meminfo: memFree=951304/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=714096 CPUtime=1002.45
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 178906 0 0 0 100010 235 0 0 25 0 1 0 231923679 731234304 177966 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 178524 177966 140 302 0 178219 0
Current children cumulated CPU time (s) 1002.45
Current children cumulated vsize (KiB) 714096

[startup+1062.98 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 19439
/proc/meminfo: memFree=927624/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=737204 CPUtime=1062.46
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 184703 0 0 0 106006 240 0 0 25 0 1 0 231923679 754896896 183763 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 184301 183763 140 302 0 183996 0
Current children cumulated CPU time (s) 1062.46
Current children cumulated vsize (KiB) 737204

[startup+1123.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19439
/proc/meminfo: memFree=898824/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=766140 CPUtime=1122.48
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 191931 0 0 0 111997 251 0 0 25 0 1 0 231923679 784527360 190991 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 191535 190991 140 302 0 191230 0
Current children cumulated CPU time (s) 1122.48
Current children cumulated vsize (KiB) 766140

[startup+1183.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19439
/proc/meminfo: memFree=865800/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=799076 CPUtime=1182.49
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 200178 0 0 0 117986 263 0 0 25 0 1 0 231923679 818253824 199238 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 199769 199238 140 302 0 199464 0
Current children cumulated CPU time (s) 1182.49
Current children cumulated vsize (KiB) 799076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19439
/proc/meminfo: memFree=856840/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=807600 CPUtime=1200.01
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4194304 202322 0 0 0 119735 266 0 0 25 0 1 0 231923679 826982400 201382 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 201900 201382 140 302 0 201595 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 807600

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

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

[startup+1200.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19439
/proc/meminfo: memFree=856840/2055920 swapFree=4192812/4192956
[pid=19241] ppid=19239 vsize=0 CPUtime=1200.11
/proc/19241/stat : 19241 (Spear-32) R 19239 19241 16076 0 -1 4195332 202322 0 0 0 119735 276 0 0 25 0 1 0 231923679 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/19241/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.7
CPU time (s): 1200.15
CPU user time (s): 1197.36
CPU system time (s): 2.79257
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 807600

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

runsolver used 1.23181 second user time and 3.03954 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Thu Feb 22 04:48:11 UTC 2007

IDJOB= 307404
IDBENCH= 20204
IDSOLVER= 132
FILE ID= node9/307404-1172119690

PBS_JOBID= 3865367

Free space on /tmp= 66546 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1661055114-06.cnf
COMMAND LINE= /tmp/evaluation/307404-1172119690/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307404-1172119690/instance-307404-1172119690.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-307404-1172119690 -o ROOT/results/node9/solver-307404-1172119690 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307404-1172119690/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307404-1172119690/instance-307404-1172119690.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  05c3fabf805829dbf896864dc67f5a6b

RANDOM SEED= 739344032

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1665504 kB
Buffers:         31664 kB
Cached:         239044 kB
SwapCached:          0 kB
Active:         122040 kB
Inactive:       203124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:          73380 kB
Slab:            50872 kB
Committed_AS:  1183904 kB
PageTables:       1688 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= 66546 MiB

End job on node9 on Thu Feb 22 05:08:13 UTC 2007