Trace number 314448

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 2007-02-12? (TO) 1200.08 1200.56

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-11.cnf
MD5SUMbbf2ddba983f34e9ffda755afdcf8885
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark109.163
Satisfiable
(Un)Satisfiability was proved
Number of variables1004933
Number of clauses4426834
Sum of the clauses size11901940
Maximum clause length4335
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22485540
Number of clauses of size 31662546
Number of clauses of size 4144019
Number of clauses of size 55160
Number of clauses of size over 5129568

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/314448-1172637194/instance-314448-1172637194.cnf

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/node66/watcher-314448-1172637194 -o ROOT/results/node66/solver-314448-1172637194 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314448-1172637194/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314448-1172637194/instance-314448-1172637194.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.04 1.01 1.00 2/64 29284
/proc/meminfo: memFree=1696792/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=2356 CPUtime=0
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 370 0 0 0 0 0 0 0 18 0 1 0 283676969 2412544 354 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134513442 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 589 355 126 302 0 284 0

[startup+0.0640779 s]
/proc/loadavg: 1.04 1.01 1.00 2/64 29284
/proc/meminfo: memFree=1696792/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=7888 CPUtime=0.05
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 1803 0 0 0 4 1 0 0 18 0 1 0 283676969 8077312 1218 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134518183 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 1972 1219 126 302 0 1667 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7888

[startup+0.101082 s]
/proc/loadavg: 1.04 1.01 1.00 2/64 29284
/proc/meminfo: memFree=1696792/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=8216 CPUtime=0.09
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 2456 0 0 0 7 2 0 0 18 0 1 0 283676969 8413184 1678 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 2054 1679 126 302 0 1749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8216

[startup+0.301123 s]
/proc/loadavg: 1.04 1.01 1.00 2/64 29284
/proc/meminfo: memFree=1696792/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=29872 CPUtime=0.29
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 8098 0 0 0 22 7 0 0 19 0 1 0 283676969 30588928 5589 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 7468 5591 126 302 0 7163 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29872

[startup+0.701203 s]
/proc/loadavg: 1.04 1.01 1.00 2/64 29284
/proc/meminfo: memFree=1696792/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=53592 CPUtime=0.68
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 17050 0 0 0 51 17 0 0 24 0 1 0 283676969 54878208 10442 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 13399 10442 126 302 0 13094 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53592

