Trace number 291742

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.02 1200.5

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1260745628-20.UNSAT.shuffled.cnf
MD5SUM52283ce63e705369937455e1ca21a476
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.5154
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
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 51704
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/291742-1171746103/instance-291742-1171746103.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/node33/watcher-291742-1171746103 -o ROOT/results/node33/solver-291742-1171746103 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291742-1171746103/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/291742-1171746103/instance-291742-1171746103.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.99 0.97 0.91 3/70 4492
/proc/meminfo: memFree=991416/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=1396 CPUtime=0
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 99645658 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 349 168 128 302 0 44 0

[startup+0.107604 s]
/proc/loadavg: 0.99 0.97 0.91 3/70 4492
/proc/meminfo: memFree=991416/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=1784 CPUtime=0.1
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 285 0 0 0 10 0 0 0 18 0 1 0 99645658 1826816 269 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 446 269 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.518688 s]
/proc/loadavg: 0.99 0.97 0.91 3/70 4492
/proc/meminfo: memFree=991416/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=2608 CPUtime=0.51
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 478 0 0 0 50 1 0 0 21 0 1 0 99645658 2670592 462 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 652 462 140 302 0 347 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2608

[startup+1.33986 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 4493
/proc/meminfo: memFree=989296/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=3524 CPUtime=1.33
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 715 0 0 0 131 2 0 0 25 0 1 0 99645658 3608576 699 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 881 699 140 302 0 576 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3524

[startup+2.97619 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 4493
/proc/meminfo: memFree=988272/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=4708 CPUtime=2.96
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 1010 0 0 0 294 2 0 0 25 0 1 0 99645658 4820992 994 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 1177 994 140 302 0 872 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4708

[startup+6.25687 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 4495
/proc/meminfo: memFree=986480/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=6404 CPUtime=6.24
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 1420 0 0 0 620 4 0 0 25 0 1 0 99645658 6557696 1371 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 1601 1371 140 302 0 1296 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6404

[startup+12.7132 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 4503
/proc/meminfo: memFree=984176/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=8348 CPUtime=12.69
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 1920 0 0 0 1262 7 0 0 25 0 1 0 99645658 8548352 1871 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 2087 1871 140 302 0 1782 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8348

[startup+25.5218 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 4537
/proc/meminfo: memFree=981488/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=11600 CPUtime=25.48
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 2702 0 0 0 2538 10 0 0 25 0 1 0 99645658 11878400 2588 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 2900 2588 140 302 0 2595 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11600

[startup+51.1481 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 4557
/proc/meminfo: memFree=977584/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=15360 CPUtime=51.07
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 3665 0 0 0 5093 14 0 0 25 0 1 0 99645658 15728640 3551 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/4492/statm: 3840 3551 140 302 0 3535 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15360

[startup+102.363 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4577
/proc/meminfo: memFree=973088/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=21904 CPUtime=102.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 5219 0 0 0 10203 24 0 0 25 0 1 0 99645658 22429696 4976 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 5476 4976 140 302 0 5171 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21904

[startup+162.382 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4577
/proc/meminfo: memFree=967968/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=27032 CPUtime=162.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 6452 0 0 0 16195 32 0 0 25 0 1 0 99645658 27680768 6209 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 6758 6209 140 302 0 6453 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 27032

[startup+222.406 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4577
/proc/meminfo: memFree=964000/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=31096 CPUtime=222.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 7444 0 0 0 22190 37 0 0 25 0 1 0 99645658 31842304 7201 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 7774 7201 140 302 0 7469 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 31096

[startup+282.429 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4577
/proc/meminfo: memFree=960608/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=35576 CPUtime=282.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 8553 0 0 0 28183 44 0 0 25 0 1 0 99645658 36429824 8053 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 8894 8053 140 302 0 8589 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 35576

[startup+342.45 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4577
/proc/meminfo: memFree=956704/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=40036 CPUtime=342.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 9529 0 0 0 34177 50 0 0 25 0 1 0 99645658 40996864 9029 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 10009 9029 140 302 0 9704 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 40036

[startup+402.471 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4577
/proc/meminfo: memFree=953888/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=42916 CPUtime=402.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 10223 0 0 0 40171 56 0 0 25 0 1 0 99645658 43945984 9723 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 10729 9723 140 302 0 10424 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 42916

[startup+462.488 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4577
/proc/meminfo: memFree=951264/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=45452 CPUtime=462.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 10884 0 0 0 46167 60 0 0 25 0 1 0 99645658 46542848 10384 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 11363 10384 140 302 0 11058 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 45452

[startup+522.511 s]
/proc/loadavg: 1.03 0.99 0.91 2/65 4577
/proc/meminfo: memFree=948832/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=48144 CPUtime=522.26
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 11491 0 0 0 52162 64 0 0 25 0 1 0 99645658 49299456 10991 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 12036 10991 140 302 0 11731 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 48144

[startup+582.536 s]
/proc/loadavg: 1.06 1.00 0.92 2/65 4577
/proc/meminfo: memFree=946528/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=50236 CPUtime=582.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 12067 0 0 0 58158 69 0 0 25 0 1 0 99645658 51441664 11567 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 12559 11567 140 302 0 12254 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 50236

[startup+642.563 s]
/proc/loadavg: 1.02 1.00 0.92 2/65 4577
/proc/meminfo: memFree=943776/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=53248 CPUtime=642.28
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 12752 0 0 0 64155 73 0 0 25 0 1 0 99645658 54525952 12252 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 13312 12252 140 302 0 13007 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 53248

[startup+702.581 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 4577
/proc/meminfo: memFree=941472/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=55536 CPUtime=702.28
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 13313 0 0 0 70150 78 0 0 25 0 1 0 99645658 56868864 12813 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 13884 12813 140 302 0 13579 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 55536

[startup+762.604 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4577
/proc/meminfo: memFree=939168/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=58004 CPUtime=762.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 13909 0 0 0 76145 82 0 0 25 0 1 0 99645658 59396096 13409 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 14501 13409 140 302 0 14196 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 58004

[startup+822.626 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4577
/proc/meminfo: memFree=936736/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=60480 CPUtime=822.28
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 14499 0 0 0 82142 86 0 0 25 0 1 0 99645658 61931520 13999 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 15120 13999 140 302 0 14815 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 60480

[startup+882.649 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4577
/proc/meminfo: memFree=934816/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=62192 CPUtime=882.28
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 14984 0 0 0 88138 90 0 0 25 0 1 0 99645658 63684608 14484 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 15548 14484 140 302 0 15243 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 62192

[startup+942.669 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4577
/proc/meminfo: memFree=932768/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=64272 CPUtime=942.28
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 15493 0 0 0 94134 94 0 0 25 0 1 0 99645658 65814528 14993 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 16068 14993 140 302 0 15763 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 64272

[startup+1002.69 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4579
/proc/meminfo: memFree=930976/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=67888 CPUtime=1002.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 16463 0 0 0 100129 98 0 0 25 0 1 0 99645658 69517312 15450 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 16972 15450 140 302 0 16667 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 67888

[startup+1062.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4579
/proc/meminfo: memFree=929248/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=69712 CPUtime=1062.27
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 16898 0 0 0 106126 101 0 0 25 0 1 0 99645658 71385088 15885 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 17428 15885 140 302 0 17123 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 69712

[startup+1122.73 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4579
/proc/meminfo: memFree=927008/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=72472 CPUtime=1122.28
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 17449 0 0 0 112123 105 0 0 25 0 1 0 99645658 74211328 16436 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 18118 16436 140 302 0 17813 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 72472

[startup+1182.76 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4579
/proc/meminfo: memFree=925280/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=74024 CPUtime=1182.28
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 17872 0 0 0 118119 109 0 0 25 0 1 0 99645658 75800576 16859 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 18506 16859 140 302 0 18201 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 74024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4579
/proc/meminfo: memFree=924896/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=74540 CPUtime=1200
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 17980 0 0 0 119890 110 0 0 25 0 1 0 99645658 76328960 16967 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 18635 16967 140 302 0 18330 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 74540

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

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

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 4579
/proc/meminfo: memFree=924896/2055920 swapFree=4183908/4192956
[pid=4492] ppid=4490 vsize=74540 CPUtime=1200
/proc/4492/stat : 4492 (Spear-32) R 4490 4492 4241 0 -1 4194304 17980 0 0 0 119890 110 0 0 25 0 1 0 99645658 76328960 16967 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4492/statm: 18635 16967 140 302 0 18330 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 74540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.5
CPU time (s): 1200.02
CPU user time (s): 1198.91
CPU system time (s): 1.11483
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 74540

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

runsolver used 0.84887 second user time and 2.41263 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Feb 17 21:01:43 UTC 2007

IDJOB= 291742
IDBENCH= 19822
IDSOLVER= 132
FILE ID= node33/291742-1171746103

PBS_JOBID= 3839475

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S1260745628-20.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291742-1171746103/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291742-1171746103/instance-291742-1171746103.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-291742-1171746103 -o ROOT/results/node33/solver-291742-1171746103 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291742-1171746103/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291742-1171746103/instance-291742-1171746103.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  52283ce63e705369937455e1ca21a476

RANDOM SEED= 724263776

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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:        991824 kB
Buffers:         38732 kB
Cached:         908764 kB
SwapCached:       4164 kB
Active:         683536 kB
Inactive:       275332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        991824 kB
SwapTotal:     4192956 kB
SwapFree:      4183908 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          16544 kB
Slab:            90816 kB
Committed_AS:   122088 kB
PageTables:       1640 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 node33 on Sat Feb 17 21:21:46 UTC 2007