Trace number 293381

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.06 1200.52

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S1399781364-05.UNSAT.shuffled.cnf
MD5SUM4c28183cf3fdc5af05ae00990cccd898
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 variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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/293381-1171770053/instance-293381-1171770053.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/node66/watcher-293381-1171770053 -o ROOT/results/node66/solver-293381-1171770053 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293381-1171770053/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293381-1171770053/instance-293381-1171770053.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.07 3/64 17375
/proc/meminfo: memFree=429968/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=1396 CPUtime=0
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 196962826 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 349 168 129 302 0 44 0

[startup+0.107481 s]
/proc/loadavg: 1.00 1.00 1.07 3/64 17375
/proc/meminfo: memFree=429968/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=1920 CPUtime=0.1
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 303 0 0 0 10 0 0 0 18 0 1 0 196962826 1966080 287 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 480 288 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.515563 s]
/proc/loadavg: 1.00 1.00 1.07 3/64 17375
/proc/meminfo: memFree=429968/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=2860 CPUtime=0.5
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 528 0 0 0 50 0 0 0 21 0 1 0 196962826 2928640 512 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 715 512 140 302 0 410 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2860

[startup+1.33573 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 17376
/proc/meminfo: memFree=427464/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=4024 CPUtime=1.32
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 835 0 0 0 131 1 0 0 25 0 1 0 196962826 4120576 819 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 1006 819 140 302 0 701 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4024

[startup+2.97506 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 17376
/proc/meminfo: memFree=426184/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=5448 CPUtime=2.96
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 1188 0 0 0 294 2 0 0 25 0 1 0 196962826 5578752 1172 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 1362 1172 140 302 0 1057 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5448

[startup+6.25172 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17376
/proc/meminfo: memFree=423944/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=7392 CPUtime=6.24
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 1689 0 0 0 620 4 0 0 25 0 1 0 196962826 7569408 1640 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 1848 1640 140 302 0 1543 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7392

[startup+12.708 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17376
/proc/meminfo: memFree=421128/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=9892 CPUtime=12.69
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 2322 0 0 0 1262 7 0 0 25 0 1 0 196962826 10129408 2273 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 2473 2273 140 302 0 2168 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9892

[startup+25.5106 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17376
/proc/meminfo: memFree=417480/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=13796 CPUtime=25.49
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 3312 0 0 0 2538 11 0 0 25 0 1 0 196962826 14127104 3198 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 3449 3198 140 302 0 3144 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13796

[startup+51.1198 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17376
/proc/meminfo: memFree=412040/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=19212 CPUtime=51.09
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 4638 0 0 0 5093 16 0 0 25 0 1 0 196962826 19673088 4524 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 4803 4524 140 302 0 4498 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19212

[startup+102.333 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17376
/proc/meminfo: memFree=404488/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=27392 CPUtime=102.28
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 6659 0 0 0 10203 25 0 0 25 0 1 0 196962826 28049408 6416 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 6848 6416 140 302 0 6543 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 27392

[startup+162.361 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 17376
/proc/meminfo: memFree=397640/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=34108 CPUtime=162.28
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 8334 0 0 0 16194 34 0 0 25 0 1 0 196962826 34926592 8091 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 8527 8091 140 302 0 8222 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34108

[startup+222.383 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 17376
/proc/meminfo: memFree=392200/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=39556 CPUtime=222.29
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 9682 0 0 0 22187 42 0 0 25 0 1 0 196962826 40505344 9439 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 9889 9439 140 302 0 9584 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 39556

[startup+282.411 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 17376
/proc/meminfo: memFree=387528/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=45388 CPUtime=282.3
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 11120 0 0 0 28182 48 0 0 25 0 1 0 196962826 46477312 10620 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 11347 10620 140 302 0 11042 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45388

[startup+342.434 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 17376
/proc/meminfo: memFree=383240/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=50024 CPUtime=342.29
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 12225 0 0 0 34176 53 0 0 25 0 1 0 196962826 51224576 11725 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 12506 11725 140 302 0 12201 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 50024

[startup+402.466 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 17376
/proc/meminfo: memFree=379272/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=53932 CPUtime=402.3
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 13207 0 0 0 40171 59 0 0 25 0 1 0 196962826 55226368 12707 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 13483 12707 140 302 0 13178 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 53932

[startup+462.489 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 17376
/proc/meminfo: memFree=375816/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=57584 CPUtime=462.31
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 14078 0 0 0 46166 65 0 0 25 0 1 0 196962826 58966016 13578 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 14396 13578 140 302 0 14091 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 57584

[startup+522.511 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 17376
/proc/meminfo: memFree=372296/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=61524 CPUtime=522.3
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 14955 0 0 0 52159 71 0 0 25 0 1 0 196962826 63000576 14455 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 15381 14455 140 302 0 15076 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 61524

[startup+582.532 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 17376
/proc/meminfo: memFree=368776/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=65148 CPUtime=582.3
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 15811 0 0 0 58153 77 0 0 25 0 1 0 196962826 66711552 15311 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 16287 15311 140 302 0 15982 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 65148

[startup+642.561 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=365384/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=68624 CPUtime=642.3
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 16649 0 0 0 64149 81 0 0 25 0 1 0 196962826 70270976 16149 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 17156 16149 140 302 0 16851 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 68624

[startup+702.586 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=361608/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=73140 CPUtime=702.31
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 17615 0 0 0 70144 87 0 0 25 0 1 0 196962826 74895360 17107 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 18285 17107 140 302 0 17980 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 73140

[startup+762.611 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=358792/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=75976 CPUtime=762.31
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 18306 0 0 0 76140 91 0 0 25 0 1 0 196962826 77799424 17798 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 18994 17798 140 302 0 18689 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 75976

[startup+822.639 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=356296/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=78424 CPUtime=822.31
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 18934 0 0 0 82137 94 0 0 25 0 1 0 196962826 80306176 18426 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 19606 18426 140 302 0 19301 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 78424

[startup+882.661 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=353736/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=81064 CPUtime=882.31
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 19573 0 0 0 88134 97 0 0 25 0 1 0 196962826 83009536 19065 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 20266 19065 140 302 0 19961 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 81064

[startup+942.688 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=351304/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=85436 CPUtime=942.32
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 20695 0 0 0 94131 101 0 0 25 0 1 0 196962826 87486464 19674 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 21359 19674 140 302 0 21054 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 85436

[startup+1002.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=348936/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=87956 CPUtime=1002.32
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 21295 0 0 0 100127 105 0 0 25 0 1 0 196962826 90066944 20274 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 21989 20274 140 302 0 21684 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 87956

[startup+1062.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=346632/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=90136 CPUtime=1062.32
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 21862 0 0 0 106123 109 0 0 25 0 1 0 196962826 92299264 20841 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 22534 20841 140 302 0 22229 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 90136

[startup+1122.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=344392/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=92464 CPUtime=1122.32
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 22435 0 0 0 112118 114 0 0 25 0 1 0 196962826 94683136 21414 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 23116 21414 140 302 0 22811 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 92464

[startup+1182.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=342152/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=94724 CPUtime=1182.32
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 22999 0 0 0 118114 118 0 0 25 0 1 0 196962826 96997376 21978 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 23681 21978 140 302 0 23376 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 94724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=341448/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=95372 CPUtime=1200.04
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 23162 0 0 0 119884 120 0 0 25 0 1 0 196962826 97660928 22141 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 23843 22141 140 302 0 23538 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 95372

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17376
/proc/meminfo: memFree=341448/2055920 swapFree=4183396/4192956
[pid=17375] ppid=17373 vsize=95372 CPUtime=1200.04
/proc/17375/stat : 17375 (Spear-32) R 17373 17375 13241 0 -1 4194304 23162 0 0 0 119884 120 0 0 25 0 1 0 196962826 97660928 22141 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/17375/statm: 23843 22141 140 302 0 23538 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 95372

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.06
CPU user time (s): 1198.85
CPU system time (s): 1.21681
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 95372

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

runsolver used 0.878866 second user time and 2.37464 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sun Feb 18 03:40:53 UTC 2007

IDJOB= 293381
IDBENCH= 19862
IDSOLVER= 131
FILE ID= node66/293381-1171770053

PBS_JOBID= 3839499

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S1399781364-05.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293381-1171770053/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293381-1171770053/instance-293381-1171770053.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-293381-1171770053 -o ROOT/results/node66/solver-293381-1171770053 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293381-1171770053/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293381-1171770053/instance-293381-1171770053.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4c28183cf3fdc5af05ae00990cccd898

RANDOM SEED= 277864845

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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:        430312 kB
Buffers:         48880 kB
Cached:        1423104 kB
SwapCached:       3616 kB
Active:         812900 kB
Inactive:       669032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        430312 kB
SwapTotal:     4192956 kB
SwapFree:      4183396 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          15888 kB
Slab:           129728 kB
Committed_AS:   513592 kB
PageTables:       1376 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= 66563 MiB

End job on node66 on Sun Feb 18 04:00:55 UTC 2007