Trace number 301089

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.1 1200.53

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S1559029529-16.cnf
MD5SUM09f244b4fec25f85ec1e5cd86e26f850
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.23666
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses12000
Sum of the clauses size60000
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 512000
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/301089-1171951535/instance-301089-1171951535.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/node12/watcher-301089-1171951535 -o ROOT/results/node12/solver-301089-1171951535 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301089-1171951535/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301089-1171951535/instance-301089-1171951535.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.99 3/77 1559
/proc/meminfo: memFree=1680120/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=1548 CPUtime=0
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 215107950 1585152 178 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135261510 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 387 178 128 302 0 82 0

[startup+0.107239 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1559
/proc/meminfo: memFree=1680120/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=2464 CPUtime=0.1
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 460 0 0 0 10 0 0 0 18 0 1 0 215107950 2523136 444 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 616 444 140 302 0 311 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2464

[startup+0.515313 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1559
/proc/meminfo: memFree=1680120/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=4144 CPUtime=0.51
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 854 0 0 0 50 1 0 0 22 0 1 0 215107950 4243456 838 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 1036 838 140 302 0 731 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4144

[startup+1.33946 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1675440/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=6584 CPUtime=1.33
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 1468 0 0 0 132 1 0 0 25 0 1 0 215107950 6742016 1452 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 1646 1452 140 302 0 1341 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6584

[startup+2.97575 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1672496/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=10300 CPUtime=2.96
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 2389 0 0 0 294 2 0 0 25 0 1 0 215107950 10547200 2373 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 2575 2373 140 302 0 2270 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10300

[startup+6.25635 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1666416/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=15688 CPUtime=6.24
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 3755 0 0 0 620 4 0 0 25 0 1 0 215107950 16064512 3739 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 3922 3739 140 302 0 3617 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 15688

[startup+12.7115 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1657712/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=23908 CPUtime=12.7
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 5805 0 0 0 1261 9 0 0 25 0 1 0 215107950 24481792 5756 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 5977 5756 140 302 0 5672 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 23908

[startup+25.5138 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1646640/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=35200 CPUtime=25.5
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 8682 0 0 0 2535 15 0 0 25 0 1 0 215107950 36044800 8568 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 8800 8568 140 302 0 8495 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 35200

[startup+51.1284 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1629424/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=51988 CPUtime=51.1
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 12892 0 0 0 5085 25 0 0 25 0 1 0 215107950 53235712 12778 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 12997 12778 140 302 0 12692 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 51988

[startup+102.351 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1605168/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=76656 CPUtime=102.31
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 19105 0 0 0 10193 38 0 0 25 0 1 0 215107950 78495744 18862 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 19164 18862 140 302 0 18859 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 76656

[startup+162.383 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1581808/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=99772 CPUtime=162.31
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 24848 0 0 0 16179 52 0 0 25 0 1 0 215107950 102166528 24605 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 24943 24605 140 302 0 24638 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 99772

[startup+222.412 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1562288/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=119204 CPUtime=222.33
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 29730 0 0 0 22168 65 0 0 25 0 1 0 215107950 122064896 29487 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 29801 29487 140 302 0 29496 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 119204

[startup+282.443 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1546224/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=136284 CPUtime=282.33
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 33997 0 0 0 28158 75 0 0 25 0 1 0 215107950 139554816 33497 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 34071 33497 140 302 0 33766 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 136284

[startup+342.478 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1531056/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=151580 CPUtime=342.34
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 37792 0 0 0 34150 84 0 0 25 0 1 0 215107950 155217920 37292 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 37895 37292 140 302 0 37590 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 151580

[startup+402.518 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1517296/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=165036 CPUtime=402.36
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 41164 0 0 0 40143 93 0 0 25 0 1 0 215107950 168996864 40664 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 41259 40664 140 302 0 40954 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 165036

[startup+462.548 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1505584/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=176864 CPUtime=462.37
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 44099 0 0 0 46137 100 0 0 25 0 1 0 215107950 181108736 43599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 44216 43599 140 302 0 43911 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 176864

[startup+522.58 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1494832/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=187748 CPUtime=522.38
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 46802 0 0 0 52131 107 0 0 25 0 1 0 215107950 192253952 46302 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 46937 46302 140 302 0 46632 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 187748

[startup+582.613 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1484656/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=197892 CPUtime=582.39
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 49346 0 0 0 58125 114 0 0 25 0 1 0 215107950 202641408 48846 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 49473 48846 140 302 0 49168 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 197892

[startup+642.649 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1560
/proc/meminfo: memFree=1473584/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=209044 CPUtime=642.41
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 52087 0 0 0 64120 121 0 0 25 0 1 0 215107950 214061056 51587 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 52261 51587 140 302 0 51956 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 209044

[startup+702.683 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1461872/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=220828 CPUtime=702.42
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 55029 0 0 0 70112 130 0 0 25 0 1 0 215107950 226127872 54529 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 55207 54529 140 302 0 54902 0
Current children cumulated CPU time (s) 702.42
Current children cumulated vsize (KiB) 220828

[startup+762.713 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1450864/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=231740 CPUtime=762.43
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 57785 0 0 0 76105 138 0 0 25 0 1 0 215107950 237301760 57285 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 57935 57285 140 302 0 57630 0
Current children cumulated CPU time (s) 762.43
Current children cumulated vsize (KiB) 231740

[startup+822.744 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1440432/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=242024 CPUtime=822.45
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 60356 0 0 0 82099 146 0 0 25 0 1 0 215107950 247832576 59856 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 60506 59856 140 302 0 60201 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 242024

[startup+882.781 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1430768/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=253732 CPUtime=882.46
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 63318 0 0 0 88092 154 0 0 25 0 1 0 215107950 259821568 62305 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 63433 62305 140 302 0 63128 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 253732

[startup+942.813 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1421360/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=263364 CPUtime=942.47
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 65676 0 0 0 94087 160 0 0 25 0 1 0 215107950 269684736 64663 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 65841 64663 140 302 0 65536 0
Current children cumulated CPU time (s) 942.47
Current children cumulated vsize (KiB) 263364

[startup+1002.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1412336/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=272332 CPUtime=1002.48
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 67933 0 0 0 100081 167 0 0 25 0 1 0 215107950 278867968 66920 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 68083 66920 140 302 0 67778 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 272332

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1403184/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=281440 CPUtime=1062.5
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 70197 0 0 0 106076 174 0 0 25 0 1 0 215107950 288194560 69184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 70360 69184 140 302 0 70055 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 281440

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1394736/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=289828 CPUtime=1122.51
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 72322 0 0 0 112070 181 0 0 25 0 1 0 215107950 296783872 71309 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 72457 71309 140 302 0 72152 0
Current children cumulated CPU time (s) 1122.51
Current children cumulated vsize (KiB) 289828

[startup+1182.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1386800/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=297988 CPUtime=1182.52
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 74290 0 0 0 118065 187 0 0 25 0 1 0 215107950 305139712 73277 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 74497 73277 140 302 0 74192 0
Current children cumulated CPU time (s) 1182.52
Current children cumulated vsize (KiB) 297988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1560
/proc/meminfo: memFree=1384560/2055920 swapFree=4154904/4192956
[pid=1559] ppid=1557 vsize=300064 CPUtime=1200.04
/proc/1559/stat : 1559 (Spear-32) R 1557 1559 532 0 -1 4194304 74827 0 0 0 119815 189 0 0 25 0 1 0 215107950 307265536 73814 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1559/statm: 75016 73814 140 302 0 74711 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 300064

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.53
CPU time (s): 1200.1
CPU user time (s): 1198.16
CPU system time (s): 1.9407
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 300064

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

runsolver used 1.41678 second user time and 2.84857 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Feb 20 06:05:35 UTC 2007

IDJOB= 301089
IDBENCH= 20050
IDSOLVER= 131
FILE ID= node12/301089-1171951535

PBS_JOBID= 3848952

Free space on /tmp= 66550 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v600/unif-k5-r20-v600-c12000-S1559029529-16.cnf
COMMAND LINE= /tmp/evaluation/301089-1171951535/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301089-1171951535/instance-301089-1171951535.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-301089-1171951535 -o ROOT/results/node12/solver-301089-1171951535 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301089-1171951535/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301089-1171951535/instance-301089-1171951535.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  09f244b4fec25f85ec1e5cd86e26f850

RANDOM SEED= 36308409

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1680592 kB
Buffers:         52112 kB
Cached:         228560 kB
SwapCached:      18052 kB
Active:         174968 kB
Inactive:       132000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680592 kB
SwapTotal:     4192956 kB
SwapFree:      4154904 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          30092 kB
Slab:            54008 kB
Committed_AS:  1019440 kB
PageTables:       1692 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= 66550 MiB

End job on node12 on Tue Feb 20 06:25:38 UTC 2007