Trace number 3421013

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
QuteRSat 2011-05-12 (fixed)? (TO) 5000.14 5000.06

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
Bench CategoryCRAFTED (crafted 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 variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.04/0.06	c Parse Cnf success: #var: 1664 #clause: 157664
0.04/0.06	c Find Units :          0
0.04/0.06	c Find Invs  :          0
0.04/0.08	c Find Ands  :       1664 AvgFaninNum: 3
0.04/0.09	c Find Xors  :          0 AvgFaninNum: nan
0.04/0.09	c Find Ite   :          0
0.04/0.09	c UnDirect variable: 0
0.04/0.09	c UnDirect to Direct Gate: 0
0.04/0.09	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.04/0.09	c Break Cycle : 1248
0.04/0.09	c Total Root : 0 Undef Var: 1248
0.04/0.09	c After covering, Total Root: 416 Leaf: 1248
0.04/0.09	c Variable( cover/uncovered/unused ): 1664 0 0
0.04/0.09	c Unit Clauses: 0
0.04/0.09	c Binary Clauses( cover/uncovered ): 1248 1248
0.04/0.09	c Clauses( cover/uncovered ): 416 154752
0.04/0.09	c Total Clauses( cover/uncovered ): 1664 156000 1.05541%
0.04/0.09	c Covered Ands: 416 Invs: 0 Xors: 0 Ites: 0
0.19/0.24	c Uncover Clauses avg size: 3.984 max size: 4
0.19/0.24	c Final circuit: i/l/o/s    1248       0  156000    182624
0.19/0.24	c CnfToAig: Time: 0.24 s
0.39/0.49	c TmMap: Set choices finish.
0.49/0.57	c TmMap: Set big and: 182208
0.49/0.57	c TmMap: Origin: 183873 ClauseNum: 547872 --> New: 183457 ClauseNum: 547040
0.49/0.57	c TmMap: Time: 0.12
0.59/0.61	c Try to Add: #clause: 364416 #xorclause: 0
0.59/0.66	c #var: 27456 #clauses: 26209 Solving... 
5000.08/5000.01	c Time Out !!
5000.08/5000.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421013-1306605770/watcher-3421013-1306605770 -o /tmp/evaluation-result-3421013-1306605770/solver-3421013-1306605770 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421013-1306605770.cnf 1304132712 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.08 1.63 1.85 3/498 7794
/proc/meminfo: memFree=28532860/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 2203 0 0 0 0 0 0 0 21 0 1 0 772176653 34189312 2139 33554432000 4194304 6014671 140736996161648 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 8347 2139 378 445 0 1892 0

[startup+0.0518019 s]
/proc/loadavg: 1.08 1.63 1.85 3/498 7794
/proc/meminfo: memFree=28532860/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=45676 CPUtime=0.04 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 4866 0 0 0 4 0 0 0 21 0 1 0 772176653 46772224 4802 33554432000 4194304 6014671 140736996161648 18446744073709551615 4308300 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 11419 4802 378 445 0 4964 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45676

[startup+0.100781 s]
/proc/loadavg: 1.08 1.63 1.85 3/498 7794
/proc/meminfo: memFree=28532860/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=45676 CPUtime=0.09 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 5107 0 0 0 8 1 0 0 21 0 1 0 772176653 46772224 5043 33554432000 4194304 6014671 140736996161648 18446744073709551615 4262637 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 11419 5043 398 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.300758 s]
/proc/loadavg: 1.08 1.63 1.85 3/498 7794
/proc/meminfo: memFree=28532860/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=71512 CPUtime=0.29 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 11945 0 0 0 28 1 0 0 22 0 1 0 772176653 73228288 11882 33554432000 4194304 6014671 140736996161648 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 17878 11884 668 445 0 11423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71512

[startup+0.700694 s]
/proc/loadavg: 1.08 1.63 1.85 3/498 7794
/proc/meminfo: memFree=28532860/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=124752 CPUtime=0.69 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 24784 0 0 0 67 2 0 0 24 0 1 0 772176653 127746048 24720 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423545 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 31188 24720 696 445 0 24733 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124752

