Trace number 291947

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.11 1200.55

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S1474234583-11.UNSAT.shuffled.cnf
MD5SUMfb662fcb2216f5e012e97644773420f6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66783
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
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 51491
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/291947-1171748809/instance-291947-1171748809.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/node5/watcher-291947-1171748809 -o ROOT/results/node5/solver-291947-1171748809 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291947-1171748809/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/291947-1171748809/instance-291947-1171748809.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 5966
/proc/meminfo: memFree=1080544/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=1396 CPUtime=0
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 194835703 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 349 167 128 302 0 44 0

[startup+0.107323 s]
/proc/loadavg: 0.92 0.98 0.93 3/77 5966
/proc/meminfo: memFree=1080544/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=1788 CPUtime=0.1
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 278 0 0 0 10 0 0 0 18 0 1 0 194835703 1830912 262 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 447 262 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515369 s]
/proc/loadavg: 0.92 0.98 0.93 3/77 5966
/proc/meminfo: memFree=1080544/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=2576 CPUtime=0.51
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 459 0 0 0 50 1 0 0 21 0 1 0 194835703 2637824 443 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 644 443 140 302 0 339 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2576

[startup+1.33746 s]
/proc/loadavg: 0.92 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1078552/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=3500 CPUtime=1.32
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 677 0 0 0 131 1 0 0 25 0 1 0 194835703 3584000 661 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 875 661 140 302 0 570 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3500

[startup+2.97865 s]
/proc/loadavg: 0.92 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1077592/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=4536 CPUtime=2.97
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 942 0 0 0 294 3 0 0 25 0 1 0 194835703 4644864 926 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 1134 926 140 302 0 829 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4536

[startup+6.25502 s]
/proc/loadavg: 0.93 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1075928/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=6184 CPUtime=6.24
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 1353 0 0 0 620 4 0 0 25 0 1 0 194835703 6332416 1304 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 1546 1304 140 302 0 1241 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6184

[startup+12.7118 s]
/proc/loadavg: 0.93 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1073880/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=7880 CPUtime=12.7
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 1781 0 0 0 1264 6 0 0 25 0 1 0 194835703 8069120 1732 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 1970 1732 140 302 0 1665 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 7880

[startup+25.5142 s]
/proc/loadavg: 0.95 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1071512/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=10544 CPUtime=25.49
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 2448 0 0 0 2539 10 0 0 25 0 1 0 194835703 10797056 2334 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 2636 2334 140 302 0 2331 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10544

[startup+51.1271 s]
/proc/loadavg: 0.96 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1067928/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=14340 CPUtime=51.1
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 3326 0 0 0 5095 15 0 0 25 0 1 0 194835703 14684160 3212 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 3585 3212 140 302 0 3280 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14340

[startup+102.352 s]
/proc/loadavg: 0.98 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1062936/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=19960 CPUtime=102.31
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 4702 0 0 0 10209 22 0 0 25 0 1 0 194835703 20439040 4459 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 4990 4459 140 302 0 4685 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 19960

