Trace number 292561

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.04 1200.58

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
MD5SUM68519df3d597e4ffebc610ff4465413a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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/292561-1171755829/instance-292561-1171755829.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/node6/watcher-292561-1171755829 -o ROOT/results/node6/solver-292561-1171755829 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292561-1171755829/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292561-1171755829/instance-292561-1171755829.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.96 3/77 2566
/proc/meminfo: memFree=1349696/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=1396 CPUtime=0
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 195537639 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 349 167 128 302 0 44 0

[startup+0.106914 s]
/proc/loadavg: 0.92 0.98 0.96 3/77 2566
/proc/meminfo: memFree=1349696/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=1784 CPUtime=0.1
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 290 0 0 0 10 0 0 0 18 0 1 0 195537639 1826816 274 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 446 274 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.514996 s]
/proc/loadavg: 0.92 0.98 0.96 3/77 2566
/proc/meminfo: memFree=1349696/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=2560 CPUtime=0.5
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 483 0 0 0 50 0 0 0 22 0 1 0 195537639 2621440 467 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 640 467 140 302 0 335 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2560

[startup+1.33716 s]
/proc/loadavg: 0.92 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1347512/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=3728 CPUtime=1.32
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 739 0 0 0 131 1 0 0 25 0 1 0 195537639 3817472 723 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 932 723 140 302 0 627 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3728

[startup+2.97648 s]
/proc/loadavg: 0.92 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1346424/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=4920 CPUtime=2.96
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 1049 0 0 0 294 2 0 0 25 0 1 0 195537639 5038080 1033 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 1230 1033 140 302 0 925 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4920

[startup+6.25313 s]
/proc/loadavg: 0.93 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1344568/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=6632 CPUtime=6.24
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 1484 0 0 0 620 4 0 0 25 0 1 0 195537639 6791168 1435 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 1658 1435 140 302 0 1353 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6632

[startup+12.7134 s]
/proc/loadavg: 0.93 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1342264/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=8724 CPUtime=12.69
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 1992 0 0 0 1263 6 0 0 25 0 1 0 195537639 8933376 1943 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 2181 1943 140 302 0 1876 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8724

[startup+25.518 s]
/proc/loadavg: 0.95 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1339256/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=12016 CPUtime=25.49
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 2801 0 0 0 2539 10 0 0 25 0 1 0 195537639 12304384 2687 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 3004 2687 140 302 0 2699 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12016

[startup+51.133 s]
/proc/loadavg: 0.96 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1334904/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=16232 CPUtime=51.1
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 3878 0 0 0 5093 17 0 0 25 0 1 0 195537639 16621568 3764 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 4058 3764 140 302 0 3753 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16232

[startup+102.356 s]
/proc/loadavg: 0.98 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1328824/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=23132 CPUtime=102.31
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 5536 0 0 0 10204 27 0 0 25 0 1 0 195537639 23687168 5293 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 5783 5293 140 302 0 5478 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23132

