Trace number 3421021

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 820 #clause: 34235
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :        820 AvgFaninNum: 3
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 : 615
0.00/0.02	c Total Root : 0 Undef Var: 615
0.00/0.02	c After covering, Total Root: 205 Leaf: 615
0.00/0.02	c Variable( cover/uncovered/unused ): 820 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 615 615
0.00/0.02	c Clauses( cover/uncovered ): 205 32800
0.00/0.02	c Total Clauses( cover/uncovered ): 820 33415 2.39521%
0.00/0.02	c Covered Ands: 205 Invs: 0 Xors: 0 Ites: 0
0.03/0.05	c Uncover Clauses avg size: 3.96319 max size: 4
0.03/0.05	c Final circuit: i/l/o/s     615       0   33415     50225
0.03/0.05	c CnfToAig: Time: 0.04 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 50020
0.09/0.14	c TmMap: Origin: 50841 ClauseNum: 150675 --> New: 50636 ClauseNum: 150265
0.09/0.14	c TmMap: Time: 0.03
0.09/0.15	c Try to Add: #clause: 100040 #xorclause: 0
0.09/0.17	c #var: 17220 #clauses: 16606 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-3421021-1306605843/watcher-3421021-1306605843 -o /tmp/evaluation-result-3421021-1306605843/solver-3421021-1306605843 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421021-1306605843.cnf 333091736 

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.23 2.11 2.02 2/572 13685
/proc/meminfo: memFree=24293960/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 2205 0 0 0 0 0 0 0 25 0 1 0 772183113 34189312 2142 33554432000 4194304 6014671 140734431260992 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13685/statm: 8347 2142 377 445 0 1892 0

[startup+0.0415359 s]
/proc/loadavg: 2.23 2.11 2.02 2/572 13685
/proc/meminfo: memFree=24293960/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=37996 CPUtime=0.03 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 3251 0 0 0 3 0 0 0 25 0 1 0 772183113 38907904 3188 33554432000 4194304 6014671 140734431260992 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13685/statm: 9499 3188 398 445 0 3044 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 37996

[startup+0.100534 s]
/proc/loadavg: 2.23 2.11 2.02 2/572 13685
/proc/meminfo: memFree=24293960/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=51252 CPUtime=0.09 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 6885 0 0 0 9 0 0 0 25 0 1 0 772183113 52482048 6822 33554432000 4194304 6014671 140734431260992 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13685/statm: 12813 6824 668 445 0 6358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51252

[startup+0.300491 s]
/proc/loadavg: 2.23 2.11 2.02 2/572 13685
/proc/meminfo: memFree=24293960/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=67816 CPUtime=0.29 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 9073 0 0 0 28 1 0 0 25 0 1 0 772183113 69443584 9010 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13685/statm: 16954 9010 696 445 0 10499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67816

[startup+0.700364 s]
/proc/loadavg: 2.23 2.11 2.02 2/572 13685
/proc/meminfo: memFree=24293960/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=79208 CPUtime=0.69 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 11814 0 0 0 68 1 0 0 25 0 1 0 772183113 81108992 11751 33554432000 4194304 6014671 140734431260992 18446744073709551615 4536451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/13685/statm: 19802 11751 707 445 0 13347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79208

[startup+1.50022 s]
/proc/loadavg: 2.23 2.11 2.02 3/573 13686
/proc/meminfo: memFree=24232696/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=105116 CPUtime=1.49 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 14659 0 0 0 148 1 0 0 25 0 1 0 772183113 107638784 14596 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 7 0 0 0
/proc/13685/statm: 26279 14596 722 445 0 19824 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105116

[startup+3.10094 s]
/proc/loadavg: 2.21 2.11 2.02 3/573 13688
/proc/meminfo: memFree=24217208/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=114744 CPUtime=3.07 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 17934 0 0 0 306 1 0 0 25 0 1 0 772183113 117497856 17857 33554432000 4194304 6014671 140734431260992 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 7 0 0 0
/proc/13685/statm: 28686 17857 727 445 0 22231 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 114744

[startup+6.30036 s]
/proc/loadavg: 2.21 2.11 2.02 3/573 13688
/proc/meminfo: memFree=24156992/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=138384 CPUtime=6.25 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 23929 0 0 0 623 2 0 0 25 0 1 0 772183113 141705216 23818 33554432000 4194304 6014671 140734431260992 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 34596 23818 727 445 0 28141 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 138384

[startup+12.7002 s]
/proc/loadavg: 2.18 2.10 2.02 3/573 13688
/proc/meminfo: memFree=24111140/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=151096 CPUtime=12.65 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 29321 0 0 0 1262 3 0 0 25 0 1 0 772183113 154722304 29210 33554432000 4194304 6014671 140734431260992 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 37774 29210 727 445 0 31319 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 151096

