Trace number 329305

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.14 1200.45

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryINDUST (industrial 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 variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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/329305-1173137197/instance-329305-1173137197.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node3/watcher-329305-1173137197 -o ROOT/results/node3/solver-329305-1173137197 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329305-1173137197/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/329305-1173137197/instance-329305-1173137197.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 1.08 3/77 26306
/proc/meminfo: memFree=1049960/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=1396 CPUtime=0
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 333674610 1429504 138 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134799777 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 349 138 121 302 0 44 0

[startup+0.106305 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 26306
/proc/meminfo: memFree=1049960/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=4508 CPUtime=0.1
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 936 0 0 0 10 0 0 0 18 0 1 0 333674610 4616192 814 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 1127 814 129 302 0 822 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4508

[startup+0.201311 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 26306
/proc/meminfo: memFree=1049960/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=7888 CPUtime=0.19
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 1937 0 0 0 18 1 0 0 18 0 1 0 333674610 8077312 1572 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 1972 1572 129 302 0 1667 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7888

[startup+0.30132 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 26306
/proc/meminfo: memFree=1049960/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=10080 CPUtime=0.29
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 2651 0 0 0 28 1 0 0 19 0 1 0 333674610 10321920 2221 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 2520 2221 129 302 0 2215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10080

[startup+0.701353 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 26306
/proc/meminfo: memFree=1049960/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=17736 CPUtime=0.7
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 4963 0 0 0 66 4 0 0 22 0 1 0 333674610 18161664 3975 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 4434 3975 140 302 0 4129 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 17736

[startup+1.50142 s]
/proc/loadavg: 0.92 0.98 1.08 2/78 26307
/proc/meminfo: memFree=1034016/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=18648 CPUtime=1.49
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 5166 0 0 0 145 4 0 0 25 0 1 0 333674610 19095552 4178 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 4662 4178 140 302 0 4357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18648

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 1.08 3/78 26307
/proc/meminfo: memFree=1033248/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=19564 CPUtime=3.09
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 5393 0 0 0 304 5 0 0 25 0 1 0 333674610 20033536 4405 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 4891 4405 140 302 0 4586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19564

[startup+6.30181 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 26307
/proc/meminfo: memFree=1031584/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=20612 CPUtime=6.29
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 5658 0 0 0 624 5 0 0 25 0 1 0 333674610 21106688 4670 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 5153 4670 140 302 0 4848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20612

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 26307
/proc/meminfo: memFree=1029280/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=24196 CPUtime=12.69
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 6542 0 0 0 1262 7 0 0 25 0 1 0 333674610 24776704 5554 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 6049 5554 140 302 0 5744 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24196

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 1.08 2/78 26307
/proc/meminfo: memFree=1020128/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=32196 CPUtime=25.49
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 8582 0 0 0 2537 12 0 0 25 0 1 0 333674610 32968704 7561 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 8049 7561 140 302 0 7744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32196

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 1.08 2/78 26307
/proc/meminfo: memFree=1010336/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=42088 CPUtime=51.08
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 11064 0 0 0 5092 16 0 0 25 0 1 0 333674610 43098112 10043 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 10522 10043 140 302 0 10217 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42088

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 1.07 2/78 26307
/proc/meminfo: memFree=990560/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=61736 CPUtime=102.27
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 15988 0 0 0 10201 26 0 0 25 0 1 0 333674610 63217664 14902 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 15434 14902 140 302 0 15129 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 61736

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 26307
/proc/meminfo: memFree=975968/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=76172 CPUtime=162.25
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 19636 0 0 0 16188 37 0 0 25 0 1 0 333674610 78000128 18550 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 19043 18550 140 302 0 18738 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 76172

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 26307
/proc/meminfo: memFree=964640/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=87992 CPUtime=222.24
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 22581 0 0 0 22180 44 0 0 25 0 1 0 333674610 90103808 21366 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 21998 21366 140 302 0 21693 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 87992

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 26307
/proc/meminfo: memFree=935072/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=117756 CPUtime=282.22
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 30044 0 0 0 28164 58 0 0 25 0 1 0 333674610 120582144 28829 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 29439 28829 140 302 0 29134 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 117756

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 26307
/proc/meminfo: memFree=902240/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=150128 CPUtime=342.2
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 38152 0 0 0 34154 66 0 0 25 0 1 0 333674610 153731072 36937 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134538375 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 37532 36937 140 302 0 37227 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 150128

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 26307
/proc/meminfo: memFree=886240/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=166204 CPUtime=402.19
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 42169 0 0 0 40144 75 0 0 25 0 1 0 333674610 170192896 40954 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 41551 40954 140 302 0 41246 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 166204

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 26307
/proc/meminfo: memFree=871968/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=180176 CPUtime=462.17
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 45684 0 0 0 46133 84 0 0 25 0 1 0 333674610 184500224 44469 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 45044 44469 140 302 0 44739 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 180176

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 26307
/proc/meminfo: memFree=860384/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=191884 CPUtime=522.15
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 48614 0 0 0 52125 90 0 0 25 0 1 0 333674610 196489216 47399 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 47971 47399 140 302 0 47666 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 191884

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 26307
/proc/meminfo: memFree=849824/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=202348 CPUtime=582.14
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 51226 0 0 0 58119 95 0 0 25 0 1 0 333674610 207204352 50011 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 50587 50011 140 302 0 50282 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 202348

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 26307
/proc/meminfo: memFree=839648/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=213672 CPUtime=642.12
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 54043 0 0 0 64111 101 0 0 25 0 1 0 333674610 218800128 52571 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 53418 52571 140 302 0 53113 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 213672

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 26307
/proc/meminfo: memFree=829856/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=223328 CPUtime=702.11
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 56452 0 0 0 70105 106 0 0 25 0 1 0 333674610 228687872 54980 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 55832 54980 140 302 0 55527 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 223328

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 1.01 3/78 26307
/proc/meminfo: memFree=820640/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=232596 CPUtime=762.1
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 58740 0 0 0 76098 112 0 0 25 0 1 0 333674610 238178304 57268 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 58149 57268 140 302 0 57844 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 232596

[startup+822.302 s]
/proc/loadavg: 1.04 1.00 1.01 2/78 26307
/proc/meminfo: memFree=809888/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=243372 CPUtime=822.08
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 61443 0 0 0 82089 119 0 0 25 0 1 0 333674610 249212928 59971 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 60843 59971 140 302 0 60538 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 243372

[startup+882.306 s]
/proc/loadavg: 1.05 1.01 1.01 2/78 26309
/proc/meminfo: memFree=799968/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=253288 CPUtime=882.07
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 63938 0 0 0 88081 126 0 0 25 0 1 0 333674610 259366912 62466 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 63322 62466 140 302 0 63017 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 253288

[startup+942.302 s]
/proc/loadavg: 1.09 1.04 1.01 2/78 26309
/proc/meminfo: memFree=791456/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=261784 CPUtime=942.04
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 66074 0 0 0 94074 130 0 0 25 0 1 0 333674610 268066816 64602 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 65446 64602 140 302 0 65141 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 261784

[startup+1002.3 s]
/proc/loadavg: 1.03 1.03 1.01 2/78 26309
/proc/meminfo: memFree=782880/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=270228 CPUtime=1002.03
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 68197 0 0 0 100069 134 0 0 25 0 1 0 333674610 276713472 66725 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 67557 66725 140 302 0 67252 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 270228

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 26309
/proc/meminfo: memFree=774944/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=278212 CPUtime=1062.02
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 70188 0 0 0 106062 140 0 0 25 0 1 0 333674610 284889088 68716 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 69553 68716 140 302 0 69248 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 278212

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26309
/proc/meminfo: memFree=767136/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=285956 CPUtime=1122
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 72120 0 0 0 112055 145 0 0 25 0 1 0 333674610 292818944 70648 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 71489 70648 140 302 0 71184 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 285956

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26309
/proc/meminfo: memFree=759520/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=293556 CPUtime=1181.98
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 74035 0 0 0 118050 148 0 0 25 0 1 0 333674610 300601344 72563 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 73389 72563 140 302 0 73084 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 293556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26309
/proc/meminfo: memFree=757088/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=295924 CPUtime=1200.08
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 74609 0 0 0 119858 150 0 0 25 0 1 0 333674610 303026176 73137 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 73981 73137 140 302 0 73676 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 295924

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26309
/proc/meminfo: memFree=757088/2055920 swapFree=4191880/4192956
[pid=26306] ppid=26304 vsize=295924 CPUtime=1200.08
/proc/26306/stat : 26306 (Spear-32) R 26304 26306 25865 0 -1 4194304 74609 0 0 0 119858 150 0 0 25 0 1 0 333674610 303026176 73137 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26306/statm: 73981 73137 140 302 0 73676 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 295924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.14
CPU user time (s): 1198.59
CPU system time (s): 1.55276
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 295924

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

runsolver used 1.3068 second user time and 3.06753 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Mar  5 23:26:38 UTC 2007

IDJOB= 329305
IDBENCH= 20536
IDSOLVER= 131
FILE ID= node3/329305-1173137197

PBS_JOBID= 4014962

Free space on /tmp= 66535 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= /tmp/evaluation/329305-1173137197/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/329305-1173137197/instance-329305-1173137197.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-329305-1173137197 -o ROOT/results/node3/solver-329305-1173137197 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329305-1173137197/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/329305-1173137197/instance-329305-1173137197.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cf1b8194ff6d413d396ac9e26bb031ef

RANDOM SEED= 487868201

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1050304 kB
Buffers:         41452 kB
Cached:         846360 kB
SwapCached:        268 kB
Active:         204040 kB
Inactive:       737704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1050304 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5952 kB
Writeback:           0 kB
Mapped:          64048 kB
Slab:            49480 kB
Committed_AS:  1431904 kB
PageTables:       1656 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= 66535 MiB

End job on node3 on Mon Mar  5 23:46:40 UTC 2007