Trace number 3376740

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) 1300.06 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
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 variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
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 556
Number of clauses of size over 558320

Solver Data

0.00/0.01	c Set FPU double precision.
0.02/0.04	c Parse Cnf success: #var: 140 #clause: 58376
0.02/0.04	c Find Units :          0
0.02/0.04	c Find Invs  :          0
0.02/0.05	c Find Ands  :          0 AvgFaninNum: nan
0.02/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.06	c Find Ite   :          0
0.02/0.06	c UnDirect variable: 0
0.02/0.06	c UnDirect to Direct Gate: 0
0.02/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.06	c Break Cycle : 0
0.02/0.06	c Total Root : 0 Undef Var: 140
0.02/0.06	c After covering, Total Root: 0 Leaf: 0
0.02/0.06	c Variable( cover/uncovered/unused ): 0 140 0
0.02/0.06	c Unit Clauses: 0
0.02/0.06	c Binary Clauses( cover/uncovered ): 0 0
0.02/0.06	c Clauses( cover/uncovered ): 0 58376
0.02/0.06	c Total Clauses( cover/uncovered ): 0 58376 0%
0.02/0.06	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.19/0.23	c Uncover Clauses avg size: 9.9952 max size: 10
0.19/0.23	c Final circuit: i/l/o/s     140       0   58376    107653
0.19/0.23	c CnfToAig: Time: 0.22 s
0.39/0.46	c TmMap: Set choices finish.
0.49/0.53	c TmMap: Set big and: 77030
0.49/0.53	c TmMap: Origin: 107794 ClauseNum: 322959 --> New: 77171 ClauseNum: 269494
0.49/0.53	c TmMap: Time: 0.11
0.49/0.56	c Try to Add: #clause: 154060 #xorclause: 0
0.49/0.59	c #var: 18794 #clauses: 51922 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.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-3376740-1305475346/watcher-3376740-1305475346 -o /tmp/evaluation-result-3376740-1305475346/solver-3376740-1305475346 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376740-1305475346.cnf 2001446960 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.69 3.99 3.89 2/427 27231
/proc/meminfo: memFree=13716264/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=33388 CPUtime=0.01 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 2013 0 0 0 1 0 0 0 23 0 1 0 737765296 34189312 1949 33554432000 4194304 6014671 140737370599616 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 8347 1950 378 445 0 1892 0

[startup+0.029785 s]
/proc/loadavg: 3.69 3.99 3.89 2/427 27231
/proc/meminfo: memFree=13716264/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=35436 CPUtime=0.02 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 2573 0 0 0 2 0 0 0 23 0 1 0 737765296 36286464 2509 33554432000 4194304 6014671 140737370599616 18446744073709551615 4802984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 8859 2509 378 445 0 2404 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35436

[startup+0.100771 s]
/proc/loadavg: 3.69 3.99 3.89 2/427 27231
/proc/meminfo: memFree=13716264/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=40044 CPUtime=0.09 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 3581 0 0 0 9 0 0 0 23 0 1 0 737765296 41005056 3517 33554432000 4194304 6014671 140737370599616 18446744073709551615 4262637 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 10011 3517 398 445 0 3556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40044

[startup+0.300738 s]
/proc/loadavg: 3.69 3.99 3.89 2/427 27231
/proc/meminfo: memFree=13716264/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=61548 CPUtime=0.29 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 9424 0 0 0 28 1 0 0 25 0 1 0 737765296 63025152 9360 33554432000 4194304 6014671 140737370599616 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 15387 9362 668 445 0 8932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61548

[startup+0.700666 s]
/proc/loadavg: 3.69 3.99 3.89 2/427 27231
/proc/meminfo: memFree=13716264/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=97612 CPUtime=0.69 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 18125 0 0 0 67 2 0 0 25 0 1 0 737765296 99954688 18061 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 24403 18061 696 445 0 17948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97612

[startup+1.50052 s]
/proc/loadavg: 3.69 3.99 3.89 5/438 27252
/proc/meminfo: memFree=13545076/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=97612 CPUtime=1.49 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 18129 0 0 0 147 2 0 0 25 0 1 0 737765296 99954688 18065 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 24403 18065 700 445 0 17948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97612

[startup+3.10026 s]
/proc/loadavg: 3.69 3.99 3.89 5/438 27252
/proc/meminfo: memFree=13448896/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=189260 CPUtime=3.09 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 40823 0 0 0 303 6 0 0 25 0 1 0 737765296 193802240 40759 33554432000 4194304 6014671 140737370599616 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 47315 40759 700 445 0 40860 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 189260

[startup+6.30069 s]
/proc/loadavg: 3.71 3.99 3.89 5/438 27252
/proc/meminfo: memFree=13353020/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=209920 CPUtime=6.29 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 44053 0 0 0 623 6 0 0 25 0 1 0 737765296 214958080 43989 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 52480 43989 722 445 0 46025 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209920

