Trace number 298793

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 FHS 1.0? (TO) 1200.04 1200.56

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1085782051-01.UNSAT.shuffled.cnf
MD5SUM7faf66a7cdab73c483b5715fbee2bc7a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.2216
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
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/298793-1171860756/instance-298793-1171860756.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/node26/watcher-298793-1171860756 -o ROOT/results/node26/solver-298793-1171860756 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298793-1171860756/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298793-1171860756/instance-298793-1171860756.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 18299
/proc/meminfo: memFree=649576/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=1532 CPUtime=0
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 206029290 1568768 183 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134607013 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 383 189 140 302 0 78 0

[startup+0.107844 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 18299
/proc/meminfo: memFree=649576/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=1788 CPUtime=0.1
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 279 0 0 0 10 0 0 0 18 0 1 0 206029290 1830912 263 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 447 263 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515913 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 18299
/proc/meminfo: memFree=649576/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=2444 CPUtime=0.5
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 450 0 0 0 50 0 0 0 22 0 1 0 206029290 2502656 434 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 611 434 140 302 0 306 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2444

[startup+1.33806 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 18300
/proc/meminfo: memFree=647584/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=3412 CPUtime=1.33
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 672 0 0 0 132 1 0 0 25 0 1 0 206029290 3493888 656 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 853 656 140 302 0 548 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3412

[startup+2.97634 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 18300
/proc/meminfo: memFree=646496/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=4580 CPUtime=2.97
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 971 0 0 0 295 2 0 0 25 0 1 0 206029290 4689920 955 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 1145 955 140 302 0 840 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4580

[startup+6.25291 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 18300
/proc/meminfo: memFree=644640/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=6256 CPUtime=6.24
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 1393 0 0 0 620 4 0 0 25 0 1 0 206029290 6406144 1344 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 1564 1344 140 302 0 1259 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6256

[startup+12.711 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 18300
/proc/meminfo: memFree=642272/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=8264 CPUtime=12.7
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 1917 0 0 0 1264 6 0 0 25 0 1 0 206029290 8462336 1868 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 2066 1868 140 302 0 1761 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8264

[startup+25.5143 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 18300
/proc/meminfo: memFree=639200/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=11668 CPUtime=25.5
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 2766 0 0 0 2541 9 0 0 25 0 1 0 206029290 11948032 2652 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 2917 2652 140 302 0 2612 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 11668

[startup+51.1297 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 18300
/proc/meminfo: memFree=634720/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=16052 CPUtime=51.1
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 3868 0 0 0 5096 14 0 0 25 0 1 0 206029290 16437248 3754 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 4013 3754 140 302 0 3708 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16052

[startup+102.354 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 18300
/proc/meminfo: memFree=628768/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=22724 CPUtime=102.3
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 5500 0 0 0 10208 22 0 0 25 0 1 0 206029290 23269376 5257 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 5681 5257 140 302 0 5376 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 22724

[startup+162.388 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18300
/proc/meminfo: memFree=622304/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=29108 CPUtime=162.32
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 7075 0 0 0 16201 31 0 0 25 0 1 0 206029290 29806592 6832 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 7277 6832 140 302 0 6972 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 29108

[startup+222.424 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18300
/proc/meminfo: memFree=618016/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=33428 CPUtime=222.34
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 8138 0 0 0 22195 39 0 0 25 0 1 0 206029290 34230272 7895 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 8357 7895 140 302 0 8052 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 33428

[startup+282.457 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18300
/proc/meminfo: memFree=614048/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=38508 CPUtime=282.34
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 9396 0 0 0 28189 45 0 0 25 0 1 0 206029290 39432192 8896 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 9627 8896 140 302 0 9322 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 38508

[startup+342.492 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 18300
/proc/meminfo: memFree=610144/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=42576 CPUtime=342.36
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 10355 0 0 0 34185 51 0 0 25 0 1 0 206029290 43597824 9855 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 10644 9855 140 302 0 10339 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 42576

[startup+402.532 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 18300
/proc/meminfo: memFree=606816/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=45924 CPUtime=402.38
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 11163 0 0 0 40181 57 0 0 25 0 1 0 206029290 47026176 10663 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 11481 10663 140 302 0 11176 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 45924

[startup+462.566 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18300
/proc/meminfo: memFree=603680/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=49444 CPUtime=462.39
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 11965 0 0 0 46177 62 0 0 25 0 1 0 206029290 50630656 11465 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 12361 11465 140 302 0 12056 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 49444

[startup+522.608 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 18382
/proc/meminfo: memFree=599600/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=52372 CPUtime=522.38
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 12687 0 0 0 52170 68 0 0 25 0 1 0 206029290 53628928 12187 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 13093 12187 140 302 0 12788 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 52372

[startup+582.671 s]
/proc/loadavg: 1.03 1.01 1.00 2/84 18468
/proc/meminfo: memFree=596656/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=55356 CPUtime=582.38
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 13423 0 0 0 58164 74 0 0 25 0 1 0 206029290 56684544 12923 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 13839 12923 140 302 0 13534 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 55356

[startup+642.714 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 18498
/proc/meminfo: memFree=594976/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=58012 CPUtime=642.38
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 14112 0 0 0 64160 78 0 0 25 0 1 0 206029290 59404288 13612 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 14503 13612 140 302 0 14198 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 58012

[startup+702.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=591968/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=61164 CPUtime=702.39
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 14863 0 0 0 70157 82 0 0 25 0 1 0 206029290 62631936 14363 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 15291 14363 140 302 0 14986 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 61164

[startup+762.779 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=589408/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=64136 CPUtime=762.4
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 15484 0 0 0 76153 87 0 0 25 0 1 0 206029290 65675264 14984 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 16034 14984 140 302 0 15729 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 64136

[startup+822.821 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=587232/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=66356 CPUtime=822.42
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 16059 0 0 0 82151 91 0 0 25 0 1 0 206029290 67948544 15559 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 16589 15559 140 302 0 16284 0
Current children cumulated CPU time (s) 822.42
Current children cumulated vsize (KiB) 66356

[startup+882.854 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=584736/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=69300 CPUtime=882.44
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 16676 0 0 0 88149 95 0 0 25 0 1 0 206029290 70963200 16176 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 17325 16176 140 302 0 17020 0
Current children cumulated CPU time (s) 882.44
Current children cumulated vsize (KiB) 69300

[startup+942.885 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=582752/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=73184 CPUtime=942.45
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 17696 0 0 0 94144 101 0 0 25 0 1 0 206029290 74940416 16683 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 18296 16683 140 302 0 17991 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 73184

[startup+1002.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=580832/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=75140 CPUtime=1002.45
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 18173 0 0 0 100140 105 0 0 25 0 1 0 206029290 76943360 17160 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 18785 17160 140 302 0 18480 0
Current children cumulated CPU time (s) 1002.45
Current children cumulated vsize (KiB) 75140

[startup+1062.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=578784/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=77076 CPUtime=1062.47
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 18692 0 0 0 106138 109 0 0 25 0 1 0 206029290 78925824 17679 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 19269 17679 140 302 0 18964 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 77076

[startup+1122.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=576608/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=79168 CPUtime=1122.48
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 19233 0 0 0 112134 114 0 0 25 0 1 0 206029290 81068032 18220 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 19792 18220 140 302 0 19487 0
Current children cumulated CPU time (s) 1122.48
Current children cumulated vsize (KiB) 79168

[startup+1183.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=574752/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=81156 CPUtime=1182.5
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 19691 0 0 0 118132 118 0 0 25 0 1 0 206029290 83103744 18678 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 20289 18678 140 302 0 19984 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 81156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=574176/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=81680 CPUtime=1200.02
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 19819 0 0 0 119883 119 0 0 25 0 1 0 206029290 83640320 18806 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 20420 18806 140 302 0 20115 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 81680

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

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

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18498
/proc/meminfo: memFree=574176/2055920 swapFree=4131780/4192956
[pid=18299] ppid=18297 vsize=81680 CPUtime=1200.02
/proc/18299/stat : 18299 (Spear-32) R 18297 18299 12475 0 -1 4194304 19819 0 0 0 119883 119 0 0 25 0 1 0 206029290 83640320 18806 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18299/statm: 20420 18806 140 302 0 20115 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 81680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.04
CPU user time (s): 1198.83
CPU system time (s): 1.20582
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 81680

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

runsolver used 1.23481 second user time and 3.03754 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Feb 19 04:52:36 UTC 2007

IDJOB= 298793
IDBENCH= 19994
IDSOLVER= 131
FILE ID= node26/298793-1171860756

PBS_JOBID= 3839657

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1085782051-01.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298793-1171860756/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298793-1171860756/instance-298793-1171860756.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-298793-1171860756 -o ROOT/results/node26/solver-298793-1171860756 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298793-1171860756/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298793-1171860756/instance-298793-1171860756.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7faf66a7cdab73c483b5715fbee2bc7a

RANDOM SEED= 98458960

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:        649920 kB
Buffers:         53372 kB
Cached:        1187796 kB
SwapCached:      40904 kB
Active:         820364 kB
Inactive:       472168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        649920 kB
SwapTotal:     4192956 kB
SwapFree:      4131780 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          30480 kB
Slab:            99068 kB
Committed_AS:   617708 kB
PageTables:       1684 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= 66562 MiB

End job on node26 on Mon Feb 19 05:12:39 UTC 2007