Trace number 298548

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

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/298548-1171857799/instance-298548-1171857799.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/node65/watcher-298548-1171857799 -o ROOT/results/node65/solver-298548-1171857799 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298548-1171857799/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298548-1171857799/instance-298548-1171857799.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31161
/proc/meminfo: memFree=804752/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=1532 CPUtime=0
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 205737436 1568768 176 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 383 176 128 302 0 78 0

[startup+0.107295 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31161
/proc/meminfo: memFree=804752/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=1788 CPUtime=0.1
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 283 0 0 0 10 0 0 0 18 0 1 0 205737436 1830912 267 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 447 267 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515361 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31161
/proc/meminfo: memFree=804752/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=2440 CPUtime=0.5
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 455 0 0 0 50 0 0 0 21 0 1 0 205737436 2498560 439 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 610 439 140 302 0 305 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2440

[startup+1.33549 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=802760/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=3476 CPUtime=1.32
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 691 0 0 0 131 1 0 0 25 0 1 0 205737436 3559424 675 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 869 675 140 302 0 564 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3476

[startup+2.97177 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=801736/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=4664 CPUtime=2.96
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 1000 0 0 0 294 2 0 0 25 0 1 0 205737436 4775936 984 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 1166 984 140 302 0 861 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4664

[startup+6.2503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=799688/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=6464 CPUtime=6.24
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 1449 0 0 0 620 4 0 0 25 0 1 0 205737436 6619136 1400 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 1616 1400 140 302 0 1311 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6464

[startup+12.7034 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=797392/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=8544 CPUtime=12.69
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 1978 0 0 0 1264 5 0 0 25 0 1 0 205737436 8749056 1929 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 2136 1929 140 302 0 1831 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8544

[startup+25.5085 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=794576/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=11736 CPUtime=25.49
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 2772 0 0 0 2541 8 0 0 25 0 1 0 205737436 12017664 2658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 2934 2658 140 302 0 2629 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11736

[startup+51.1167 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=790288/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=15988 CPUtime=51.09
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 3821 0 0 0 5095 14 0 0 25 0 1 0 205737436 16371712 3707 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 3997 3707 140 302 0 3692 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15988

[startup+102.329 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=783312/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=23488 CPUtime=102.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 5698 0 0 0 10205 23 0 0 25 0 1 0 205737436 24051712 5455 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 5872 5455 140 302 0 5567 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 23488

[startup+162.355 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=776848/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=29892 CPUtime=162.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 7285 0 0 0 16196 33 0 0 25 0 1 0 205737436 30609408 7042 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 7473 7042 140 302 0 7168 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29892

[startup+222.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=772112/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=34840 CPUtime=222.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 8487 0 0 0 22190 38 0 0 25 0 1 0 205737436 35676160 8244 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 8710 8244 140 302 0 8405 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34840

[startup+282.386 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=767888/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=40024 CPUtime=282.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 9787 0 0 0 28184 44 0 0 25 0 1 0 205737436 40984576 9287 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 10006 9287 140 302 0 9701 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 40024

[startup+342.406 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=764304/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=43892 CPUtime=342.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 10682 0 0 0 34180 48 0 0 25 0 1 0 205737436 44945408 10182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 10973 10182 140 302 0 10668 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 43892

[startup+402.431 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=760912/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=47472 CPUtime=402.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 11523 0 0 0 40175 53 0 0 25 0 1 0 205737436 48611328 11023 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527180 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 11868 11023 140 302 0 11563 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 47472

[startup+462.455 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=757968/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=50572 CPUtime=462.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 12262 0 0 0 46171 58 0 0 25 0 1 0 205737436 51785728 11762 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539770 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 12643 11762 140 302 0 12338 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 50572

[startup+522.471 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=754832/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=53800 CPUtime=522.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 13035 0 0 0 52165 63 0 0 25 0 1 0 205737436 55091200 12535 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 13450 12535 140 302 0 13145 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 53800

[startup+582.486 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=752272/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=56248 CPUtime=582.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 13667 0 0 0 58162 66 0 0 25 0 1 0 205737436 57597952 13167 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 14062 13167 140 302 0 13757 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 56248

[startup+642.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=749520/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=59140 CPUtime=642.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 14358 0 0 0 64159 69 0 0 25 0 1 0 205737436 60559360 13858 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 14785 13858 140 302 0 14480 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 59140

[startup+702.533 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=746640/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=61888 CPUtime=702.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 15069 0 0 0 70154 74 0 0 25 0 1 0 205737436 63373312 14569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 15472 14569 140 302 0 15167 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 61888

[startup+762.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=744080/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=64380 CPUtime=762.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 15699 0 0 0 76150 78 0 0 25 0 1 0 205737436 65925120 15199 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 16095 15199 140 302 0 15790 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 64380

[startup+822.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=741904/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=66636 CPUtime=822.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 16250 0 0 0 82146 83 0 0 25 0 1 0 205737436 68235264 15750 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 16659 15750 140 302 0 16354 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 66636

[startup+882.599 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=739600/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=69104 CPUtime=882.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 16819 0 0 0 88142 87 0 0 25 0 1 0 205737436 70762496 16319 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 17276 16319 140 302 0 16971 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 69104

[startup+942.615 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=737232/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=73496 CPUtime=942.28
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 17927 0 0 0 94138 90 0 0 25 0 1 0 205737436 75259904 16914 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 18374 16914 140 302 0 18069 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 73496

[startup+1002.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=735120/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=75692 CPUtime=1002.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 18462 0 0 0 100135 94 0 0 25 0 1 0 205737436 77508608 17449 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 18923 17449 140 302 0 18618 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 75692

[startup+1062.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=732560/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=78664 CPUtime=1062.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 19089 0 0 0 106132 97 0 0 25 0 1 0 205737436 80551936 18076 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 19666 18076 140 302 0 19361 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 78664

[startup+1122.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=730448/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=81100 CPUtime=1122.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 19613 0 0 0 112128 101 0 0 25 0 1 0 205737436 83046400 18600 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 20275 18600 140 302 0 19970 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 81100

[startup+1182.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=728528/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=83044 CPUtime=1182.29
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 20111 0 0 0 118124 105 0 0 25 0 1 0 205737436 85037056 19098 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 20761 19098 140 302 0 20456 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 83044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=727888/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=83556 CPUtime=1200.01
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 20252 0 0 0 119894 107 0 0 25 0 1 0 205737436 85561344 19239 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 20889 19239 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

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31162
/proc/meminfo: memFree=727888/2055920 swapFree=4183880/4192956
[pid=31161] ppid=31159 vsize=83556 CPUtime=1200.01
/proc/31161/stat : 31161 (Spear-32) R 31159 31161 29963 0 -1 4194304 20252 0 0 0 119894 107 0 0 25 0 1 0 205737436 85561344 19239 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/31161/statm: 20889 19239 140 302 0 20584 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 83556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.03
CPU user time (s): 1198.94
CPU system time (s): 1.08383
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 83556

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

runsolver used 0.816875 second user time and 2.40963 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Feb 19 04:03:19 UTC 2007

IDJOB= 298548
IDBENCH= 19988
IDSOLVER= 132
FILE ID= node65/298548-1171857799

PBS_JOBID= 3839733

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  975946115a74669405c34f3732da3d4a

RANDOM SEED= 910900278

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:        805224 kB
Buffers:         50084 kB
Cached:        1069764 kB
SwapCached:       2900 kB
Active:         796664 kB
Inactive:       333124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        805224 kB
SwapTotal:     4192956 kB
SwapFree:      4183880 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          15964 kB
Slab:           106920 kB
Committed_AS:   529832 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66562 MiB

End job on node65 on Mon Feb 19 04:23:22 UTC 2007