Trace number 3420957

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.14 5000.04

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3144.24
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 1560 #clause: 133795
0.00/0.03	c Find Units :          0
0.00/0.04	c Find Invs  :          0
0.00/0.04	c Find Ands  :       1560 AvgFaninNum: 25
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.04	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 0
0.00/0.04	c UnDirect to Direct Gate: 0
0.00/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.04	c Break Cycle : 1500
0.00/0.04	c Total Root : 0 Undef Var: 1500
0.00/0.04	c After covering, Total Root: 60 Leaf: 1500
0.00/0.04	c Variable( cover/uncovered/unused ): 1560 0 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 1500 132235
0.00/0.04	c Clauses( cover/uncovered ): 60 0
0.00/0.04	c Total Clauses( cover/uncovered ): 1560 132235 1.16596%
0.00/0.04	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.09/0.10	c Uncover Clauses avg size: 2 max size: 2
0.09/0.11	c Final circuit: i/l/o/s    1500       0  132235    133675
0.09/0.11	c CnfToAig: Time: 0.1 s
0.09/0.18	c TmMap: Set choices finish.
0.19/0.24	c TmMap: Set big and: 132295
0.19/0.24	c TmMap: Origin: 135176 ClauseNum: 401025 --> New: 133796 ClauseNum: 398265
0.19/0.24	c TmMap: Time: 0.08
0.19/0.26	c Try to Add: #clause: 264590 #xorclause: 0
0.19/0.27	c #var: 1560 #clauses: 61 Solving... 
5000.09/5000.02	c Time Out !!
5000.09/5000.02	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-3420957-1306601797/watcher-3420957-1306601797 -o /tmp/evaluation-result-3420957-1306601797/solver-3420957-1306601797 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420957-1306601797.cnf 1317941009 

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: 2.06 2.06 2.01 2/535 13207
/proc/meminfo: memFree=17850816/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 2161 0 0 0 0 0 0 0 22 0 1 0 771777667 34189312 2098 33554432000 4194304 6014671 140736891204032 18446744073709551615 228244348672 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 8347 2099 378 445 0 1892 0

[startup+0.0603179 s]
/proc/loadavg: 2.06 2.06 2.01 2/535 13207
/proc/meminfo: memFree=17850816/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=43628 CPUtime=0.05 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 4541 0 0 0 5 0 0 0 18 0 1 0 771777667 44675072 4478 33554432000 4194304 6014671 140736891204032 18446744073709551615 4334434 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 10907 4478 398 445 0 4452 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 43628

[startup+0.100324 s]
/proc/loadavg: 2.06 2.06 2.01 2/535 13207
/proc/meminfo: memFree=17850816/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=54392 CPUtime=0.09 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 6699 0 0 0 9 0 0 0 18 0 1 0 771777667 55697408 6636 33554432000 4194304 6014671 140736891204032 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 13598 6651 398 445 0 7143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54392

[startup+0.300332 s]
/proc/loadavg: 2.06 2.06 2.01 2/535 13207
/proc/meminfo: memFree=17850816/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=91688 CPUtime=0.29 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 16004 0 0 0 27 2 0 0 18 0 1 0 771777667 93888512 15941 33554432000 4194304 6014671 140736891204032 18446744073709551615 4564043 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 22922 15941 705 445 0 16467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91688

[startup+0.700247 s]
/proc/loadavg: 2.06 2.06 2.01 2/535 13207
/proc/meminfo: memFree=17850816/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=91688 CPUtime=0.69 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 16020 0 0 0 67 2 0 0 18 0 1 0 771777667 93888512 15957 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 22922 15957 721 445 0 16467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91688

[startup+1.5011 s]
/proc/loadavg: 2.06 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17764696/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=111444 CPUtime=1.49 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 17115 0 0 0 147 2 0 0 19 0 1 0 771777667 114118656 17052 33554432000 4194304 6014671 140736891204032 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 27861 17052 721 445 0 21406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111444

[startup+3.10081 s]
/proc/loadavg: 2.06 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17753412/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=121444 CPUtime=3.09 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 18047 0 0 0 307 2 0 0 25 0 1 0 771777667 124358656 17984 33554432000 4194304 6014671 140736891204032 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 30361 17984 725 445 0 23906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121444

[startup+6.30022 s]
/proc/loadavg: 2.06 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17747912/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=121444 CPUtime=6.29 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 18618 0 0 0 627 2 0 0 25 0 1 0 771777667 124358656 18555 33554432000 4194304 6014671 140736891204032 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 30361 18555 725 445 0 23906 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121444

