Trace number 298547

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.03 1200.37

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1459708824-17.UNSAT.shuffled.cnf
MD5SUM975946115a74669405c34f3732da3d4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.1906
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
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/298547-1171857734/instance-298547-1171857734.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/node61/watcher-298547-1171857734 -o ROOT/results/node61/solver-298547-1171857734 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298547-1171857734/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298547-1171857734/instance-298547-1171857734.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: 2.09 1.89 1.47 3/70 11099
/proc/meminfo: memFree=885040/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=1532 CPUtime=0
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 205730309 1568768 189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 383 189 140 302 0 78 0

[startup+0.10741 s]
/proc/loadavg: 2.09 1.89 1.47 3/70 11099
/proc/meminfo: memFree=885040/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=1788 CPUtime=0.1
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 283 0 0 0 10 0 0 0 18 0 1 0 205730309 1830912 267 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 447 267 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515483 s]
/proc/loadavg: 2.09 1.89 1.47 3/70 11099
/proc/meminfo: memFree=885040/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=2440 CPUtime=0.5
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 455 0 0 0 50 0 0 0 21 0 1 0 205730309 2498560 439 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 610 439 140 302 0 305 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2440

[startup+1.33553 s]
/proc/loadavg: 2.09 1.89 1.47 2/71 11100
/proc/meminfo: memFree=883048/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=3476 CPUtime=1.33
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 690 0 0 0 132 1 0 0 25 0 1 0 205730309 3559424 674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 869 674 140 302 0 564 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3476

[startup+2.97168 s]
/proc/loadavg: 2.09 1.89 1.47 2/71 11104
/proc/meminfo: memFree=881896/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=4664 CPUtime=2.96
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 997 0 0 0 294 2 0 0 25 0 1 0 205730309 4775936 981 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 1166 981 140 302 0 861 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4664

[startup+6.25 s]
/proc/loadavg: 2.00 1.88 1.46 2/71 11122
/proc/meminfo: memFree=879976/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=6464 CPUtime=6.23
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 1447 0 0 0 619 4 0 0 25 0 1 0 205730309 6619136 1398 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 1616 1398 140 302 0 1311 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6464

[startup+12.7076 s]
/proc/loadavg: 1.85 1.85 1.46 2/71 11130
/proc/meminfo: memFree=877608/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=8544 CPUtime=12.68
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 1976 0 0 0 1260 8 0 0 25 0 1 0 205730309 8749056 1927 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 2136 1927 140 302 0 1831 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8544

[startup+25.5218 s]
/proc/loadavg: 1.72 1.82 1.45 2/71 11138
/proc/meminfo: memFree=874856/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=11736 CPUtime=25.48
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 2771 0 0 0 2537 11 0 0 25 0 1 0 205730309 12017664 2657 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 2934 2657 140 302 0 2629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11736

[startup+51.1333 s]
/proc/loadavg: 1.47 1.75 1.44 2/65 11164
/proc/meminfo: memFree=871704/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=15988 CPUtime=51.07
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 3821 0 0 0 5091 16 0 0 25 0 1 0 205730309 16371712 3707 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 3997 3707 140 302 0 3692 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15988

[startup+102.343 s]
/proc/loadavg: 1.20 1.64 1.42 2/65 11164
/proc/meminfo: memFree=864728/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=23488 CPUtime=102.27
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 5698 0 0 0 10201 26 0 0 25 0 1 0 205730309 24051712 5455 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 5872 5455 140 302 0 5567 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23488

[startup+162.365 s]
/proc/loadavg: 1.07 1.52 1.39 2/65 11164
/proc/meminfo: memFree=858200/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=29892 CPUtime=162.28
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 7285 0 0 0 16193 35 0 0 25 0 1 0 205730309 30609408 7042 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527046 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 7473 7042 140 302 0 7168 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29892

[startup+222.382 s]
/proc/loadavg: 1.09 1.44 1.36 2/65 11164
/proc/meminfo: memFree=853400/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=34840 CPUtime=222.28
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 8487 0 0 0 22187 41 0 0 25 0 1 0 205730309 35676160 8244 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 8710 8244 140 302 0 8405 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34840

[startup+282.401 s]
/proc/loadavg: 1.03 1.35 1.34 2/65 11164
/proc/meminfo: memFree=849304/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=40024 CPUtime=282.29
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 9788 0 0 0 28181 48 0 0 25 0 1 0 205730309 40984576 9288 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 10006 9288 140 302 0 9701 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 40024

[startup+342.42 s]
/proc/loadavg: 1.01 1.29 1.32 2/65 11164
/proc/meminfo: memFree=845720/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=43892 CPUtime=342.29
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 10684 0 0 0 34176 53 0 0 25 0 1 0 205730309 44945408 10184 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 10973 10184 140 302 0 10668 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 43892

[startup+402.441 s]
/proc/loadavg: 1.00 1.23 1.29 2/65 11164
/proc/meminfo: memFree=842328/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=47472 CPUtime=402.29
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 11525 0 0 0 40171 58 0 0 25 0 1 0 205730309 48611328 11025 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 11868 11025 140 302 0 11563 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 47472

