Trace number 3420955

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.05 4999.94

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.76
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 945 #clause: 61409
0.00/0.01	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        945 AvgFaninNum: 20
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 900
0.00/0.02	c Total Root : 0 Undef Var: 900
0.00/0.02	c After covering, Total Root: 45 Leaf: 900
0.00/0.02	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 900 60464
0.00/0.02	c Clauses( cover/uncovered ): 45 0
0.00/0.02	c Total Clauses( cover/uncovered ): 945 60464 1.53886%
0.00/0.02	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     900       0   60464     61319
0.00/0.04	c CnfToAig: Time: 0.04 s
0.00/0.08	c TmMap: Set choices finish.
0.00/0.11	c TmMap: Set big and: 60509
0.00/0.11	c TmMap: Origin: 62220 ClauseNum: 183957 --> New: 61410 ClauseNum: 182337
0.00/0.11	c TmMap: Time: 0.03
0.10/0.11	c Try to Add: #clause: 121018 #xorclause: 0
0.10/0.12	c #var: 945 #clauses: 46 Solving... 
5000.01/4999.92	c Time Out !!
5000.01/4999.92	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-3420955-1306601797/watcher-3420955-1306601797 -o /tmp/evaluation-result-3420955-1306601797/solver-3420955-1306601797 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420955-1306601797.cnf 1317941009 

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: 2.06 2.06 2.01 2/532 13201
/proc/meminfo: memFree=17862248/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 2132 0 0 0 0 0 0 0 23 0 1 0 771777663 34189312 2068 33554432000 4194304 6014671 140736192118304 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 8347 2069 378 445 0 1892 0

[startup+0.117746 s]
/proc/loadavg: 2.06 2.06 2.01 2/532 13201
/proc/meminfo: memFree=17862248/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=58020 CPUtime=0.1 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 8659 0 0 0 10 0 0 0 24 0 1 0 771777663 59412480 8595 33554432000 4194304 6014671 140736192118304 18446744073709551615 4237906 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 14505 8595 680 445 0 8050 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58020

[startup+0.200728 s]
/proc/loadavg: 2.06 2.06 2.01 2/532 13201
/proc/meminfo: memFree=17862248/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=58020 CPUtime=0.19 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 8706 0 0 0 19 0 0 0 24 0 1 0 771777663 59412480 8642 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 14505 8642 720 445 0 8050 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58020

[startup+0.300712 s]
/proc/loadavg: 2.06 2.06 2.01 2/532 13201
/proc/meminfo: memFree=17862248/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=58020 CPUtime=0.29 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 8706 0 0 0 29 0 0 0 25 0 1 0 771777663 59412480 8642 33554432000 4194304 6014671 140736192118304 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 14505 8642 720 445 0 8050 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58020

[startup+0.700642 s]
/proc/loadavg: 2.06 2.06 2.01 2/532 13201
/proc/meminfo: memFree=17862248/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=76188 CPUtime=0.69 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 9315 0 0 0 68 1 0 0 25 0 1 0 771777663 78016512 9251 33554432000 4194304 6014671 140736192118304 18446744073709551615 4379112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 19047 9251 721 445 0 12592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76188

[startup+1.50051 s]
/proc/loadavg: 2.06 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17761844/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=85456 CPUtime=1.49 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 10028 0 0 0 148 1 0 0 25 0 1 0 771777663 87506944 9964 33554432000 4194304 6014671 140736192118304 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 21364 9964 721 445 0 14909 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85456

[startup+3.10022 s]
/proc/loadavg: 2.06 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17753164/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=85584 CPUtime=3.09 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 10076 0 0 0 308 1 0 0 25 0 1 0 771777663 87638016 10012 33554432000 4194304 6014671 140736192118304 18446744073709551615 4511679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 21396 10012 725 445 0 14941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85584

[startup+6.30066 s]
/proc/loadavg: 2.06 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17747912/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=95056 CPUtime=6.29 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 11922 0 0 0 628 1 0 0 25 0 1 0 771777663 97337344 11858 33554432000 4194304 6014671 140736192118304 18446744073709551615 4378840 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 23764 11858 725 445 0 17309 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95056

[startup+12.7005 s]
/proc/loadavg: 2.05 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17732588/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=104712 CPUtime=12.69 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 13395 0 0 0 1268 1 0 0 25 0 1 0 771777663 107225088 13331 33554432000 4194304 6014671 140736192118304 18446744073709551615 4633328 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 26178 13331 725 445 0 19723 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104712

