Trace number 3421063

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.15 4999.98

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.19/0.25	c Parse Cnf success: #var: 3276 #clause: 628173
0.19/0.25	c Find Units :          0
0.19/0.25	c Find Invs  :          0
0.28/0.38	c Find Ands  :       3276 AvgFaninNum: 3
0.38/0.40	c Find Xors  :          0 AvgFaninNum: nan
0.38/0.41	c Find Ite   :          0
0.38/0.41	c UnDirect variable: 0
0.38/0.41	c UnDirect to Direct Gate: 0
0.38/0.41	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.38/0.41	c Break Cycle : 2457
0.38/0.41	c Total Root : 0 Undef Var: 2457
0.38/0.42	c After covering, Total Root: 819 Leaf: 2457
0.38/0.42	c Variable( cover/uncovered/unused ): 3276 0 0
0.38/0.42	c Unit Clauses: 0
0.38/0.42	c Binary Clauses( cover/uncovered ): 2457 2457
0.38/0.42	c Clauses( cover/uncovered ): 819 622440
0.38/0.42	c Total Clauses( cover/uncovered ): 3276 624897 0.521512%
0.38/0.42	c Covered Ands: 819 Invs: 0 Xors: 0 Ites: 0
0.99/1.03	c Uncover Clauses avg size: 3.99214 max size: 4
0.99/1.05	c Final circuit: i/l/o/s    2457       0  624897    688779
0.99/1.05	c CnfToAig: Time: 1.04 s
1.88/1.95	c TmMap: Set choices finish.
2.19/2.30	c TmMap: Set big and: 687960
2.19/2.30	c TmMap: Origin: 691237 ClauseNum: 2066337 --> New: 690418 ClauseNum: 2064699
2.19/2.30	c TmMap: Time: 0.46
2.38/2.45	c Try to Add: #clause: 1375920 #xorclause: 0
2.58/2.60	c #var: 65520 #clauses: 63064 Solving... 
5000.06/4999.91	c Time Out !!
5000.06/4999.91	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-3421063-1306609406/watcher-3421063-1306609406 -o /tmp/evaluation-result-3421063-1306609406/solver-3421063-1306609406 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421063-1306609406.cnf 418735890 

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: 0.94 1.01 1.12 3/469 950
/proc/meminfo: memFree=12192368/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=18612 CPUtime=0 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) S 948 950 31899 0 -1 4194304 114 0 0 0 0 0 0 0 25 0 1 0 851171101 19058688 69 33554432000 4194304 6014671 140734401045920 18446744073709551615 252453142151 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/950/statm: 4653 69 51 445 0 90 0

[startup+0.107788 s]
/proc/loadavg: 0.94 1.01 1.12 3/469 950
/proc/meminfo: memFree=12192368/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=59500 CPUtime=0.1 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 8110 0 0 0 9 1 0 0 25 0 1 0 851171101 60928000 8047 33554432000 4194304 6014671 140734401045920 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 14875 8047 378 445 0 8420 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 59500

[startup+0.200771 s]
/proc/loadavg: 0.94 1.01 1.12 3/469 950
/proc/meminfo: memFree=12192368/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=86252 CPUtime=0.19 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 14279 0 0 0 17 2 0 0 25 0 1 0 851171101 88322048 14216 33554432000 4194304 6014671 140734401045920 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 21563 14216 378 445 0 15108 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 86252

[startup+0.300771 s]
/proc/loadavg: 0.94 1.01 1.12 3/469 950
/proc/meminfo: memFree=12192368/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=86252 CPUtime=0.28 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 14629 0 0 0 26 2 0 0 25 0 1 0 851171101 88322048 14566 33554432000 4194304 6014671 140734401045920 18446744073709551615 4287911 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 21563 14566 383 445 0 15108 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 86252

[startup+0.700675 s]
/proc/loadavg: 0.94 1.01 1.12 3/469 950
/proc/meminfo: memFree=12192368/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=98540 CPUtime=0.69 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 17717 0 0 0 66 3 0 0 25 0 1 0 851171101 100904960 17654 33554432000 4194304 6014671 140734401045920 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 24635 17654 398 445 0 18180 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98540