[startup+12.7011 s]
/proc/loadavg: 2.05 2.06 2.01 3/536 13208
/proc/meminfo: memFree=17732588/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=131828 CPUtime=12.69 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 20062 0 0 0 1267 2 0 0 25 0 1 0 771777667 134991872 19999 33554432000 4194304 6014671 140736891204032 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 32957 19999 725 445 0 26502 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131828

[startup+25.5009 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 13208
/proc/meminfo: memFree=17694304/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=163088 CPUtime=25.47 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 25894 0 0 0 2544 3 0 0 25 0 1 0 771777667 167002112 25831 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 40772 25831 725 445 0 34317 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 163088

[startup+51.1004 s]
/proc/loadavg: 2.03 2.05 2.01 3/536 13209
/proc/meminfo: memFree=17663644/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=174304 CPUtime=51.07 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 30408 0 0 0 5103 4 0 0 25 0 1 0 771777667 178487296 30334 33554432000 4194304 6014671 140736891204032 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 43576 30334 726 445 0 37121 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 174304

[startup+102.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 13210
/proc/meminfo: memFree=17595548/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=210180 CPUtime=102.29 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 40231 0 0 0 10224 5 0 0 25 0 1 0 771777667 215224320 40123 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 52545 40123 729 445 0 46090 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 210180

[startup+162.301 s]
/proc/loadavg: 2.19 2.08 2.01 3/536 13212
/proc/meminfo: memFree=17543436/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=275748 CPUtime=162.27 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 46576 0 0 0 16221 6 0 0 25 0 1 0 771777667 282365952 46442 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 68937 46442 731 445 0 62482 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 275748

[startup+222.3 s]
/proc/loadavg: 2.14 2.08 2.01 3/536 13213
/proc/meminfo: memFree=17511664/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=398400 CPUtime=222.27 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 54107 0 0 0 22220 7 0 0 25 0 1 0 771777667 407961600 53792 33554432000 4194304 6014671 140736891204032 18446744073709551615 4383607 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 99600 53792 728 445 0 93145 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 398400

[startup+282.301 s]
/proc/loadavg: 2.05 2.06 2.00 3/536 13224
/proc/meminfo: memFree=17474980/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=454344 CPUtime=282.27 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 59704 0 0 0 28219 8 0 0 25 0 1 0 771777667 465248256 59242 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 113586 59242 736 445 0 107131 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 454344

[startup+342.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/536 13226
/proc/meminfo: memFree=17418788/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=454344 CPUtime=342.27 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 60072 0 0 0 34219 8 0 0 25 0 1 0 771777667 465248256 56220 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 113586 56220 736 445 0 107131 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 454344

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 13227
/proc/meminfo: memFree=17411580/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=454344 CPUtime=402.27 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 60490 0 0 0 40219 8 0 0 25 0 1 0 771777667 465248256 56636 33554432000 4194304 6014671 140736891204032 18446744073709551615 4621427 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 113586 56636 734 445 0 107131 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 454344

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 13231
/proc/meminfo: memFree=17405252/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=454344 CPUtime=462.28 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 60802 0 0 0 46219 9 0 0 25 0 1 0 771777667 465248256 56948 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 113586 56948 734 445 0 107131 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 454344

[startup+522.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/536 13233
/proc/meminfo: memFree=17400916/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=454344 CPUtime=522.28 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 60988 0 0 0 52219 9 0 0 25 0 1 0 771777667 465248256 57134 33554432000 4194304 6014671 140736891204032 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 113586 57134 734 445 0 107131 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 454344

[startup+582.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 13235
/proc/meminfo: memFree=17399416/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=454344 CPUtime=582.29 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 61369 0 0 0 58220 9 0 0 25 0 1 0 771777667 465248256 57515 33554432000 4194304 6014671 140736891204032 18446744073709551615 4378860 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 113586 57515 734 445 0 107131 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 454344

[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=13207] ppid=13205 vsize=811860 CPUtime=4002.36 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 176751 0 0 0 400207 29 0 0 25 0 1 0 771777667 831344640 154156 33554432000 4194304 6014671 140736891204032 18446744073709551615 4379296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154156 786 445 0 196510 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 811860

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 13339
/proc/meminfo: memFree=16757796/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4062.39 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 176823 0 0 0 406210 29 0 0 25 0 1 0 771777667 831344640 154228 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154228 789 445 0 196510 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 811860

[startup+4122.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/536 13341
/proc/meminfo: memFree=16757560/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4122.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 176847 0 0 0 412208 29 0 0 25 0 1 0 771777667 831344640 154249 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154249 789 445 0 196510 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 811860

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 13343
/proc/meminfo: memFree=16758044/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4182.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 176893 0 0 0 418208 29 0 0 25 0 1 0 771777667 831344640 154262 33554432000 4194304 6014671 140736891204032 18446744073709551615 4376616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154262 789 445 0 196510 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 811860

[startup+4242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/536 13345
/proc/meminfo: memFree=16757404/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4242.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177080 0 0 0 424208 29 0 0 25 0 1 0 771777667 831344640 154433 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154433 789 445 0 196510 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 811860

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 13346
/proc/meminfo: memFree=16757016/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4302.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177080 0 0 0 430208 29 0 0 25 0 1 0 771777667 831344640 154416 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154416 789 445 0 196510 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 811860

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 13348
/proc/meminfo: memFree=16757008/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4362.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177105 0 0 0 436208 29 0 0 25 0 1 0 771777667 831344640 154404 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154404 789 445 0 196510 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 811860

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 13349
/proc/meminfo: memFree=16756604/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4422.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177109 0 0 0 442208 29 0 0 25 0 1 0 771777667 831344640 154388 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154388 789 445 0 196510 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 811860

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 13351
/proc/meminfo: memFree=16756456/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4482.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177109 0 0 0 448208 29 0 0 25 0 1 0 771777667 831344640 154367 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154367 789 445 0 196510 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 811860

[startup+4542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/536 13353
/proc/meminfo: memFree=16756424/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4542.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177109 0 0 0 454208 29 0 0 25 0 1 0 771777667 831344640 154322 33554432000 4194304 6014671 140736891204032 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154322 789 445 0 196510 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 811860

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/536 13354
/proc/meminfo: memFree=16756400/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4602.38 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177110 0 0 0 460209 29 0 0 25 0 1 0 771777667 831344640 154299 33554432000 4194304 6014671 140736891204032 18446744073709551615 4379404 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154299 789 445 0 196510 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 811860

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 13356
/proc/meminfo: memFree=16754264/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4662.37 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177125 0 0 0 466208 29 0 0 25 0 1 0 771777667 831344640 154289 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154289 789 445 0 196510 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 811860

[startup+4722.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 13357
/proc/meminfo: memFree=16755348/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4722.39 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177177 0 0 0 472210 29 0 0 25 0 1 0 771777667 831344640 154315 33554432000 4194304 6014671 140736891204032 18446744073709551615 4422711 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154315 791 445 0 196510 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 811860

[startup+4782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/536 13359
/proc/meminfo: memFree=16756444/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4782.38 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177247 0 0 0 478209 29 0 0 25 0 1 0 771777667 831344640 154328 33554432000 4194304 6014671 140736891204032 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154328 789 445 0 196510 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 811860

[startup+4842.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 13361
/proc/meminfo: memFree=16754936/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4842.38 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177448 0 0 0 484209 29 0 0 25 0 1 0 771777667 831344640 154499 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154499 788 445 0 196510 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 811860

[startup+4902.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 13362
/proc/meminfo: memFree=16756160/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4902.39 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177453 0 0 0 490209 30 0 0 25 0 1 0 771777667 831344640 154474 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154474 788 445 0 196510 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 811860

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 13364
/proc/meminfo: memFree=16755012/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=4962.38 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177737 0 0 0 496208 30 0 0 25 0 1 0 771777667 831344640 154727 33554432000 4194304 6014671 140736891204032 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154727 788 445 0 196510 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 811860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 2/534 13366
/proc/meminfo: memFree=17241104/32951124 swapFree=64205420/67111528
[pid=13207] ppid=13205 vsize=811860 CPUtime=5000.09 cores=0,2,4,6
/proc/13207/stat : 13207 (qutersat_releas) R 13205 13207 12055 0 -1 4202496 177756 0 0 0 499979 30 0 0 25 0 1 0 771777667 831344640 154714 33554432000 4194304 6014671 140736891204032 18446744073709551615 4371874 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13207/statm: 202965 154714 788 445 0 196510 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 811860

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

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

Child status: 1
Real time (s): 5000.04
CPU time (s): 5000.14
CPU user time (s): 4999.81
CPU system time (s): 0.32795
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 811860

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

runsolver used 27.6428 second user time and 59.6899 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
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:      17851096 kB
Buffers:        259476 kB
Cached:        5718356 kB
SwapCached:      25124 kB
Active:        4708152 kB
Inactive:     10111636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17851096 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:            5832 kB
Writeback:           0 kB
AnonPages:     8822848 kB
Mapped:          39880 kB
Slab:           142244 kB
PageTables:      69240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169247592 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= 73380 MiB
End job on node136 at 2011-05-28 20:19:59