Trace number 294078

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.04 1200.46

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1513299405-10.SAT.shuffled.cnf
MD5SUM60d0c88e8671d7979416bf70b974aef4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
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 52769
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/294078-1171782772/instance-294078-1171782772.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-294078-1171782772 -o ROOT/results/node65/solver-294078-1171782772 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294078-1171782772/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294078-1171782772/instance-294078-1171782772.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 22715
/proc/meminfo: memFree=818312/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=1396 CPUtime=0
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 198234718 1429504 169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134866479 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 349 169 129 302 0 44 0

[startup+0.106635 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22715
/proc/meminfo: memFree=818312/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=1920 CPUtime=0.1
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 314 0 0 0 10 0 0 0 18 0 1 0 198234718 1966080 298 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 480 298 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.514702 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22715
/proc/meminfo: memFree=818312/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=2976 CPUtime=0.51
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 555 0 0 0 50 1 0 0 21 0 1 0 198234718 3047424 539 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 744 539 140 302 0 439 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2976

[startup+1.33484 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=815744/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=4000 CPUtime=1.32
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 850 0 0 0 131 1 0 0 25 0 1 0 198234718 4096000 834 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 1000 834 140 302 0 695 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4000

[startup+2.97111 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=814400/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=5564 CPUtime=2.96
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 1230 0 0 0 293 3 0 0 25 0 1 0 198234718 5697536 1214 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 1391 1214 140 302 0 1086 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5564

[startup+6.25065 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=812160/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=7628 CPUtime=6.24
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 1736 0 0 0 619 5 0 0 25 0 1 0 198234718 7811072 1687 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 1907 1687 140 302 0 1602 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7037 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=809288/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=10224 CPUtime=12.69
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 2407 0 0 0 1262 7 0 0 25 0 1 0 198234718 10469376 2358 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 2556 2358 140 302 0 2251 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10224

[startup+25.5088 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=805640/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=14320 CPUtime=25.49
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 3407 0 0 0 2539 10 0 0 25 0 1 0 198234718 14663680 3293 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 3580 3293 140 302 0 3275 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14320

[startup+51.115 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=799816/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=19960 CPUtime=51.09
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 4825 0 0 0 5094 15 0 0 25 0 1 0 198234718 20439040 4711 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 4990 4711 140 302 0 4685 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19960

[startup+102.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=791496/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=28904 CPUtime=102.28
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 7047 0 0 0 10204 24 0 0 25 0 1 0 198234718 29597696 6804 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 7226 6804 140 302 0 6921 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28904

[startup+162.346 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=783944/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=36516 CPUtime=162.28
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 8894 0 0 0 16195 33 0 0 25 0 1 0 198234718 37392384 8651 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 9129 8651 140 302 0 8824 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 36516

[startup+222.366 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=778504/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=42124 CPUtime=222.27
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 10269 0 0 0 22186 41 0 0 25 0 1 0 198234718 43134976 10026 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 10531 10026 140 302 0 10226 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 42124

[startup+282.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=773448/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=48212 CPUtime=282.28
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 11767 0 0 0 28181 47 0 0 25 0 1 0 198234718 49369088 11267 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 12053 11267 140 302 0 11748 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 48212

[startup+342.413 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=768904/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=52948 CPUtime=342.28
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 12918 0 0 0 34177 51 0 0 25 0 1 0 198234718 54218752 12418 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 13237 12418 140 302 0 12932 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 52948

[startup+402.435 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=764744/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=57072 CPUtime=402.28
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 13935 0 0 0 40172 56 0 0 25 0 1 0 198234718 58441728 13435 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 14268 13435 140 302 0 13963 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 57072

[startup+462.455 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=760840/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=60996 CPUtime=462.28
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 14918 0 0 0 46167 61 0 0 25 0 1 0 198234718 62459904 14418 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 15249 14418 140 302 0 14944 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 60996

[startup+522.473 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=757256/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=64380 CPUtime=522.28
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 15806 0 0 0 52163 65 0 0 25 0 1 0 198234718 65925120 15306 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 16095 15306 140 302 0 15790 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 64380

[startup+582.499 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=753672/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=68152 CPUtime=582.29
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 16696 0 0 0 58159 70 0 0 25 0 1 0 198234718 69787648 16196 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 17038 16196 140 302 0 16733 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 68152

[startup+642.525 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=750472/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=71556 CPUtime=642.29
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 17493 0 0 0 64154 75 0 0 25 0 1 0 198234718 73273344 16993 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 17889 16993 140 302 0 17584 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 71556

[startup+702.543 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=747016/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=74840 CPUtime=702.29
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 18347 0 0 0 70149 80 0 0 25 0 1 0 198234718 76636160 17847 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 18710 17847 140 302 0 18405 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 74840

[startup+762.564 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=743688/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=78548 CPUtime=762.29
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 19176 0 0 0 76145 84 0 0 25 0 1 0 198234718 80433152 18676 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 19637 18676 140 302 0 19332 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 78548

[startup+822.586 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=741064/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=81308 CPUtime=822.29
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 19828 0 0 0 82142 87 0 0 25 0 1 0 198234718 83259392 19328 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 20327 19328 140 302 0 20022 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 81308

[startup+882.609 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=738312/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=84016 CPUtime=882.29
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 20511 0 0 0 88139 90 0 0 25 0 1 0 198234718 86032384 20011 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 21004 20011 140 302 0 20699 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 84016

[startup+942.634 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=735304/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=89688 CPUtime=942.3
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 21789 0 0 0 94136 94 0 0 25 0 1 0 198234718 91840512 20776 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 22422 20776 140 302 0 22117 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 89688

[startup+1002.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=732680/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=92256 CPUtime=1002.3
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 22444 0 0 0 100132 98 0 0 25 0 1 0 198234718 94470144 21431 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 23064 21431 140 302 0 22759 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 92256

[startup+1062.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=730120/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=94708 CPUtime=1062.3
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 23071 0 0 0 106128 102 0 0 25 0 1 0 198234718 96980992 22058 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526797 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 23677 22058 140 302 0 23372 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 94708

[startup+1122.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=727688/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=97244 CPUtime=1122.3
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 23683 0 0 0 112125 105 0 0 25 0 1 0 198234718 99577856 22670 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 24311 22670 140 302 0 24006 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 97244

[startup+1182.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=725320/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=99608 CPUtime=1182.29
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 24296 0 0 0 118120 109 0 0 25 0 1 0 198234718 101998592 23283 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 24902 23283 140 302 0 24597 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 99608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=724552/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=100504 CPUtime=1200.02
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 24464 0 0 0 119892 110 0 0 25 0 1 0 198234718 102916096 23451 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526997 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 25126 23451 140 302 0 24821 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 100504

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22716
/proc/meminfo: memFree=724552/2055920 swapFree=4183880/4192956
[pid=22715] ppid=22713 vsize=100504 CPUtime=1200.02
/proc/22715/stat : 22715 (Spear-32) R 22713 22715 21384 0 -1 4194304 24464 0 0 0 119892 110 0 0 25 0 1 0 198234718 102916096 23451 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526997 0 0 4096 0 0 0 0 17 1 0 0
/proc/22715/statm: 25126 23451 140 302 0 24821 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 100504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.04
CPU user time (s): 1198.92
CPU system time (s): 1.12283
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 100504

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

runsolver used 0.836872 second user time and 2.38364 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Feb 18 07:12:52 UTC 2007

IDJOB= 294078
IDBENCH= 19879
IDSOLVER= 131
FILE ID= node65/294078-1171782772

PBS_JOBID= 3839524

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1513299405-10.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294078-1171782772/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294078-1171782772/instance-294078-1171782772.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-294078-1171782772 -o ROOT/results/node65/solver-294078-1171782772 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294078-1171782772/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294078-1171782772/instance-294078-1171782772.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  60d0c88e8671d7979416bf70b974aef4

RANDOM SEED= 809888656

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:        818720 kB
Buffers:         47688 kB
Cached:        1060124 kB
SwapCached:       2900 kB
Active:         774148 kB
Inactive:       343140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        818720 kB
SwapTotal:     4192956 kB
SwapFree:      4183880 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          15468 kB
Slab:           105892 kB
Committed_AS:   488476 kB
PageTables:       1456 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 node65 on Sun Feb 18 07:32:54 UTC 2007