[startup+1.50053 s]
/proc/loadavg: 0.94 1.01 1.12 3/470 951
/proc/meminfo: memFree=12056712/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=220184 CPUtime=1.48 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 49039 0 0 0 142 6 0 0 25 0 1 0 851171101 225468416 48976 33554432000 4194304 6014671 140734401045920 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 55046 48978 668 445 0 48591 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 220184

[startup+3.10024 s]
/proc/loadavg: 0.94 1.01 1.12 3/470 951
/proc/meminfo: memFree=11870340/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=378528 CPUtime=3.08 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 86054 0 0 0 298 10 0 0 25 0 1 0 851171101 387612672 85991 33554432000 4194304 6014671 140734401045920 18446744073709551615 252457759710 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 94632 85991 700 445 0 88177 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 378528

[startup+6.30064 s]
/proc/loadavg: 1.02 1.02 1.13 3/470 952
/proc/meminfo: memFree=11802028/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=390684 CPUtime=6.29 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 88815 0 0 0 618 11 0 0 25 0 1 0 851171101 400060416 88659 33554432000 4194304 6014671 140734401045920 18446744073709551615 4498000 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 97671 88659 717 445 0 91216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 390684

[startup+12.7004 s]
/proc/loadavg: 1.10 1.04 1.13 3/470 952
/proc/meminfo: memFree=11726068/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=390684 CPUtime=12.69 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 89206 0 0 0 1258 11 0 0 25 0 1 0 851171101 400060416 89050 33554432000 4194304 6014671 140734401045920 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 97671 89050 726 445 0 91216 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 390684

[startup+25.5011 s]
/proc/loadavg: 1.30 1.09 1.15 3/470 952
/proc/meminfo: memFree=11561140/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=604840 CPUtime=25.49 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 121368 0 0 0 2534 15 0 0 25 0 1 0 851171101 619356160 112976 33554432000 4194304 6014671 140734401045920 18446744073709551615 4512329 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 151210 112976 726 445 0 144755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 604840

[startup+51.1003 s]
/proc/loadavg: 1.54 1.16 1.17 3/470 953
/proc/meminfo: memFree=11370236/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=737036 CPUtime=51.08 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 161871 0 0 0 5088 20 0 0 25 0 1 0 851171101 754724864 153053 33554432000 4194304 6014671 140734401045920 18446744073709551615 4629755 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 184259 153053 726 445 0 177804 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 737036

[startup+102.301 s]
/proc/loadavg: 1.80 1.29 1.21 3/470 954
/proc/meminfo: memFree=11054524/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=1175104 CPUtime=102.29 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 202668 0 0 0 10203 26 0 0 25 0 1 0 851171101 1203306496 193850 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 293776 193850 726 445 0 287321 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1175104

[startup+162.301 s]
/proc/loadavg: 1.98 1.43 1.26 3/470 956
/proc/meminfo: memFree=10965600/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=1175104 CPUtime=162.29 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 211270 0 0 0 16202 27 0 0 25 0 1 0 851171101 1203306496 202452 33554432000 4194304 6014671 140734401045920 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 293776 202452 726 445 0 287321 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1175104

[startup+222.317 s]
/proc/loadavg: 1.99 1.53 1.30 3/470 957
/proc/meminfo: memFree=10987648/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=1175104 CPUtime=222.31 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 212687 0 0 0 22203 28 0 0 25 0 1 0 851171101 1203306496 185593 33554432000 4194304 6014671 140734401045920 18446744073709551615 4378744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 293776 185593 726 445 0 287321 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1175104

[startup+282.3 s]
/proc/loadavg: 2.15 1.65 1.36 3/470 959
/proc/meminfo: memFree=10854696/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=1175104 CPUtime=282.3 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 242012 0 0 0 28198 32 0 0 25 0 1 0 851171101 1203306496 214918 33554432000 4194304 6014671 140734401045920 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 293776 214918 726 445 0 287321 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1175104