[startup+1.50056 s]
/proc/loadavg: 1.16 1.63 1.85 3/499 7795
/proc/meminfo: memFree=28423172/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=124880 CPUtime=1.49 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 24802 0 0 0 147 2 0 0 25 0 1 0 772176653 127877120 24738 33554432000 4194304 6014671 140736996161648 18446744073709551615 4567337 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 31220 24738 710 445 0 24765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124880

[startup+3.10029 s]
/proc/loadavg: 1.16 1.63 1.85 3/499 7795
/proc/meminfo: memFree=28393952/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=155924 CPUtime=3.09 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 29026 0 0 0 306 3 0 0 25 0 1 0 772176653 159666176 28962 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 38981 28962 722 445 0 32526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 155924

[startup+6.30075 s]
/proc/loadavg: 1.16 1.63 1.85 4/499 7795
/proc/meminfo: memFree=28336540/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=186292 CPUtime=6.29 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 37028 0 0 0 625 4 0 0 25 0 1 0 772176653 190763008 36964 33554432000 4194304 6014671 140736996161648 18446744073709551615 210646842873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 46573 36964 726 445 0 40118 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 186292

[startup+12.7007 s]
/proc/loadavg: 1.43 1.68 1.86 3/499 7795
/proc/meminfo: memFree=28252236/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=275588 CPUtime=12.69 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 52182 0 0 0 1263 6 0 0 25 0 1 0 772176653 282202112 52118 33554432000 4194304 6014671 140736996161648 18446744073709551615 4535234 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 68897 52118 726 445 0 62442 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 275588

[startup+25.5005 s]
/proc/loadavg: 1.52 1.69 1.86 3/499 7796
/proc/meminfo: memFree=28181432/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=292052 CPUtime=25.48 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 63734 0 0 0 2540 8 0 0 25 0 1 0 772176653 299061248 63670 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 73013 63670 726 445 0 66558 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 292052

[startup+51.1012 s]
/proc/loadavg: 1.82 1.74 1.87 3/499 7797
/proc/meminfo: memFree=28118508/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=326048 CPUtime=51.09 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 70643 0 0 0 5100 9 0 0 25 0 1 0 772176653 333873152 70522 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 81512 70522 726 445 0 75057 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 326048

[startup+102.319 s]
/proc/loadavg: 1.99 1.80 1.88 3/499 7798
/proc/meminfo: memFree=27901372/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=510080 CPUtime=102.3 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 109568 0 0 0 10215 15 0 0 25 0 1 0 772176653 522321920 104929 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 127520 104929 726 445 0 121065 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 510080

[startup+162.3 s]
/proc/loadavg: 1.99 1.83 1.89 3/499 7799
/proc/meminfo: memFree=27882392/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=510080 CPUtime=162.29 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 109570 0 0 0 16214 15 0 0 25 0 1 0 772176653 522321920 104931 33554432000 4194304 6014671 140736996161648 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 127520 104931 726 445 0 121065 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 510080

[startup+222.3 s]
/proc/loadavg: 1.99 1.86 1.89 3/499 7804
/proc/meminfo: memFree=27844788/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=510080 CPUtime=222.29 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 117794 0 0 0 22213 16 0 0 25 0 1 0 772176653 522321920 113155 33554432000 4194304 6014671 140736996161648 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 127520 113155 726 445 0 121065 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 510080

[startup+282.3 s]
/proc/loadavg: 1.99 1.88 1.90 3/499 7806
/proc/meminfo: memFree=27789884/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=681060 CPUtime=282.29 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 122519 0 0 0 28213 16 0 0 25 0 1 0 772176653 697405440 117775 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 170265 117775 726 445 0 163810 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 681060

[startup+342.301 s]
/proc/loadavg: 2.06 1.92 1.91 3/499 7807
/proc/meminfo: memFree=27745604/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=770888 CPUtime=342.3 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 143013 0 0 0 34210 20 0 0 25 0 1 0 772176653 789389312 138121 33554432000 4194304 6014671 140736996161648 18446744073709551615 4535504 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 192722 138121 726 445 0 186267 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 770888

