Trace number 320407

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.66

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark208.033
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
Number of clauses of size 50
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/320407-1173045653/instance-320407-1173045653.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/node26/watcher-320407-1173045653 -o ROOT/results/node26/solver-320407-1173045653 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320407-1173045653/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/320407-1173045653/instance-320407-1173045653.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.96 1.00 1.00 3/77 3159
/proc/meminfo: memFree=1298592/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=1536 CPUtime=0
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 208 0 0 0 0 0 0 0 18 0 1 0 324518953 1572864 192 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513431 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 384 192 128 302 0 79 0

[startup+0.0147229 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 3159
/proc/meminfo: memFree=1298592/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=2196 CPUtime=0.01
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 332 0 0 0 1 0 0 0 18 0 1 0 324518953 2248704 316 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134866743 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 549 317 129 302 0 244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2196

[startup+0.10173 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 3159
/proc/meminfo: memFree=1298592/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=5348 CPUtime=0.09
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 1248 0 0 0 8 1 0 0 18 0 1 0 324518953 5476352 1093 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 1337 1094 129 302 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5348

[startup+0.301765 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 3159
/proc/meminfo: memFree=1298592/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=13024 CPUtime=0.29
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 3581 0 0 0 26 3 0 0 19 0 1 0 324518953 13336576 2700 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 3256 2701 129 302 0 2951 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13024

[startup+0.701837 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 3159
/proc/meminfo: memFree=1298592/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=26592 CPUtime=0.69
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 7829 0 0 0 62 7 0 0 23 0 1 0 324518953 27230208 5920 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 6648 5920 129 302 0 6343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26592

[startup+1.50197 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 3160
/proc/meminfo: memFree=1264664/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=56144 CPUtime=1.49
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 16651 0 0 0 135 14 0 0 25 0 1 0 324518953 57491456 12306 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 14036 12306 129 302 0 13731 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56144

[startup+3.10125 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 3160
/proc/meminfo: memFree=1240856/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=62728 CPUtime=3.09
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 18922 0 0 0 292 17 0 0 25 0 1 0 324518953 64233472 14485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 15682 14485 140 302 0 15377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62728

[startup+6.30181 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 3160
/proc/meminfo: memFree=1240344/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=63368 CPUtime=6.29
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 19161 0 0 0 608 21 0 0 25 0 1 0 324518953 64888832 14595 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 15842 14595 140 302 0 15537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63368

[startup+12.7019 s]
/proc/loadavg: 0.96 1.00 1.00 2/84 3224
/proc/meminfo: memFree=1238680/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=63908 CPUtime=12.65
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 19287 0 0 0 1239 26 0 0 25 0 1 0 324518953 65441792 14721 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 15977 14721 140 302 0 15672 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 63908

[startup+25.5011 s]
/proc/loadavg: 0.97 1.00 1.00 2/84 3242
/proc/meminfo: memFree=1235480/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=67456 CPUtime=25.44
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 20184 0 0 0 2511 33 0 0 25 0 1 0 324518953 69074944 15618 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 16864 15618 140 302 0 16559 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 67456

[startup+51.1016 s]
/proc/loadavg: 0.98 1.00 1.00 2/84 3282
/proc/meminfo: memFree=1226072/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=76888 CPUtime=51.01
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 22535 0 0 0 5052 49 0 0 25 0 1 0 324518953 78733312 17969 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 19222 17969 140 302 0 18917 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 76888

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1211144/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=92828 CPUtime=102.14
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 26547 0 0 0 10134 80 0 0 25 0 1 0 324518953 95055872 21916 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 23207 21916 140 302 0 22902 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 92828

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1188624/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=116104 CPUtime=162.12
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 32364 0 0 0 16112 100 0 0 25 0 1 0 324518953 118890496 27604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 29026 27604 140 302 0 28721 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 116104

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1167184/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=137240 CPUtime=222.1
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 37655 0 0 0 22088 122 0 0 25 0 1 0 324518953 140533760 32895 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 34310 32895 140 302 0 34005 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 137240

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1150608/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=155376 CPUtime=282.08
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 42154 0 0 0 28060 148 0 0 25 0 1 0 324518953 159105024 37137 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 38844 37137 140 302 0 38539 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 155376

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1131536/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=174160 CPUtime=342.07
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 46854 0 0 0 34043 164 0 0 25 0 1 0 324518953 178339840 41837 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 43540 41837 140 302 0 43235 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 174160

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1115544/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=190920 CPUtime=402.05
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 50906 0 0 0 40027 178 0 0 25 0 1 0 324518953 195502080 45889 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 47730 45889 140 302 0 47425 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 190920

[startup+462.303 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 3358
/proc/meminfo: memFree=1099864/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=206524 CPUtime=462.02
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 54757 0 0 0 46010 192 0 0 25 0 1 0 324518953 211480576 49740 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539882 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 51631 49740 140 302 0 51326 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 206524

[startup+522.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1087640/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=218656 CPUtime=522
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 57821 0 0 0 51992 208 0 0 25 0 1 0 324518953 223903744 52804 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 54664 52804 140 302 0 54359 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 218656

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1076248/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=230292 CPUtime=581.98
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 60664 0 0 0 57978 220 0 0 25 0 1 0 324518953 235819008 55647 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 57573 55647 140 302 0 57268 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 230292

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1064856/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=243320 CPUtime=641.97
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 63979 0 0 0 63965 232 0 0 25 0 1 0 324518953 249159680 58449 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 60830 58449 140 302 0 60525 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 243320

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1055384/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=253080 CPUtime=701.94
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 66389 0 0 0 69947 247 0 0 25 0 1 0 324518953 259153920 60859 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 63270 60859 140 302 0 62965 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 253080

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1043672/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=264940 CPUtime=761.93
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 69276 0 0 0 75929 264 0 0 25 0 1 0 324518953 271298560 63746 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539223 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 66235 63746 140 302 0 65930 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 264940

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1033560/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=275376 CPUtime=821.91
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 71823 0 0 0 81912 279 0 0 25 0 1 0 324518953 281985024 66293 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 68844 66293 140 302 0 68539 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 275376

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1021976/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=287024 CPUtime=881.88
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 74698 0 0 0 87893 295 0 0 25 0 1 0 324518953 293912576 69168 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 71756 69168 140 302 0 71451 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 287024

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=1009944/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=299264 CPUtime=941.86
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 77737 0 0 0 93873 313 0 0 25 0 1 0 324518953 306446336 72207 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 74816 72207 140 302 0 74511 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 299264

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=996120/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=312964 CPUtime=1001.85
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 81162 0 0 0 99853 332 0 0 25 0 1 0 324518953 320475136 75632 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 78241 75632 140 302 0 77936 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 312964

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=985240/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=324144 CPUtime=1061.83
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 83889 0 0 0 105837 346 0 0 25 0 1 0 324518953 331923456 78359 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 81036 78359 140 302 0 80731 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 324144

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=972056/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=337336 CPUtime=1121.81
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 87167 0 0 0 111824 357 0 0 25 0 1 0 324518953 345432064 81637 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 84334 81637 140 302 0 84029 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 337336

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=959512/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=350396 CPUtime=1181.79
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 90321 0 0 0 117813 366 0 0 25 0 1 0 324518953 358805504 84791 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 87599 84791 140 302 0 87294 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 350396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3358
/proc/meminfo: memFree=955800/2055920 swapFree=4154868/4192956
[pid=3159] ppid=3157 vsize=353828 CPUtime=1200.09
/proc/3159/stat : 3159 (Spear-32) R 3157 3159 2923 0 -1 4194304 91206 0 0 0 119640 369 0 0 25 0 1 0 324518953 362319872 85676 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539861 0 0 4096 0 0 0 0 17 1 0 0
/proc/3159/statm: 88457 85676 140 302 0 88152 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 353828

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.66
CPU time (s): 1200.15
CPU user time (s): 1196.4
CPU system time (s): 3.75043
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 353828

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

runsolver used 1.36379 second user time and 3.01254 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Mar  4 22:00:53 UTC 2007

IDJOB= 320407
IDBENCH= 20502
IDSOLVER= 132
FILE ID= node26/320407-1173045653

PBS_JOBID= 4012482

Free space on /tmp= 66525 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-g10nid.cnf
COMMAND LINE= /tmp/evaluation/320407-1173045653/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/320407-1173045653/instance-320407-1173045653.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-320407-1173045653 -o ROOT/results/node26/solver-320407-1173045653 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320407-1173045653/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/320407-1173045653/instance-320407-1173045653.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d46e452956bc993f202d3b06fd3e858e

RANDOM SEED= 626133617

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1298808 kB
Buffers:         39672 kB
Cached:         633000 kB
SwapCached:      16712 kB
Active:         243256 kB
Inactive:       452676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298808 kB
SwapTotal:     4192956 kB
SwapFree:      4154868 kB
Dirty:           12992 kB
Writeback:           0 kB
Mapped:          30288 kB
Slab:            46572 kB
Committed_AS:   827088 kB
PageTables:       1712 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= 66525 MiB

End job on node26 on Sun Mar  4 22:20:56 UTC 2007