[startup+25.5003 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 13208
/proc/meminfo: memFree=17694056/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=124840 CPUtime=25.49 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 16952 0 0 0 2547 2 0 0 25 0 1 0 771777663 127836160 16888 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 31210 16888 725 445 0 24755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124840

[startup+51.1008 s]
/proc/loadavg: 2.03 2.05 2.01 3/536 13209
/proc/meminfo: memFree=17663644/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=124840 CPUtime=51.09 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 19773 0 0 0 5107 2 0 0 25 0 1 0 771777663 127836160 19709 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 31210 19709 725 445 0 24755 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124840

[startup+102.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 13210
/proc/meminfo: memFree=17595548/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=148268 CPUtime=102.3 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 26438 0 0 0 10227 3 0 0 25 0 1 0 771777663 151826432 26374 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13201/statm: 37067 26374 725 445 0 30612 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 148268

[startup+162.3 s]
/proc/loadavg: 2.19 2.08 2.01 3/536 13212
/proc/meminfo: memFree=17543560/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=160968 CPUtime=162.29 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 32908 0 0 0 16225 4 0 0 25 0 1 0 771777663 164831232 32836 33554432000 4194304 6014671 140736192118304 18446744073709551615 4566176 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 40242 32836 733 445 0 33787 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160968

[startup+222.32 s]
/proc/loadavg: 2.14 2.08 2.01 3/536 13213
/proc/meminfo: memFree=17511540/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=160968 CPUtime=222.31 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 33945 0 0 0 22227 4 0 0 25 0 1 0 771777663 164831232 33873 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 40242 33873 733 445 0 33787 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 160968

[startup+282.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/536 13224
/proc/meminfo: memFree=17474980/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=243128 CPUtime=282.29 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 38946 0 0 0 28224 5 0 0 25 0 1 0 771777663 248963072 38829 33554432000 4194304 6014671 140736192118304 18446744073709551615 4378489 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 60782 38829 730 445 0 54327 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 243128

[startup+342.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/536 13226
/proc/meminfo: memFree=17418664/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=327436 CPUtime=342.29 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 54844 0 0 0 34222 7 0 0 25 0 1 0 771777663 335294464 54629 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 81859 54629 730 445 0 75404 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 327436

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 13227
/proc/meminfo: memFree=17411580/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=327436 CPUtime=402.29 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 56408 0 0 0 40222 7 0 0 25 0 1 0 771777663 335294464 56085 33554432000 4194304 6014671 140736192118304 18446744073709551615 4372411 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 81859 56085 730 445 0 75404 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 327436

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 13231
/proc/meminfo: memFree=17405252/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=327436 CPUtime=462.3 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 57609 0 0 0 46222 8 0 0 25 0 1 0 771777663 335294464 57112 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 81859 57112 730 445 0 75404 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 327436

[startup+522.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/536 13233
/proc/meminfo: memFree=17400916/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=327436 CPUtime=522.3 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 58821 0 0 0 52222 8 0 0 25 0 1 0 771777663 335294464 58321 33554432000 4194304 6014671 140736192118304 18446744073709551615 4441007 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 81859 58321 727 445 0 75404 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 327436

[startup+582.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 13235
/proc/meminfo: memFree=17398920/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=327436 CPUtime=582.3 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 59020 0 0 0 58222 8 0 0 25 0 1 0 771777663 335294464 58327 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424336 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 81859 58327 727 445 0 75404 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 327436

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/536 13335
/proc/meminfo: memFree=16758076/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4002.37 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141317 0 0 0 400212 25 0 0 25 0 1 0 771777663 718983168 121718 33554432000 4194304 6014671 140736192118304 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121718 760 445 0 169078 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 702132

[startup+4062.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 13339
/proc/meminfo: memFree=16757796/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4062.38 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141318 0 0 0 406213 25 0 0 25 0 1 0 771777663 718983168 121676 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121676 760 445 0 169078 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 702132

[startup+4122.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/536 13341
/proc/meminfo: memFree=16757560/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4122.37 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141439 0 0 0 412212 25 0 0 25 0 1 0 771777663 718983168 121796 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121796 759 445 0 169078 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 702132

[startup+4182.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 13343
/proc/meminfo: memFree=16758044/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4182.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141469 0 0 0 418214 25 0 0 25 0 1 0 771777663 718983168 121737 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121737 759 445 0 169078 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 702132

[startup+4242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/536 13345
/proc/meminfo: memFree=16757404/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4242.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141539 0 0 0 424213 26 0 0 25 0 1 0 771777663 718983168 121807 33554432000 4194304 6014671 140736192118304 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121807 759 445 0 169078 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 702132

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 13346
/proc/meminfo: memFree=16757016/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4302.38 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141572 0 0 0 430212 26 0 0 25 0 1 0 771777663 718983168 121794 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121794 759 445 0 169078 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 702132

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 13348
/proc/meminfo: memFree=16757008/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4362.38 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141638 0 0 0 436212 26 0 0 25 0 1 0 771777663 718983168 121810 33554432000 4194304 6014671 140736192118304 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121810 756 445 0 169078 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 702132

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 13349
/proc/meminfo: memFree=16756604/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4422.38 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141727 0 0 0 442212 26 0 0 25 0 1 0 771777663 718983168 121897 33554432000 4194304 6014671 140736192118304 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121897 754 445 0 169078 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 702132

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 13351
/proc/meminfo: memFree=16756456/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4482.38 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141727 0 0 0 448212 26 0 0 25 0 1 0 771777663 718983168 121838 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121838 754 445 0 169078 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 702132

[startup+4542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/536 13353
/proc/meminfo: memFree=16755928/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4542.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141843 0 0 0 454213 26 0 0 25 0 1 0 771777663 718983168 121954 33554432000 4194304 6014671 140736192118304 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121954 754 445 0 169078 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 702132

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/536 13354
/proc/meminfo: memFree=16756400/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4602.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141853 0 0 0 460213 26 0 0 25 0 1 0 771777663 718983168 121902 33554432000 4194304 6014671 140736192118304 18446744073709551615 4377844 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121902 753 445 0 169078 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 702132

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 13356
/proc/meminfo: memFree=16754264/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4662.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141936 0 0 0 466213 26 0 0 25 0 1 0 771777663 718983168 121984 33554432000 4194304 6014671 140736192118304 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121984 752 445 0 169078 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 702132

[startup+4722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 13357
/proc/meminfo: memFree=16755348/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4722.4 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 141936 0 0 0 472214 26 0 0 25 0 1 0 771777663 718983168 121920 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 121920 752 445 0 169078 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 702132

[startup+4782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/536 13359
/proc/meminfo: memFree=16756444/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4782.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 142083 0 0 0 478213 26 0 0 25 0 1 0 771777663 718983168 122066 33554432000 4194304 6014671 140736192118304 18446744073709551615 4379104 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 122066 752 445 0 169078 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 702132

[startup+4842.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 13361
/proc/meminfo: memFree=16754936/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4842.41 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 142090 0 0 0 484215 26 0 0 25 0 1 0 771777663 718983168 122007 33554432000 4194304 6014671 140736192118304 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 122007 751 445 0 169078 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 702132

[startup+4902.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 13362
/proc/meminfo: memFree=16756160/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4902.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 142153 0 0 0 490213 26 0 0 25 0 1 0 771777663 718983168 122004 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 122004 751 445 0 169078 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 702132

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 13364
/proc/meminfo: memFree=16755012/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=4962.39 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 142185 0 0 0 496213 26 0 0 25 0 1 0 771777663 718983168 122036 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 122036 751 445 0 169078 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 702132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 13365
/proc/meminfo: memFree=16755504/32951124 swapFree=64205420/67111528
[pid=13201] ppid=13199 vsize=702132 CPUtime=5000.01 cores=1,3,5,7
/proc/13201/stat : 13201 (qutersat_releas) R 13199 13201 12055 0 -1 4202496 142185 0 0 0 499974 27 0 0 25 0 1 0 771777663 718983168 122036 33554432000 4194304 6014671 140736192118304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13201/statm: 175533 122036 751 445 0 169078 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 702132

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.94
CPU time (s): 5000.05
CPU user time (s): 4999.76
CPU system time (s): 0.289955
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 702132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.76
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142189
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= 14
involuntary context switches= 12866

runsolver used 24.4173 second user time and 62.1366 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-28 18:56:37
IDJOB=3420955
IDBENCH=71583
IDSOLVER=1868
FILE ID=node136/3420955-1306601797
RUNJOBID= node136-1306601797-13188
PBS_JOBID= 13471544
Free space on /tmp= 73380 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420955-1306601797/watcher-3420955-1306601797 -o /tmp/evaluation-result-3420955-1306601797/solver-3420955-1306601797 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420955-1306601797.cnf 1317941009

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=1317941009

node136.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.809
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.61
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.809
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.75
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.809
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.809
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.76
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17862528 kB
Buffers:        259472 kB
Cached:        5715644 kB
SwapCached:      25124 kB
Active:        4695264 kB
Inactive:     10112616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17862528 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:            3116 kB
Writeback:           0 kB
AnonPages:     8813924 kB
Mapped:          39104 kB
Slab:           142244 kB
PageTables:      68852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169217152 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= 73376 MiB
End job on node136 at 2011-05-28 20:19:59