[startup+25.5009 s]
/proc/loadavg: 2.15 2.10 2.02 3/573 13690
/proc/meminfo: memFree=24055492/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=196652 CPUtime=25.45 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 36797 0 0 0 2541 4 0 0 25 0 1 0 772183113 201371648 36686 33554432000 4194304 6014671 140734431260992 18446744073709551615 4386076 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 49163 36686 727 445 0 42708 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 196652

[startup+51.1004 s]
/proc/loadavg: 2.10 2.09 2.02 3/573 13752
/proc/meminfo: memFree=23911368/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=196652 CPUtime=51.05 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 42612 0 0 0 5100 5 0 0 25 0 1 0 772183113 201371648 42495 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 49163 42495 732 445 0 42708 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 196652

[startup+102.321 s]
/proc/loadavg: 2.04 2.07 2.01 3/573 13754
/proc/meminfo: memFree=23567836/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=439976 CPUtime=102.27 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 56580 0 0 0 10220 7 0 0 25 0 1 0 772183113 450535424 56321 33554432000 4194304 6014671 140734431260992 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 109994 56321 730 445 0 103539 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 439976

[startup+162.301 s]
/proc/loadavg: 2.01 2.06 2.01 3/573 13755
/proc/meminfo: memFree=23507276/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=439976 CPUtime=162.25 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 57827 0 0 0 16218 7 0 0 25 0 1 0 772183113 450535424 57311 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 109994 57311 730 445 0 103539 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 439976

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 13758
/proc/meminfo: memFree=23262924/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=439976 CPUtime=222.25 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 77362 0 0 0 22215 10 0 0 25 0 1 0 772183113 450535424 76499 33554432000 4194304 6014671 140734431260992 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 109994 76499 733 445 0 103539 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 439976

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 13760
/proc/meminfo: memFree=23263612/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=439976 CPUtime=282.26 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 79855 0 0 0 28215 11 0 0 25 0 1 0 772183113 450535424 75053 33554432000 4194304 6014671 140734431260992 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 109994 75053 733 445 0 103539 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 439976

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13761
/proc/meminfo: memFree=23264672/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=509020 CPUtime=342.25 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 85407 0 0 0 34213 12 0 0 25 0 1 0 772183113 521236480 80601 33554432000 4194304 6014671 140734431260992 18446744073709551615 4378794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 127255 80601 729 445 0 120800 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 509020

[startup+402.301 s]
/proc/loadavg: 2.22 2.08 2.02 3/573 13763
/proc/meminfo: memFree=23248612/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=509020 CPUtime=402.26 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 88470 0 0 0 40213 13 0 0 25 0 1 0 772183113 521236480 83664 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 127255 83664 729 445 0 120800 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 509020

[startup+462.301 s]
/proc/loadavg: 2.18 2.09 2.02 3/573 13764
/proc/meminfo: memFree=23244080/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=509020 CPUtime=462.26 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 88959 0 0 0 46213 13 0 0 25 0 1 0 772183113 521236480 84153 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 127255 84153 729 445 0 120800 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 509020

