Trace number 292316

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.04 1200.38

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S1350256608-20.UNSAT.shuffled.cnf
MD5SUM73234f08849e6c79dc5c1c40a78e1406
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.31789
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51491
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/292316-1171752049/instance-292316-1171752049.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/node17/watcher-292316-1171752049 -o ROOT/results/node17/solver-292316-1171752049 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292316-1171752049/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292316-1171752049/instance-292316-1171752049.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.99 0.98 0.93 3/77 8374
/proc/meminfo: memFree=1602560/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=1396 CPUtime=0
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 195159164 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 349 167 128 302 0 44 0

[startup+0.106291 s]
/proc/loadavg: 0.99 0.98 0.93 3/77 8374
/proc/meminfo: memFree=1602560/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=1784 CPUtime=0.1
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 280 0 0 0 10 0 0 0 18 0 1 0 195159164 1826816 264 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 446 265 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.514333 s]
/proc/loadavg: 0.99 0.98 0.93 3/77 8374
/proc/meminfo: memFree=1602560/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=2568 CPUtime=0.51
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 455 0 0 0 50 1 0 0 21 0 1 0 195159164 2629632 439 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 642 439 140 302 0 337 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2568

[startup+1.33442 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1600696/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=3492 CPUtime=1.32
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 674 0 0 0 131 1 0 0 25 0 1 0 195159164 3575808 658 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 873 658 140 302 0 568 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3492

[startup+2.97059 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1599736/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=4400 CPUtime=2.96
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 921 0 0 0 293 3 0 0 25 0 1 0 195159164 4505600 905 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 1100 905 140 302 0 795 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4400

[startup+6.24693 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1598072/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=5996 CPUtime=6.23
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 1308 0 0 0 619 4 0 0 25 0 1 0 195159164 6139904 1259 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 1499 1259 140 302 0 1194 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 5996

[startup+12.7026 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1596152/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=7740 CPUtime=12.69
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 1743 0 0 0 1261 8 0 0 25 0 1 0 195159164 7925760 1694 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 1935 1694 140 302 0 1630 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7740

[startup+25.51 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1593720/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=10560 CPUtime=25.49
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 2434 0 0 0 2538 11 0 0 25 0 1 0 195159164 10813440 2320 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 2640 2320 140 302 0 2335 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10560

[startup+51.1196 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1590136/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=14140 CPUtime=51.09
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 3295 0 0 0 5093 16 0 0 25 0 1 0 195159164 14479360 3181 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 3535 3181 140 302 0 3230 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14140

[startup+102.341 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1584696/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=20292 CPUtime=102.3
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 4792 0 0 0 10206 24 0 0 25 0 1 0 195159164 20779008 4549 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 5073 4549 140 302 0 4768 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 20292

[startup+162.379 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 8375
/proc/meminfo: memFree=1580152/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=24560 CPUtime=162.32
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 5895 0 0 0 16200 32 0 0 25 0 1 0 195159164 25149440 5652 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 6140 5652 140 302 0 5835 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 24560

[startup+222.413 s]
/proc/loadavg: 1.07 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1576312/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=28632 CPUtime=222.34
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 6858 0 0 0 22195 39 0 0 25 0 1 0 195159164 29319168 6615 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 7158 6615 140 302 0 6853 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 28632

[startup+282.445 s]
/proc/loadavg: 1.03 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1573240/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=32836 CPUtime=282.36
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 7889 0 0 0 28190 46 0 0 25 0 1 0 195159164 33624064 7389 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 8209 7389 140 302 0 7904 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 32836

[startup+342.475 s]
/proc/loadavg: 1.01 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1570232/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=35928 CPUtime=342.37
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 8637 0 0 0 34186 51 0 0 25 0 1 0 195159164 36790272 8137 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 8982 8137 140 302 0 8677 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 35928

[startup+402.513 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1567480/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=38836 CPUtime=402.39
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 9325 0 0 0 40183 56 0 0 25 0 1 0 195159164 39768064 8825 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526974 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 9709 8825 140 302 0 9404 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 38836

[startup+462.548 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1565048/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=41300 CPUtime=462.41
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 9921 0 0 0 46180 61 0 0 25 0 1 0 195159164 42291200 9421 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 10325 9421 140 302 0 10020 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 41300

[startup+522.576 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1562808/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=43768 CPUtime=522.42
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 10472 0 0 0 52176 66 0 0 25 0 1 0 195159164 44818432 9972 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 10942 9972 140 302 0 10637 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 43768

[startup+582.612 s]
/proc/loadavg: 1.03 1.01 0.94 2/78 8375
/proc/meminfo: memFree=1560888/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=45592 CPUtime=582.44
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 10956 0 0 0 58175 69 0 0 25 0 1 0 195159164 46686208 10456 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 11398 10456 140 302 0 11093 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 45592

[startup+642.65 s]
/proc/loadavg: 1.01 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1558840/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=47864 CPUtime=642.46
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 11468 0 0 0 64172 74 0 0 25 0 1 0 195159164 49012736 10968 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 11966 10968 140 302 0 11661 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 47864

[startup+702.678 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1556984/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=49688 CPUtime=702.47
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 11937 0 0 0 70169 78 0 0 25 0 1 0 195159164 50880512 11437 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 12422 11437 140 302 0 12117 0
Current children cumulated CPU time (s) 702.47
Current children cumulated vsize (KiB) 49688

[startup+762.711 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1554360/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=52812 CPUtime=762.49
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 12573 0 0 0 76168 81 0 0 25 0 1 0 195159164 54079488 12073 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 13203 12073 140 302 0 12898 0
Current children cumulated CPU time (s) 762.49
Current children cumulated vsize (KiB) 52812

[startup+822.746 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1552312/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=54780 CPUtime=822.51
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 13073 0 0 0 82166 85 0 0 25 0 1 0 195159164 56094720 12573 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 13695 12573 140 302 0 13390 0
Current children cumulated CPU time (s) 822.51
Current children cumulated vsize (KiB) 54780

[startup+882.778 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1550584/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=56452 CPUtime=882.52
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 13506 0 0 0 88163 89 0 0 25 0 1 0 195159164 57806848 13006 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 14113 13006 140 302 0 13808 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 56452

[startup+942.811 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1548856/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=58160 CPUtime=942.54
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 13923 0 0 0 94160 94 0 0 25 0 1 0 195159164 59555840 13423 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 14540 13423 140 302 0 14235 0
Current children cumulated CPU time (s) 942.54
Current children cumulated vsize (KiB) 58160

[startup+1002.84 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1547128/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=62140 CPUtime=1002.55
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 14870 0 0 0 100158 97 0 0 25 0 1 0 195159164 63631360 13857 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 15535 13857 140 302 0 15230 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 62140

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1545592/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=63468 CPUtime=1062.58
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 15247 0 0 0 106157 101 0 0 25 0 1 0 195159164 64991232 14234 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 15867 14234 140 302 0 15562 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 63468

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1544056/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=65008 CPUtime=1122.59
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 15631 0 0 0 112155 104 0 0 25 0 1 0 195159164 66568192 14618 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 16252 14618 140 302 0 15947 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 65008

[startup+1182.95 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1542584/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=66808 CPUtime=1182.61
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 15998 0 0 0 118153 108 0 0 25 0 1 0 195159164 68411392 14985 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 16702 14985 140 302 0 16397 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 66808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 8375
/proc/meminfo: memFree=1542200/2055920 swapFree=4192812/4192956
[pid=8374] ppid=8372 vsize=67716 CPUtime=1200.02
/proc/8374/stat : 8374 (Spear-32) R 8372 8374 6769 0 -1 4194304 16104 0 0 0 119893 109 0 0 25 0 1 0 195159164 69341184 15091 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/8374/statm: 16929 15091 140 302 0 16624 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 67716

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.38
CPU time (s): 1200.04
CPU user time (s): 1198.94
CPU system time (s): 1.10583
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 67716

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

runsolver used 1.35179 second user time and 2.91756 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Feb 17 22:40:49 UTC 2007

IDJOB= 292316
IDBENCH= 19836
IDSOLVER= 132
FILE ID= node17/292316-1171752049

PBS_JOBID= 3839252

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v70/unif-k5-r21.3-v70-c1491-S1350256608-20.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292316-1171752049/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292316-1171752049/instance-292316-1171752049.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-292316-1171752049 -o ROOT/results/node17/solver-292316-1171752049 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292316-1171752049/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292316-1171752049/instance-292316-1171752049.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  73234f08849e6c79dc5c1c40a78e1406

RANDOM SEED= 94001088

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1603032 kB
Buffers:         48304 kB
Cached:         289520 kB
SwapCached:          0 kB
Active:         244732 kB
Inactive:       137848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          63712 kB
Slab:            55864 kB
Committed_AS:   663316 kB
PageTables:       1748 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= 66543 MiB

End job on node17 on Sat Feb 17 23:00:52 UTC 2007