Trace number 300392

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.16 1200.48

General information on the benchmark

Namerandom/LargeSize/5SAT/v800/
unif-k5-r20-v800-c16000-S191957358-10.cnf
MD5SUM15ec1c2ee3a768db4806fe2b5efb42d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark171.781
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
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/300392-1171903054/instance-300392-1171903054.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/node19/watcher-300392-1171903054 -o ROOT/results/node19/solver-300392-1171903054 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300392-1171903054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300392-1171903054/instance-300392-1171903054.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: 1.00 0.99 0.94 2/77 3076
/proc/meminfo: memFree=1380768/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=1396 CPUtime=0
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 182 0 0 0 0 0 0 0 20 0 1 0 210259446 1429504 166 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 387 169 126 302 0 82 0

[startup+0.107183 s]
/proc/loadavg: 1.00 0.99 0.94 2/77 3076
/proc/meminfo: memFree=1380768/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=2728 CPUtime=0.1
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 512 0 0 0 10 0 0 0 21 0 1 0 210259446 2793472 496 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 682 496 140 302 0 377 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2728

[startup+0.515227 s]
/proc/loadavg: 1.00 0.99 0.94 2/77 3076
/proc/meminfo: memFree=1380768/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=4384 CPUtime=0.5
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 920 0 0 0 49 1 0 0 24 0 1 0 210259446 4489216 904 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 1096 904 140 302 0 791 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4384

