Trace number 299859

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v400/
unif-k3-r4.26-v400-c1704-S1013535775-14.UNSAT.shuffled.cnf
MD5SUM3a08d8a4e83b1d2d972d4be84e7630c8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark90.0793
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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/299859-1171878696/instance-299859-1171878696.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/node17/watcher-299859-1171878696 -o ROOT/results/node17/solver-299859-1171878696 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299859-1171878696/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299859-1171878696/instance-299859-1171878696.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 26291
/proc/meminfo: memFree=1573816/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=1532 CPUtime=0
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 207823877 1568768 178 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 383 178 128 302 0 78 0

[startup+0.106334 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26291
/proc/meminfo: memFree=1573816/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=1788 CPUtime=0.1
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 287 0 0 0 10 0 0 0 18 0 1 0 207823877 1830912 271 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 447 271 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514377 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 26291
/proc/meminfo: memFree=1573816/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=2560 CPUtime=0.51
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 461 0 0 0 50 1 0 0 21 0 1 0 207823877 2621440 445 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 640 445 140 302 0 335 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2560

[startup+1.33446 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26292
/proc/meminfo: memFree=1571824/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=3472 CPUtime=1.32
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 685 0 0 0 131 1 0 0 25 0 1 0 207823877 3555328 669 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 868 669 140 302 0 563 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3472

[startup+2.97063 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 26292
/proc/meminfo: memFree=1570736/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=4776 CPUtime=2.96
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 1002 0 0 0 294 2 0 0 25 0 1 0 207823877 4890624 986 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 1194 986 140 302 0 889 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4776

[startup+6.24697 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26292
/proc/meminfo: memFree=1568568/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=6712 CPUtime=6.24
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 1501 0 0 0 620 4 0 0 25 0 1 0 207823877 6873088 1452 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 1678 1452 140 302 0 1373 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6712

[startup+12.7056 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26292
/proc/meminfo: memFree=1566072/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=8800 CPUtime=12.69
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 2050 0 0 0 1263 6 0 0 25 0 1 0 207823877 9011200 2001 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 2200 2001 140 302 0 1895 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8800

[startup+25.513 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 26292
/proc/meminfo: memFree=1563064/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=12100 CPUtime=25.49
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 2885 0 0 0 2541 8 0 0 25 0 1 0 207823877 12390400 2771 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 3025 2771 140 302 0 2720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12100

[startup+51.1256 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 26292
/proc/meminfo: memFree=1558200/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=17040 CPUtime=51.1
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 4070 0 0 0 5097 13 0 0 25 0 1 0 207823877 17448960 3956 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 4260 3956 140 302 0 3955 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17040

[startup+102.347 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 26292
/proc/meminfo: memFree=1551288/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=24572 CPUtime=102.32
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 5938 0 0 0 10211 21 0 0 25 0 1 0 207823877 25161728 5695 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 6143 5695 140 302 0 5838 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 24572

[startup+162.383 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26292
/proc/meminfo: memFree=1545144/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=30656 CPUtime=162.33
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 7448 0 0 0 16204 29 0 0 25 0 1 0 207823877 31391744 7205 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 7664 7205 140 302 0 7359 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 30656

[startup+222.417 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26292
/proc/meminfo: memFree=1540088/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=35944 CPUtime=222.35
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 8704 0 0 0 22199 36 0 0 25 0 1 0 207823877 36806656 8461 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 8986 8461 140 302 0 8681 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 35944

[startup+282.448 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26292
/proc/meminfo: memFree=1535864/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=41520 CPUtime=282.37
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 10048 0 0 0 28194 43 0 0 25 0 1 0 207823877 42516480 9548 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 10380 9548 140 302 0 10075 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 41520

[startup+342.482 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26292
/proc/meminfo: memFree=1531960/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=45432 CPUtime=342.39
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 11012 0 0 0 34189 50 0 0 25 0 1 0 207823877 46522368 10512 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 11358 10512 140 302 0 11053 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 45432

[startup+402.518 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26292
/proc/meminfo: memFree=1528184/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=49144 CPUtime=402.41
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 11940 0 0 0 40185 56 0 0 25 0 1 0 207823877 50323456 11440 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 12286 11440 140 302 0 11981 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 49144

[startup+462.554 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 26292
/proc/meminfo: memFree=1524856/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=52856 CPUtime=462.43
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 12777 0 0 0 46181 62 0 0 25 0 1 0 207823877 54124544 12277 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 13214 12277 140 302 0 12909 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 52856

[startup+522.587 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 26292
/proc/meminfo: memFree=1521720/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=56104 CPUtime=522.45
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 13555 0 0 0 52178 67 0 0 25 0 1 0 207823877 57450496 13055 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 14026 13055 140 302 0 13721 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 56104

[startup+582.627 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 26374
/proc/meminfo: memFree=1517624/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=58856 CPUtime=582.44
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 14273 0 0 0 58171 73 0 0 25 0 1 0 207823877 60268544 13773 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 14714 13773 140 302 0 14409 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 58856

[startup+642.694 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 26460
/proc/meminfo: memFree=1514424/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=62020 CPUtime=642.44
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 15063 0 0 0 64166 78 0 0 25 0 1 0 207823877 63508480 14563 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 15505 14563 140 302 0 15200 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 62020

[startup+702.736 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1512440/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=64928 CPUtime=702.44
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 15810 0 0 0 70162 82 0 0 25 0 1 0 207823877 66486272 15310 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 16232 15310 140 302 0 15927 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 64928

[startup+762.772 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1509752/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=68184 CPUtime=762.46
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 16488 0 0 0 76159 87 0 0 25 0 1 0 207823877 69820416 15988 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 17046 15988 140 302 0 16741 0
Current children cumulated CPU time (s) 762.46
Current children cumulated vsize (KiB) 68184

[startup+822.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1507128/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=70792 CPUtime=822.49
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 17128 0 0 0 82157 92 0 0 25 0 1 0 207823877 72491008 16628 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 17698 16628 140 302 0 17393 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 70792

[startup+882.847 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1504696/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=73124 CPUtime=882.51
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 17745 0 0 0 88155 96 0 0 25 0 1 0 207823877 74878976 17245 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 18281 17245 140 302 0 17976 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 73124

[startup+942.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1502456/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=77616 CPUtime=942.53
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 18810 0 0 0 94152 101 0 0 25 0 1 0 207823877 79478784 17797 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 19404 17797 140 302 0 19099 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 77616

[startup+1002.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1500216/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=80128 CPUtime=1002.54
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 19375 0 0 0 100149 105 0 0 25 0 1 0 207823877 82051072 18362 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 20032 18362 140 302 0 19727 0
Current children cumulated CPU time (s) 1002.54
Current children cumulated vsize (KiB) 80128

[startup+1062.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1498232/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=82072 CPUtime=1062.57
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 19875 0 0 0 106149 108 0 0 25 0 1 0 207823877 84041728 18862 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 20518 18862 140 302 0 20213 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 82072

[startup+1122.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1496184/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=84140 CPUtime=1122.59
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 20408 0 0 0 112146 113 0 0 25 0 1 0 207823877 86159360 19395 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 21035 19395 140 302 0 20730 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 84140

[startup+1183.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1494200/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=86152 CPUtime=1182.61
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 20901 0 0 0 118144 117 0 0 25 0 1 0 207823877 88219648 19888 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 21538 19888 140 302 0 21233 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 86152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26490
/proc/meminfo: memFree=1493624/2055920 swapFree=4192812/4192956
[pid=26291] ppid=26289 vsize=86668 CPUtime=1200.02
/proc/26291/stat : 26291 (Spear-32) R 26289 26291 24939 0 -1 4194304 21035 0 0 0 119884 118 0 0 25 0 1 0 207823877 88748032 20022 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/26291/statm: 21667 20022 140 302 0 21362 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 86668

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.46
CPU time (s): 1200.05
CPU user time (s): 1198.85
CPU system time (s): 1.19682
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 86668

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

runsolver used 1.27181 second user time and 3.00054 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Feb 19 09:51:36 UTC 2007

IDJOB= 299859
IDBENCH= 20020
IDSOLVER= 131
FILE ID= node17/299859-1171878696

PBS_JOBID= 3839427

Free space on /tmp= 66544 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v400/unif-k3-r4.26-v400-c1704-S1013535775-14.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299859-1171878696/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299859-1171878696/instance-299859-1171878696.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-299859-1171878696 -o ROOT/results/node17/solver-299859-1171878696 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299859-1171878696/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299859-1171878696/instance-299859-1171878696.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  3a08d8a4e83b1d2d972d4be84e7630c8

RANDOM SEED= 404088678

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1574096 kB
Buffers:         51976 kB
Cached:         313116 kB
SwapCached:          0 kB
Active:         271888 kB
Inactive:       137736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          63444 kB
Slab:            57656 kB
Committed_AS:   760932 kB
PageTables:       1748 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= 66544 MiB

End job on node17 on Mon Feb 19 10:11:39 UTC 2007