[startup+162.392 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 2567
/proc/meminfo: memFree=1323256/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=28676 CPUtime=162.32
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 6888 0 0 0 16199 33 0 0 25 0 1 0 195537639 29364224 6645 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 7169 6645 140 302 0 6864 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 28676

[startup+222.427 s]
/proc/loadavg: 1.04 1.00 0.96 2/78 2567
/proc/meminfo: memFree=1319224/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=32624 CPUtime=222.34
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 7892 0 0 0 22193 41 0 0 25 0 1 0 195537639 33406976 7649 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 8156 7649 140 302 0 7851 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 32624

[startup+282.463 s]
/proc/loadavg: 1.01 1.00 0.96 2/78 2567
/proc/meminfo: memFree=1315192/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=38084 CPUtime=282.34
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 9142 0 0 0 28187 47 0 0 25 0 1 0 195537639 38998016 8642 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 9521 8642 140 302 0 9216 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 38084

[startup+342.496 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2567
/proc/meminfo: memFree=1311672/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=41884 CPUtime=342.36
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 10017 0 0 0 34183 53 0 0 25 0 1 0 195537639 42889216 9517 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 10471 9517 140 302 0 10166 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 41884

[startup+402.533 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2567
/proc/meminfo: memFree=1308408/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=45156 CPUtime=402.37
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 10846 0 0 0 40178 59 0 0 25 0 1 0 195537639 46239744 10346 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 11289 10346 140 302 0 10984 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 45156

[startup+462.567 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2567
/proc/meminfo: memFree=1305208/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=48392 CPUtime=462.38
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 11632 0 0 0 46173 65 0 0 25 0 1 0 195537639 49553408 11132 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 12098 11132 140 302 0 11793 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 48392

[startup+522.601 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2567
/proc/meminfo: memFree=1302456/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=51232 CPUtime=522.39
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 12326 0 0 0 52167 72 0 0 25 0 1 0 195537639 52461568 11826 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 12808 11826 140 302 0 12503 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 51232

[startup+582.637 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 2567
/proc/meminfo: memFree=1299704/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=53860 CPUtime=582.41
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 12998 0 0 0 58165 76 0 0 25 0 1 0 195537639 55152640 12498 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 13465 12498 140 302 0 13160 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 53860

[startup+642.676 s]
/proc/loadavg: 1.05 1.01 0.97 2/78 2567
/proc/meminfo: memFree=1297336/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=56528 CPUtime=642.42
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 13627 0 0 0 64161 81 0 0 25 0 1 0 195537639 57884672 13127 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526858 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 14132 13127 140 302 0 13827 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 56528

[startup+702.713 s]
/proc/loadavg: 1.02 1.01 0.97 2/78 2567
/proc/meminfo: memFree=1295224/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=58600 CPUtime=702.43
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 14142 0 0 0 70158 85 0 0 25 0 1 0 195537639 60006400 13642 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 14650 13642 140 302 0 14345 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 58600

[startup+762.745 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2567
/proc/meminfo: memFree=1292472/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=62392 CPUtime=762.45
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 14842 0 0 0 76156 89 0 0 25 0 1 0 195537639 63889408 14342 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 15598 14342 140 302 0 15293 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 62392

[startup+822.781 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2567
/proc/meminfo: memFree=1290168/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=64908 CPUtime=822.46
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 15414 0 0 0 82153 93 0 0 25 0 1 0 195537639 66465792 14914 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 16227 14914 140 302 0 15922 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 64908

[startup+882.815 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2567
/proc/meminfo: memFree=1287864/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=67484 CPUtime=882.47
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 15981 0 0 0 88150 97 0 0 25 0 1 0 195537639 69103616 15481 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 16871 15481 140 302 0 16566 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 67484

[startup+942.85 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2567
/proc/meminfo: memFree=1286072/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=69708 CPUtime=942.48
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 16440 0 0 0 94148 100 0 0 25 0 1 0 195537639 71380992 15940 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 17427 15940 140 302 0 17122 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 69708

[startup+1002.89 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2567
/proc/meminfo: memFree=1284344/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=71276 CPUtime=1002.49
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 16860 0 0 0 100145 104 0 0 25 0 1 0 195537639 72986624 16360 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527028 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 17819 16360 140 302 0 17514 0
Current children cumulated CPU time (s) 1002.49
Current children cumulated vsize (KiB) 71276

[startup+1062.94 s]
/proc/loadavg: 1.00 1.00 0.97 2/84 2673
/proc/meminfo: memFree=1281224/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=75308 CPUtime=1062.49
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 17827 0 0 0 106141 108 0 0 25 0 1 0 195537639 77115392 16814 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 18827 16814 140 302 0 18522 0
Current children cumulated CPU time (s) 1062.49
Current children cumulated vsize (KiB) 75308

[startup+1123.01 s]
/proc/loadavg: 1.00 1.00 0.97 2/84 2745
/proc/meminfo: memFree=1279560/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=76916 CPUtime=1122.49
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 18238 0 0 0 112138 111 0 0 25 0 1 0 195537639 78761984 17225 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 19229 17225 140 302 0 18924 0
Current children cumulated CPU time (s) 1122.49
Current children cumulated vsize (KiB) 76916

[startup+1183.05 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2765
/proc/meminfo: memFree=1278904/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=78896 CPUtime=1182.5
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 18689 0 0 0 118135 115 0 0 25 0 1 0 195537639 80789504 17676 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 19724 17676 140 302 0 19419 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 78896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.57 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2765
/proc/meminfo: memFree=1278328/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=79408 CPUtime=1200.01
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 18816 0 0 0 119885 116 0 0 25 0 1 0 195537639 81313792 17803 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 19852 17803 140 302 0 19547 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 79408

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

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

[startup+1200.57 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 2765
/proc/meminfo: memFree=1278328/2055924 swapFree=4192812/4192956
[pid=2566] ppid=2564 vsize=79408 CPUtime=1200.01
/proc/2566/stat : 2566 (Spear-32) R 2564 2566 1275 0 -1 4194304 18816 0 0 0 119885 116 0 0 25 0 1 0 195537639 81313792 17803 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2566/statm: 19852 17803 140 302 0 19547 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 79408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.04
CPU user time (s): 1198.85
CPU system time (s): 1.18182
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 79408

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

runsolver used 1.24181 second user time and 3.02854 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Feb 17 23:43:49 UTC 2007

IDJOB= 292561
IDBENCH= 19842
IDSOLVER= 131
FILE ID= node6/292561-1171755829

PBS_JOBID= 3839262

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1282416669-17.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292561-1171755829/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292561-1171755829/instance-292561-1171755829.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-292561-1171755829 -o ROOT/results/node6/solver-292561-1171755829 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292561-1171755829/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292561-1171755829/instance-292561-1171755829.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  68519df3d597e4ffebc610ff4465413a

RANDOM SEED= 632038178

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1350104 kB
Buffers:         65728 kB
Cached:         507648 kB
SwapCached:          0 kB
Active:         332532 kB
Inactive:       297216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1350104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          75268 kB
Slab:            61604 kB
Committed_AS:   690136 kB
PageTables:       1744 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= 66551 MiB

End job on node6 on Sun Feb 18 00:03:52 UTC 2007