Trace number 299327

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.39

General information on the benchmark

Namerandom/OnTreshold/3SAT/v650/
unif-k3-r4.261-v650-c2769-S1159448555-06.SAT.shuffled.cnf
MD5SUMaaccba9de1e5956b8aeb22995647bf6b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.076988
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/299327-1171869481/instance-299327-1171869481.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/node40/watcher-299327-1171869481 -o ROOT/results/node40/solver-299327-1171869481 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299327-1171869481/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/299327-1171869481/instance-299327-1171869481.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: 1.00 1.00 1.00 3/64 16692
/proc/meminfo: memFree=762288/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=1548 CPUtime=0
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 111982347 1585152 183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 387 183 128 302 0 82 0

[startup+0.106835 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16692
/proc/meminfo: memFree=762288/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=1936 CPUtime=0.1
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 309 0 0 0 10 0 0 0 18 0 1 0 111982347 1982464 293 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 484 293 140 302 0 179 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1936

[startup+0.514886 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16692
/proc/meminfo: memFree=762288/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=2740 CPUtime=0.5
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 523 0 0 0 50 0 0 0 21 0 1 0 111982347 2805760 507 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 685 508 140 302 0 380 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2740

[startup+1.33499 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16693
/proc/meminfo: memFree=759912/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=3964 CPUtime=1.33
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 818 0 0 0 131 2 0 0 25 0 1 0 111982347 4059136 802 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 991 802 140 302 0 686 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3964

[startup+2.9712 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16693
/proc/meminfo: memFree=758632/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=5516 CPUtime=2.96
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 1189 0 0 0 293 3 0 0 25 0 1 0 111982347 5648384 1173 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 1379 1173 140 302 0 1074 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5516

[startup+6.25263 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16693
/proc/meminfo: memFree=756136/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=7724 CPUtime=6.24
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 1752 0 0 0 620 4 0 0 25 0 1 0 111982347 7909376 1703 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 1931 1703 140 302 0 1626 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7724

[startup+12.7035 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16693
/proc/meminfo: memFree=752616/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=10992 CPUtime=12.69
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 2585 0 0 0 1262 7 0 0 25 0 1 0 111982347 11255808 2536 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 2748 2536 140 302 0 2443 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10992

[startup+25.5101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16694
/proc/meminfo: memFree=748392/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=15352 CPUtime=25.49
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 3697 0 0 0 2538 11 0 0 25 0 1 0 111982347 15720448 3583 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 3838 3583 140 302 0 3533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15352

[startup+51.1184 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=741224/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=22396 CPUtime=51.1
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 5457 0 0 0 5093 17 0 0 25 0 1 0 111982347 22933504 5343 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 5599 5343 140 302 0 5294 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 22396

[startup+102.332 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=732200/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=31948 CPUtime=102.3
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 7858 0 0 0 10205 25 0 0 25 0 1 0 111982347 32714752 7615 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 7987 7615 140 302 0 7682 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 31948

[startup+162.355 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=723816/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=40300 CPUtime=162.3
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 9912 0 0 0 16197 33 0 0 25 0 1 0 111982347 41267200 9669 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 10075 9669 140 302 0 9770 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 40300

[startup+222.378 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=716968/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=47944 CPUtime=222.3
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 11873 0 0 0 22190 40 0 0 25 0 1 0 111982347 49094656 11373 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 11986 11373 140 302 0 11681 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 47944

[startup+282.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=710632/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=54480 CPUtime=282.31
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 13475 0 0 0 28183 48 0 0 25 0 1 0 111982347 55787520 12975 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 13620 12975 140 302 0 13315 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 54480

[startup+342.425 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=704744/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=60312 CPUtime=342.32
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 14930 0 0 0 34177 55 0 0 25 0 1 0 111982347 61759488 14430 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 15078 14430 140 302 0 14773 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 60312

[startup+402.449 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=699560/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=65392 CPUtime=402.32
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 16211 0 0 0 40171 61 0 0 25 0 1 0 111982347 66961408 15711 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 16348 15711 140 302 0 16043 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 65392

[startup+462.469 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=694760/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=70440 CPUtime=462.33
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 17393 0 0 0 46165 68 0 0 25 0 1 0 111982347 72130560 16893 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 17610 16893 140 302 0 17305 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 70440

[startup+522.489 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=690408/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=74888 CPUtime=522.33
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 18492 0 0 0 52159 74 0 0 25 0 1 0 111982347 76685312 17992 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 18722 17992 140 302 0 18417 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 74888

[startup+582.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=686376/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=79132 CPUtime=582.34
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 19518 0 0 0 58156 78 0 0 25 0 1 0 111982347 81031168 19018 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 19783 19018 140 302 0 19478 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 79132

[startup+642.539 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=682024/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=83608 CPUtime=642.35
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 20616 0 0 0 64152 83 0 0 25 0 1 0 111982347 85614592 20116 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 20902 20116 140 302 0 20597 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 83608

[startup+702.566 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=678312/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=87568 CPUtime=702.35
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 21534 0 0 0 70148 87 0 0 25 0 1 0 111982347 89669632 21034 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 21892 21034 140 302 0 21587 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 87568

[startup+762.591 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=674792/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=90928 CPUtime=762.36
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 22408 0 0 0 76145 91 0 0 25 0 1 0 111982347 93110272 21908 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 22732 21908 140 302 0 22427 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 90928

[startup+822.616 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=671272/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=94436 CPUtime=822.38
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 23269 0 0 0 82142 96 0 0 25 0 1 0 111982347 96702464 22769 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 23609 22769 140 302 0 23304 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 94436

[startup+882.637 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=668200/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=99748 CPUtime=882.38
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 24556 0 0 0 88138 100 0 0 25 0 1 0 111982347 102141952 23543 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 24937 23543 140 302 0 24632 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 99748

[startup+942.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=665064/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=103056 CPUtime=942.39
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 25344 0 0 0 94134 105 0 0 25 0 1 0 111982347 105529344 24331 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 25764 24331 140 302 0 25459 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 103056

[startup+1002.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=662120/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=105912 CPUtime=1002.39
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 26083 0 0 0 100131 108 0 0 25 0 1 0 111982347 108453888 25070 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 26478 25070 140 302 0 26173 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 105912

[startup+1062.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=659240/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=108676 CPUtime=1062.39
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 26799 0 0 0 106127 112 0 0 25 0 1 0 111982347 111284224 25786 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 27169 25786 140 302 0 26864 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 108676

[startup+1122.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=656168/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=111968 CPUtime=1122.4
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 27567 0 0 0 112124 116 0 0 25 0 1 0 111982347 114655232 26554 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 27992 26554 140 302 0 27687 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 111968

[startup+1182.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=653288/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=114796 CPUtime=1182.41
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 28279 0 0 0 118122 119 0 0 25 0 1 0 111982347 117551104 27266 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 28699 27266 140 302 0 28394 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 114796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16695
/proc/meminfo: memFree=652456/2055920 swapFree=4183864/4192956
[pid=16692] ppid=16690 vsize=115576 CPUtime=1200.02
/proc/16692/stat : 16692 (Spear-32) R 16690 16692 16343 0 -1 4194304 28475 0 0 0 119882 120 0 0 25 0 1 0 111982347 118349824 27462 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16692/statm: 28894 27462 140 302 0 28589 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 115576

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.39
CPU time (s): 1200.05
CPU user time (s): 1198.83
CPU system time (s): 1.22081
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 115576

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

runsolver used 0.822874 second user time and 2.39864 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Feb 19 07:18:01 UTC 2007

IDJOB= 299327
IDBENCH= 20007
IDSOLVER= 132
FILE ID= node40/299327-1171869481

PBS_JOBID= 3839768

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v650/unif-k3-r4.261-v650-c2769-S1159448555-06.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299327-1171869481/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299327-1171869481/instance-299327-1171869481.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-299327-1171869481 -o ROOT/results/node40/solver-299327-1171869481 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299327-1171869481/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299327-1171869481/instance-299327-1171869481.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  aaccba9de1e5956b8aeb22995647bf6b

RANDOM SEED= 956162243

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.242
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.242
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:        762760 kB
Buffers:         50920 kB
Cached:        1119120 kB
SwapCached:       4252 kB
Active:         828380 kB
Inactive:       352524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        762760 kB
SwapTotal:     4192956 kB
SwapFree:      4183864 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15480 kB
Slab:            98260 kB
Committed_AS:   181456 kB
PageTables:       1412 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= 66562 MiB

End job on node40 on Mon Feb 19 07:38:03 UTC 2007