Trace number 303754

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.13 1200.46

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S371462865-10.cnf
MD5SUMc6ea0b04be0e39b0b41f1f4cccf6fbc3
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/303754-1172042896/instance-303754-1172042896.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/node20/watcher-303754-1172042896 -o ROOT/results/node20/solver-303754-1172042896 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303754-1172042896/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303754-1172042896/instance-303754-1172042896.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 8294
/proc/meminfo: memFree=1394472/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=1396 CPUtime=0
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 224243583 1429504 166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 349 167 128 302 0 44 0

[startup+0.107244 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8294
/proc/meminfo: memFree=1394472/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=2844 CPUtime=0.1
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 518 0 0 0 10 0 0 0 18 0 1 0 224243583 2912256 502 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 711 502 140 302 0 406 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2844

[startup+0.515291 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8294
/proc/meminfo: memFree=1394472/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=3752 CPUtime=0.5
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 771 0 0 0 50 0 0 0 22 0 1 0 224243583 3842048 755 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 938 755 140 302 0 633 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3752

[startup+1.33639 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1390752/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=5420 CPUtime=1.32
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 1169 0 0 0 131 1 0 0 25 0 1 0 224243583 5550080 1153 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 1355 1153 140 302 0 1050 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5420

[startup+2.97259 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1388960/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=7736 CPUtime=2.97
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 1727 0 0 0 294 3 0 0 25 0 1 0 224243583 7921664 1711 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 1934 1711 140 302 0 1629 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7736

[startup+6.25498 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1384928/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=11204 CPUtime=6.24
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 2619 0 0 0 619 5 0 0 25 0 1 0 224243583 11472896 2603 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 2801 2603 140 302 0 2496 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11204

[startup+12.7128 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1379360/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=16336 CPUtime=12.7
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 3924 0 0 0 1262 8 0 0 25 0 1 0 224243583 16728064 3875 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 4084 3875 140 302 0 3779 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16336

[startup+25.5143 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1372256/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=23944 CPUtime=25.5
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 5823 0 0 0 2540 10 0 0 25 0 1 0 224243583 24518656 5709 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 5986 5709 140 302 0 5681 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 23944

[startup+51.1274 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1360608/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=35212 CPUtime=51.1
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 8649 0 0 0 5093 17 0 0 25 0 1 0 224243583 36057088 8535 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 8803 8535 140 302 0 8498 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 35212

[startup+102.35 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1345312/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=51004 CPUtime=102.31
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 12618 0 0 0 10203 28 0 0 25 0 1 0 224243583 52228096 12375 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 12751 12375 140 302 0 12446 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 51004

[startup+162.391 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1331104/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=65024 CPUtime=162.34
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 16114 0 0 0 16196 38 0 0 25 0 1 0 224243583 66584576 15871 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 16256 15871 140 302 0 15951 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 65024

[startup+222.428 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1318688/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=77608 CPUtime=222.36
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 19230 0 0 0 22188 48 0 0 25 0 1 0 224243583 79470592 18987 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 19402 18987 140 302 0 19097 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 77608

[startup+282.462 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1308320/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=89076 CPUtime=282.38
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 22085 0 0 0 28181 57 0 0 25 0 1 0 224243583 91213824 21585 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 22269 21585 140 302 0 21964 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 89076

[startup+342.497 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1298976/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=98560 CPUtime=342.39
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 24425 0 0 0 34174 65 0 0 25 0 1 0 224243583 100925440 23925 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 24640 23925 140 302 0 24335 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 98560

[startup+402.533 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1290464/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=106736 CPUtime=402.42
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 26512 0 0 0 40168 74 0 0 25 0 1 0 224243583 109297664 26012 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 26684 26012 140 302 0 26379 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 106736

[startup+462.569 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1282720/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=114568 CPUtime=462.43
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 28451 0 0 0 46163 80 0 0 25 0 1 0 224243583 117317632 27951 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 28642 27951 140 302 0 28337 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 114568

[startup+522.605 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 8295
/proc/meminfo: memFree=1275616/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=121724 CPUtime=522.45
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 30222 0 0 0 52158 87 0 0 25 0 1 0 224243583 124645376 29722 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 30431 29722 140 302 0 30126 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 121724

[startup+582.644 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 8295
/proc/meminfo: memFree=1268768/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=128288 CPUtime=582.48
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 31912 0 0 0 58155 93 0 0 25 0 1 0 224243583 131366912 31412 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 32072 31412 140 302 0 31767 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 128288

[startup+642.686 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 8295
/proc/meminfo: memFree=1262304/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=135000 CPUtime=642.5
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 33526 0 0 0 64152 98 0 0 25 0 1 0 224243583 138240000 33026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 33750 33026 140 302 0 33445 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 135000

[startup+702.723 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8295
/proc/meminfo: memFree=1255840/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=141600 CPUtime=702.52
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 35158 0 0 0 70147 105 0 0 25 0 1 0 224243583 144998400 34658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 35400 34658 140 302 0 35095 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 141600

[startup+762.755 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8295
/proc/meminfo: memFree=1249312/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=148072 CPUtime=762.53
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 36772 0 0 0 76142 111 0 0 25 0 1 0 224243583 151625728 36272 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 37018 36272 140 302 0 36713 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 148072

[startup+822.795 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8297
/proc/meminfo: memFree=1242976/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=154336 CPUtime=822.56
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 38323 0 0 0 82139 117 0 0 25 0 1 0 224243583 158040064 37823 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 38584 37823 140 302 0 38279 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 154336

[startup+882.829 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8297
/proc/meminfo: memFree=1237024/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=162348 CPUtime=882.58
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 40333 0 0 0 88135 123 0 0 25 0 1 0 224243583 166244352 39320 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 40587 39320 140 302 0 40282 0
Current children cumulated CPU time (s) 882.58
Current children cumulated vsize (KiB) 162348

[startup+942.862 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 8297
/proc/meminfo: memFree=1231328/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=168048 CPUtime=942.6
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 41737 0 0 0 94132 128 0 0 25 0 1 0 224243583 172081152 40724 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 42012 40724 140 302 0 41707 0
Current children cumulated CPU time (s) 942.6
Current children cumulated vsize (KiB) 168048

[startup+1002.9 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 8297
/proc/meminfo: memFree=1225824/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=173632 CPUtime=1002.61
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 43120 0 0 0 100128 133 0 0 25 0 1 0 224243583 177799168 42107 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 43408 42107 140 302 0 43103 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 173632

[startup+1062.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8297
/proc/meminfo: memFree=1220704/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=178600 CPUtime=1062.63
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 44382 0 0 0 106126 137 0 0 25 0 1 0 224243583 182886400 43369 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 44650 43369 140 302 0 44345 0
Current children cumulated CPU time (s) 1062.63
Current children cumulated vsize (KiB) 178600

[startup+1122.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8297
/proc/meminfo: memFree=1215584/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=183908 CPUtime=1122.65
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 45663 0 0 0 112121 144 0 0 25 0 1 0 224243583 188321792 44650 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 45977 44650 140 302 0 45672 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 183908

[startup+1183 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8297
/proc/meminfo: memFree=1210464/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=188928 CPUtime=1182.67
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 46948 0 0 0 118117 150 0 0 25 0 1 0 224243583 193462272 45935 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 47232 45935 140 302 0 46927 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 188928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8297
/proc/meminfo: memFree=1208992/2055920 swapFree=4120788/4192956
[pid=8294] ppid=8292 vsize=190404 CPUtime=1200.09
/proc/8294/stat : 8294 (Spear-32) R 8292 8294 7942 0 -1 4194304 47299 0 0 0 119858 151 0 0 25 0 1 0 224243583 194973696 46286 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/8294/statm: 47601 46286 140 302 0 47296 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 190404

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.46
CPU time (s): 1200.13
CPU user time (s): 1198.59
CPU system time (s): 1.54077
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 190404

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

runsolver used 1.20882 second user time and 3.06053 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Wed Feb 21 07:28:16 UTC 2007

IDJOB= 303754
IDBENCH= 20115
IDSOLVER= 131
FILE ID= node20/303754-1172042896

PBS_JOBID= 3892725

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S371462865-10.cnf
COMMAND LINE= /tmp/evaluation/303754-1172042896/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303754-1172042896/instance-303754-1172042896.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-303754-1172042896 -o ROOT/results/node20/solver-303754-1172042896 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303754-1172042896/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303754-1172042896/instance-303754-1172042896.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c6ea0b04be0e39b0b41f1f4cccf6fbc3

RANDOM SEED= 736664596

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.234
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.234
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:       1394880 kB
Buffers:         34888 kB
Cached:         520676 kB
SwapCached:      36240 kB
Active:         128684 kB
Inactive:       479852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394880 kB
SwapTotal:     4192956 kB
SwapFree:      4120788 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          29716 kB
Slab:            38064 kB
Committed_AS:   565332 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= 66560 MiB

End job on node20 on Wed Feb 21 07:48:19 UTC 2007