[startup+402.301 s]
/proc/loadavg: 2.02 1.93 1.91 3/499 7809
/proc/meminfo: memFree=27805984/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=770888 CPUtime=402.3 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 150588 0 0 0 40209 21 0 0 25 0 1 0 772176653 789389312 126844 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 192722 126844 726 445 0 186267 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 770888

[startup+462.301 s]
/proc/loadavg: 2.00 1.94 1.91 3/499 7810
/proc/meminfo: memFree=27666468/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=770888 CPUtime=462.3 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 166787 0 0 0 46207 23 0 0 25 0 1 0 772176653 789389312 143043 33554432000 4194304 6014671 140736996161648 18446744073709551615 210646843032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 192722 143043 726 445 0 186267 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 770888

[startup+522.301 s]
/proc/loadavg: 2.00 1.95 1.91 3/499 7812
/proc/meminfo: memFree=27583384/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=770888 CPUtime=522.3 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 170783 0 0 0 52206 24 0 0 25 0 1 0 772176653 789389312 147039 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 192722 147039 726 445 0 186267 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 770888

[startup+582.301 s]
/proc/loadavg: 2.00 1.95 1.91 3/499 7814
/proc/meminfo: memFree=27577668/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=770888 CPUtime=582.3 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 171115 0 0 0 58206 24 0 0 25 0 1 0 772176653 789389312 147371 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 192722 147371 726 445 0 186267 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 770888

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 7920
/proc/meminfo: memFree=26982764/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491076 CPUtime=4002.35 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 282084 0 0 0 400188 47 0 0 25 0 1 0 772176653 1526861824 241587 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372769 241587 750 445 0 366314 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 1491076

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 7921
/proc/meminfo: memFree=26927076/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491076 CPUtime=4062.38 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 282105 0 0 0 406190 48 0 0 25 0 1 0 772176653 1526861824 241587 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372769 241587 750 445 0 366314 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 1491076

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 7923
/proc/meminfo: memFree=26928184/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491076 CPUtime=4122.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 282385 0 0 0 412188 48 0 0 25 0 1 0 772176653 1526861824 241828 33554432000 4194304 6014671 140736996161648 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372769 241828 750 445 0 366314 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 1491076

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 7925
/proc/meminfo: memFree=26875340/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491076 CPUtime=4182.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 282621 0 0 0 418188 48 0 0 25 0 1 0 772176653 1526861824 242016 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372769 242016 750 445 0 366314 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 1491076

