Trace number 302033

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S260814579-03.cnf
MD5SUMcb25e5b4b3e93004a7aa665359e85972
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 variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
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/302033-1172002776/instance-302033-1172002776.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/node38/watcher-302033-1172002776 -o ROOT/results/node38/solver-302033-1172002776 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302033-1172002776/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/302033-1172002776/instance-302033-1172002776.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 6307
/proc/meminfo: memFree=1648584/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=1548 CPUtime=0
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 220233460 1585152 200 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134587813 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 387 200 128 302 0 82 0

[startup+0.106403 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 6307
/proc/meminfo: memFree=1648584/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=3056 CPUtime=0.1
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 593 0 0 0 10 0 0 0 18 0 1 0 220233460 3129344 577 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 764 577 140 302 0 459 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3056

[startup+0.514447 s]
/proc/loadavg: 0.99 0.97 0.84 2/64 6307
/proc/meminfo: memFree=1648584/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=4836 CPUtime=0.5
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 1020 0 0 0 49 1 0 0 21 0 1 0 220233460 4952064 1004 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 1209 1004 140 302 0 904 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4836

[startup+1.33454 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 6308
/proc/meminfo: memFree=1642688/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=7872 CPUtime=1.32
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 1779 0 0 0 130 2 0 0 25 0 1 0 220233460 8060928 1763 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 1968 1763 140 302 0 1663 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7872

[startup+2.97072 s]
/proc/loadavg: 0.99 0.97 0.84 3/65 6308
/proc/meminfo: memFree=1639040/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=12712 CPUtime=2.96
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 3002 0 0 0 293 3 0 0 25 0 1 0 220233460 13017088 2986 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 3178 2986 140 302 0 2873 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12712

[startup+6.2521 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 6308
/proc/meminfo: memFree=1630528/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=20548 CPUtime=6.24
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 4948 0 0 0 619 5 0 0 25 0 1 0 220233460 21041152 4932 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 5137 4932 140 302 0 4832 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20548

[startup+12.7028 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 6308
/proc/meminfo: memFree=1618176/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=31964 CPUtime=12.69
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 7825 0 0 0 1259 10 0 0 25 0 1 0 220233460 32731136 7776 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 7991 7776 140 302 0 7686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31964

[startup+25.5073 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 6308
/proc/meminfo: memFree=1601472/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=49444 CPUtime=25.49
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 12212 0 0 0 2532 17 0 0 25 0 1 0 220233460 50630656 12098 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 12361 12098 140 302 0 12056 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49444

[startup+51.1152 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 6308
/proc/meminfo: memFree=1575424/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=74604 CPUtime=51.08
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 18550 0 0 0 5080 28 0 0 25 0 1 0 220233460 76394496 18436 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 18651 18436 140 302 0 18346 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 74604

[startup+102.327 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 6308
/proc/meminfo: memFree=1539072/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=111424 CPUtime=102.29
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 27798 0 0 0 10183 46 0 0 25 0 1 0 220233460 114098176 27555 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 27856 27555 140 302 0 27551 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 111424

[startup+162.354 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 6308
/proc/meminfo: memFree=1505024/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=144804 CPUtime=162.3
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 36167 0 0 0 16169 61 0 0 25 0 1 0 220233460 148279296 35924 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527086 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 36201 35924 140 302 0 35896 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 144804

[startup+222.373 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 6308
/proc/meminfo: memFree=1476352/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=173380 CPUtime=222.3
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 43338 0 0 0 22153 77 0 0 25 0 1 0 220233460 177541120 43095 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 43345 43095 140 302 0 43040 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 173380

[startup+282.392 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 6308
/proc/meminfo: memFree=1452672/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=197976 CPUtime=282.3
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 49516 0 0 0 28142 88 0 0 25 0 1 0 220233460 202727424 49016 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 49494 49016 140 302 0 49189 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 197976

[startup+342.409 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 6308
/proc/meminfo: memFree=1428224/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=222452 CPUtime=342.29
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 55626 0 0 0 34128 101 0 0 25 0 1 0 220233460 227790848 55126 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 55613 55126 140 302 0 55308 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 222452

[startup+402.432 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 6308
/proc/meminfo: memFree=1406272/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=243964 CPUtime=402.31
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 61039 0 0 0 40118 113 0 0 25 0 1 0 220233460 249819136 60539 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 60991 60539 140 302 0 60686 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 243964

[startup+462.454 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 6308
/proc/meminfo: memFree=1386624/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=263636 CPUtime=462.31
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 65942 0 0 0 46110 121 0 0 25 0 1 0 220233460 269963264 65442 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 65909 65442 140 302 0 65604 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 263636

[startup+522.474 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 6308
/proc/meminfo: memFree=1368960/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=281312 CPUtime=522.31
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 70382 0 0 0 52100 131 0 0 25 0 1 0 220233460 288063488 69882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 70328 69882 140 302 0 70023 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 281312

[startup+582.497 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6308
/proc/meminfo: memFree=1352896/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=297072 CPUtime=582.32
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 74326 0 0 0 58093 139 0 0 25 0 1 0 220233460 304201728 73826 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 74268 73826 140 302 0 73963 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 297072

[startup+642.522 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6308
/proc/meminfo: memFree=1335936/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=314204 CPUtime=642.32
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 78578 0 0 0 64085 147 0 0 25 0 1 0 220233460 321744896 78078 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 78551 78078 140 302 0 78246 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 314204

[startup+702.542 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6308
/proc/meminfo: memFree=1318016/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=332132 CPUtime=702.33
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 83072 0 0 0 70075 158 0 0 25 0 1 0 220233460 340103168 82572 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 83033 82572 140 302 0 82728 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 332132

[startup+762.558 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6308
/proc/meminfo: memFree=1301248/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=348916 CPUtime=762.32
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 87264 0 0 0 76064 168 0 0 25 0 1 0 220233460 357289984 86764 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 87229 86764 140 302 0 86924 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 348916

[startup+822.58 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6308
/proc/meminfo: memFree=1285696/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=364300 CPUtime=822.33
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 91095 0 0 0 82056 177 0 0 25 0 1 0 220233460 373043200 90595 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526770 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 91075 90595 140 302 0 90770 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 364300

[startup+882.599 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6308
/proc/meminfo: memFree=1270912/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=381060 CPUtime=882.34
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 95303 0 0 0 88047 187 0 0 25 0 1 0 220233460 390205440 94290 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 95265 94290 140 302 0 94960 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 381060

[startup+942.62 s]
/proc/loadavg: 1.05 0.99 0.91 2/65 6308
/proc/meminfo: memFree=1257024/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=395064 CPUtime=942.34
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 98784 0 0 0 94039 195 0 0 25 0 1 0 220233460 404545536 97771 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 98766 97771 140 302 0 98461 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 395064

[startup+1002.64 s]
/proc/loadavg: 1.02 0.99 0.91 2/65 6308
/proc/meminfo: memFree=1243904/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=408092 CPUtime=1002.34
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 102064 0 0 0 100031 203 0 0 25 0 1 0 220233460 417886208 101051 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 102023 101051 140 302 0 101718 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 408092

[startup+1062.67 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 6308
/proc/meminfo: memFree=1231040/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=420824 CPUtime=1062.35
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 105239 0 0 0 106024 211 0 0 25 0 1 0 220233460 430923776 104226 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 105206 104226 140 302 0 104901 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 420824

[startup+1122.69 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 6308
/proc/meminfo: memFree=1219200/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=432720 CPUtime=1122.35
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 108217 0 0 0 112017 218 0 0 25 0 1 0 220233460 443105280 107204 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 108180 107204 140 302 0 107875 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 432720

[startup+1182.71 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 6308
/proc/meminfo: memFree=1207104/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=445220 CPUtime=1182.35
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 111250 0 0 0 118011 224 0 0 25 0 1 0 220233460 455905280 110237 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 111305 110237 140 302 0 111000 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 445220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.43 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 6308
/proc/meminfo: memFree=1203776/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=448264 CPUtime=1200.07
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 112046 0 0 0 119780 227 0 0 25 0 1 0 220233460 459022336 111033 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526914 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 112066 111033 140 302 0 111761 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 448264

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

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

[startup+1200.43 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 6308
/proc/meminfo: memFree=1203776/2055920 swapFree=4183140/4192956
[pid=6307] ppid=6305 vsize=448264 CPUtime=1200.07
/proc/6307/stat : 6307 (Spear-32) R 6305 6307 5964 0 -1 4194304 112046 0 0 0 119780 227 0 0 25 0 1 0 220233460 459022336 111033 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526914 0 0 4096 0 0 0 0 17 1 0 0
/proc/6307/statm: 112066 111033 140 302 0 111761 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 448264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.5
CPU time (s): 1200.15
CPU user time (s): 1197.81
CPU system time (s): 2.34064
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 448264

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

runsolver used 0.886865 second user time and 2.33364 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Tue Feb 20 20:19:36 UTC 2007

IDJOB= 302033
IDBENCH= 20073
IDSOLVER= 132
FILE ID= node38/302033-1172002776

PBS_JOBID= 3892639

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1100/unif-k5-r20-v1100-c22000-S260814579-03.cnf
COMMAND LINE= /tmp/evaluation/302033-1172002776/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302033-1172002776/instance-302033-1172002776.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-302033-1172002776 -o ROOT/results/node38/solver-302033-1172002776 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302033-1172002776/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302033-1172002776/instance-302033-1172002776.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cb25e5b4b3e93004a7aa665359e85972

RANDOM SEED= 505959791

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1649056 kB
Buffers:         28428 kB
Cached:         322344 kB
SwapCached:       4120 kB
Active:         270020 kB
Inactive:        91112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649056 kB
SwapTotal:     4192956 kB
SwapFree:      4183140 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          15256 kB
Slab:            31736 kB
Committed_AS:   497624 kB
PageTables:       1468 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= 66561 MiB

End job on node38 on Tue Feb 20 20:39:39 UTC 2007