[startup+342.301 s]
/proc/loadavg: 2.13 1.72 1.40 3/470 961
/proc/meminfo: memFree=10805080/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=1672280 CPUtime=342.3 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 253412 0 0 0 34197 33 0 0 25 0 1 0 851171101 1712414720 226147 33554432000 4194304 6014671 140734401045920 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 418070 226147 726 445 0 411615 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1672280

[startup+402.301 s]
/proc/loadavg: 2.05 1.77 1.43 3/470 962
/proc/meminfo: memFree=10798984/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=2008124 CPUtime=402.3 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 256589 0 0 0 40196 34 0 0 25 0 1 0 851171101 2056318976 227747 33554432000 4194304 6014671 140734401045920 18446744073709551615 4371812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 502031 227747 726 445 0 495576 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2008124

[startup+462.301 s]
/proc/loadavg: 2.02 1.81 1.47 3/470 964
/proc/meminfo: memFree=10750728/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=2008124 CPUtime=462.31 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 268359 0 0 0 46195 36 0 0 25 0 1 0 851171101 2056318976 239517 33554432000 4194304 6014671 140734401045920 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 502031 239517 726 445 0 495576 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2008124

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.50 3/470 965
/proc/meminfo: memFree=10714256/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=2008124 CPUtime=522.3 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 270401 0 0 0 52194 36 0 0 25 0 1 0 851171101 2056318976 241559 33554432000 4194304 6014671 140734401045920 18446744073709551615 4536728 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 502031 241559 726 445 0 495576 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2008124

[startup+582.3 s]
/proc/loadavg: 2.00 1.87 1.52 3/470 967
/proc/meminfo: memFree=10709640/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=2008124 CPUtime=582.3 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 271315 0 0 0 58194 36 0 0 25 0 1 0 851171101 2056318976 242452 33554432000 4194304 6014671 140734401045920 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 502031 242452 726 445 0 495576 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2008124

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 1071
/proc/meminfo: memFree=9586284/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=2996600 CPUtime=4002.42 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 468498 0 0 0 400175 67 0 0 25 0 1 0 851171101 3068518400 424772 33554432000 4194304 6014671 140734401045920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 749150 424772 728 445 0 742695 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 2996600

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1073
/proc/meminfo: memFree=9559104/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=2996600 CPUtime=4062.42 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 474542 0 0 0 406174 68 0 0 25 0 1 0 851171101 3068518400 430735 33554432000 4194304 6014671 140734401045920 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 749150 430735 728 445 0 742695 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 2996600

