Trace number 300804

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 2007-02-12? (TO) 1200.14 1200.57

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S643005221-14.cnf
MD5SUM8a3a4c67555e3d7c0d47620c8bfc1a9e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.54731
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
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/300804-1171936798/instance-300804-1171936798.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/node14/watcher-300804-1171936798 -o ROOT/results/node14/solver-300804-1171936798 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300804-1171936798/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/300804-1171936798/instance-300804-1171936798.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.93 3/77 9718
/proc/meminfo: memFree=1355456/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=1548 CPUtime=0
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 213634259 1585152 181 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 387 181 128 302 0 82 0

[startup+0.106621 s]
/proc/loadavg: 0.92 0.98 0.93 3/77 9718
/proc/meminfo: memFree=1355456/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=2596 CPUtime=0.1
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 476 0 0 0 10 0 0 0 18 0 1 0 213634259 2658304 460 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 649 460 141 302 0 344 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2596

[startup+0.514659 s]
/proc/loadavg: 0.92 0.98 0.93 3/77 9718
/proc/meminfo: memFree=1355456/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=4008 CPUtime=0.5
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 827 0 0 0 50 0 0 0 22 0 1 0 213634259 4104192 811 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 1002 811 141 302 0 697 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4008

[startup+1.33474 s]
/proc/loadavg: 0.92 0.98 0.93 2/78 9719
/proc/meminfo: memFree=1350968/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=6384 CPUtime=1.33
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 1426 0 0 0 132 1 0 0 25 0 1 0 213634259 6537216 1410 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 1596 1410 141 302 0 1291 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6384

[startup+2.97089 s]
/proc/loadavg: 0.92 0.98 0.93 2/78 9719
/proc/meminfo: memFree=1348024/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=10256 CPUtime=2.96
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 2373 0 0 0 293 3 0 0 25 0 1 0 213634259 10502144 2357 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 2564 2357 141 302 0 2259 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10256

[startup+6.2532 s]
/proc/loadavg: 0.93 0.98 0.93 2/78 9719
/proc/meminfo: memFree=1341688/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=15904 CPUtime=6.24
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 3800 0 0 0 618 6 0 0 25 0 1 0 213634259 16285696 3784 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 3976 3784 141 302 0 3671 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 15904

[startup+12.7048 s]
/proc/loadavg: 0.93 0.98 0.93 2/78 9719
/proc/meminfo: memFree=1331832/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=25020 CPUtime=12.69
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 6094 0 0 0 1260 9 0 0 25 0 1 0 213634259 25620480 6045 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 6255 6045 141 302 0 5950 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25020

[startup+25.513 s]
/proc/loadavg: 0.95 0.98 0.93 2/78 9719
/proc/meminfo: memFree=1318648/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=38756 CPUtime=25.49
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 9551 0 0 0 2533 16 0 0 25 0 1 0 213634259 39686144 9437 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 9689 9437 141 302 0 9384 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38756

[startup+51.1284 s]
/proc/loadavg: 0.96 0.98 0.93 2/78 9719
/proc/meminfo: memFree=1298296/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=58520 CPUtime=51.1
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 14518 0 0 0 5085 25 0 0 25 0 1 0 213634259 59924480 14404 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 14630 14404 141 302 0 14325 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 58520

[startup+102.37 s]
/proc/loadavg: 0.98 0.98 0.93 2/84 9829
/proc/meminfo: memFree=1268080/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=88032 CPUtime=102.28
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 21889 0 0 0 10186 42 0 0 25 0 1 0 213634259 90144768 21646 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 22008 21646 141 302 0 21703 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 88032