[startup+1.33532 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1375512/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=7072 CPUtime=1.32
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 1604 0 0 0 131 1 0 0 25 0 1 0 210259446 7241728 1588 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 1768 1588 140 302 0 1463 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7072

[startup+2.97149 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1372184/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=11304 CPUtime=2.96
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 2646 0 0 0 293 3 0 0 25 0 1 0 210259446 11575296 2630 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 2826 2630 140 302 0 2521 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11304

[startup+6.25485 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1365144/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=17828 CPUtime=6.24
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 4274 0 0 0 619 5 0 0 25 0 1 0 210259446 18255872 4258 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 4457 4258 140 302 0 4152 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 17828

[startup+12.7056 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1354656/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=27380 CPUtime=12.69
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 6696 0 0 0 1259 10 0 0 25 0 1 0 210259446 28037120 6647 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 6845 6647 140 302 0 6540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27380

[startup+25.5129 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1340896/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=41580 CPUtime=25.5
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 10266 0 0 0 2534 16 0 0 25 0 1 0 210259446 42577920 10152 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 10395 10152 140 302 0 10090 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 41580

[startup+51.1257 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1319264/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=62704 CPUtime=51.1
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 15583 0 0 0 5085 25 0 0 25 0 1 0 210259446 64208896 15469 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 15676 15469 140 302 0 15371 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 62704

[startup+102.348 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1289056/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=93304 CPUtime=102.31
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 23279 0 0 0 10191 40 0 0 25 0 1 0 210259446 95543296 23036 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 23326 23036 140 302 0 23021 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 93304

[startup+162.391 s]
/proc/loadavg: 1.00 0.99 0.94 2/78 3077
/proc/meminfo: memFree=1261152/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=120728 CPUtime=162.34
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 30129 0 0 0 16178 56 0 0 25 0 1 0 210259446 123625472 29886 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 30182 29887 140 302 0 29877 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 120728

[startup+222.431 s]
/proc/loadavg: 1.05 1.00 0.94 2/78 3079
/proc/meminfo: memFree=1238240/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=143496 CPUtime=222.36
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 35844 0 0 0 22167 69 0 0 25 0 1 0 210259446 146939904 35601 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 35874 35601 140 302 0 35569 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 143496

[startup+282.463 s]
/proc/loadavg: 1.02 1.00 0.94 2/78 3079
/proc/meminfo: memFree=1218528/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=164176 CPUtime=282.38
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 41040 0 0 0 28158 80 0 0 25 0 1 0 210259446 168116224 40540 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 41044 40540 140 302 0 40739 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 164176

[startup+342.496 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 3079
/proc/meminfo: memFree=1199520/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=183368 CPUtime=342.4
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 45813 0 0 0 34150 90 0 0 25 0 1 0 210259446 187768832 45313 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 45842 45313 140 302 0 45537 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 183368

[startup+402.531 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 3079
/proc/meminfo: memFree=1181984/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=200592 CPUtime=402.41
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 50140 0 0 0 40140 101 0 0 25 0 1 0 210259446 205406208 49640 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 50148 49640 140 302 0 49843 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 200592

[startup+462.566 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 3079
/proc/meminfo: memFree=1166432/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=216136 CPUtime=462.44
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 54034 0 0 0 46133 111 0 0 25 0 1 0 210259446 221323264 53534 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 54034 53534 140 302 0 53729 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 216136

[startup+522.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 3079
/proc/meminfo: memFree=1152096/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=230544 CPUtime=522.45
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 57615 0 0 0 52126 119 0 0 25 0 1 0 210259446 236077056 57115 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 57636 57115 140 302 0 57331 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 230544

[startup+582.634 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 3079
/proc/meminfo: memFree=1139552/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=243040 CPUtime=582.48
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 60725 0 0 0 58119 129 0 0 25 0 1 0 210259446 248872960 60225 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 60760 60225 140 302 0 60455 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 243040

[startup+642.674 s]
/proc/loadavg: 1.07 1.02 0.95 2/78 3079
/proc/meminfo: memFree=1126304/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=256536 CPUtime=642.5
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 64060 0 0 0 64113 137 0 0 25 0 1 0 210259446 262692864 63560 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 64134 63560 140 302 0 63829 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 256536

[startup+702.706 s]
/proc/loadavg: 1.02 1.01 0.95 2/78 3079
/proc/meminfo: memFree=1111968/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=270824 CPUtime=702.52
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 67633 0 0 0 70105 147 0 0 25 0 1 0 210259446 277323776 67133 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 67706 67133 140 302 0 67401 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 270824

[startup+762.742 s]
/proc/loadavg: 1.01 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1098976/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=283792 CPUtime=762.53
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 70876 0 0 0 76100 153 0 0 25 0 1 0 210259446 290603008 70376 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 70948 70376 140 302 0 70643 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 283792

[startup+822.78 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1086368/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=296180 CPUtime=822.56
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 73999 0 0 0 82093 163 0 0 25 0 1 0 210259446 303288320 73499 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 74045 73499 140 302 0 73740 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 296180

[startup+882.812 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1075616/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=309144 CPUtime=882.57
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 77214 0 0 0 88085 172 0 0 25 0 1 0 210259446 316563456 76201 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 77286 76201 140 302 0 76981 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 309144

[startup+942.847 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1065248/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=319608 CPUtime=942.59
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 79806 0 0 0 94081 178 0 0 25 0 1 0 210259446 327278592 78793 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 79902 78793 140 302 0 79597 0
Current children cumulated CPU time (s) 942.59
Current children cumulated vsize (KiB) 319608

[startup+1002.88 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1055008/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=329752 CPUtime=1002.61
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 82377 0 0 0 100076 185 0 0 25 0 1 0 210259446 337666048 81364 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 82438 81364 140 302 0 82133 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 329752

[startup+1062.93 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1045152/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=339668 CPUtime=1062.64
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 84806 0 0 0 106072 192 0 0 25 0 1 0 210259446 347820032 83793 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 84917 83793 140 302 0 84612 0
Current children cumulated CPU time (s) 1062.64
Current children cumulated vsize (KiB) 339668

[startup+1122.96 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1036192/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=348524 CPUtime=1122.66
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 87038 0 0 0 112067 199 0 0 25 0 1 0 210259446 356888576 86025 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 87131 86025 140 302 0 86826 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 348524

[startup+1183 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1027616/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=357068 CPUtime=1182.68
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 89202 0 0 0 118062 206 0 0 25 0 1 0 210259446 365637632 88189 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 89267 88189 140 302 0 88962 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 357068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 3079
/proc/meminfo: memFree=1024992/2055920 swapFree=4192812/4192956
[pid=3076] ppid=3074 vsize=359540 CPUtime=1200.09
/proc/3076/stat : 3076 (Spear-32) R 3074 3076 2638 0 -1 4194304 89812 0 0 0 119802 207 0 0 25 0 1 0 210259446 368168960 88799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3076/statm: 89885 88799 140 302 0 89580 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 359540

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.48
CPU time (s): 1200.16
CPU user time (s): 1198.03
CPU system time (s): 2.12968
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 359540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.03
system time used= 2.12968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89812
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= 5
involuntary context switches= 1046

runsolver used 1.18882 second user time and 3.08053 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Feb 19 16:37:34 UTC 2007

IDJOB= 300392
IDBENCH= 20033
IDSOLVER= 131
FILE ID= node19/300392-1171903054

PBS_JOBID= 3848842

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v800/unif-k5-r20-v800-c16000-S191957358-10.cnf
COMMAND LINE= /tmp/evaluation/300392-1171903054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300392-1171903054/instance-300392-1171903054.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-300392-1171903054 -o ROOT/results/node19/solver-300392-1171903054 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300392-1171903054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300392-1171903054/instance-300392-1171903054.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  15ec1c2ee3a768db4806fe2b5efb42d9

RANDOM SEED= 5699399

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1381176 kB
Buffers:         56508 kB
Cached:         500752 kB
SwapCached:          0 kB
Active:         286880 kB
Inactive:       313904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          62456 kB
Slab:            59536 kB
Committed_AS:   867208 kB
PageTables:       1756 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= 66543 MiB

End job on node19 on Mon Feb 19 16:57:37 UTC 2007