[startup+162.387 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 5967
/proc/meminfo: memFree=1058072/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=25116 CPUtime=162.33
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 5886 0 0 0 16205 28 0 0 25 0 1 0 194835703 25718784 5643 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 6279 5643 140 302 0 5974 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 25116

[startup+222.42 s]
/proc/loadavg: 1.03 1.00 0.93 2/78 5967
/proc/meminfo: memFree=1054424/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=29144 CPUtime=222.34
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 6826 0 0 0 22200 34 0 0 25 0 1 0 194835703 29843456 6583 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 7286 6583 140 302 0 6981 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 29144

[startup+282.451 s]
/proc/loadavg: 1.01 1.00 0.93 2/78 5967
/proc/meminfo: memFree=1051160/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=33276 CPUtime=282.36
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 7917 0 0 0 28193 43 0 0 25 0 1 0 194835703 34074624 7417 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 8319 7417 140 302 0 8014 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 33276

[startup+342.487 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 5967
/proc/meminfo: memFree=1047960/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=36412 CPUtime=342.38
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 8666 0 0 0 34190 48 0 0 25 0 1 0 194835703 37285888 8166 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 9103 8166 140 302 0 8798 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 36412

[startup+402.524 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 5967
/proc/meminfo: memFree=1044888/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=39880 CPUtime=402.4
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 9443 0 0 0 40186 54 0 0 25 0 1 0 194835703 40837120 8943 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 9970 8943 140 302 0 9665 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 39880

[startup+462.556 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 5967
/proc/meminfo: memFree=1042328/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=42632 CPUtime=462.41
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 10096 0 0 0 46182 59 0 0 25 0 1 0 194835703 43655168 9596 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 10658 9596 140 302 0 10353 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 42632

[startup+522.588 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 5967
/proc/meminfo: memFree=1039768/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=45240 CPUtime=522.43
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 10716 0 0 0 52180 63 0 0 25 0 1 0 194835703 46325760 10216 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 11310 10216 140 302 0 11005 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 45240

[startup+582.622 s]
/proc/loadavg: 1.05 1.01 0.94 2/78 5967
/proc/meminfo: memFree=1037720/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=47248 CPUtime=582.45
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 11224 0 0 0 58177 68 0 0 25 0 1 0 194835703 48381952 10724 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 11812 10724 140 302 0 11507 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 47248

[startup+642.66 s]
/proc/loadavg: 1.02 1.01 0.94 2/78 5967
/proc/meminfo: memFree=1035288/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=50016 CPUtime=642.46
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 11828 0 0 0 64174 72 0 0 25 0 1 0 194835703 51216384 11328 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 12504 11328 140 302 0 12199 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 50016

[startup+702.696 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 5967
/proc/meminfo: memFree=1032984/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=52216 CPUtime=702.48
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 12399 0 0 0 70172 76 0 0 25 0 1 0 194835703 53469184 11899 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 13054 11899 140 302 0 12749 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 52216

[startup+762.73 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 5967
/proc/meminfo: memFree=1030872/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=54864 CPUtime=762.5
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 12954 0 0 0 76168 82 0 0 25 0 1 0 194835703 56180736 12438 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 13716 12438 140 302 0 13411 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 54864

[startup+822.769 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 5967
/proc/meminfo: memFree=1029016/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=56792 CPUtime=822.52
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 13400 0 0 0 82167 85 0 0 25 0 1 0 194835703 58155008 12884 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 14198 12884 140 302 0 13893 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 56792

[startup+882.818 s]
/proc/loadavg: 1.00 1.00 0.94 2/84 6071
/proc/meminfo: memFree=1025704/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=59284 CPUtime=882.51
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 13900 0 0 0 88162 89 0 0 25 0 1 0 194835703 60706816 13384 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 14821 13384 140 302 0 14516 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 59284

[startup+942.883 s]
/proc/loadavg: 1.00 1.00 0.94 2/84 6143
/proc/meminfo: memFree=1024040/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=60728 CPUtime=942.51
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 14302 0 0 0 94159 92 0 0 25 0 1 0 194835703 62185472 13786 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 15182 13786 140 302 0 14877 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 60728

[startup+1002.91 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 6165
/proc/meminfo: memFree=1023832/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=64200 CPUtime=1002.52
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 15187 0 0 0 100155 97 0 0 25 0 1 0 194835703 65740800 14158 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 16050 14158 140 302 0 15745 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 64200

[startup+1062.95 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 6165
/proc/meminfo: memFree=1022040/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=65744 CPUtime=1062.53
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 15614 0 0 0 106153 100 0 0 25 0 1 0 194835703 67321856 14585 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 16436 14585 140 302 0 16131 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 65744

[startup+1122.98 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 6165
/proc/meminfo: memFree=1020632/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=67556 CPUtime=1122.55
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 15973 0 0 0 112152 103 0 0 25 0 1 0 194835703 69177344 14944 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 16889 14944 140 302 0 16584 0
Current children cumulated CPU time (s) 1122.55
Current children cumulated vsize (KiB) 67556

[startup+1183.01 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 6165
/proc/meminfo: memFree=1019352/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=68636 CPUtime=1182.56
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 16297 0 0 0 118149 107 0 0 25 0 1 0 194835703 70283264 15268 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 17159 15268 140 302 0 16854 0
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (KiB) 68636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.53 s]
/proc/loadavg: 1.06 1.02 0.94 2/78 6165
/proc/meminfo: memFree=1018776/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=69412 CPUtime=1200.09
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 16423 0 0 0 119901 108 0 0 25 0 1 0 194835703 71077888 15394 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 17353 15394 140 302 0 17048 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 69412

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

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

[startup+1200.53 s]
/proc/loadavg: 1.06 1.02 0.94 2/78 6165
/proc/meminfo: memFree=1018776/2055920 swapFree=4192812/4192956
[pid=5966] ppid=5964 vsize=69412 CPUtime=1200.09
/proc/5966/stat : 5966 (Spear-32) R 5964 5966 5488 0 -1 4194304 16423 0 0 0 119901 108 0 0 25 0 1 0 194835703 71077888 15394 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5966/statm: 17353 15394 140 302 0 17048 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 69412

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.11
CPU user time (s): 1199.01
CPU system time (s): 1.09183
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 69412

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

runsolver used 1.3168 second user time and 2.94755 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Feb 17 21:46:49 UTC 2007

IDJOB= 291947
IDBENCH= 19827
IDSOLVER= 132
FILE ID= node5/291947-1171748809

PBS_JOBID= 3839263

Free space on /tmp= 66550 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v70/unif-k5-r21.3-v70-c1491-S1474234583-11.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291947-1171748809/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291947-1171748809/instance-291947-1171748809.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-291947-1171748809 -o ROOT/results/node5/solver-291947-1171748809 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291947-1171748809/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/291947-1171748809/instance-291947-1171748809.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  fb662fcb2216f5e012e97644773420f6

RANDOM SEED= 430904972

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1080888 kB
Buffers:         55592 kB
Cached:         800256 kB
SwapCached:          0 kB
Active:         505464 kB
Inactive:       394348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          62884 kB
Slab:            60820 kB
Committed_AS:   659488 kB
PageTables:       1692 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= 66550 MiB

End job on node5 on Sat Feb 17 22:06:52 UTC 2007