[startup+522.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/573 13766
/proc/meminfo: memFree=23238812/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=509020 CPUtime=522.25 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 89511 0 0 0 52212 13 0 0 25 0 1 0 772183113 521236480 84691 33554432000 4194304 6014671 140734431260992 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 127255 84691 762 445 0 120800 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 509020

[startup+582.301 s]
/proc/loadavg: 2.02 2.06 2.01 3/573 13768
/proc/meminfo: memFree=23186688/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=509020 CPUtime=582.26 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 96547 0 0 0 58211 15 0 0 25 0 1 0 772183113 521236480 91727 33554432000 4194304 6014671 140734431260992 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 127255 91727 762 445 0 120800 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 509020

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/573 13873
/proc/meminfo: memFree=22197440/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4002.35 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199260 0 0 0 400196 39 0 0 25 0 1 0 772183113 987353088 187032 33554432000 4194304 6014671 140734431260992 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187032 727 445 0 234598 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 964212

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 13874
/proc/meminfo: memFree=22196508/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4062.37 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199305 0 0 0 406198 39 0 0 25 0 1 0 772183113 987353088 187037 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187037 727 445 0 234598 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 964212

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13876
/proc/meminfo: memFree=22196444/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4122.36 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199423 0 0 0 412196 40 0 0 25 0 1 0 772183113 987353088 187114 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187114 727 445 0 234598 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 964212

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13878
/proc/meminfo: memFree=22197520/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4182.36 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199476 0 0 0 418196 40 0 0 25 0 1 0 772183113 987353088 187125 33554432000 4194304 6014671 140734431260992 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187125 727 445 0 234598 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 964212

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 13879
/proc/meminfo: memFree=22197100/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4242.36 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199569 0 0 0 424196 40 0 0 25 0 1 0 772183113 987353088 187175 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187175 727 445 0 234598 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 964212

[startup+4302.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/573 13881
/proc/meminfo: memFree=22196308/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4302.36 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199669 0 0 0 430196 40 0 0 25 0 1 0 772183113 987353088 187186 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187186 727 445 0 234598 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 964212

[startup+4362.3 s]
/proc/loadavg: 2.33 2.10 2.03 3/573 13882
/proc/meminfo: memFree=22196740/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4362.36 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199699 0 0 0 436196 40 0 0 25 0 1 0 772183113 987353088 187216 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187216 727 445 0 234598 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 964212

[startup+4422.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/573 13884
/proc/meminfo: memFree=22196328/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4422.36 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199789 0 0 0 442196 40 0 0 25 0 1 0 772183113 987353088 187213 33554432000 4194304 6014671 140734431260992 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187213 727 445 0 234598 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 964212

[startup+4482.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/573 13886
/proc/meminfo: memFree=22338012/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4482.36 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199832 0 0 0 448196 40 0 0 25 0 1 0 772183113 987353088 187256 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187256 727 445 0 234598 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 964212

[startup+4542.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/573 13887
/proc/meminfo: memFree=22337608/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4542.37 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199950 0 0 0 454196 41 0 0 25 0 1 0 772183113 987353088 187277 33554432000 4194304 6014671 140734431260992 18446744073709551615 4378680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187277 727 445 0 234598 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 964212

[startup+4602.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/573 13889
/proc/meminfo: memFree=22337540/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4602.38 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 199978 0 0 0 460197 41 0 0 25 0 1 0 772183113 987353088 187305 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187305 727 445 0 234598 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 964212

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 13890
/proc/meminfo: memFree=22205668/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4662.37 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 200111 0 0 0 466196 41 0 0 25 0 1 0 772183113 987353088 187337 33554432000 4194304 6014671 140734431260992 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187337 727 445 0 234598 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 964212

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13892
/proc/meminfo: memFree=22194680/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4722.39 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 200165 0 0 0 472198 41 0 0 25 0 1 0 772183113 987353088 187391 33554432000 4194304 6014671 140734431260992 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187391 727 445 0 234598 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 964212

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13894
/proc/meminfo: memFree=22196852/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4782.37 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 200249 0 0 0 478196 41 0 0 25 0 1 0 772183113 987353088 187423 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187423 727 445 0 234598 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 964212

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 13895
/proc/meminfo: memFree=22148060/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4842.37 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 200340 0 0 0 484196 41 0 0 25 0 1 0 772183113 987353088 187461 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187461 727 445 0 234598 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 964212

[startup+4902.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/573 13897
/proc/meminfo: memFree=22102756/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4902.37 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 200850 0 0 0 490196 41 0 0 25 0 1 0 772183113 987353088 187917 33554432000 4194304 6014671 140734431260992 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187917 728 445 0 234598 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 964212

[startup+4962.3 s]
/proc/loadavg: 2.17 2.09 2.03 3/573 13898
/proc/meminfo: memFree=22102944/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=4962.37 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 200850 0 0 0 496196 41 0 0 25 0 1 0 772183113 987353088 187917 33554432000 4194304 6014671 140734431260992 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 187917 728 445 0 234598 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 964212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.09 2.08 2.02 3/573 13899
/proc/meminfo: memFree=22102288/32950928 swapFree=49808508/67111528
[pid=13685] ppid=13683 vsize=964212 CPUtime=5000.09 cores=1,3,5,7
/proc/13685/stat : 13685 (qutersat_releas) R 13683 13685 12123 0 -1 4202496 201025 0 0 0 499968 41 0 0 25 0 1 0 772183113 987353088 188092 33554432000 4194304 6014671 140734431260992 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13685/statm: 241053 188092 728 445 0 234598 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 964212

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.05
CPU time (s): 5000.14
CPU user time (s): 4999.69
CPU system time (s): 0.443932
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 964212

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

runsolver used 26.7159 second user time and 66.9768 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-28 20:04:03
IDJOB=3421021
IDBENCH=83163
IDSOLVER=1868
FILE ID=node122/3421021-1306605843
RUNJOBID= node122-1306605843-13608
PBS_JOBID= 13471558
Free space on /tmp= 73480 MiB

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

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=333091736

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24294108 kB
Buffers:        187476 kB
Cached:        2223428 kB
SwapCached:      60748 kB
Active:         502216 kB
Inactive:      7895684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24294108 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:            4248 kB
Writeback:           0 kB
AnonPages:     5940004 kB
Mapped:          13396 kB
Slab:            96616 kB
PageTables:      93240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180785184 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= 73468 MiB
End job on node122 at 2011-05-28 21:27:25