Trace number 3420913

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

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.50471
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.00/0.00	c Set FPU double precision.
0.01/0.02	c Parse Cnf success: #var: 1375 #clause: 111739
0.01/0.02	c Find Units :          0
0.01/0.03	c Find Invs  :          0
0.01/0.03	c Find Ands  :       1375 AvgFaninNum: 24
0.01/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.03	c Find Ite   :          0
0.01/0.03	c UnDirect variable: 0
0.01/0.03	c UnDirect to Direct Gate: 0
0.01/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.03	c Break Cycle : 1320
0.01/0.03	c Total Root : 0 Undef Var: 1320
0.01/0.03	c After covering, Total Root: 55 Leaf: 1320
0.01/0.03	c Variable( cover/uncovered/unused ): 1375 0 0
0.01/0.03	c Unit Clauses: 0
0.01/0.03	c Binary Clauses( cover/uncovered ): 1320 105434
0.01/0.03	c Clauses( cover/uncovered ): 55 0
0.01/0.03	c Total Clauses( cover/uncovered ): 1375 105434 1.28734%
0.01/0.03	c Covered Ands: 55 Invs: 0 Xors: 0 Ites: 0
0.01/0.07	c Uncover Clauses avg size: 2 max size: 2
0.01/0.08	c Final circuit: i/l/o/s    1320       0  105434    106699
0.01/0.08	c CnfToAig: Time: 0.07 s
0.09/0.14	c TmMap: Set choices finish.
0.09/0.18	c TmMap: Set big and: 105489
0.09/0.18	c TmMap: Origin: 108020 ClauseNum: 320097 --> New: 106810 ClauseNum: 317677
0.09/0.18	c TmMap: Time: 0.05
0.09/0.19	c Try to Add: #clause: 210978 #xorclause: 0
0.19/0.21	c #var: 1375 #clauses: 56 Solving... 
5000.05/4999.92	c Time Out !!
5000.05/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-3420913-1306599431/watcher-3420913-1306599431 -o /tmp/evaluation-result-3420913-1306599431/solver-3420913-1306599431 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420913-1306599431.cnf 1081317547 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.99 1/547 17259
/proc/meminfo: memFree=15967092/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=37484 CPUtime=0.01 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 2746 0 0 0 1 0 0 0 25 0 1 0 771543471 38383616 2682 33554432000 4194304 6014671 140734141259424 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 9371 2697 377 445 0 2916 0

[startup+0.025532 s]
/proc/loadavg: 1.84 1.98 1.99 1/547 17259
/proc/meminfo: memFree=15967092/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=37484 CPUtime=0.01 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 3147 0 0 0 1 0 0 0 25 0 1 0 771543471 38383616 3083 33554432000 4194304 6014671 140734141259424 18446744073709551615 4802928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 9371 3083 377 445 0 2916 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37484

[startup+0.100546 s]
/proc/loadavg: 1.84 1.98 1.99 1/547 17259
/proc/meminfo: memFree=15967092/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=54268 CPUtime=0.09 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 7534 0 0 0 8 1 0 0 25 0 1 0 771543471 55570432 7470 33554432000 4194304 6014671 140734141259424 18446744073709551615 4260612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 13567 7470 668 445 0 7112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54268

[startup+0.300539 s]
/proc/loadavg: 1.84 1.98 1.99 1/547 17259
/proc/meminfo: memFree=15967092/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=74336 CPUtime=0.29 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 12556 0 0 0 28 1 0 0 25 0 1 0 771543471 76120064 12492 33554432000 4194304 6014671 140734141259424 18446744073709551615 4535326 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 18584 12492 713 445 0 12129 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74336

[startup+0.700464 s]
/proc/loadavg: 1.84 1.98 1.99 1/547 17259
/proc/meminfo: memFree=15967092/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=83600 CPUtime=0.69 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 12825 0 0 0 68 1 0 0 25 0 1 0 771543471 85606400 12761 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 20900 12761 721 445 0 14445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83600

[startup+1.50029 s]
/proc/loadavg: 1.84 1.98 1.99 3/551 17266
/proc/meminfo: memFree=15793248/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=93096 CPUtime=1.49 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 12984 0 0 0 148 1 0 0 25 0 1 0 771543471 95330304 12920 33554432000 4194304 6014671 140734141259424 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 23274 12920 721 445 0 16819 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93096

[startup+3.10103 s]
/proc/loadavg: 1.84 1.98 1.99 3/551 17266
/proc/meminfo: memFree=15790396/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=93096 CPUtime=3.09 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 13112 0 0 0 308 1 0 0 25 0 1 0 771543471 95330304 13048 33554432000 4194304 6014671 140734141259424 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 23274 13048 725 445 0 16819 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93096

[startup+6.30045 s]
/proc/loadavg: 1.85 1.98 1.99 3/551 17266
/proc/meminfo: memFree=15788916/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=93096 CPUtime=6.29 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 14256 0 0 0 628 1 0 0 25 0 1 0 771543471 95330304 14192 33554432000 4194304 6014671 140734141259424 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 23274 14192 725 445 0 16819 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93096