[startup+1.50136 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 29285
/proc/meminfo: memFree=1629712/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=107504 CPUtime=1.49
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 35289 0 0 0 109 40 0 0 25 0 1 0 283676969 110084096 22023 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 26877 22025 126 302 0 26572 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107504

[startup+3.1017 s]
/proc/loadavg: 1.04 1.01 1.00 3/65 29285
/proc/meminfo: memFree=1581200/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=148120 CPUtime=3.08
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 50072 0 0 0 251 57 0 0 25 0 1 0 283676969 151674880 35809 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134866234 0 0 4096 0 0 0 0 17 0 0 0
/proc/29284/statm: 37030 35809 129 302 0 36725 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 148120

[startup+6.30133 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 29285
/proc/meminfo: memFree=1506136/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=237008 CPUtime=6.27
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 70045 0 0 0 556 71 0 0 25 0 1 0 283676969 242696192 54757 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135271267 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 59252 54764 129 302 0 58947 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 237008

[startup+12.7016 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 29285
/proc/meminfo: memFree=1369504/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=356832 CPUtime=12.68
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 106130 0 0 0 1176 92 0 0 25 0 1 0 283676969 365395968 83699 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 89208 83699 140 302 0 88903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 356832

[startup+25.5012 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 29285
/proc/meminfo: memFree=1364000/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=359280 CPUtime=25.47
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 106880 0 0 0 2455 92 0 0 25 0 1 0 283676969 367902720 84449 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 89820 84449 140 302 0 89515 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 359280

[startup+51.1013 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1363424/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=359948 CPUtime=51.05
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 107140 0 0 0 5012 93 0 0 25 0 1 0 283676969 368586752 84625 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134529858 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 89987 84625 141 302 0 89682 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 359948

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1363040/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=360448 CPUtime=102.23
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 107241 0 0 0 10129 94 0 0 25 0 1 0 283676969 369098752 84726 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 90112 84726 141 302 0 89807 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 360448

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1362592/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=360808 CPUtime=162.2
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 107345 0 0 0 16125 95 0 0 25 0 1 0 283676969 369467392 84830 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 90202 84830 141 302 0 89897 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 360808

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1362336/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=361060 CPUtime=222.18
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 107402 0 0 0 22122 96 0 0 25 0 1 0 283676969 369725440 84887 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 90265 84887 141 302 0 89960 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 361060

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1359328/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=365876 CPUtime=282.16
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 110856 0 0 0 28119 97 0 0 25 0 1 0 283676969 374657024 85615 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 91469 85615 141 302 0 91164 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 365876

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1358752/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=366320 CPUtime=342.14
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 112401 0 0 0 34115 99 0 0 25 0 1 0 283676969 375111680 85734 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 91580 85734 141 302 0 91275 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 366320

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1358176/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=366892 CPUtime=402.12
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 118267 0 0 0 40109 103 0 0 25 0 1 0 283676969 375697408 85879 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524748 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 91723 85879 141 302 0 91418 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 366892

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1357472/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=367560 CPUtime=462.09
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 126116 0 0 0 46101 108 0 0 25 0 1 0 283676969 376381440 86038 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134539882 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 91890 86038 141 302 0 91585 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 367560

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29285
/proc/meminfo: memFree=1357152/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=367988 CPUtime=522.07
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 128288 0 0 0 52098 109 0 0 25 0 1 0 283676969 376819712 86117 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 91997 86117 141 302 0 91692 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 367988

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1356640/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=368356 CPUtime=582.04
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 137131 0 0 0 58090 114 0 0 25 0 1 0 283676969 377196544 86222 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92089 86222 141 302 0 91784 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 368356

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1356128/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=368792 CPUtime=642.03
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 163671 0 0 0 64076 127 0 0 25 0 1 0 283676969 377643008 86333 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92198 86333 141 302 0 91893 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 368792

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1356000/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=369096 CPUtime=702
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 164173 0 0 0 70073 127 0 0 25 0 1 0 283676969 377954304 86404 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92274 86404 141 302 0 91969 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 369096

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1355680/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=369352 CPUtime=761.98
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 164245 0 0 0 76070 128 0 0 25 0 1 0 283676969 378216448 86476 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92338 86476 141 302 0 92033 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 369352

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1355488/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=369608 CPUtime=821.95
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 164293 0 0 0 82067 128 0 0 25 0 1 0 283676969 378478592 86524 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92402 86524 141 302 0 92097 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 369608

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1355296/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=369844 CPUtime=881.93
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 164348 0 0 0 88064 129 0 0 25 0 1 0 283676969 378720256 86579 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526606 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92461 86579 141 302 0 92156 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 369844

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1355104/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=369960 CPUtime=941.91
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 164395 0 0 0 94061 130 0 0 25 0 1 0 283676969 378839040 86626 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92490 86626 141 302 0 92185 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 369960

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1354464/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=370340 CPUtime=1001.89
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 169147 0 0 0 100057 132 0 0 25 0 1 0 283676969 379228160 86726 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134538589 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92585 86726 141 302 0 92280 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 370340

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1353504/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=371344 CPUtime=1061.86
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 176222 0 0 0 106050 136 0 0 25 0 1 0 283676969 380256256 86979 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134530269 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 92836 86979 141 302 0 92531 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 371344

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1351712/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=373096 CPUtime=1121.85
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 188269 0 0 0 112043 142 0 0 25 0 1 0 283676969 382050304 87417 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134530262 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 93274 87417 141 302 0 92969 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 373096

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1351520/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=373308 CPUtime=1181.82
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 196011 0 0 0 118037 145 0 0 25 0 1 0 283676969 382267392 87459 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 93327 87459 141 302 0 93022 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 373308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1350368/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=373828 CPUtime=1200.02
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 197100 0 0 0 119856 146 0 0 25 0 1 0 283676969 382799872 87602 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134529837 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 93457 87602 141 302 0 93152 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 373828

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29287
/proc/meminfo: memFree=1350368/2055920 swapFree=4183244/4192956
[pid=29284] ppid=29282 vsize=373828 CPUtime=1200.02
/proc/29284/stat : 29284 (Spear-32) R 29282 29284 28792 0 -1 4194304 197100 0 0 0 119856 146 0 0 25 0 1 0 283676969 382799872 87602 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134529837 0 0 4096 0 0 0 0 17 1 0 0
/proc/29284/statm: 93457 87602 141 302 0 93152 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 373828

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.08
CPU user time (s): 1198.56
CPU system time (s): 1.52177
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 376900

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

runsolver used 0.92086 second user time and 2.43263 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Wed Feb 28 04:33:14 UTC 2007

IDJOB= 314448
IDBENCH= 20391
IDSOLVER= 133
FILE ID= node66/314448-1172637194

PBS_JOBID= 3981147

Free space on /tmp= 66440 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-11.cnf
COMMAND LINE= /tmp/evaluation/314448-1172637194/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314448-1172637194/instance-314448-1172637194.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-314448-1172637194 -o ROOT/results/node66/solver-314448-1172637194 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314448-1172637194/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314448-1172637194/instance-314448-1172637194.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  bbf2ddba983f34e9ffda755afdcf8885

RANDOM SEED= 851616107

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1697456 kB
Buffers:          1300 kB
Cached:         230640 kB
SwapCached:       3476 kB
Active:         267684 kB
Inactive:        45196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697456 kB
SwapTotal:     4192956 kB
SwapFree:      4183244 kB
Dirty:           90844 kB
Writeback:           0 kB
Mapped:          86944 kB
Slab:            31380 kB
Committed_AS:   782968 kB
PageTables:       1564 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= 66440 MiB

End job on node66 on Wed Feb 28 04:53:17 UTC 2007