[startup+4122.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/470 1074
/proc/meminfo: memFree=9545692/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3217968 CPUtime=4122.43 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 478162 0 0 0 412174 69 0 0 25 0 1 0 851171101 3295199232 434224 33554432000 4194304 6014671 140734401045920 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 804492 434224 728 445 0 798037 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 3217968

[startup+4182.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/470 1076
/proc/meminfo: memFree=9509332/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3217968 CPUtime=4182.45 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 486105 0 0 0 418175 70 0 0 25 0 1 0 851171101 3295199232 442074 33554432000 4194304 6014671 140734401045920 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 804492 442074 728 445 0 798037 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 3217968

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1078
/proc/meminfo: memFree=9508572/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3217968 CPUtime=4242.43 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 486258 0 0 0 424173 70 0 0 25 0 1 0 851171101 3295199232 442127 33554432000 4194304 6014671 140734401045920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 804492 442127 728 445 0 798037 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 3217968

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1079
/proc/meminfo: memFree=9459936/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3440724 CPUtime=4302.44 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 497748 0 0 0 430171 73 0 0 25 0 1 0 851171101 3523301376 453445 33554432000 4194304 6014671 140734401045920 18446744073709551615 4633465 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 860181 453445 728 445 0 853726 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 3440724

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1081
/proc/meminfo: memFree=9476288/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3440724 CPUtime=4362.44 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 498041 0 0 0 436171 73 0 0 25 0 1 0 851171101 3523301376 449377 33554432000 4194304 6014671 140734401045920 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 860181 449377 728 445 0 853726 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 3440724

[startup+4422.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/470 1082
/proc/meminfo: memFree=9428532/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3664400 CPUtime=4422.44 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 509859 0 0 0 442168 76 0 0 25 0 1 0 851171101 3752345600 461195 33554432000 4194304 6014671 140734401045920 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 916100 461195 728 445 0 909645 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 3664400

[startup+4482.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/470 1084
/proc/meminfo: memFree=9428012/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3664400 CPUtime=4482.44 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 510118 0 0 0 448168 76 0 0 25 0 1 0 851171101 3752345600 461454 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 916100 461454 728 445 0 909645 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 3664400

[startup+4542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 1086
/proc/meminfo: memFree=9425016/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3664400 CPUtime=4542.44 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 510118 0 0 0 454168 76 0 0 25 0 1 0 851171101 3752345600 461454 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 916100 461454 728 445 0 909645 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 3664400

[startup+4602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/470 1087
/proc/meminfo: memFree=9389896/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3664400 CPUtime=4602.44 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 510214 0 0 0 460168 76 0 0 25 0 1 0 851171101 3752345600 461550 33554432000 4194304 6014671 140734401045920 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 916100 461550 728 445 0 909645 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 3664400

[startup+4662.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/470 1089
/proc/meminfo: memFree=9367548/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3890000 CPUtime=4662.45 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 512363 0 0 0 466168 77 0 0 25 0 1 0 851171101 3983360000 463699 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 972500 463699 728 445 0 966045 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 3890000

[startup+4722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 1090
/proc/meminfo: memFree=9368404/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3890000 CPUtime=4722.46 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 512363 0 0 0 472169 77 0 0 25 0 1 0 851171101 3983360000 463699 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 972500 463699 728 445 0 966045 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 3890000

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 1092
/proc/meminfo: memFree=9367512/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3890000 CPUtime=4782.45 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 512536 0 0 0 478168 77 0 0 25 0 1 0 851171101 3983360000 463872 33554432000 4194304 6014671 140734401045920 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 972500 463872 728 445 0 966045 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 3890000

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1094
/proc/meminfo: memFree=9367116/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3890000 CPUtime=4842.47 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 512559 0 0 0 484170 77 0 0 25 0 1 0 851171101 3983360000 463895 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 972500 463895 728 445 0 966045 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 3890000

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1095
/proc/meminfo: memFree=9367704/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3890000 CPUtime=4902.46 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 512559 0 0 0 490169 77 0 0 25 0 1 0 851171101 3983360000 463895 33554432000 4194304 6014671 140734401045920 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 972500 463895 728 445 0 966045 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 3890000

[startup+4962.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/470 1097
/proc/meminfo: memFree=9365456/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3890000 CPUtime=4962.46 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 512789 0 0 0 496169 77 0 0 25 0 1 0 851171101 3983360000 464125 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 972500 464125 728 445 0 966045 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 3890000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.03 2.01 2/468 1099
/proc/meminfo: memFree=10449960/32951124 swapFree=57414376/67111528
[pid=950] ppid=948 vsize=3890000 CPUtime=5000.06 cores=1,3,5,7
/proc/950/stat : 950 (qutersat_releas) R 948 950 31899 0 -1 4202496 512789 0 0 0 499929 77 0 0 25 0 1 0 851171101 3983360000 464125 33554432000 4194304 6014671 140734401045920 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/950/statm: 972500 464125 728 445 0 966045 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 3890000

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): 4999.98
CPU time (s): 5000.15
CPU user time (s): 4999.31
CPU system time (s): 0.832873
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3890000

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

runsolver used 21.5887 second user time and 55.6605 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-28 21:03:26
IDJOB=3421063
IDBENCH=83184
IDSOLVER=1868
FILE ID=node111/3421063-1306609406
RUNJOBID= node111-1306609405-874
PBS_JOBID= 13471569
Free space on /tmp= 73584 MiB

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

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=418735890

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      12193136 kB
Buffers:        347532 kB
Cached:       11481200 kB
SwapCached:      19180 kB
Active:       10883288 kB
Inactive:      9583436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12193136 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:           23296 kB
Writeback:           0 kB
AnonPages:     8628444 kB
Mapped:          29744 kB
Slab:           156304 kB
PageTables:      66756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149207400 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= 73588 MiB
End job on node111 at 2011-05-28 22:26:48