[startup+12.7003 s]
/proc/loadavg: 1.86 1.98 1.99 3/551 17267
/proc/meminfo: memFree=15770816/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=112536 CPUtime=12.69 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 16839 0 0 0 1268 1 0 0 25 0 1 0 771543471 115236864 16775 33554432000 4194304 6014671 140734141259424 18446744073709551615 4622589 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 28134 16775 725 445 0 21679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112536

[startup+25.501 s]
/proc/loadavg: 1.89 1.98 1.99 3/551 17267
/proc/meminfo: memFree=15745048/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=142392 CPUtime=25.49 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 19377 0 0 0 2547 2 0 0 25 0 1 0 771543471 145809408 19307 33554432000 4194304 6014671 140734141259424 18446744073709551615 4372304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 35598 19307 728 445 0 29143 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142392

[startup+51.1003 s]
/proc/loadavg: 1.93 1.98 1.99 3/551 17268
/proc/meminfo: memFree=15708772/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=142392 CPUtime=51.09 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 21261 0 0 0 5107 2 0 0 25 0 1 0 771543471 145809408 21189 33554432000 4194304 6014671 140734141259424 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 35598 21189 726 445 0 29143 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142392

[startup+102.321 s]
/proc/loadavg: 2.06 2.01 2.00 3/551 17269
/proc/meminfo: memFree=15657672/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=153764 CPUtime=102.31 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 27834 0 0 0 10229 2 0 0 25 0 1 0 771543471 157454336 27761 33554432000 4194304 6014671 140734141259424 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 38441 27761 725 445 0 31986 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 153764

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/551 17271
/proc/meminfo: memFree=15574448/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=189856 CPUtime=162.29 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 34837 0 0 0 16225 4 0 0 25 0 1 0 771543471 194412544 34750 33554432000 4194304 6014671 140734141259424 18446744073709551615 4376723 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 47464 34750 725 445 0 41009 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 189856

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/551 17272
/proc/meminfo: memFree=15549016/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=189984 CPUtime=222.3 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 37451 0 0 0 22225 5 0 0 25 0 1 0 771543471 194543616 37364 33554432000 4194304 6014671 140734141259424 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 47496 37364 725 445 0 41041 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 189984

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/551 17274
/proc/meminfo: memFree=15542184/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=242088 CPUtime=282.3 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 38284 0 0 0 28225 5 0 0 25 0 1 0 771543471 247898112 38182 33554432000 4194304 6014671 140734141259424 18446744073709551615 4378840 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 60522 38182 725 445 0 54067 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 242088

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/551 17275
/proc/meminfo: memFree=15532504/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=295704 CPUtime=342.3 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 39829 0 0 0 34224 6 0 0 25 0 1 0 771543471 302800896 39683 33554432000 4194304 6014671 140734141259424 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 73926 39683 725 445 0 67471 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 295704

