Trace number 306337

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.13 1200.45

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S427890210-10.cnf
MD5SUM44e1b0f761a25d475a1d40bc83b487fd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.1612
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
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/306337-1172097047/instance-306337-1172097047.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/node14/watcher-306337-1172097047 -o ROOT/results/node14/solver-306337-1172097047 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306337-1172097047/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/306337-1172097047/instance-306337-1172097047.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 26832
/proc/meminfo: memFree=1441656/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=1932 CPUtime=0
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 229659103 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 483 247 126 302 0 178 0

[startup+0.107281 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26832
/proc/meminfo: memFree=1441656/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=3880 CPUtime=0.1
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 809 0 0 0 10 0 0 0 18 0 1 0 229659103 3973120 770 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 970 770 140 302 0 665 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3880

[startup+0.51532 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26832
/proc/meminfo: memFree=1441656/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=5020 CPUtime=0.51
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 1089 0 0 0 50 1 0 0 21 0 1 0 229659103 5140480 1050 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 1255 1050 140 302 0 950 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 5020

[startup+1.3414 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1436400/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=7144 CPUtime=1.33
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 1605 0 0 0 131 2 0 0 25 0 1 0 229659103 7315456 1566 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 1786 1566 140 302 0 1481 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7144

[startup+2.97755 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1433520/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=10932 CPUtime=2.96
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 2568 0 0 0 293 3 0 0 25 0 1 0 229659103 11194368 2529 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 2733 2529 140 302 0 2428 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10932

[startup+6.25386 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1426032/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=17900 CPUtime=6.24
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 4299 0 0 0 618 6 0 0 25 0 1 0 229659103 18329600 4260 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 4475 4260 140 302 0 4170 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 17900

[startup+12.7105 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1413232/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=29964 CPUtime=12.7
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 7335 0 0 0 1259 11 0 0 25 0 1 0 229659103 30683136 7263 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 7491 7263 140 302 0 7186 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 29964

[startup+25.5107 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1395568/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=47980 CPUtime=25.49
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 11859 0 0 0 2532 17 0 0 25 0 1 0 229659103 49131520 11787 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 11995 11787 140 302 0 11690 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47980

[startup+51.1221 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1364784/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=78416 CPUtime=51.1
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 19510 0 0 0 5081 29 0 0 25 0 1 0 229659103 80297984 19373 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 19604 19373 140 302 0 19299 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 78416

[startup+102.343 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1316016/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=127760 CPUtime=102.3
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 31878 0 0 0 10183 47 0 0 25 0 1 0 229659103 130826240 31612 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 31940 31612 140 302 0 31635 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 127760

[startup+162.378 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1276272/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=166552 CPUtime=162.32
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 41619 0 0 0 16167 65 0 0 25 0 1 0 229659103 170549248 41353 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 41638 41353 140 302 0 41333 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 166552

[startup+222.408 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1235824/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=206940 CPUtime=222.34
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 51744 0 0 0 22151 83 0 0 25 0 1 0 229659103 211906560 51478 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 51735 51478 140 302 0 51430 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 206940

[startup+282.438 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1203824/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=239848 CPUtime=282.35
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 60007 0 0 0 28139 96 0 0 25 0 1 0 229659103 245604352 59484 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 59962 59484 140 302 0 59657 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 239848

[startup+342.472 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1177904/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=265832 CPUtime=342.37
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 66520 0 0 0 34127 110 0 0 25 0 1 0 229659103 272211968 65997 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 66458 65997 140 302 0 66153 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 265832

[startup+402.509 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1146800/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=296256 CPUtime=402.39
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 74170 0 0 0 40114 125 0 0 25 0 1 0 229659103 303366144 73647 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 74064 73647 140 302 0 73759 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 296256

[startup+462.543 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1120688/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=322508 CPUtime=462.41
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 80730 0 0 0 46103 138 0 0 25 0 1 0 229659103 330248192 80207 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 80627 80207 140 302 0 80322 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 322508

[startup+522.573 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26833
/proc/meminfo: memFree=1099888/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=343264 CPUtime=522.42
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 85938 0 0 0 52095 147 0 0 25 0 1 0 229659103 351502336 85415 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 85816 85415 140 302 0 85511 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 343264

[startup+582.606 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=1080688/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=362088 CPUtime=582.44
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 90642 0 0 0 58085 159 0 0 25 0 1 0 229659103 370778112 90119 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 90522 90119 140 302 0 90217 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 362088

[startup+642.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=1063344/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=379568 CPUtime=642.45
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 94991 0 0 0 64079 166 0 0 25 0 1 0 229659103 388677632 94468 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 94892 94468 140 302 0 94587 0
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (KiB) 379568

[startup+702.675 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=1044336/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=398640 CPUtime=702.47
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 99798 0 0 0 70070 177 0 0 25 0 1 0 229659103 408207360 99275 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 99660 99275 140 302 0 99355 0
Current children cumulated CPU time (s) 702.47
Current children cumulated vsize (KiB) 398640

[startup+762.708 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=1017520/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=425312 CPUtime=762.49
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 106486 0 0 0 76060 189 0 0 25 0 1 0 229659103 435519488 105963 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 106328 105963 140 302 0 106023 0
Current children cumulated CPU time (s) 762.49
Current children cumulated vsize (KiB) 425312

[startup+822.749 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=995824/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=446620 CPUtime=822.51
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 111816 0 0 0 82050 201 0 0 25 0 1 0 229659103 457338880 111293 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 111655 111293 140 302 0 111350 0
Current children cumulated CPU time (s) 822.51
Current children cumulated vsize (KiB) 446620

[startup+882.781 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=976816/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=465680 CPUtime=882.53
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 116593 0 0 0 88043 210 0 0 25 0 1 0 229659103 476856320 116070 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 116420 116070 140 302 0 116115 0
Current children cumulated CPU time (s) 882.53
Current children cumulated vsize (KiB) 465680

[startup+942.813 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=957872/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=486672 CPUtime=942.55
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 121830 0 0 0 94036 219 0 0 25 0 1 0 229659103 498352128 120794 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 121668 120794 140 302 0 121363 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 486672

[startup+1002.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=939632/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=504904 CPUtime=1002.56
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 126400 0 0 0 100029 227 0 0 25 0 1 0 229659103 517021696 125364 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 126226 125364 140 302 0 125921 0
Current children cumulated CPU time (s) 1002.56
Current children cumulated vsize (KiB) 504904

[startup+1062.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=920944/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=523300 CPUtime=1062.59
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 130993 0 0 0 106021 238 0 0 25 0 1 0 229659103 535859200 129957 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 130825 129957 140 302 0 130520 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 523300

[startup+1122.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=905328/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=538900 CPUtime=1122.59
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 134895 0 0 0 112013 246 0 0 25 0 1 0 229659103 551833600 133859 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 134725 133859 140 302 0 134420 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 538900

[startup+1182.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=890480/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=553848 CPUtime=1182.61
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 138622 0 0 0 118006 255 0 0 25 0 1 0 229659103 567140352 137586 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 138462 137586 140 302 0 138157 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 553848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26835
/proc/meminfo: memFree=886576/2055920 swapFree=4192812/4192956
[pid=26832] ppid=26830 vsize=557560 CPUtime=1200.04
/proc/26832/stat : 26832 (Spear-32) R 26830 26832 26432 0 -1 4194304 139561 0 0 0 119746 258 0 0 25 0 1 0 229659103 570941440 138525 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26832/statm: 139390 138525 140 302 0 139085 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 557560

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.13
CPU user time (s): 1197.46
CPU system time (s): 2.66659
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 557560

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

runsolver used 1.3068 second user time and 2.94555 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Wed Feb 21 22:30:47 UTC 2007

IDJOB= 306337
IDBENCH= 20178
IDSOLVER= 131
FILE ID= node14/306337-1172097047

PBS_JOBID= 3865341

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v7000/unif-k3-r4.2-v7000-c29400-S427890210-10.cnf
COMMAND LINE= /tmp/evaluation/306337-1172097047/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/306337-1172097047/instance-306337-1172097047.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-306337-1172097047 -o ROOT/results/node14/solver-306337-1172097047 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306337-1172097047/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/306337-1172097047/instance-306337-1172097047.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  44e1b0f761a25d475a1d40bc83b487fd

RANDOM SEED= 15320525

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1442064 kB
Buffers:         64632 kB
Cached:         412184 kB
SwapCached:          0 kB
Active:         217472 kB
Inactive:       313420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          72948 kB
Slab:            68552 kB
Committed_AS:   861776 kB
PageTables:       1736 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 node14 on Wed Feb 21 22:50:49 UTC 2007