[startup+12.7006 s]
/proc/loadavg: 3.74 3.99 3.89 6/438 27252
/proc/meminfo: memFree=13261900/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=240264 CPUtime=12.69 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 52884 0 0 0 1262 7 0 0 25 0 1 0 737765296 246030336 52820 33554432000 4194304 6014671 140737370599616 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 60066 52820 726 445 0 53611 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 240264

[startup+25.5003 s]
/proc/loadavg: 3.79 3.99 3.89 5/438 27252
/proc/meminfo: memFree=13142620/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=321880 CPUtime=25.49 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 65242 0 0 0 2540 9 0 0 25 0 1 0 737765296 329605120 65172 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 80470 65172 730 445 0 74015 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321880

[startup+51.1008 s]
/proc/loadavg: 3.86 3.99 3.89 5/438 27253
/proc/meminfo: memFree=13086512/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=359192 CPUtime=51.1 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 71087 0 0 0 5099 11 0 0 25 0 1 0 737765296 367812608 71010 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424612 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 89798 71010 726 445 0 83343 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 359192

[startup+102.316 s]
/proc/loadavg: 3.94 3.99 3.90 5/438 27254
/proc/meminfo: memFree=13004024/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=359192 CPUtime=102.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 73320 0 0 0 10219 11 0 0 25 0 1 0 737765296 367812608 73222 33554432000 4194304 6014671 140737370599616 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 89798 73222 726 445 0 83343 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 359192

[startup+162.3 s]
/proc/loadavg: 3.98 3.99 3.90 5/438 27256
/proc/meminfo: memFree=12932200/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=359192 CPUtime=162.29 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 76573 0 0 0 16217 12 0 0 25 0 1 0 737765296 367812608 76430 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 89798 76430 756 445 0 83343 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 359192

[startup+222.301 s]
/proc/loadavg: 4.03 4.00 3.91 5/438 27258
/proc/meminfo: memFree=12875628/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=373312 CPUtime=222.29 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 80534 0 0 0 22216 13 0 0 25 0 1 0 737765296 382271488 80296 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 93328 80296 729 445 0 86873 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 373312

