Trace number 303673

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.05 1200.49

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S77566504-14.cnf
MD5SUMa40a03f9138341d4c6f1778404a26574
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

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/303673-1172040986/instance-303673-1172040986.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/node18/watcher-303673-1172040986 -o ROOT/results/node18/solver-303673-1172040986 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303673-1172040986/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/303673-1172040986/instance-303673-1172040986.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.91 0.97 0.99 3/77 10832
/proc/meminfo: memFree=1506232/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=1396 CPUtime=0
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 224053110 1429504 166 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134799931 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 349 166 128 302 0 44 0

[startup+0.107633 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 10832
/proc/meminfo: memFree=1506232/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=2844 CPUtime=0.1
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 514 0 0 0 10 0 0 0 18 0 1 0 224053110 2912256 498 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 711 498 140 302 0 406 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2844

[startup+0.515674 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 10832
/proc/meminfo: memFree=1506232/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=3868 CPUtime=0.5
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 771 0 0 0 50 0 0 0 21 0 1 0 224053110 3960832 755 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 967 755 140 302 0 662 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3868

[startup+1.33575 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1502448/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=5404 CPUtime=1.33
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 1161 0 0 0 131 2 0 0 25 0 1 0 224053110 5533696 1145 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 1351 1145 140 302 0 1046 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5404

[startup+2.97191 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1500592/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=7716 CPUtime=2.96
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 1739 0 0 0 293 3 0 0 25 0 1 0 224053110 7901184 1723 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 1929 1724 140 302 0 1624 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7716

[startup+6.25423 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1496624/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=11188 CPUtime=6.24
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 2626 0 0 0 619 5 0 0 25 0 1 0 224053110 11456512 2610 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 2797 2610 140 302 0 2492 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11188

[startup+12.7079 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1491248/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=16324 CPUtime=12.69
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 3900 0 0 0 1262 7 0 0 25 0 1 0 224053110 16715776 3851 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 4081 3851 140 302 0 3776 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16324

[startup+25.5141 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1483696/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=24180 CPUtime=25.49
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 5876 0 0 0 2538 11 0 0 25 0 1 0 224053110 24760320 5762 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 6045 5762 140 302 0 5740 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24180

[startup+51.1276 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1473008/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=34620 CPUtime=51.11
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 8486 0 0 0 5092 19 0 0 25 0 1 0 224053110 35450880 8372 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 8655 8372 140 302 0 8350 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 34620

[startup+102.349 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1457520/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=50472 CPUtime=102.31
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 12497 0 0 0 10201 30 0 0 25 0 1 0 224053110 51683328 12254 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 12618 12254 140 302 0 12313 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 50472

[startup+162.382 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1443056/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=64896 CPUtime=162.32
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 16040 0 0 0 16191 41 0 0 25 0 1 0 224053110 66453504 15797 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 16224 15797 140 302 0 15919 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 64896

[startup+222.415 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10833
/proc/meminfo: memFree=1431664/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=76264 CPUtime=222.35
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 18893 0 0 0 22184 51 0 0 25 0 1 0 224053110 78094336 18650 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 19066 18650 140 302 0 18761 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 76264

[startup+282.452 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 10899
/proc/meminfo: memFree=1420384/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=87472 CPUtime=282.33
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 21654 0 0 0 28174 59 0 0 25 0 1 0 224053110 89571328 21154 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 21868 21154 140 302 0 21563 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 87472

[startup+342.51 s]
/proc/loadavg: 1.04 0.99 1.00 2/84 10989
/proc/meminfo: memFree=1411120/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=96880 CPUtime=342.32
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 23990 0 0 0 34166 66 0 0 25 0 1 0 224053110 99205120 23490 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 24220 23490 140 302 0 23915 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 96880

[startup+402.565 s]
/proc/loadavg: 1.01 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1403696/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=105288 CPUtime=402.34
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 26084 0 0 0 40160 74 0 0 25 0 1 0 224053110 107814912 25584 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 26322 25584 140 302 0 26017 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 105288

[startup+462.598 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1395760/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=113212 CPUtime=462.35
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 28070 0 0 0 46154 81 0 0 25 0 1 0 224053110 115929088 27570 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 28303 27570 140 302 0 27998 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 113212

[startup+522.634 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1388848/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=120224 CPUtime=522.37
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 29802 0 0 0 52149 88 0 0 25 0 1 0 224053110 123109376 29302 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 30056 29302 140 302 0 29751 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 120224

[startup+582.668 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1382256/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=126856 CPUtime=582.39
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 31456 0 0 0 58143 96 0 0 25 0 1 0 224053110 129900544 30956 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 31714 30956 140 302 0 31409 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 126856

[startup+642.709 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1375920/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=133232 CPUtime=642.42
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 33038 0 0 0 64139 103 0 0 25 0 1 0 224053110 136429568 32538 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 33308 32538 140 302 0 33003 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 133232

[startup+702.743 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1369648/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=139620 CPUtime=702.43
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 34611 0 0 0 70134 109 0 0 25 0 1 0 224053110 142970880 34111 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 34905 34111 140 302 0 34600 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 139620

[startup+762.774 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1363696/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=145624 CPUtime=762.44
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 36095 0 0 0 76130 114 0 0 25 0 1 0 224053110 149118976 35595 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 36406 35595 140 302 0 36101 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 145624

[startup+822.818 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1357808/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=151484 CPUtime=822.48
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 37560 0 0 0 82129 119 0 0 25 0 1 0 224053110 155119616 37060 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 37871 37060 140 302 0 37566 0
Current children cumulated CPU time (s) 822.48
Current children cumulated vsize (KiB) 151484

[startup+882.851 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1352304/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=157224 CPUtime=882.49
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 38945 0 0 0 88125 124 0 0 25 0 1 0 224053110 160997376 38445 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 39306 38445 140 302 0 39001 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 157224

[startup+942.886 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1346992/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=164656 CPUtime=942.51
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 40787 0 0 0 94121 130 0 0 25 0 1 0 224053110 168607744 39774 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 41164 39774 140 302 0 40859 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 164656

[startup+1002.92 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1341744/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=169820 CPUtime=1002.53
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 42092 0 0 0 100117 136 0 0 25 0 1 0 224053110 173895680 41079 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 42455 41079 140 302 0 42150 0
Current children cumulated CPU time (s) 1002.53
Current children cumulated vsize (KiB) 169820

[startup+1062.97 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1336432/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=175128 CPUtime=1062.56
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 43401 0 0 0 106115 141 0 0 25 0 1 0 224053110 179331072 42388 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 43782 42388 140 302 0 43477 0
Current children cumulated CPU time (s) 1062.56
Current children cumulated vsize (KiB) 175128

[startup+1123 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1331568/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=180184 CPUtime=1122.57
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 44635 0 0 0 112112 145 0 0 25 0 1 0 224053110 184508416 43622 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 45046 43622 140 302 0 44741 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 180184

[startup+1183.04 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1326832/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=184900 CPUtime=1182.6
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 45817 0 0 0 118110 150 0 0 25 0 1 0 224053110 189337600 44804 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 46225 44804 140 302 0 45920 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 184900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 0.99 1.00 2/78 11031
/proc/meminfo: memFree=1325360/2055920 swapFree=4192812/4192956
[pid=10832] ppid=10830 vsize=186312 CPUtime=1200.01
/proc/10832/stat : 10832 (Spear-32) R 10830 10832 10681 0 -1 4194304 46163 0 0 0 119850 151 0 0 25 0 1 0 224053110 190783488 45150 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10832/statm: 46578 45150 140 302 0 46273 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 186312

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.49
CPU time (s): 1200.05
CPU user time (s): 1198.5
CPU system time (s): 1.54676
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 186312

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

runsolver used 1.19982 second user time and 3.07053 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Wed Feb 21 06:56:26 UTC 2007

IDJOB= 303673
IDBENCH= 20113
IDSOLVER= 132
FILE ID= node18/303673-1172040986

PBS_JOBID= 3865266

Free space on /tmp= 66544 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S77566504-14.cnf
COMMAND LINE= /tmp/evaluation/303673-1172040986/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303673-1172040986/instance-303673-1172040986.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-303673-1172040986 -o ROOT/results/node18/solver-303673-1172040986 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303673-1172040986/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303673-1172040986/instance-303673-1172040986.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a40a03f9138341d4c6f1778404a26574

RANDOM SEED= 855731233

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1506640 kB
Buffers:         57116 kB
Cached:         358704 kB
SwapCached:          0 kB
Active:         316744 kB
Inactive:       158572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:          78448 kB
Slab:            59632 kB
Committed_AS:   878040 kB
PageTables:       1668 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= 66544 MiB

End job on node18 on Wed Feb 21 07:16:28 UTC 2007