Trace number 293053

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.12 1200.31

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1481093667-06.UNSAT.shuffled.cnf
MD5SUMbd3636480ccd2ac89b0fc1e6396aab86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark785.06
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/293053-1171764047/instance-293053-1171764047.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/node16/watcher-293053-1171764047 -o ROOT/results/node16/solver-293053-1171764047 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293053-1171764047/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293053-1171764047/instance-293053-1171764047.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/77 11401
/proc/meminfo: memFree=967248/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=1396 CPUtime=0
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 196359001 1429504 169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 349 169 129 302 0 44 0

[startup+0.106399 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11401
/proc/meminfo: memFree=967248/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=1784 CPUtime=0.09
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 292 0 0 0 9 0 0 0 18 0 1 0 196359001 1826816 276 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 446 276 140 302 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1784

[startup+0.514351 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11401
/proc/meminfo: memFree=967248/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=2744 CPUtime=0.51
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 496 0 0 0 50 1 0 0 21 0 1 0 196359001 2809856 480 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 686 480 140 302 0 381 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2744

[startup+1.33426 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 11402
/proc/meminfo: memFree=965064/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=3652 CPUtime=1.33
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 750 0 0 0 131 2 0 0 25 0 1 0 196359001 3739648 734 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 913 734 140 302 0 608 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3652

[startup+2.97007 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 11402
/proc/meminfo: memFree=963976/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=4956 CPUtime=2.96
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 1048 0 0 0 293 3 0 0 25 0 1 0 196359001 5074944 1032 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 1239 1032 140 302 0 934 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4956

[startup+6.24869 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 11402
/proc/meminfo: memFree=961992/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=6672 CPUtime=6.24
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 1495 0 0 0 620 4 0 0 25 0 1 0 196359001 6832128 1446 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 1668 1446 140 302 0 1363 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6672

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 11402
/proc/meminfo: memFree=959504/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=9012 CPUtime=12.69
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 2066 0 0 0 1261 8 0 0 25 0 1 0 196359001 9228288 2017 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 2253 2017 140 302 0 1948 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9012

[startup+25.5115 s]
/proc/loadavg: 0.95 0.98 0.99 2/84 11474
/proc/meminfo: memFree=955224/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=12280 CPUtime=25.47
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 2887 0 0 0 2535 12 0 0 25 0 1 0 196359001 12574720 2773 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 3070 2773 140 302 0 2765 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12280

[startup+51.1295 s]
/proc/loadavg: 0.96 0.98 0.99 2/84 11512
/proc/meminfo: memFree=950744/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=16852 CPUtime=51.06
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 4000 0 0 0 5088 18 0 0 25 0 1 0 196359001 17256448 3886 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 4213 3886 140 302 0 3908 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16852

[startup+102.377 s]
/proc/loadavg: 0.98 0.98 0.99 2/84 11578
/proc/meminfo: memFree=944344/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=23928 CPUtime=102.27
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 5741 0 0 0 10200 27 0 0 25 0 1 0 196359001 24502272 5498 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 5982 5498 140 302 0 5677 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23928

[startup+162.396 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11600
/proc/meminfo: memFree=939664/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=29676 CPUtime=162.27
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 7165 0 0 0 16193 34 0 0 25 0 1 0 196359001 30388224 6922 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 7419 6922 140 302 0 7114 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 29676

[startup+222.412 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11600
/proc/meminfo: memFree=935120/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=34264 CPUtime=222.28
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 8296 0 0 0 22186 42 0 0 25 0 1 0 196359001 35086336 8053 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 8566 8053 140 302 0 8261 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34264

[startup+282.426 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 11600
/proc/meminfo: memFree=931152/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=39292 CPUtime=282.29
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 9543 0 0 0 28178 51 0 0 25 0 1 0 196359001 40235008 9043 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 9823 9043 140 302 0 9518 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 39292

[startup+342.443 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11600
/proc/meminfo: memFree=927120/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=43520 CPUtime=342.3
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 10566 0 0 0 34173 57 0 0 25 0 1 0 196359001 44564480 10066 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 10880 10066 140 302 0 10575 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 43520

[startup+402.464 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11600
/proc/meminfo: memFree=923280/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=47300 CPUtime=402.31
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 11524 0 0 0 40167 64 0 0 25 0 1 0 196359001 48435200 11024 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 11825 11024 140 302 0 11520 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 47300

[startup+462.475 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11600
/proc/meminfo: memFree=920080/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=50644 CPUtime=462.33
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 12329 0 0 0 46163 70 0 0 25 0 1 0 196359001 51859456 11829 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 12661 11829 140 302 0 12356 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 50644

[startup+522.49 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 11600
/proc/meminfo: memFree=917008/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=53776 CPUtime=522.34
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 13095 0 0 0 52158 76 0 0 25 0 1 0 196359001 55066624 12595 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 13444 12595 140 302 0 13139 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 53776

[startup+582.505 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 11600
/proc/meminfo: memFree=914256/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=56680 CPUtime=582.35
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 13786 0 0 0 58155 80 0 0 25 0 1 0 196359001 58040320 13286 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 14170 13286 140 302 0 13865 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 56680

[startup+642.523 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=911632/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=59384 CPUtime=642.36
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 14436 0 0 0 64150 86 0 0 25 0 1 0 196359001 60809216 13936 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 14846 13936 140 302 0 14541 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 59384

[startup+702.542 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=908624/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=62532 CPUtime=702.37
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 15189 0 0 0 70145 92 0 0 25 0 1 0 196359001 64032768 14689 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 15633 14689 140 302 0 15328 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 62532

[startup+762.557 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=905936/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=65520 CPUtime=762.39
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 15863 0 0 0 76141 98 0 0 25 0 1 0 196359001 67092480 15363 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 16380 15363 140 302 0 16075 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 65520

[startup+822.574 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 11600
/proc/meminfo: memFree=903696/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=68128 CPUtime=822.39
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 16413 0 0 0 82137 102 0 0 25 0 1 0 196359001 69763072 15913 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 17032 15913 140 302 0 16727 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 68128

[startup+882.585 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 11600
/proc/meminfo: memFree=901584/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=70180 CPUtime=882.4
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 16948 0 0 0 88134 106 0 0 25 0 1 0 196359001 71864320 16448 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 17545 16448 140 302 0 17240 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 70180

[startup+942.603 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 11600
/proc/meminfo: memFree=899536/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=72240 CPUtime=942.41
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 17456 0 0 0 94130 111 0 0 25 0 1 0 196359001 73973760 16956 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 18060 16956 140 302 0 17755 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 72240

[startup+1002.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=897296/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=76384 CPUtime=1002.43
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 18527 0 0 0 100126 117 0 0 25 0 1 0 196359001 78217216 17514 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 19096 17514 140 302 0 18791 0
Current children cumulated CPU time (s) 1002.43
Current children cumulated vsize (KiB) 76384

[startup+1062.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=895248/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=78648 CPUtime=1062.45
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 19024 0 0 0 106124 121 0 0 25 0 1 0 196359001 80535552 18011 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 19662 18011 140 302 0 19357 0
Current children cumulated CPU time (s) 1062.45
Current children cumulated vsize (KiB) 78648

[startup+1122.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=893328/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=80764 CPUtime=1122.46
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 19517 0 0 0 112121 125 0 0 25 0 1 0 196359001 82702336 18504 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 20191 18504 140 302 0 19886 0
Current children cumulated CPU time (s) 1122.46
Current children cumulated vsize (KiB) 80764

[startup+1182.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=891408/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=82708 CPUtime=1182.47
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 20009 0 0 0 118118 129 0 0 25 0 1 0 196359001 84692992 18996 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 20677 18996 140 302 0 20372 0
Current children cumulated CPU time (s) 1182.47
Current children cumulated vsize (KiB) 82708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11600
/proc/meminfo: memFree=890704/2055920 swapFree=4192812/4192956
[pid=11401] ppid=11399 vsize=83404 CPUtime=1200.09
/proc/11401/stat : 11401 (Spear-32) R 11399 11401 10603 0 -1 4194304 20166 0 0 0 119879 130 0 0 25 0 1 0 196359001 85405696 19153 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11401/statm: 20851 19153 140 302 0 20546 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 83404

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.31
CPU time (s): 1200.12
CPU user time (s): 1198.79
CPU system time (s): 1.3218
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 83404

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

runsolver used 1.2878 second user time and 2.98155 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Feb 18 02:00:47 UTC 2007

IDJOB= 293053
IDBENCH= 19854
IDSOLVER= 131
FILE ID= node16/293053-1171764047

PBS_JOBID= 3839281

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  bd3636480ccd2ac89b0fc1e6396aab86

RANDOM SEED= 809929594

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:        967720 kB
Buffers:         66296 kB
Cached:         889988 kB
SwapCached:          0 kB
Active:         330644 kB
Inactive:       679212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        967720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          72508 kB
Slab:            64032 kB
Committed_AS:   876612 kB
PageTables:       1720 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= 66547 MiB

End job on node16 on Sun Feb 18 02:20:49 UTC 2007