Trace number 292725

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.08 1200.41

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S122221229-14.SAT.shuffled.cnf
MD5SUM5fc0ce4a0db6a8f3ada0e5d787ac0a38
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.088985
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
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/292725-1171758357/instance-292725-1171758357.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/node20/watcher-292725-1171758357 -o ROOT/results/node20/solver-292725-1171758357 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292725-1171758357/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292725-1171758357/instance-292725-1171758357.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.94 3/77 13215
/proc/meminfo: memFree=931784/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=1396 CPUtime=0
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 195789668 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 349 168 128 302 0 44 0

[startup+0.10672 s]
/proc/loadavg: 0.92 0.98 0.94 3/77 13215
/proc/meminfo: memFree=931784/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=1788 CPUtime=0.09
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 288 0 0 0 9 0 0 0 18 0 1 0 195789668 1830912 272 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 447 272 140 302 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1788

[startup+0.514768 s]
/proc/loadavg: 0.92 0.98 0.94 3/77 13215
/proc/meminfo: memFree=931784/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=2700 CPUtime=0.5
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 489 0 0 0 49 1 0 0 22 0 1 0 195789668 2764800 473 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 675 473 140 302 0 370 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2700

[startup+1.33487 s]
/proc/loadavg: 0.92 0.98 0.94 2/78 13216
/proc/meminfo: memFree=929728/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=3480 CPUtime=1.33
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 719 0 0 0 131 2 0 0 25 0 1 0 195789668 3563520 703 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 870 703 140 302 0 565 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3480

[startup+2.97107 s]
/proc/loadavg: 0.92 0.98 0.94 2/78 13216
/proc/meminfo: memFree=928576/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=4788 CPUtime=2.96
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 1025 0 0 0 293 3 0 0 25 0 1 0 195789668 4902912 1009 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 1197 1009 140 302 0 892 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4788

[startup+6.24846 s]
/proc/loadavg: 0.93 0.98 0.94 2/78 13216
/proc/meminfo: memFree=926784/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=6504 CPUtime=6.24
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 1438 0 0 0 619 5 0 0 25 0 1 0 195789668 6660096 1389 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 1626 1389 140 302 0 1321 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6504

[startup+12.7052 s]
/proc/loadavg: 0.93 0.98 0.94 2/78 13216
/proc/meminfo: memFree=924416/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=8464 CPUtime=12.69
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 1953 0 0 0 1261 8 0 0 25 0 1 0 195789668 8667136 1904 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 2116 1904 140 302 0 1811 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8464

[startup+25.5148 s]
/proc/loadavg: 0.95 0.98 0.94 2/78 13216
/proc/meminfo: memFree=921472/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=11900 CPUtime=25.49
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 2771 0 0 0 2538 11 0 0 25 0 1 0 195789668 12185600 2657 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 2975 2657 140 302 0 2670 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11900

[startup+51.1269 s]
/proc/loadavg: 0.96 0.98 0.94 2/78 13216
/proc/meminfo: memFree=917184/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=15980 CPUtime=51.1
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 3821 0 0 0 5093 17 0 0 25 0 1 0 195789668 16363520 3707 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 3995 3707 140 302 0 3690 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 15980

[startup+102.352 s]
/proc/loadavg: 0.98 0.98 0.94 2/78 13216
/proc/meminfo: memFree=911168/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=22584 CPUtime=102.31
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 5447 0 0 0 10205 26 0 0 25 0 1 0 195789668 23126016 5204 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 5646 5204 140 302 0 5341 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 22584

[startup+162.388 s]
/proc/loadavg: 0.99 0.98 0.94 2/78 13216
/proc/meminfo: memFree=905216/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=28756 CPUtime=162.33
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 6911 0 0 0 16199 34 0 0 25 0 1 0 195789668 29446144 6668 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 7189 6668 140 302 0 6884 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 28756

[startup+222.422 s]
/proc/loadavg: 1.03 1.00 0.95 2/78 13216
/proc/meminfo: memFree=900608/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=33288 CPUtime=222.35
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 8072 0 0 0 22192 43 0 0 25 0 1 0 195789668 34086912 7829 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 8322 7829 140 302 0 8017 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 33288

[startup+282.451 s]
/proc/loadavg: 1.01 1.00 0.95 2/78 13216
/proc/meminfo: memFree=896640/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=38496 CPUtime=282.36
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 9323 0 0 0 28185 51 0 0 25 0 1 0 195789668 39419904 8823 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 9624 8823 140 302 0 9319 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 38496