[startup+462.458 s]
/proc/loadavg: 1.00 1.19 1.27 2/65 11164
/proc/meminfo: memFree=839384/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=50572 CPUtime=462.3
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 12263 0 0 0 46166 64 0 0 25 0 1 0 205730309 51785728 11763 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 12643 11763 140 302 0 12338 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 50572

[startup+522.477 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 11164
/proc/meminfo: memFree=836248/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=53800 CPUtime=522.31
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 13037 0 0 0 52161 70 0 0 25 0 1 0 205730309 55091200 12537 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 13450 12537 140 302 0 13145 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 53800

[startup+582.499 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 11164
/proc/meminfo: memFree=833688/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=56248 CPUtime=582.31
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 13671 0 0 0 58156 75 0 0 25 0 1 0 205730309 57597952 13171 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 14062 13171 140 302 0 13757 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 56248

[startup+642.527 s]
/proc/loadavg: 1.00 1.10 1.22 2/65 11164
/proc/meminfo: memFree=830936/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=59140 CPUtime=642.32
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 14360 0 0 0 64153 79 0 0 25 0 1 0 205730309 60559360 13860 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 14785 13860 140 302 0 14480 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 59140

[startup+702.549 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 11164
/proc/meminfo: memFree=828120/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=61888 CPUtime=702.33
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 15073 0 0 0 70150 83 0 0 25 0 1 0 205730309 63373312 14573 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527028 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 15472 14573 140 302 0 15167 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 61888

[startup+762.571 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 11164
/proc/meminfo: memFree=825624/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=64380 CPUtime=762.33
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 15702 0 0 0 76147 86 0 0 25 0 1 0 205730309 65925120 15202 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 16095 15202 140 302 0 15790 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 64380

[startup+822.595 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 11164
/proc/meminfo: memFree=823320/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=66636 CPUtime=822.34
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 16253 0 0 0 82145 89 0 0 25 0 1 0 205730309 68235264 15753 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 16659 15753 140 302 0 16354 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 66636

[startup+882.618 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 11164
/proc/meminfo: memFree=821080/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=69104 CPUtime=882.35
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 16823 0 0 0 88142 93 0 0 25 0 1 0 205730309 70762496 16323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 17276 16323 140 302 0 16971 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 69104

[startup+942.638 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 11164
/proc/meminfo: memFree=818776/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=73496 CPUtime=942.35
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 17932 0 0 0 94139 96 0 0 25 0 1 0 205730309 75259904 16919 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 18374 16919 140 302 0 18069 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 73496

[startup+1002.66 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 11164
/proc/meminfo: memFree=816664/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=75692 CPUtime=1002.37
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 18466 0 0 0 100136 101 0 0 25 0 1 0 205730309 77508608 17453 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 18923 17453 140 302 0 18618 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 75692

[startup+1062.69 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 11164
/proc/meminfo: memFree=814040/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=78792 CPUtime=1062.38
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 19094 0 0 0 106134 104 0 0 25 0 1 0 205730309 80683008 18081 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 19698 18081 140 302 0 19393 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 78792

[startup+1122.71 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 11164
/proc/meminfo: memFree=812056/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=81228 CPUtime=1122.38
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 19617 0 0 0 112131 107 0 0 25 0 1 0 205730309 83177472 18604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 20307 18604 140 302 0 20002 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 81228

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 11164
/proc/meminfo: memFree=810072/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=83044 CPUtime=1182.4
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 20115 0 0 0 118129 111 0 0 25 0 1 0 205730309 85037056 19102 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526960 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 20761 19102 140 302 0 20456 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 83044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 11164
/proc/meminfo: memFree=809496/2055920 swapFree=4183164/4192956
[pid=11099] ppid=11097 vsize=83556 CPUtime=1200.01
/proc/11099/stat : 11099 (Spear-32) R 11097 11099 9892 0 -1 4194304 20255 0 0 0 119889 112 0 0 25 0 1 0 205730309 85561344 19242 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11099/statm: 20889 19242 140 302 0 20584 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 83556

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.37
CPU time (s): 1200.03
CPU user time (s): 1198.89
CPU system time (s): 1.13783
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 83556

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

runsolver used 0.85187 second user time and 2.39364 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Feb 19 04:02:14 UTC 2007

IDJOB= 298547
IDBENCH= 19988
IDSOLVER= 131
FILE ID= node61/298547-1171857734

PBS_JOBID= 3839750

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1459708824-17.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298547-1171857734/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298547-1171857734/instance-298547-1171857734.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-298547-1171857734 -o ROOT/results/node61/solver-298547-1171857734 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298547-1171857734/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298547-1171857734/instance-298547-1171857734.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  975946115a74669405c34f3732da3d4a

RANDOM SEED= 504263845

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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:        885448 kB
Buffers:         40652 kB
Cached:        1026440 kB
SwapCached:       3636 kB
Active:         442240 kB
Inactive:       635016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        885448 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          16660 kB
Slab:            78932 kB
Committed_AS:   606308 kB
PageTables:       1612 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= 66563 MiB

End job on node61 on Mon Feb 19 04:22:16 UTC 2007