Trace number 299572

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.09 1200.45

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/299572-1171873993/instance-299572-1171873993.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/node1/watcher-299572-1171873993 -o ROOT/results/node1/solver-299572-1171873993 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299572-1171873993/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299572-1171873993/instance-299572-1171873993.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/77 23088
/proc/meminfo: memFree=1603304/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=1548 CPUtime=0
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 207354351 1585152 183 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 387 184 128 302 0 82 0

[startup+0.107082 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 23088
/proc/meminfo: memFree=1603304/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=1932 CPUtime=0.1
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 312 0 0 0 10 0 0 0 18 0 1 0 207354351 1978368 296 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 483 296 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.51513 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 23088
/proc/meminfo: memFree=1603304/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=2704 CPUtime=0.5
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 521 0 0 0 50 0 0 0 21 0 1 0 207354351 2768896 505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 676 505 140 302 0 371 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2704

[startup+1.33523 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1600928/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=3992 CPUtime=1.32
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 816 0 0 0 131 1 0 0 25 0 1 0 207354351 4087808 800 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 998 800 140 302 0 693 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3992

[startup+2.97142 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1599520/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=5540 CPUtime=2.96
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 1210 0 0 0 293 3 0 0 25 0 1 0 207354351 5672960 1194 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 1385 1194 140 302 0 1080 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5540

[startup+6.2478 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1596960/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=7876 CPUtime=6.23
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 1800 0 0 0 619 4 0 0 25 0 1 0 207354351 8065024 1751 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 1969 1751 140 302 0 1664 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7876

[startup+12.7056 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1593376/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=11120 CPUtime=12.69
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 2617 0 0 0 1262 7 0 0 25 0 1 0 207354351 11386880 2568 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 2780 2568 140 302 0 2475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11120

[startup+25.5131 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1588704/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=15952 CPUtime=25.5
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 3864 0 0 0 2538 12 0 0 25 0 1 0 207354351 16334848 3750 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 3988 3750 140 302 0 3683 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 15952

[startup+51.126 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1581472/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=22964 CPUtime=51.1
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 5624 0 0 0 5090 20 0 0 25 0 1 0 207354351 23515136 5510 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 5741 5510 140 302 0 5436 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 22964

[startup+102.352 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1571744/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=33260 CPUtime=102.31
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 8200 0 0 0 10200 31 0 0 25 0 1 0 207354351 34058240 7957 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 8315 7957 140 302 0 8010 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 33260

[startup+162.387 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1563232/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=41720 CPUtime=162.33
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 10282 0 0 0 16192 41 0 0 25 0 1 0 207354351 42721280 10039 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 10430 10039 140 302 0 10125 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 41720

[startup+222.423 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1556512/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=49336 CPUtime=222.34
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 12209 0 0 0 22185 49 0 0 25 0 1 0 207354351 50520064 11709 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 12334 11709 140 302 0 12029 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 49336

[startup+282.462 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1550432/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=55640 CPUtime=282.37
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 13729 0 0 0 28180 57 0 0 25 0 1 0 207354351 56975360 13229 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 13910 13229 140 302 0 13605 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 55640

[startup+342.496 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1544928/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=61240 CPUtime=342.39
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 15115 0 0 0 34174 65 0 0 25 0 1 0 207354351 62709760 14615 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 15310 14615 140 302 0 15005 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 61240

[startup+402.537 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23089
/proc/meminfo: memFree=1540064/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=65924 CPUtime=402.41
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 16303 0 0 0 40171 70 0 0 25 0 1 0 207354351 67506176 15803 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 16481 15803 140 302 0 16176 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 65924

[startup+462.573 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1535456/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=70588 CPUtime=462.42
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 17456 0 0 0 46165 77 0 0 25 0 1 0 207354351 72282112 16956 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 17647 16956 140 302 0 17342 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 70588

[startup+522.611 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1531040/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=75128 CPUtime=522.45
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 18560 0 0 0 52162 83 0 0 25 0 1 0 207354351 76931072 18060 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 18782 18060 140 302 0 18477 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 75128

[startup+582.645 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1526944/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=79624 CPUtime=582.47
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 19621 0 0 0 58159 88 0 0 25 0 1 0 207354351 81534976 19121 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 19906 19121 140 302 0 19601 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 79624

[startup+642.687 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1522720/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=84288 CPUtime=642.48
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 20675 0 0 0 64156 92 0 0 25 0 1 0 207354351 86310912 20175 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 21072 20175 140 302 0 20767 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 84288

[startup+702.725 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1519072/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=87920 CPUtime=702.51
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 21562 0 0 0 70152 99 0 0 25 0 1 0 207354351 90030080 21062 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 21980 21062 140 302 0 21675 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 87920

[startup+762.761 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1515744/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=91440 CPUtime=762.53
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 22409 0 0 0 76149 104 0 0 25 0 1 0 207354351 93634560 21909 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 22860 21909 140 302 0 22555 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 91440

[startup+822.798 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1512544/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=96744 CPUtime=822.54
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 23707 0 0 0 82145 109 0 0 25 0 1 0 207354351 99065856 22694 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 24186 22694 140 302 0 23881 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 96744

[startup+882.832 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 23091
/proc/meminfo: memFree=1509536/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=99976 CPUtime=882.56
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 24477 0 0 0 88141 115 0 0 25 0 1 0 207354351 102375424 23464 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 24994 23464 140 302 0 24689 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 99976

[startup+942.867 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 23091
/proc/meminfo: memFree=1506592/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=102844 CPUtime=942.58
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 25200 0 0 0 94138 120 0 0 25 0 1 0 207354351 105312256 24187 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 25711 24187 140 302 0 25406 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 102844

[startup+1002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1503584/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=105828 CPUtime=1002.59
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 25941 0 0 0 100135 124 0 0 25 0 1 0 207354351 108367872 24928 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 26457 24928 140 302 0 26152 0
Current children cumulated CPU time (s) 1002.59
Current children cumulated vsize (KiB) 105828

[startup+1062.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1500960/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=108664 CPUtime=1062.61
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 26615 0 0 0 106132 129 0 0 25 0 1 0 207354351 111271936 25602 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 27166 25602 140 302 0 26861 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 108664

[startup+1122.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1498208/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=111292 CPUtime=1122.63
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 27290 0 0 0 112131 132 0 0 25 0 1 0 207354351 113963008 26277 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 27823 26277 140 302 0 27518 0
Current children cumulated CPU time (s) 1122.63
Current children cumulated vsize (KiB) 111292

[startup+1183.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1495584/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=113756 CPUtime=1182.65
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 27942 0 0 0 118128 137 0 0 25 0 1 0 207354351 116486144 26929 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 28439 26929 140 302 0 28134 0
Current children cumulated CPU time (s) 1182.65
Current children cumulated vsize (KiB) 113756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23091
/proc/meminfo: memFree=1494816/2055920 swapFree=4158120/4192956
[pid=23088] ppid=23086 vsize=114524 CPUtime=1200.07
/proc/23088/stat : 23088 (Spear-32) R 23086 23088 22179 0 -1 4194304 28120 0 0 0 119868 139 0 0 25 0 1 0 207354351 117272576 27107 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23088/statm: 28631 27107 140 302 0 28326 0
Current children cumulated CPU time (s) 1200.07
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.45
CPU time (s): 1200.09
CPU user time (s): 1198.69
CPU system time (s): 1.40779
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 114524

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

runsolver used 1.24481 second user time and 3.02854 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Feb 19 08:33:13 UTC 2007

IDJOB= 299572
IDBENCH= 20013
IDSOLVER= 131
FILE ID= node1/299572-1171873993

PBS_JOBID= 3839415

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 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/299572-1171873993/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299572-1171873993/instance-299572-1171873993.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-299572-1171873993 -o ROOT/results/node1/solver-299572-1171873993 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299572-1171873993/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299572-1171873993/instance-299572-1171873993.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  53b587a5b98db42d3f124ef838f3e04f

RANDOM SEED= 110991830

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1603712 kB
Buffers:         52628 kB
Cached:         304456 kB
SwapCached:      15284 kB
Active:         250736 kB
Inactive:       129544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603712 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          29924 kB
Slab:            57472 kB
Committed_AS:   672112 kB
PageTables:       1740 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 node1 on Mon Feb 19 08:53:15 UTC 2007