Trace number 307199

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.24 1200.54

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S49237390-14.cnf
MD5SUM247d0c151f4cc557aeb64d98cd6697a8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
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/307199-1172115259/instance-307199-1172115259.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/node68/watcher-307199-1172115259 -o ROOT/results/node68/solver-307199-1172115259 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307199-1172115259/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/307199-1172115259/instance-307199-1172115259.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.91 0.95 0.98 3/64 2346
/proc/meminfo: memFree=1598264/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=1932 CPUtime=0
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 231483490 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 483 247 126 302 0 178 0

[startup+0.106995 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 2346
/proc/meminfo: memFree=1598264/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=5736 CPUtime=0.09
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 1431 0 0 0 9 0 0 0 18 0 1 0 231483490 5873664 1076 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 1434 1076 129 302 0 1129 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5736

[startup+0.515075 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 2346
/proc/meminfo: memFree=1598264/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=9252 CPUtime=0.5
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 2356 0 0 0 49 1 0 0 21 0 1 0 231483490 9474048 1903 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 2313 1903 140 302 0 2008 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9252

[startup+1.3351 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 2347
/proc/meminfo: memFree=1590192/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=10796 CPUtime=1.32
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 2738 0 0 0 131 1 0 0 25 0 1 0 231483490 11055104 2285 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 2699 2285 140 302 0 2394 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10796

[startup+2.97125 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 2347
/proc/meminfo: memFree=1587824/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=14076 CPUtime=2.95
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 3564 0 0 0 293 2 0 0 25 0 1 0 231483490 14413824 3111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 3519 3111 140 302 0 3214 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 14076

[startup+6.24755 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 2347
/proc/meminfo: memFree=1580784/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=20480 CPUtime=6.24
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 5164 0 0 0 619 5 0 0 25 0 1 0 231483490 20971520 4711 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 5120 4711 140 302 0 4815 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20480

[startup+12.7041 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 2347
/proc/meminfo: memFree=1568112/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=32740 CPUtime=12.69
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 8204 0 0 0 1260 9 0 0 25 0 1 0 231483490 33525760 7751 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 8185 7751 140 302 0 7880 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32740

[startup+25.5083 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 2347
/proc/meminfo: memFree=1545264/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=55960 CPUtime=25.49
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 14029 0 0 0 2534 15 0 0 25 0 1 0 231483490 57303040 13576 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 13990 13576 140 302 0 13685 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55960

[startup+51.1156 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 2347
/proc/meminfo: memFree=1506736/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=93884 CPUtime=51.09
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 23546 0 0 0 5082 27 0 0 25 0 1 0 231483490 96137216 23060 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 23471 23060 140 302 0 23166 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93884

[startup+102.325 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 2347
/proc/meminfo: memFree=1445680/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=155380 CPUtime=102.29
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 38960 0 0 0 10182 47 0 0 25 0 1 0 231483490 159109120 38409 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 38845 38409 140 302 0 38540 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 155380

[startup+162.347 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2347
/proc/meminfo: memFree=1392112/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=207768 CPUtime=162.3
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 52081 0 0 0 16166 64 0 0 25 0 1 0 231483490 212754432 51530 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 51942 51530 140 302 0 51637 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 207768

[startup+222.367 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2347
/proc/meminfo: memFree=1334256/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=266060 CPUtime=222.3
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 66697 0 0 0 22145 85 0 0 25 0 1 0 231483490 272445440 66017 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 66515 66017 140 302 0 66210 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 266060

[startup+282.385 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2347
/proc/meminfo: memFree=1289392/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=310904 CPUtime=282.31
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 77924 0 0 0 28127 104 0 0 25 0 1 0 231483490 318365696 77244 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 77726 77244 140 302 0 77421 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 310904

[startup+342.405 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=1235824/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=364444 CPUtime=342.31
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 91328 0 0 0 34110 121 0 0 25 0 1 0 231483490 373190656 90648 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 91111 90648 140 302 0 90806 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 364444

[startup+402.427 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=1190768/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=408752 CPUtime=402.32
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 102434 0 0 0 40098 134 0 0 25 0 1 0 231483490 418562048 101754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 102188 101754 140 302 0 101883 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 408752

[startup+462.444 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=1155248/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=445420 CPUtime=462.32
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 111592 0 0 0 46087 145 0 0 25 0 1 0 231483490 456110080 110655 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 111355 110655 140 302 0 111050 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 445420

[startup+522.46 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=1126384/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=474104 CPUtime=522.32
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 118799 0 0 0 52079 153 0 0 25 0 1 0 231483490 485482496 117862 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 118526 117862 140 302 0 118221 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 474104

[startup+582.478 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=1097520/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=502676 CPUtime=582.33
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 125942 0 0 0 58072 161 0 0 25 0 1 0 231483490 514740224 125005 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 125669 125005 140 302 0 125364 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 502676

[startup+642.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=1048112/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=552072 CPUtime=642.33
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 138325 0 0 0 64057 176 0 0 25 0 1 0 231483490 565321728 137388 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 138018 137388 140 302 0 137713 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 552072

[startup+702.522 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=998000/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=602228 CPUtime=702.34
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 150865 0 0 0 70043 191 0 0 25 0 1 0 231483490 616681472 149928 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 150557 149928 140 302 0 150252 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 602228

[startup+762.541 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=957808/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=642436 CPUtime=762.34
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 160925 0 0 0 76030 204 0 0 25 0 1 0 231483490 657854464 159988 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 160609 159988 140 302 0 160304 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 642436

[startup+822.563 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=916592/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=683068 CPUtime=822.35
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 171083 0 0 0 82019 216 0 0 25 0 1 0 231483490 699461632 170146 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 170767 170146 140 302 0 170462 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 683068

[startup+882.582 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2349
/proc/meminfo: memFree=880752/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=719004 CPUtime=882.35
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 180080 0 0 0 88009 226 0 0 25 0 1 0 231483490 736260096 179143 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 179751 179143 140 302 0 179446 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 719004

[startup+942.6 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 2349
/proc/meminfo: memFree=847664/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=752064 CPUtime=942.36
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 188349 0 0 0 93997 239 0 0 25 0 1 0 231483490 770113536 187412 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 188016 187412 140 302 0 187711 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 752064

[startup+1002.62 s]
/proc/loadavg: 1.02 0.99 0.98 2/65 2349
/proc/meminfo: memFree=813040/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=786740 CPUtime=1002.36
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 196999 0 0 0 99987 249 0 0 25 0 1 0 231483490 805621760 196062 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 196685 196062 140 302 0 196380 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 786740

[startup+1062.64 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 2349
/proc/meminfo: memFree=783728/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=815656 CPUtime=1062.37
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 204257 0 0 0 105979 258 0 0 25 0 1 0 231483490 835231744 203320 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 203914 203320 140 302 0 203609 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 815656

[startup+1122.65 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 2349
/proc/meminfo: memFree=750704/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=848908 CPUtime=1122.37
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 212580 0 0 0 111968 269 0 0 25 0 1 0 231483490 869281792 211643 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 212227 211643 140 302 0 211922 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 848908

[startup+1182.67 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 2349
/proc/meminfo: memFree=716464/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=883012 CPUtime=1182.38
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 221114 0 0 0 117956 282 0 0 25 0 1 0 231483490 904204288 220177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 220753 220177 140 302 0 220448 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 883012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 2349
/proc/meminfo: memFree=706544/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=892424 CPUtime=1200.1
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4194304 223479 0 0 0 119725 285 0 0 25 0 1 0 231483490 913842176 222542 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527001 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 223106 222542 140 302 0 222801 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 892424

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 2349
/proc/meminfo: memFree=706544/2055920 swapFree=4181916/4192956
[pid=2346] ppid=2344 vsize=0 CPUtime=1200.2
/proc/2346/stat : 2346 (Spear-32) R 2344 2346 1123 0 -1 4195332 223479 0 0 0 119725 295 0 0 25 0 1 0 231483490 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/2346/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.24
CPU user time (s): 1197.25
CPU system time (s): 2.98754
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 892424

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

runsolver used 0.751885 second user time and 2.45863 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Thu Feb 22 03:34:19 UTC 2007

IDJOB= 307199
IDBENCH= 20199
IDSOLVER= 132
FILE ID= node68/307199-1172115259

PBS_JOBID= 3892912

Free space on /tmp= 66558 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S49237390-14.cnf
COMMAND LINE= /tmp/evaluation/307199-1172115259/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307199-1172115259/instance-307199-1172115259.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-307199-1172115259 -o ROOT/results/node68/solver-307199-1172115259 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307199-1172115259/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307199-1172115259/instance-307199-1172115259.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  247d0c151f4cc557aeb64d98cd6697a8

RANDOM SEED= 215350762

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1598736 kB
Buffers:         40212 kB
Cached:         360744 kB
SwapCached:       5752 kB
Active:         284336 kB
Inactive:       129116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598736 kB
SwapTotal:     4192956 kB
SwapFree:      4181916 kB
Dirty:            3072 kB
Writeback:           0 kB
Mapped:          15572 kB
Slab:            29848 kB
Committed_AS:   695096 kB
PageTables:       1380 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= 66558 MiB

End job on node68 on Thu Feb 22 03:54:21 UTC 2007