Trace number 293094

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.04 1200.33

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1047920973-05.SAT.shuffled.cnf
MD5SUMdb8e419644a4c82c9378034a33f31e1f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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/293094-1171764571/instance-293094-1171764571.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/node41/watcher-293094-1171764571 -o ROOT/results/node41/solver-293094-1171764571 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293094-1171764571/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293094-1171764571/instance-293094-1171764571.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.99 3/64 15686
/proc/meminfo: memFree=1278912/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=1396 CPUtime=0
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 196413062 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 349 167 129 302 0 44 0

[startup+0.107199 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15686
/proc/meminfo: memFree=1278912/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=1912 CPUtime=0.1
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 297 0 0 0 10 0 0 0 18 0 1 0 196413062 1957888 281 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 478 281 140 302 0 173 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1912

[startup+0.515233 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15686
/proc/meminfo: memFree=1278912/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=2748 CPUtime=0.51
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 507 0 0 0 50 1 0 0 21 0 1 0 196413062 2813952 491 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 687 491 140 302 0 382 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2748

[startup+1.33531 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1276664/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=3916 CPUtime=1.33
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 781 0 0 0 131 2 0 0 25 0 1 0 196413062 4009984 765 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 979 765 140 302 0 674 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3916

[startup+2.97145 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1275512/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=5076 CPUtime=2.96
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 1107 0 0 0 293 3 0 0 25 0 1 0 196413062 5197824 1091 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 1269 1091 140 302 0 964 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5076

[startup+6.25373 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1273408/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=7032 CPUtime=6.24
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 1579 0 0 0 619 5 0 0 25 0 1 0 196413062 7200768 1530 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 1758 1530 140 302 0 1453 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7032

[startup+12.7043 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1270728/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=9360 CPUtime=12.69
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 2182 0 0 0 1261 8 0 0 25 0 1 0 196413062 9584640 2133 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 2340 2133 140 302 0 2035 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9360

[startup+25.5084 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1267464/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=12892 CPUtime=25.49
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 3086 0 0 0 2538 11 0 0 25 0 1 0 196413062 13201408 2972 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 3223 2972 140 302 0 2918 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12892

[startup+51.1146 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1262600/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=17832 CPUtime=51.09
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 4282 0 0 0 5093 16 0 0 25 0 1 0 196413062 18259968 4168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 4458 4168 140 302 0 4153 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17832

[startup+102.327 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1256136/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=25028 CPUtime=102.3
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 6016 0 0 0 10205 25 0 0 25 0 1 0 196413062 25628672 5773 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 6257 5773 140 302 0 5952 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25028

[startup+162.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1249928/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=31412 CPUtime=162.3
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 7548 0 0 0 16198 32 0 0 25 0 1 0 196413062 32165888 7305 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 7853 7305 140 302 0 7548 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 31412

[startup+222.371 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1245128/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=36480 CPUtime=222.3
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 8740 0 0 0 22193 37 0 0 25 0 1 0 196413062 37355520 8497 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 9120 8497 140 302 0 8815 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 36480

[startup+282.391 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1241032/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=41700 CPUtime=282.32
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 10029 0 0 0 28188 44 0 0 25 0 1 0 196413062 42700800 9529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 10425 9529 140 302 0 10120 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 41700

[startup+342.409 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1236936/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=46064 CPUtime=342.31
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 11069 0 0 0 34181 50 0 0 25 0 1 0 196413062 47169536 10569 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 11516 10569 140 302 0 11211 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 46064

[startup+402.429 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1233608/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=49280 CPUtime=402.32
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 11878 0 0 0 40176 56 0 0 25 0 1 0 196413062 50462720 11378 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 12320 11378 140 302 0 12015 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 49280

[startup+462.45 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1230472/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=52252 CPUtime=462.33
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 12669 0 0 0 46172 61 0 0 25 0 1 0 196413062 53506048 12169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 13063 12169 140 302 0 12758 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 52252

[startup+522.471 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1227400/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=55612 CPUtime=522.33
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 13435 0 0 0 52167 66 0 0 25 0 1 0 196413062 56946688 12935 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 13903 12935 140 302 0 13598 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 55612

[startup+582.489 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1224392/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=58324 CPUtime=582.34
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 14174 0 0 0 58163 71 0 0 25 0 1 0 196413062 59723776 13674 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 14581 13674 140 302 0 14276 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 58324

[startup+642.512 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1221384/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=61896 CPUtime=642.35
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 14922 0 0 0 64160 75 0 0 25 0 1 0 196413062 63381504 14422 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 15474 14422 140 302 0 15169 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 61896

[startup+702.533 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1218440/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=65076 CPUtime=702.36
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 15664 0 0 0 70157 79 0 0 25 0 1 0 196413062 66637824 15164 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 16269 15164 140 302 0 15964 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 65076

[startup+762.552 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1215944/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=67440 CPUtime=762.36
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 16291 0 0 0 76152 84 0 0 25 0 1 0 196413062 69058560 15791 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 16860 15791 140 302 0 16555 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 67440

[startup+822.574 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1213512/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=69888 CPUtime=822.37
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 16894 0 0 0 82149 88 0 0 25 0 1 0 196413062 71565312 16394 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 17472 16394 140 302 0 17167 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 69888

[startup+882.59 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1211272/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=72196 CPUtime=882.37
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 17447 0 0 0 88145 92 0 0 25 0 1 0 196413062 73928704 16947 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 18049 16947 140 302 0 17744 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 72196

[startup+942.609 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1208712/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=77012 CPUtime=942.38
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 18575 0 0 0 94141 97 0 0 25 0 1 0 196413062 78860288 17562 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 19253 17562 140 302 0 18948 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 77012

[startup+1002.63 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 15687
/proc/meminfo: memFree=1206728/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=79388 CPUtime=1002.38
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 19100 0 0 0 100139 99 0 0 25 0 1 0 196413062 81293312 18087 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 19847 18087 140 302 0 19542 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 79388

[startup+1062.66 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1204808/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=81364 CPUtime=1062.39
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 19576 0 0 0 106137 102 0 0 25 0 1 0 196413062 83316736 18563 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 20341 18563 140 302 0 20036 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 81364

[startup+1122.67 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1202504/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=83568 CPUtime=1122.39
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 20150 0 0 0 112134 105 0 0 25 0 1 0 196413062 85573632 19137 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 20892 19137 140 302 0 20587 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 83568

[startup+1182.69 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1200584/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=85436 CPUtime=1182.4
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 20641 0 0 0 118133 107 0 0 25 0 1 0 196413062 87486464 19628 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 21359 19628 140 302 0 21054 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 85436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15687
/proc/meminfo: memFree=1200008/2055920 swapFree=4183936/4192956
[pid=15686] ppid=15684 vsize=86460 CPUtime=1200.02
/proc/15686/stat : 15686 (Spear-32) R 15684 15686 14832 0 -1 4194304 20774 0 0 0 119894 108 0 0 25 0 1 0 196413062 88535040 19761 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 21615 19761 140 302 0 21310 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 86460

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.33
CPU time (s): 1200.04
CPU user time (s): 1198.94
CPU system time (s): 1.10183
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 86460

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

runsolver used 0.91686 second user time and 2.30465 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Feb 18 02:09:31 UTC 2007

IDJOB= 293094
IDBENCH= 19855
IDSOLVER= 131
FILE ID= node41/293094-1171764571

PBS_JOBID= 3839498

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  db8e419644a4c82c9378034a33f31e1f

RANDOM SEED= 243027566

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1279384 kB
Buffers:         40500 kB
Cached:         652984 kB
SwapCached:       3652 kB
Active:         565932 kB
Inactive:       137740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279384 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            58848 kB
Committed_AS:   377280 kB
PageTables:       1476 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 node41 on Sun Feb 18 02:29:34 UTC 2007