[startup+342.482 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=892800/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=42276 CPUtime=342.38
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 10287 0 0 0 34180 58 0 0 25 0 1 0 195789668 43290624 9787 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 10569 9787 140 302 0 10264 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 42276

[startup+402.52 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=889664/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=45500 CPUtime=402.4
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 11063 0 0 0 40176 64 0 0 25 0 1 0 195789668 46592000 10563 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 11375 10563 140 302 0 11070 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 45500

[startup+462.554 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=886400/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=48972 CPUtime=462.42
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 11881 0 0 0 46172 70 0 0 25 0 1 0 195789668 50147328 11381 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 12243 11381 140 302 0 11938 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 48972

[startup+522.588 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=883584/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=52132 CPUtime=522.43
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 12574 0 0 0 52170 73 0 0 25 0 1 0 195789668 53383168 12074 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 13033 12074 140 302 0 12728 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 52132

[startup+582.62 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=880832/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=54872 CPUtime=582.46
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 13264 0 0 0 58168 78 0 0 25 0 1 0 195789668 56188928 12764 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 13718 12764 140 302 0 13413 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 54872

[startup+642.658 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=878400/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=57784 CPUtime=642.47
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 13880 0 0 0 64165 82 0 0 25 0 1 0 195789668 59170816 13380 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 14446 13380 140 302 0 14141 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 57784

[startup+702.688 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=875520/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=60688 CPUtime=702.48
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 14596 0 0 0 70162 86 0 0 25 0 1 0 195789668 62144512 14096 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 15172 14096 140 302 0 14867 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 60688

[startup+762.719 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=873344/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=63128 CPUtime=762.5
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 15125 0 0 0 76159 91 0 0 25 0 1 0 195789668 64643072 14625 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 15782 14625 140 302 0 15477 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 63128

[startup+822.758 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13216
/proc/meminfo: memFree=871232/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=65396 CPUtime=822.53
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 15656 0 0 0 82158 95 0 0 25 0 1 0 195789668 66965504 15156 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 16349 15156 140 302 0 16044 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 65396

[startup+882.792 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13218
/proc/meminfo: memFree=869120/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=67348 CPUtime=882.54
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 16193 0 0 0 88155 99 0 0 25 0 1 0 195789668 68964352 15693 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 16837 15693 140 302 0 16532 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 67348

[startup+942.827 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13218
/proc/meminfo: memFree=867072/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=69384 CPUtime=942.56
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 16698 0 0 0 94153 103 0 0 25 0 1 0 195789668 71049216 16198 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 17346 16198 140 302 0 17041 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 69384

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13218
/proc/meminfo: memFree=864960/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=73688 CPUtime=1002.58
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 17744 0 0 0 100151 107 0 0 25 0 1 0 195789668 75456512 16731 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 18422 16731 140 302 0 18117 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 73688

[startup+1062.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13218
/proc/meminfo: memFree=862912/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=75488 CPUtime=1062.6
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 18242 0 0 0 106149 111 0 0 25 0 1 0 195789668 77299712 17229 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 18872 17229 140 302 0 18567 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 75488

[startup+1122.94 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13218
/proc/meminfo: memFree=861120/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=77248 CPUtime=1122.62
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 18702 0 0 0 112147 115 0 0 25 0 1 0 195789668 79101952 17689 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 19312 17689 140 302 0 19007 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 77248

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13218
/proc/meminfo: memFree=859136/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=79332 CPUtime=1182.63
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 19194 0 0 0 118144 119 0 0 25 0 1 0 195789668 81235968 18181 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 19833 18181 140 302 0 19528 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 79332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 13218
/proc/meminfo: memFree=858624/2055920 swapFree=4143444/4192956
[pid=13215] ppid=13213 vsize=79716 CPUtime=1200.06
/proc/13215/stat : 13215 (Spear-32) R 13213 13215 13118 0 -1 4194304 19315 0 0 0 119885 121 0 0 25 0 1 0 195789668 81629184 18302 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13215/statm: 19929 18302 140 302 0 19624 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 79716

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.41
CPU time (s): 1200.08
CPU user time (s): 1198.85
CPU system time (s): 1.22381
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 79716

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

runsolver used 1.35979 second user time and 2.90956 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Feb 18 00:25:57 UTC 2007

IDJOB= 292725
IDBENCH= 19846
IDSOLVER= 131
FILE ID= node20/292725-1171758357

PBS_JOBID= 3839494

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S122221229-14.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292725-1171758357/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292725-1171758357/instance-292725-1171758357.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-292725-1171758357 -o ROOT/results/node20/solver-292725-1171758357 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292725-1171758357/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292725-1171758357/instance-292725-1171758357.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5fc0ce4a0db6a8f3ada0e5d787ac0a38

RANDOM SEED= 561047162

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.234
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.234
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:        932256 kB
Buffers:         41232 kB
Cached:         970128 kB
SwapCached:      15440 kB
Active:         796128 kB
Inactive:       240600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        932256 kB
SwapTotal:     4192956 kB
SwapFree:      4143444 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          29760 kB
Slab:            72544 kB
Committed_AS:   455516 kB
PageTables:       1684 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 node20 on Sun Feb 18 00:45:59 UTC 2007