Trace number 294079

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.06 1200.38

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 2053
/proc/meminfo: memFree=301912/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=1396 CPUtime=0
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 198244026 1429504 170 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 349 170 129 302 0 44 0

[startup+0.107292 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 2053
/proc/meminfo: memFree=301912/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=1920 CPUtime=0.1
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 314 0 0 0 10 0 0 0 18 0 1 0 198244026 1966080 298 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 480 298 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.515334 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 2053
/proc/meminfo: memFree=301912/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=2976 CPUtime=0.5
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 555 0 0 0 50 0 0 0 22 0 1 0 198244026 3047424 539 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 744 539 140 302 0 439 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2976

[startup+1.33542 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=299344/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=4000 CPUtime=1.32
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 846 0 0 0 131 1 0 0 25 0 1 0 198244026 4096000 830 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 1000 830 140 302 0 695 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4000

[startup+2.9756 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=298064/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=5564 CPUtime=2.97
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 1221 0 0 0 294 3 0 0 25 0 1 0 198244026 5697536 1205 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 1391 1205 140 302 0 1086 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5564

[startup+6.25196 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=295760/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=7628 CPUtime=6.24
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 1735 0 0 0 620 4 0 0 25 0 1 0 198244026 7811072 1686 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 1907 1686 140 302 0 1602 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7097 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=292816/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=10224 CPUtime=12.7
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 2407 0 0 0 1263 7 0 0 25 0 1 0 198244026 10469376 2358 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 2556 2358 140 302 0 2251 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10224

[startup+25.511 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=289104/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=14320 CPUtime=25.49
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 3406 0 0 0 2538 11 0 0 25 0 1 0 198244026 14663680 3292 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 3580 3292 140 302 0 3275 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14320

[startup+51.1218 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=283280/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=19960 CPUtime=51.1
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 4824 0 0 0 5093 17 0 0 25 0 1 0 198244026 20439040 4710 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 4990 4710 140 302 0 4685 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19960

[startup+102.337 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=275024/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=28904 CPUtime=102.3
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 7045 0 0 0 10203 27 0 0 25 0 1 0 198244026 29597696 6802 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 7226 6802 140 302 0 6921 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 28904

[startup+162.368 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=267408/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=36384 CPUtime=162.32
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 8891 0 0 0 16195 37 0 0 25 0 1 0 198244026 37257216 8648 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 9096 8648 140 302 0 8791 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 36384

[startup+222.394 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=261840/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=42124 CPUtime=222.32
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 10267 0 0 0 22188 44 0 0 25 0 1 0 198244026 43134976 10024 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 10531 10024 140 302 0 10226 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 42124

[startup+282.419 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=256912/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=48212 CPUtime=282.34
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 11765 0 0 0 28184 50 0 0 25 0 1 0 198244026 49369088 11265 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 12053 11265 140 302 0 11748 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 48212

[startup+342.445 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=252304/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=52948 CPUtime=342.34
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 12917 0 0 0 34179 55 0 0 25 0 1 0 198244026 54218752 12417 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 13237 12417 140 302 0 12932 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 52948

[startup+402.477 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=248208/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=57072 CPUtime=402.36
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 13933 0 0 0 40174 62 0 0 25 0 1 0 198244026 58441728 13433 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 14268 13433 140 302 0 13963 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 57072

[startup+462.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=244240/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=60996 CPUtime=462.37
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 14915 0 0 0 46170 67 0 0 25 0 1 0 198244026 62459904 14415 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 15249 14415 140 302 0 14944 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 60996

[startup+522.53 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 2055
/proc/meminfo: memFree=240720/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=64380 CPUtime=522.38
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 15805 0 0 0 52166 72 0 0 25 0 1 0 198244026 65925120 15305 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 16095 15305 140 302 0 15790 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 64380

[startup+582.559 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 2055
/proc/meminfo: memFree=237136/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=68152 CPUtime=582.4
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 16696 0 0 0 58163 77 0 0 25 0 1 0 198244026 69787648 16196 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 17038 16196 140 302 0 16733 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 68152

[startup+642.588 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=233872/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=71556 CPUtime=642.41
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 17492 0 0 0 64160 81 0 0 25 0 1 0 198244026 73273344 16992 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 17889 16992 140 302 0 17584 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 71556

[startup+702.612 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=230480/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=74840 CPUtime=702.42
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 18346 0 0 0 70156 86 0 0 25 0 1 0 198244026 76636160 17846 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 18710 17846 140 302 0 18405 0
Current children cumulated CPU time (s) 702.42
Current children cumulated vsize (KiB) 74840

[startup+762.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=227152/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=78548 CPUtime=762.43
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 19174 0 0 0 76152 91 0 0 25 0 1 0 198244026 80433152 18674 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 19637 18674 140 302 0 19332 0
Current children cumulated CPU time (s) 762.43
Current children cumulated vsize (KiB) 78548

[startup+822.672 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=224528/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=81308 CPUtime=822.45
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 19828 0 0 0 82151 94 0 0 25 0 1 0 198244026 83259392 19328 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 20327 19328 140 302 0 20022 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 81308

[startup+882.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=221840/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=84016 CPUtime=882.46
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 20511 0 0 0 88147 99 0 0 25 0 1 0 198244026 86032384 20011 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 21004 20011 140 302 0 20699 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 84016

[startup+942.727 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=218768/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=89688 CPUtime=942.47
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 21789 0 0 0 94143 104 0 0 25 0 1 0 198244026 91840512 20776 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 22422 20776 140 302 0 22117 0
Current children cumulated CPU time (s) 942.47
Current children cumulated vsize (KiB) 89688

[startup+1002.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=216080/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=92256 CPUtime=1002.48
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 22444 0 0 0 100141 107 0 0 25 0 1 0 198244026 94470144 21431 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 23064 21431 140 302 0 22759 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 92256

[startup+1062.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=213520/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=94708 CPUtime=1062.5
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 23071 0 0 0 106138 112 0 0 25 0 1 0 198244026 96980992 22058 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 23677 22058 140 302 0 23372 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 94708

[startup+1122.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=211088/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=97244 CPUtime=1122.5
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 23683 0 0 0 112135 115 0 0 25 0 1 0 198244026 99577856 22670 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 24311 22670 140 302 0 24006 0
Current children cumulated CPU time (s) 1122.5
Current children cumulated vsize (KiB) 97244

[startup+1182.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=208720/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=99608 CPUtime=1182.52
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 24296 0 0 0 118132 120 0 0 25 0 1 0 198244026 101998592 23283 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 24902 23283 140 302 0 24597 0
Current children cumulated CPU time (s) 1182.52
Current children cumulated vsize (KiB) 99608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=207952/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=100504 CPUtime=1200.03
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 24463 0 0 0 119882 121 0 0 25 0 1 0 198244026 102916096 23450 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539752 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 25126 23450 140 302 0 24821 0
Current children cumulated CPU time (s) 1200.03
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.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2055
/proc/meminfo: memFree=207952/2055920 swapFree=4144024/4192956
[pid=2053] ppid=2051 vsize=100504 CPUtime=1200.03
/proc/2053/stat : 2053 (Spear-32) R 2051 2053 708 0 -1 4194304 24463 0 0 0 119882 121 0 0 25 0 1 0 198244026 102916096 23450 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539752 0 0 4096 0 0 0 0 17 1 0 0
/proc/2053/statm: 25126 23450 140 302 0 24821 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 100504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.38
CPU time (s): 1200.06
CPU user time (s): 1198.83
CPU system time (s): 1.23481
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 100504

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

runsolver used 1.11883 second user time and 2.66359 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Feb 18 07:14:57 UTC 2007

IDJOB= 294079
IDBENCH= 19879
IDSOLVER= 132
FILE ID= node24/294079-1171782897

PBS_JOBID= 3839527

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  60d0c88e8671d7979416bf70b974aef4

RANDOM SEED= 92784158

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:        302320 kB
Buffers:         41016 kB
Cached:        1607328 kB
SwapCached:       4600 kB
Active:         746400 kB
Inactive:       912284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        302320 kB
SwapTotal:     4192956 kB
SwapFree:      4144024 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          15516 kB
Slab:            80476 kB
Committed_AS:   631340 kB
PageTables:       1732 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 node24 on Sun Feb 18 07:35:00 UTC 2007