[startup+402.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/551 17277
/proc/meminfo: memFree=15510916/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=295704 CPUtime=402.3 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 41213 0 0 0 40224 6 0 0 25 0 1 0 771543471 302800896 40871 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424027 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 73926 40871 725 445 0 67471 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 295704

[startup+462.301 s]
/proc/loadavg: 2.16 2.05 2.01 3/551 17279
/proc/meminfo: memFree=15510640/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=295704 CPUtime=462.3 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 41215 0 0 0 46224 6 0 0 25 0 1 0 771543471 302800896 40873 33554432000 4194304 6014671 140734141259424 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 73926 40873 725 445 0 67471 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 295704

[startup+522.301 s]
/proc/loadavg: 2.06 2.04 2.01 3/551 17280
/proc/meminfo: memFree=15466600/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=295704 CPUtime=522.3 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 41580 0 0 0 52224 6 0 0 25 0 1 0 771543471 302800896 41094 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424051 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 73926 41094 725 445 0 67471 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 295704

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/551 17282
/proc/meminfo: memFree=15447356/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=295704 CPUtime=582.3 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 42750 0 0 0 58224 6 0 0 25 0 1 0 771543471 302800896 42264 33554432000 4194304 6014671 140734141259424 18446744073709551615 4378661 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 73926 42264 725 445 0 67471 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 295704

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 17387
/proc/meminfo: memFree=14818436/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4062.43 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 122762 0 0 0 406220 23 0 0 25 0 1 0 771543471 673996800 113362 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113362 725 445 0 158095 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 658200

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/551 17388
/proc/meminfo: memFree=14818528/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4122.41 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 122762 0 0 0 412218 23 0 0 25 0 1 0 771543471 673996800 113362 33554432000 4194304 6014671 140734141259424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113362 725 445 0 158095 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 658200

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 17390
/proc/meminfo: memFree=14819748/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4182.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 122762 0 0 0 418219 23 0 0 25 0 1 0 771543471 673996800 113362 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113362 725 445 0 158095 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 658200

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 17391
/proc/meminfo: memFree=14819720/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4242.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 122762 0 0 0 424219 23 0 0 25 0 1 0 771543471 673996800 113362 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113362 725 445 0 158095 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 658200

[startup+4302.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/551 17393
/proc/meminfo: memFree=14820072/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4302.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 122762 0 0 0 430219 23 0 0 25 0 1 0 771543471 673996800 113362 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113362 725 445 0 158095 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 658200

[startup+4362.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/551 17395
/proc/meminfo: memFree=14818920/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4362.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123034 0 0 0 436219 23 0 0 25 0 1 0 771543471 673996800 113633 33554432000 4194304 6014671 140734141259424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113633 725 445 0 158095 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 658200

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 17396
/proc/meminfo: memFree=14818524/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4422.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123039 0 0 0 442219 23 0 0 25 0 1 0 771543471 673996800 113629 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113629 725 445 0 158095 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 658200

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 17398
/proc/meminfo: memFree=14792576/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4482.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123039 0 0 0 448219 23 0 0 25 0 1 0 771543471 673996800 113616 33554432000 4194304 6014671 140734141259424 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113616 725 445 0 158095 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 658200

[startup+4542.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/551 17399
/proc/meminfo: memFree=14758328/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4542.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123039 0 0 0 454219 23 0 0 25 0 1 0 771543471 673996800 113571 33554432000 4194304 6014671 140734141259424 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113571 725 445 0 158095 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 658200

[startup+4602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/551 17401
/proc/meminfo: memFree=14753464/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4602.44 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123044 0 0 0 460221 23 0 0 25 0 1 0 771543471 673996800 113552 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113552 725 445 0 158095 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 658200

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 17403
/proc/meminfo: memFree=14736700/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4662.42 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123046 0 0 0 466219 23 0 0 25 0 1 0 771543471 673996800 113503 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113503 725 445 0 158095 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 658200

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 17404
/proc/meminfo: memFree=14738156/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4722.46 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123067 0 0 0 472222 24 0 0 25 0 1 0 771543471 673996800 113524 33554432000 4194304 6014671 140734141259424 18446744073709551615 4369474 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113524 725 445 0 158095 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 658200

[startup+4782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/551 17406
/proc/meminfo: memFree=14738380/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4782.43 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123094 0 0 0 478219 24 0 0 25 0 1 0 771543471 673996800 113496 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113496 725 445 0 158095 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 658200

[startup+4842.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/551 17407
/proc/meminfo: memFree=14737356/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4842.43 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123121 0 0 0 484219 24 0 0 25 0 1 0 771543471 673996800 113523 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113523 725 445 0 158095 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 658200

[startup+4902.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/551 17409
/proc/meminfo: memFree=14738328/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4902.44 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123310 0 0 0 490220 24 0 0 25 0 1 0 771543471 673996800 113653 33554432000 4194304 6014671 140734141259424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113653 725 445 0 158095 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 658200

[startup+4962.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/551 17411
/proc/meminfo: memFree=14737916/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=4962.44 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123310 0 0 0 496220 24 0 0 25 0 1 0 771543471 673996800 113621 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113621 725 445 0 158095 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 658200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.16 2.08 2.02 3/551 17412
/proc/meminfo: memFree=14738016/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=5000.05 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123310 0 0 0 499981 24 0 0 25 0 1 0 771543471 673996800 113586 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113586 725 445 0 158095 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 658200

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

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

[startup+4999.9 s]
/proc/loadavg: 2.16 2.08 2.02 3/551 17412
/proc/meminfo: memFree=14738016/32951124 swapFree=54323904/67111528
[pid=17259] ppid=17257 vsize=658200 CPUtime=5000.05 cores=0,2,4,6
/proc/17259/stat : 17259 (qutersat_releas) R 17257 17259 16220 0 -1 4202496 123310 0 0 0 499981 24 0 0 25 0 1 0 771543471 673996800 113586 33554432000 4194304 6014671 140734141259424 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17259/statm: 164550 113586 725 445 0 158095 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 658200

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.82
CPU system time (s): 0.264959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 658200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.82
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123314
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= 13
involuntary context switches= 6968

runsolver used 29.0386 second user time and 61.6786 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-28 18:17:11
IDJOB=3420913
IDBENCH=71397
IDSOLVER=1868
FILE ID=node106/3420913-1306599431
RUNJOBID= node106-1306594428-17032
PBS_JOBID= 13471574
Free space on /tmp= 73468 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1081317547

node106.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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	: 5226.20
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.830
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:      15967240 kB
Buffers:        351600 kB
Cached:       10673620 kB
SwapCached:      24016 kB
Active:        6603196 kB
Inactive:     10072416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15967240 kB
SwapTotal:    67111528 kB
SwapFree:     54323904 kB
Dirty:            3164 kB
Writeback:           0 kB
AnonPages:     5634744 kB
Mapped:          25812 kB
Slab:           159604 kB
PageTables:      78008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167520960 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= 73460 MiB
End job on node106 at 2011-05-28 19:40:33