[startup+282.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/438 27259
/proc/meminfo: memFree=12761152/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=373312 CPUtime=282.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 81342 0 0 0 28216 14 0 0 25 0 1 0 737765296 382271488 81074 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 93328 81074 729 445 0 86873 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 373312

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/438 27261
/proc/meminfo: memFree=12699620/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=373312 CPUtime=342.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 82193 0 0 0 34216 14 0 0 25 0 1 0 737765296 382271488 81925 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 93328 81925 735 445 0 86873 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 373312

[startup+402.3 s]
/proc/loadavg: 4.05 4.01 3.92 5/438 27262
/proc/meminfo: memFree=12658308/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=404344 CPUtime=402.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 85658 0 0 0 40215 15 0 0 25 0 1 0 737765296 414048256 85338 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 101086 85338 729 445 0 94631 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 404344

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.92 5/438 27264
/proc/meminfo: memFree=12616236/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=404344 CPUtime=462.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 86194 0 0 0 46215 15 0 0 25 0 1 0 737765296 414048256 85654 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 101086 85654 729 445 0 94631 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 404344

[startup+522.3 s]
/proc/loadavg: 4.05 4.02 3.92 5/438 27266
/proc/meminfo: memFree=12600948/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=404344 CPUtime=522.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 87901 0 0 0 52214 16 0 0 25 0 1 0 737765296 414048256 87358 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 101086 87358 726 445 0 94631 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 404344

[startup+582.301 s]
/proc/loadavg: 4.11 4.04 3.93 5/438 27267
/proc/meminfo: memFree=12545108/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=404344 CPUtime=582.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 90909 0 0 0 58214 16 0 0 25 0 1 0 737765296 414048256 90366 33554432000 4194304 6014671 140737370599616 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 101086 90366 726 445 0 94631 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 404344

[startup+642.3 s]
/proc/loadavg: 4.08 4.05 3.94 6/438 27269
/proc/meminfo: memFree=12522752/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=420868 CPUtime=642.32 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 93656 0 0 0 64215 17 0 0 25 0 1 0 737765296 430968832 93113 33554432000 4194304 6014671 140737370599616 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 105217 93113 726 445 0 98762 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 420868

[startup+702.301 s]
/proc/loadavg: 4.03 4.04 3.94 5/438 27270
/proc/meminfo: memFree=12501404/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=420868 CPUtime=702.3 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 93722 0 0 0 70213 17 0 0 25 0 1 0 737765296 430968832 93179 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 105217 93179 726 445 0 98762 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 420868

[startup+762.316 s]
/proc/loadavg: 4.06 4.04 3.94 5/438 27272
/proc/meminfo: memFree=12453016/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=420868 CPUtime=762.32 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 93722 0 0 0 76215 17 0 0 25 0 1 0 737765296 430968832 93179 33554432000 4194304 6014671 140737370599616 18446744073709551615 4534932 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 105217 93179 726 445 0 98762 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 420868

[startup+822.301 s]
/proc/loadavg: 4.02 4.03 3.94 5/438 27274
/proc/meminfo: memFree=12461792/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=420868 CPUtime=822.31 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 93851 0 0 0 82214 17 0 0 25 0 1 0 737765296 430968832 93308 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 105217 93308 726 445 0 98762 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 420868

[startup+882.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/438 27275
/proc/meminfo: memFree=12410676/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=489596 CPUtime=882.31 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 96401 0 0 0 88213 18 0 0 25 0 1 0 737765296 501346304 95858 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 122399 95858 726 445 0 115944 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 489596

[startup+942.301 s]
/proc/loadavg: 4.15 4.05 3.95 5/438 27277
/proc/meminfo: memFree=12399740/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=489596 CPUtime=942.31 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 99556 0 0 0 94212 19 0 0 25 0 1 0 737765296 501346304 99013 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 122399 99013 726 445 0 115944 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 489596

[startup+1002.3 s]
/proc/loadavg: 4.12 4.06 3.96 6/438 27278
/proc/meminfo: memFree=12337968/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=559436 CPUtime=1002.31 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 99743 0 0 0 100212 19 0 0 25 0 1 0 737765296 572862464 95257 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 139859 95257 726 445 0 133404 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 559436

[startup+1062.3 s]
/proc/loadavg: 4.17 4.08 3.97 5/438 27280
/proc/meminfo: memFree=12305076/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=559436 CPUtime=1062.31 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 102470 0 0 0 106211 20 0 0 25 0 1 0 737765296 572862464 97984 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 139859 97984 726 445 0 133404 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 559436

[startup+1122.3 s]
/proc/loadavg: 4.20 4.09 3.98 5/438 27282
/proc/meminfo: memFree=12227536/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=559436 CPUtime=1122.32 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 109326 0 0 0 112209 23 0 0 25 0 1 0 737765296 572862464 104840 33554432000 4194304 6014671 140737370599616 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 139859 104840 726 445 0 133404 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 559436

[startup+1182.3 s]
/proc/loadavg: 4.13 4.09 3.99 6/438 27283
/proc/meminfo: memFree=12204436/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=559436 CPUtime=1182.32 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 109546 0 0 0 118209 23 0 0 25 0 1 0 737765296 572862464 105060 33554432000 4194304 6014671 140737370599616 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 139859 105060 726 445 0 133404 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 559436

[startup+1242.3 s]
/proc/loadavg: 4.05 4.07 3.99 6/438 27285
/proc/meminfo: memFree=12190888/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=559436 CPUtime=1242.32 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 109897 0 0 0 124209 23 0 0 25 0 1 0 737765296 572862464 105411 33554432000 4194304 6014671 140737370599616 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 139859 105411 726 445 0 133404 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 559436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.09 4.00 4/436 27287
/proc/meminfo: memFree=12563620/32951124 swapFree=65586204/67111528
[pid=27231] ppid=27229 vsize=559436 CPUtime=1300.03 cores=5,7
/proc/27231/stat : 27231 (qutersat_releas) R 27229 27231 26272 0 -1 4202496 110079 0 0 0 129980 23 0 0 25 0 1 0 737765296 572862464 105593 33554432000 4194304 6014671 140737370599616 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27231/statm: 139859 105593 726 445 0 133404 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 559436

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): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.81
CPU system time (s): 0.254961
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 559436

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

runsolver used 5.32419 second user time and 12.6931 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 18:02:26
IDJOB=3376740
IDBENCH=83965
IDSOLVER=1856
FILE ID=node119/3376740-1305475346
RUNJOBID= node119-1305475346-27212
PBS_JOBID= 13325316
Free space on /tmp= 73296 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376740-1305475346/watcher-3376740-1305475346 -o /tmp/evaluation-result-3376740-1305475346/solver-3376740-1305475346 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376740-1305475346.cnf 2001446960

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=2001446960

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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:     32951124 kB
MemFree:      13716536 kB
Buffers:        309036 kB
Cached:        4872076 kB
SwapCached:       4756 kB
Active:       15690748 kB
Inactive:      3198452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13716536 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            6300 kB
Writeback:           0 kB
AnonPages:    13706560 kB
Mapped:          34836 kB
Slab:           215336 kB
PageTables:      63776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120838820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73292 MiB
End job on node119 at 2011-05-15 18:24:08