[startup+162.435 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1241968/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=114936 CPUtime=162.27
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 28588 0 0 0 16166 61 0 0 25 0 1 0 213634259 117694464 28345 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 28734 28345 141 302 0 28429 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 114936

[startup+222.473 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1221936/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=136164 CPUtime=222.29
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 33882 0 0 0 22156 73 0 0 25 0 1 0 213634259 139431936 33382 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 34041 33382 141 302 0 33736 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 136164

[startup+282.505 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1205360/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=153000 CPUtime=282.31
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 38052 0 0 0 28146 85 0 0 25 0 1 0 213634259 156672000 37552 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 38250 37552 141 302 0 37945 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 153000

[startup+342.536 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1186672/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=171568 CPUtime=342.33
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 42713 0 0 0 34134 99 0 0 25 0 1 0 213634259 175685632 42213 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 42892 42213 141 302 0 42587 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 171568

[startup+402.569 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1170800/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=187172 CPUtime=402.34
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 46602 0 0 0 40126 108 0 0 25 0 1 0 213634259 191664128 46102 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 46793 46102 141 302 0 46488 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 187172

[startup+462.595 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1156976/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=201224 CPUtime=462.35
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 50097 0 0 0 46117 118 0 0 25 0 1 0 213634259 206053376 49597 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 50306 49597 141 302 0 50001 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 201224

[startup+522.627 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1143864/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=214272 CPUtime=522.37
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 53383 0 0 0 52111 126 0 0 25 0 1 0 213634259 219414528 52883 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 53568 52883 141 302 0 53263 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 214272

[startup+582.659 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1132344/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=225600 CPUtime=582.39
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 56242 0 0 0 58105 134 0 0 25 0 1 0 213634259 231014400 55742 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 56400 55742 141 302 0 56095 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 225600

[startup+642.694 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1117688/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=240500 CPUtime=642.41
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 59907 0 0 0 64096 145 0 0 25 0 1 0 213634259 246272000 59407 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 60125 59407 141 302 0 59820 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 240500

[startup+702.729 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1104760/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=253544 CPUtime=702.42
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 63164 0 0 0 70088 154 0 0 25 0 1 0 213634259 259629056 62664 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 63386 62664 141 302 0 63081 0
Current children cumulated CPU time (s) 702.42
Current children cumulated vsize (KiB) 253544

[startup+762.76 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1093368/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=265012 CPUtime=762.43
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 66018 0 0 0 76081 162 0 0 25 0 1 0 213634259 271372288 65518 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 66253 65518 141 302 0 65948 0
Current children cumulated CPU time (s) 762.43
Current children cumulated vsize (KiB) 265012

[startup+822.798 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1081912/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=278264 CPUtime=822.46
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 69339 0 0 0 82074 172 0 0 25 0 1 0 213634259 284942336 68326 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 69566 68326 141 302 0 69261 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 278264

[startup+882.828 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1070968/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=289404 CPUtime=882.47
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 72093 0 0 0 88065 182 0 0 25 0 1 0 213634259 296349696 71080 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 72351 71080 141 302 0 72046 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 289404

[startup+942.859 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1060728/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=299572 CPUtime=942.49
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 74668 0 0 0 94059 190 0 0 25 0 1 0 213634259 306761728 73655 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 74893 73655 141 302 0 74588 0
Current children cumulated CPU time (s) 942.49
Current children cumulated vsize (KiB) 299572

[startup+1002.89 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1050680/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=309636 CPUtime=1002.51
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 77168 0 0 0 100054 197 0 0 25 0 1 0 213634259 317067264 76155 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 77409 76155 141 302 0 77104 0
Current children cumulated CPU time (s) 1002.51
Current children cumulated vsize (KiB) 309636

[startup+1062.93 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1040888/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=319680 CPUtime=1062.53
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 79588 0 0 0 106049 204 0 0 25 0 1 0 213634259 327352320 78575 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 79920 78575 141 302 0 79615 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 319680

[startup+1122.97 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1032248/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=328288 CPUtime=1122.54
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 81742 0 0 0 112043 211 0 0 25 0 1 0 213634259 336166912 80729 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 82072 80729 141 302 0 81767 0
Current children cumulated CPU time (s) 1122.54
Current children cumulated vsize (KiB) 328288

[startup+1183 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1024696/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=335892 CPUtime=1182.56
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 83651 0 0 0 118037 219 0 0 25 0 1 0 213634259 343953408 82638 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 83973 82638 141 302 0 83668 0
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (KiB) 335892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.51 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1022456/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=337960 CPUtime=1200.07
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 84172 0 0 0 119787 220 0 0 25 0 1 0 213634259 346071040 83159 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 84490 83159 141 302 0 84185 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 337960

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

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

[startup+1200.51 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 9917
/proc/meminfo: memFree=1022456/2055920 swapFree=4192812/4192956
[pid=9718] ppid=9716 vsize=337960 CPUtime=1200.07
/proc/9718/stat : 9718 (Spear-32) R 9716 9718 9093 0 -1 4194304 84172 0 0 0 119787 220 0 0 25 0 1 0 213634259 346071040 83159 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/9718/statm: 84490 83159 141 302 0 84185 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 337960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.57
CPU time (s): 1200.14
CPU user time (s): 1197.88
CPU system time (s): 2.25966
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 337960

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

runsolver used 1.3128 second user time and 2.95555 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Feb 20 01:59:58 UTC 2007

IDJOB= 300804
IDBENCH= 20043
IDSOLVER= 133
FILE ID= node14/300804-1171936798

PBS_JOBID= 3848906

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S643005221-14.cnf
COMMAND LINE= /tmp/evaluation/300804-1171936798/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/300804-1171936798/instance-300804-1171936798.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-300804-1171936798 -o ROOT/results/node14/solver-300804-1171936798 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300804-1171936798/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/300804-1171936798/instance-300804-1171936798.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8a3a4c67555e3d7c0d47620c8bfc1a9e

RANDOM SEED= 45864943

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1355928 kB
Buffers:         65096 kB
Cached:         498692 kB
SwapCached:          0 kB
Active:         322924 kB
Inactive:       294932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          72908 kB
Slab:            67700 kB
Committed_AS:   784680 kB
PageTables:       1736 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= 66547 MiB

End job on node14 on Tue Feb 20 02:20:01 UTC 2007