[startup+4242.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 7926
/proc/meminfo: memFree=26874460/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491076 CPUtime=4242.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 282802 0 0 0 424188 48 0 0 25 0 1 0 772176653 1526861824 242179 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372769 242179 750 445 0 366314 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 1491076

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/499 7928
/proc/meminfo: memFree=26873328/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491204 CPUtime=4302.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 282894 0 0 0 430188 48 0 0 25 0 1 0 772176653 1526992896 242232 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372801 242232 750 445 0 366346 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 1491204

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 7929
/proc/meminfo: memFree=26872076/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491204 CPUtime=4362.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 283096 0 0 0 436188 48 0 0 25 0 1 0 772176653 1526992896 242391 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372801 242391 750 445 0 366346 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 1491204

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 7931
/proc/meminfo: memFree=26871564/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491204 CPUtime=4422.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 283225 0 0 0 442188 48 0 0 25 0 1 0 772176653 1526992896 242486 33554432000 4194304 6014671 140736996161648 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372801 242486 739 445 0 366346 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 1491204

[startup+4482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/499 7933
/proc/meminfo: memFree=26870812/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1491204 CPUtime=4482.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 283249 0 0 0 448188 48 0 0 25 0 1 0 772176653 1526992896 242510 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 372801 242510 739 445 0 366346 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1491204

[startup+4542.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/499 7934
/proc/meminfo: memFree=26759076/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1638840 CPUtime=4542.36 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 305500 0 0 0 454183 53 0 0 25 0 1 0 772176653 1678172160 264686 33554432000 4194304 6014671 140736996161648 18446744073709551615 4536616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 409710 264686 739 445 0 403255 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 1638840

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 7936
/proc/meminfo: memFree=26721984/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1638840 CPUtime=4602.38 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 305504 0 0 0 460185 53 0 0 25 0 1 0 772176653 1678172160 264690 33554432000 4194304 6014671 140736996161648 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 409710 264690 739 445 0 403255 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 1638840

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 7937
/proc/meminfo: memFree=26713784/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1787688 CPUtime=4662.37 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 307944 0 0 0 466183 54 0 0 25 0 1 0 772176653 1830592512 267046 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 446922 267046 739 445 0 440467 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 1787688

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 7939
/proc/meminfo: memFree=26712660/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1787688 CPUtime=4722.39 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 307944 0 0 0 472185 54 0 0 25 0 1 0 772176653 1830592512 267046 33554432000 4194304 6014671 140736996161648 18446744073709551615 4633179 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 446922 267046 739 445 0 440467 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 1787688

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 7941
/proc/meminfo: memFree=26712020/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1787688 CPUtime=4782.37 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 308473 0 0 0 478183 54 0 0 25 0 1 0 772176653 1830592512 267514 33554432000 4194304 6014671 140736996161648 18446744073709551615 4551865 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 446922 267514 739 445 0 440467 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 1787688

[startup+4842.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 7942
/proc/meminfo: memFree=26711144/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1787688 CPUtime=4842.37 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 308509 0 0 0 484183 54 0 0 25 0 1 0 772176653 1830592512 267516 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 446922 267516 739 445 0 440467 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 1787688

[startup+4902.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 7944
/proc/meminfo: memFree=26709892/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1787688 CPUtime=4902.37 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 308819 0 0 0 490183 54 0 0 25 0 1 0 772176653 1830592512 267791 33554432000 4194304 6014671 140736996161648 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 446922 267791 739 445 0 440467 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 1787688

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 7945
/proc/meminfo: memFree=26708888/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1787688 CPUtime=4962.37 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 309206 0 0 0 496183 54 0 0 25 0 1 0 772176653 1830592512 268104 33554432000 4194304 6014671 140736996161648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 446922 268104 739 445 0 440467 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 1787688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.93 2.01 1.99 2/497 7948
/proc/meminfo: memFree=27493568/32951132 swapFree=59085548/67111528
[pid=7794] ppid=7792 vsize=1787688 CPUtime=5000.08 cores=1,3,5,7
/proc/7794/stat : 7794 (qutersat_releas) R 7792 7794 6460 0 -1 4202496 309206 0 0 0 499954 54 0 0 25 0 1 0 772176653 1830592512 268104 33554432000 4194304 6014671 140736996161648 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7794/statm: 446922 268104 739 445 0 440467 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1787688

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

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

Child status: 1
Real time (s): 5000.06
CPU time (s): 5000.14
CPU user time (s): 4999.55
CPU system time (s): 0.58691
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1787688

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

runsolver used 22.9295 second user time and 58.909 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-28 20:02:50
IDJOB=3421013
IDBENCH=83159
IDSOLVER=1868
FILE ID=node129/3421013-1306605770
RUNJOBID= node129-1306605770-7748
PBS_JOBID= 13471551
Free space on /tmp= 73140 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421013-1306605770/watcher-3421013-1306605770 -o /tmp/evaluation-result-3421013-1306605770/solver-3421013-1306605770 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421013-1306605770.cnf 1304132712

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=1304132712

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28533132 kB
Buffers:        186556 kB
Cached:        1632340 kB
SwapCached:      74156 kB
Active:         509972 kB
Inactive:      3685124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28533132 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:            7136 kB
Writeback:          24 kB
AnonPages:     2312576 kB
Mapped:          19564 kB
Slab:            96212 kB
PageTables:      59024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147373188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73144 MiB
End job on node129 at 2011-05-28 21:26:12