Trace number 308798

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.03 1200.41

General information on the benchmark

Namerandom/2+p/p0.7/v4500/
unif2p-p0.7-v4500-c12015-S1352949000-03-SAT.cnf
MD5SUMf5ec9b90345d9fa1e04d84b615d8e6ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark397.312
Satisfiable
(Un)Satisfiability was proved
Number of variables4498
Number of clauses12014
Sum of the clauses size32438
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23604
Number of clauses of size 38410
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/308798-1172528293/instance-308798-1172528293.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/node69/watcher-308798-1172528293 -o ROOT/results/node69/solver-308798-1172528293 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308798-1172528293/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/308798-1172528293/instance-308798-1172528293.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/64 21613
/proc/meminfo: memFree=1897384/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=1932 CPUtime=0
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 272787000 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 483 247 126 302 0 178 0

[startup+0.107716 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21613
/proc/meminfo: memFree=1897384/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=2904 CPUtime=0.1
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 494 0 0 0 10 0 0 0 18 0 1 0 272787000 2973696 478 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 726 478 140 302 0 421 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2904

[startup+0.515782 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21613
/proc/meminfo: memFree=1897384/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=3292 CPUtime=0.5
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 607 0 0 0 50 0 0 0 21 0 1 0 272787000 3371008 591 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 823 591 140 302 0 518 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3292

[startup+1.33791 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1894944/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=4092 CPUtime=1.33
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 796 0 0 0 132 1 0 0 25 0 1 0 272787000 4190208 780 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 1023 780 140 302 0 718 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4092

[startup+2.97518 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1893920/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=5276 CPUtime=2.97
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 1088 0 0 0 295 2 0 0 25 0 1 0 272787000 5402624 1072 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 1319 1072 140 302 0 1014 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5276

[startup+6.25173 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1891616/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=7432 CPUtime=6.23
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 1626 0 0 0 620 3 0 0 25 0 1 0 272787000 7610368 1610 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 1858 1610 140 302 0 1553 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7432

[startup+12.7058 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1888480/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=10368 CPUtime=12.69
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 2382 0 0 0 1263 6 0 0 25 0 1 0 272787000 10616832 2333 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 2592 2333 140 302 0 2287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10368

[startup+25.5059 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1884192/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=14748 CPUtime=25.48
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 3469 0 0 0 2538 10 0 0 25 0 1 0 272787000 15101952 3420 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 3687 3420 140 302 0 3382 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14748

[startup+51.1131 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1876256/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=22620 CPUtime=51.09
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 5476 0 0 0 5091 18 0 0 25 0 1 0 272787000 23162880 5362 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 5655 5362 140 302 0 5350 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22620

[startup+102.324 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1865248/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=34140 CPUtime=102.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 8370 0 0 0 10200 28 0 0 25 0 1 0 272787000 34959360 8127 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 8535 8127 140 302 0 8230 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 34140

[startup+162.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1853408/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=45836 CPUtime=162.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 11276 0 0 0 16190 38 0 0 25 0 1 0 272787000 46936064 11033 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 11459 11033 140 302 0 11154 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 45836

[startup+222.368 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1844320/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=54944 CPUtime=222.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 13551 0 0 0 22181 47 0 0 25 0 1 0 272787000 56262656 13308 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 13736 13308 140 302 0 13431 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 54944

[startup+282.382 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1835424/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=64656 CPUtime=282.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 16023 0 0 0 28172 56 0 0 25 0 1 0 272787000 66207744 15523 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 16164 15523 140 302 0 15859 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 64656

[startup+342.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1828064/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=72204 CPUtime=342.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 17889 0 0 0 34164 64 0 0 25 0 1 0 272787000 73936896 17389 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 18051 17389 140 302 0 17746 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 72204

[startup+402.424 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1822432/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=77780 CPUtime=402.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 19272 0 0 0 40157 71 0 0 25 0 1 0 272787000 79646720 18772 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 19445 18772 140 302 0 19140 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 77780

[startup+462.443 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21614
/proc/meminfo: memFree=1817440/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=83036 CPUtime=462.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 20515 0 0 0 46151 77 0 0 25 0 1 0 272787000 85028864 20015 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 20759 20015 140 302 0 20454 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 83036

[startup+522.459 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1812576/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=87692 CPUtime=522.29
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 21724 0 0 0 52145 84 0 0 25 0 1 0 272787000 89796608 21224 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 21923 21224 140 302 0 21618 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 87692

[startup+582.477 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1808160/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=92344 CPUtime=582.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 22814 0 0 0 58139 89 0 0 25 0 1 0 272787000 94560256 22314 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 23086 22314 140 302 0 22781 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 92344

[startup+642.498 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1803744/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=96720 CPUtime=642.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 23914 0 0 0 64134 94 0 0 25 0 1 0 272787000 99041280 23414 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 24180 23414 140 302 0 23875 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 96720

[startup+702.517 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1799520/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=100984 CPUtime=702.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 24951 0 0 0 70128 100 0 0 25 0 1 0 272787000 103407616 24451 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 25246 24451 140 302 0 24941 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 100984

[startup+762.534 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1795360/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=105212 CPUtime=762.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 25996 0 0 0 76122 106 0 0 25 0 1 0 272787000 107737088 25496 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 26303 25496 140 302 0 25998 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 105212

[startup+822.552 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1791200/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=109500 CPUtime=822.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 27039 0 0 0 82118 110 0 0 25 0 1 0 272787000 112128000 26539 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 27375 26539 140 302 0 27070 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 109500

[startup+882.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1787168/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=113528 CPUtime=882.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 28057 0 0 0 88111 117 0 0 25 0 1 0 272787000 116252672 27557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 28382 27557 140 302 0 28077 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 113528

[startup+942.587 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1783392/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=117116 CPUtime=942.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 28982 0 0 0 94106 122 0 0 25 0 1 0 272787000 119926784 28482 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 29279 28482 140 302 0 28974 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 117116

[startup+1002.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1780256/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=120340 CPUtime=1002.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 29761 0 0 0 100102 126 0 0 25 0 1 0 272787000 123228160 29261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 30085 29261 140 302 0 29780 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 120340

[startup+1062.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1776608/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=125952 CPUtime=1062.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 31177 0 0 0 106096 132 0 0 25 0 1 0 272787000 128974848 30164 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 31488 30164 140 302 0 31183 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 125952

[startup+1122.65 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 21614
/proc/meminfo: memFree=1773344/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=129288 CPUtime=1122.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 31985 0 0 0 112092 136 0 0 25 0 1 0 272787000 132390912 30972 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 32322 30972 140 302 0 32017 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 129288

[startup+1182.67 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 21614
/proc/meminfo: memFree=1770400/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=132328 CPUtime=1182.28
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 32725 0 0 0 118089 139 0 0 25 0 1 0 272787000 135503872 31712 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 33082 31712 140 302 0 32777 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 132328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1769312/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=133344 CPUtime=1200
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 32990 0 0 0 119860 140 0 0 25 0 1 0 272787000 136544256 31977 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 33336 31977 140 302 0 33031 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 133344

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

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

[startup+1200.39 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21614
/proc/meminfo: memFree=1769312/2055920 swapFree=4183956/4192956
[pid=21613] ppid=21611 vsize=133344 CPUtime=1200
/proc/21613/stat : 21613 (Spear-32) R 21611 21613 20246 0 -1 4194304 32990 0 0 0 119860 140 0 0 25 0 1 0 272787000 136544256 31977 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/21613/statm: 33336 31977 140 302 0 33031 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 133344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.03
CPU user time (s): 1198.6
CPU system time (s): 1.42578
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 133344

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

runsolver used 0.78688 second user time and 2.42763 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Feb 26 22:18:13 UTC 2007

IDJOB= 308798
IDBENCH= 20241
IDSOLVER= 132
FILE ID= node69/308798-1172528293

PBS_JOBID= 3971795

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v4500/unif2p-p0.7-v4500-c12015-S1352949000-03-SAT.cnf
COMMAND LINE= /tmp/evaluation/308798-1172528293/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/308798-1172528293/instance-308798-1172528293.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-308798-1172528293 -o ROOT/results/node69/solver-308798-1172528293 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308798-1172528293/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/308798-1172528293/instance-308798-1172528293.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f5ec9b90345d9fa1e04d84b615d8e6ed

RANDOM SEED= 439505654

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1897856 kB
Buffers:         24552 kB
Cached:          97024 kB
SwapCached:       3068 kB
Active:          31952 kB
Inactive:        99636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897856 kB
SwapTotal:     4192956 kB
SwapFree:      4183956 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          15496 kB
Slab:            12464 kB
Committed_AS:   691904 kB
PageTables:       1472 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= 66560 MiB

End job on node69 on Mon Feb 26 22:38:15 UTC 2007