Trace number 299573

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v650/
unif-k3-r4.261-v650-c2769-S1172355929-14.SAT.shuffled.cnf
MD5SUM53b587a5b98db42d3f124ef838f3e04f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
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/299573-1171874009/instance-299573-1171874009.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/node13/watcher-299573-1171874009 -o ROOT/results/node13/solver-299573-1171874009 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299573-1171874009/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/299573-1171874009/instance-299573-1171874009.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 26603
/proc/meminfo: memFree=784952/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=1548 CPUtime=0
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 207355416 1585152 184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 387 184 128 302 0 82 0

[startup+0.106766 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26603
/proc/meminfo: memFree=784952/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=1932 CPUtime=0.1
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 311 0 0 0 10 0 0 0 18 0 1 0 207355416 1978368 295 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 483 296 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.51482 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26603
/proc/meminfo: memFree=784952/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=2704 CPUtime=0.5
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 521 0 0 0 50 0 0 0 21 0 1 0 207355416 2768896 505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 676 505 140 302 0 371 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2704

[startup+1.33493 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26604
/proc/meminfo: memFree=782512/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=3992 CPUtime=1.32
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 817 0 0 0 131 1 0 0 25 0 1 0 207355416 4087808 801 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 998 801 140 302 0 693 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3992

[startup+2.97115 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26604
/proc/meminfo: memFree=781168/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=5540 CPUtime=2.96
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 1212 0 0 0 293 3 0 0 25 0 1 0 207355416 5672960 1196 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 1385 1196 140 302 0 1080 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5540

[startup+6.25458 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26604
/proc/meminfo: memFree=778608/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=7876 CPUtime=6.24
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 1803 0 0 0 618 6 0 0 25 0 1 0 207355416 8065024 1754 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 1969 1754 140 302 0 1664 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7876

[startup+12.7064 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26604
/proc/meminfo: memFree=775024/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=11120 CPUtime=12.7
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 2619 0 0 0 1260 10 0 0 25 0 1 0 207355416 11386880 2570 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 2780 2570 140 302 0 2475 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 11120

[startup+25.5662 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 26604
/proc/meminfo: memFree=770416/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=16084 CPUtime=25.55
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 3869 0 0 0 2542 13 0 0 25 0 1 0 207355416 16470016 3755 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 4021 3755 140 302 0 3716 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 16084

[startup+51.1796 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 26604
/proc/meminfo: memFree=763248/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=22964 CPUtime=51.16
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 5628 0 0 0 5096 20 0 0 25 0 1 0 207355416 23515136 5514 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 5741 5514 140 302 0 5436 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 22964

[startup+102.401 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 26604
/proc/meminfo: memFree=753520/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=33260 CPUtime=102.36
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 8205 0 0 0 10204 32 0 0 25 0 1 0 207355416 34058240 7962 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 8315 7962 140 302 0 8010 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 33260

[startup+162.436 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26604
/proc/meminfo: memFree=745008/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=41720 CPUtime=162.38
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 10284 0 0 0 16196 42 0 0 25 0 1 0 207355416 42721280 10041 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 10430 10041 140 302 0 10125 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 41720

[startup+222.469 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26604
/proc/meminfo: memFree=738352/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=49336 CPUtime=222.4
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 12211 0 0 0 22190 50 0 0 25 0 1 0 207355416 50520064 11711 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 12334 11711 140 302 0 12029 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 49336

[startup+282.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26604
/proc/meminfo: memFree=732272/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=55640 CPUtime=282.41
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 13732 0 0 0 28183 58 0 0 25 0 1 0 207355416 56975360 13232 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 13910 13232 140 302 0 13605 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 55640

[startup+342.532 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26604
/proc/meminfo: memFree=726704/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=61240 CPUtime=342.42
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 15118 0 0 0 34177 65 0 0 25 0 1 0 207355416 62709760 14618 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 15310 14618 140 302 0 15005 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 61240

[startup+402.569 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26604
/proc/meminfo: memFree=721840/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=65924 CPUtime=402.44
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 16306 0 0 0 40173 71 0 0 25 0 1 0 207355416 67506176 15806 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 16481 15806 140 302 0 16176 0
Current children cumulated CPU time (s) 402.44
Current children cumulated vsize (KiB) 65924

[startup+462.606 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26606
/proc/meminfo: memFree=717168/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=70588 CPUtime=462.47
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 17460 0 0 0 46170 77 0 0 25 0 1 0 207355416 72282112 16960 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 17647 16960 140 302 0 17342 0
Current children cumulated CPU time (s) 462.47
Current children cumulated vsize (KiB) 70588

[startup+522.64 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 26606
/proc/meminfo: memFree=712752/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=75128 CPUtime=522.48
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 18563 0 0 0 52166 82 0 0 25 0 1 0 207355416 76931072 18063 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558756 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 18782 18063 140 302 0 18477 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 75128

[startup+582.671 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 26606
/proc/meminfo: memFree=708528/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=79624 CPUtime=582.5
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 19623 0 0 0 58162 88 0 0 25 0 1 0 207355416 81534976 19123 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 19906 19123 140 302 0 19601 0
Current children cumulated CPU time (s) 582.5
Current children cumulated vsize (KiB) 79624

[startup+642.704 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=704304/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=84288 CPUtime=642.51
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 20677 0 0 0 64158 93 0 0 25 0 1 0 207355416 86310912 20177 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 21072 20177 140 302 0 20767 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 84288

[startup+702.738 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=700720/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=87920 CPUtime=702.53
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 21564 0 0 0 70154 99 0 0 25 0 1 0 207355416 90030080 21064 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527028 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 21980 21064 140 302 0 21675 0
Current children cumulated CPU time (s) 702.53
Current children cumulated vsize (KiB) 87920

[startup+762.775 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=697392/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=91440 CPUtime=762.54
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 22409 0 0 0 76150 104 0 0 25 0 1 0 207355416 93634560 21909 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 22860 21909 140 302 0 22555 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 91440

[startup+822.814 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=694128/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=96744 CPUtime=822.57
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 23706 0 0 0 82147 110 0 0 25 0 1 0 207355416 99065856 22693 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 24186 22693 140 302 0 23881 0
Current children cumulated CPU time (s) 822.57
Current children cumulated vsize (KiB) 96744

[startup+882.849 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=691184/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=99976 CPUtime=882.59
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 24474 0 0 0 88144 115 0 0 25 0 1 0 207355416 102375424 23461 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 24994 23461 140 302 0 24689 0
Current children cumulated CPU time (s) 882.59
Current children cumulated vsize (KiB) 99976

[startup+942.886 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=688304/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=102844 CPUtime=942.6
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 25197 0 0 0 94141 119 0 0 25 0 1 0 207355416 105312256 24184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 25711 24184 140 302 0 25406 0
Current children cumulated CPU time (s) 942.6
Current children cumulated vsize (KiB) 102844

[startup+1002.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=685360/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=105828 CPUtime=1002.62
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 25938 0 0 0 100138 124 0 0 25 0 1 0 207355416 108367872 24925 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 26457 24925 140 302 0 26152 0
Current children cumulated CPU time (s) 1002.62
Current children cumulated vsize (KiB) 105828

[startup+1062.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=682608/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=108664 CPUtime=1062.65
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 26612 0 0 0 106135 130 0 0 25 0 1 0 207355416 111271936 25599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 27166 25599 140 302 0 26861 0
Current children cumulated CPU time (s) 1062.65
Current children cumulated vsize (KiB) 108664

[startup+1122.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=679920/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=111292 CPUtime=1122.66
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 27285 0 0 0 112132 134 0 0 25 0 1 0 207355416 113963008 26272 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 27823 26272 140 302 0 27518 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 111292

[startup+1183.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=677296/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=113756 CPUtime=1182.67
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 27937 0 0 0 118130 137 0 0 25 0 1 0 207355416 116486144 26924 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 28439 26924 140 302 0 28134 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 113756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26606
/proc/meminfo: memFree=676528/2055920 swapFree=4192812/4192956
[pid=26603] ppid=26601 vsize=114524 CPUtime=1200.09
/proc/26603/stat : 26603 (Spear-32) R 26601 26603 25812 0 -1 4194304 28114 0 0 0 119871 138 0 0 25 0 1 0 207355416 117272576 27101 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26603/statm: 28631 27101 140 302 0 28326 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 114524

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.12
CPU user time (s): 1198.71
CPU system time (s): 1.40679
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 114524

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

runsolver used 1.3408 second user time and 2.92455 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Feb 19 08:33:30 UTC 2007

IDJOB= 299573
IDBENCH= 20013
IDSOLVER= 132
FILE ID= node13/299573-1171874009

PBS_JOBID= 3839422

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  53b587a5b98db42d3f124ef838f3e04f

RANDOM SEED= 317868204

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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:        785360 kB
Buffers:         70840 kB
Cached:        1063808 kB
SwapCached:          0 kB
Active:         614884 kB
Inactive:       574224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        785360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          73348 kB
Slab:            66968 kB
Committed_AS:   904296 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= 66547 MiB

End job on node13 on Mon Feb 19 08:53:32 UTC 2007