Trace number 3420939

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4697.32
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 760 #clause: 43649
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :        760 AvgFaninNum: 18
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 720
0.00/0.03	c Total Root : 0 Undef Var: 720
0.00/0.03	c After covering, Total Root: 40 Leaf: 720
0.00/0.03	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.03	c Clauses( cover/uncovered ): 40 0
0.00/0.03	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.03	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.02/0.05	c Uncover Clauses avg size: 2 max size: 2
0.02/0.05	c Final circuit: i/l/o/s     720       0   42889     43569
0.02/0.05	c CnfToAig: Time: 0.02 s
0.02/0.08	c TmMap: Set choices finish.
0.07/0.10	c TmMap: Set big and: 42929
0.07/0.10	c TmMap: Origin: 44290 ClauseNum: 130707 --> New: 43650 ClauseNum: 129427
0.07/0.10	c TmMap: Time: 0.02
0.07/0.11	c Try to Add: #clause: 85858 #xorclause: 0
0.07/0.11	c #var: 760 #clauses: 41 Solving... 
5000.02/5000.01	c Time Out !!
5000.02/5000.01	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-3420939-1306600768/watcher-3420939-1306600768 -o /tmp/evaluation-result-3420939-1306600768/solver-3420939-1306600768 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420939-1306600768.cnf 175979894 

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: 1.93 2.00 1.99 3/498 7555
/proc/meminfo: memFree=28357832/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/7555/stat : 7555 (runsolver) R 7553 7555 6460 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 771676383 12079104 50 33554432000 4194304 5432360 140735864435568 18446744073709551615 4881623 0 0 4096 24578 0 0 0 17 7 0 0 0
/proc/7555/statm: 2949 50 30 303 0 2643 0

[startup+0.0496941 s]
/proc/loadavg: 1.93 2.00 1.99 3/498 7555
/proc/meminfo: memFree=28357832/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=37996 CPUtime=0.02 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 3075 0 0 0 2 0 0 0 18 0 1 0 771676383 38907904 3012 33554432000 4194304 6014671 140737034713712 18446744073709551615 4334641 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 9499 3012 398 445 0 3044 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37996

[startup+0.100691 s]
/proc/loadavg: 1.93 2.00 1.99 3/498 7555
/proc/meminfo: memFree=28357832/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=51404 CPUtime=0.07 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 6792 0 0 0 7 0 0 0 18 0 1 0 771676383 52637696 6729 33554432000 4194304 6014671 140737034713712 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 12851 6733 670 445 0 6396 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51404

[startup+0.300649 s]
/proc/loadavg: 1.93 2.00 1.99 3/498 7555
/proc/meminfo: memFree=28357832/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=61656 CPUtime=0.27 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 7552 0 0 0 27 0 0 0 18 0 1 0 771676383 63135744 7489 33554432000 4194304 6014671 140737034713712 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 15414 7489 720 445 0 8959 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 61656

[startup+0.700585 s]
/proc/loadavg: 1.93 2.00 1.99 3/498 7555
/proc/meminfo: memFree=28357832/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=79432 CPUtime=0.68 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 8136 0 0 0 67 1 0 0 18 0 1 0 771676383 81338368 8073 33554432000 4194304 6014671 140737034713712 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 19858 8073 721 445 0 13403 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79432

[startup+1.50045 s]
/proc/loadavg: 1.93 2.00 1.99 3/499 7556
/proc/meminfo: memFree=28326080/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=88540 CPUtime=1.48 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 8760 0 0 0 147 1 0 0 19 0 1 0 771676383 90664960 8697 33554432000 4194304 6014671 140737034713712 18446744073709551615 4666478 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 22135 8697 725 445 0 15680 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88540

[startup+3.10018 s]
/proc/loadavg: 1.93 2.00 1.99 3/499 7556
/proc/meminfo: memFree=28324040/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=88668 CPUtime=3.08 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 9342 0 0 0 307 1 0 0 25 0 1 0 771676383 90796032 9279 33554432000 4194304 6014671 140737034713712 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 22167 9280 725 445 0 15712 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88668

[startup+6.30064 s]
/proc/loadavg: 1.93 2.00 1.99 3/499 7556
/proc/meminfo: memFree=28314740/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=97976 CPUtime=6.27 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 11486 0 0 0 626 1 0 0 25 0 1 0 771676383 100327424 11423 33554432000 4194304 6014671 140737034713712 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 24494 11423 725 445 0 18039 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 97976

[startup+12.7006 s]
/proc/loadavg: 1.94 2.00 1.99 3/499 7556
/proc/meminfo: memFree=28306940/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=107516 CPUtime=12.67 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 12369 0 0 0 1266 1 0 0 25 0 1 0 771676383 110096384 12306 33554432000 4194304 6014671 140737034713712 18446744073709551615 4377948 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 26879 12306 725 445 0 20424 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 107516

[startup+25.5004 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 7557
/proc/meminfo: memFree=28294416/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=117484 CPUtime=25.47 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 15166 0 0 0 2546 1 0 0 25 0 1 0 771676383 120303616 15094 33554432000 4194304 6014671 140737034713712 18446744073709551615 4379530 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7555/statm: 29371 15094 733 445 0 22916 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 117484

[startup+51.1011 s]
/proc/loadavg: 2.02 2.01 2.00 3/499 7557
/proc/meminfo: memFree=28267112/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=127564 CPUtime=51.02 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 18323 0 0 0 5100 2 0 0 25 0 1 0 771676383 130625536 18243 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 31891 18243 728 445 0 25436 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 127564

[startup+102.318 s]
/proc/loadavg: 2.01 2.01 2.00 3/499 7559
/proc/meminfo: memFree=28232012/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=127564 CPUtime=102.24 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 22289 0 0 0 10222 2 0 0 25 0 1 0 771676383 130625536 22207 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 31891 22207 726 445 0 25436 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 127564

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 7560
/proc/meminfo: memFree=28223820/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=127564 CPUtime=162.22 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 24294 0 0 0 16219 3 0 0 25 0 1 0 771676383 130625536 24211 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 31891 24211 725 445 0 25436 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 127564

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 7562
/proc/meminfo: memFree=28199484/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=140040 CPUtime=222.22 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 27373 0 0 0 22218 4 0 0 25 0 1 0 771676383 143400960 27273 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 35010 27273 726 445 0 28555 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 140040

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 7563
/proc/meminfo: memFree=28158424/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=166284 CPUtime=282.23 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 34651 0 0 0 28218 5 0 0 25 0 1 0 771676383 170274816 34536 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 41571 34536 728 445 0 35116 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 166284

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 7565
/proc/meminfo: memFree=28092192/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=179644 CPUtime=342.23 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 37694 0 0 0 34218 5 0 0 25 0 1 0 771676383 183955456 37547 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 44911 37547 726 445 0 38456 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 179644

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 7567
/proc/meminfo: memFree=28089948/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=179644 CPUtime=402.23 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 37957 0 0 0 40218 5 0 0 25 0 1 0 771676383 183955456 37787 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 44911 37787 726 445 0 38456 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 179644

[startup+462.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 7568
/proc/meminfo: memFree=28086080/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=236668 CPUtime=462.22 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 38677 0 0 0 46217 5 0 0 25 0 1 0 771676383 242348032 38457 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 59167 38457 835 445 0 52712 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 236668

[startup+522.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/499 7570
/proc/meminfo: memFree=28062876/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=294028 CPUtime=522.23 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 44641 0 0 0 52216 7 0 0 25 0 1 0 771676383 301084672 44337 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 73507 44337 838 445 0 67052 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 294028

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 7571
/proc/meminfo: memFree=28040036/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=294028 CPUtime=582.23 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 53501 0 0 0 58214 9 0 0 25 0 1 0 771676383 301084672 49559 33554432000 4194304 6014671 140737034713712 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 73507 49559 838 445 0 67052 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 294028

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 7675
/proc/meminfo: memFree=27429156/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4002.29 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131186 0 0 0 400203 26 0 0 25 0 1 0 771676383 736808960 122125 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122125 729 445 0 173430 0
Current children cumulated CPU time (s) 4002.29
Current children cumulated vsize (KiB) 719540

[startup+4062.32 s]
/proc/loadavg: 2.11 2.03 2.01 3/499 7676
/proc/meminfo: memFree=27427400/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4062.3 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131186 0 0 0 406204 26 0 0 25 0 1 0 771676383 736808960 122125 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122125 729 445 0 173430 0
Current children cumulated CPU time (s) 4062.3
Current children cumulated vsize (KiB) 719540

[startup+4122.3 s]
/proc/loadavg: 2.17 2.05 2.01 3/499 7678
/proc/meminfo: memFree=27427504/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4122.29 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131186 0 0 0 412203 26 0 0 25 0 1 0 771676383 736808960 122125 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122125 729 445 0 173430 0
Current children cumulated CPU time (s) 4122.29
Current children cumulated vsize (KiB) 719540

[startup+4182.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/499 7679
/proc/meminfo: memFree=27427968/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4182.29 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131186 0 0 0 418203 26 0 0 25 0 1 0 771676383 736808960 122125 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122125 729 445 0 173430 0
Current children cumulated CPU time (s) 4182.29
Current children cumulated vsize (KiB) 719540

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/499 7681
/proc/meminfo: memFree=27427584/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4242.3 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131188 0 0 0 424203 27 0 0 25 0 1 0 771676383 736808960 122127 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122127 729 445 0 173430 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 719540

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 7683
/proc/meminfo: memFree=27427808/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4302.29 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131188 0 0 0 430202 27 0 0 25 0 1 0 771676383 736808960 122124 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122124 729 445 0 173430 0
Current children cumulated CPU time (s) 4302.29
Current children cumulated vsize (KiB) 719540

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 7684
/proc/meminfo: memFree=27427916/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4362.3 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131188 0 0 0 436203 27 0 0 25 0 1 0 771676383 736808960 122112 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122112 729 445 0 173430 0
Current children cumulated CPU time (s) 4362.3
Current children cumulated vsize (KiB) 719540

[startup+4422.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/499 7686
/proc/meminfo: memFree=27426892/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4422.3 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131188 0 0 0 442203 27 0 0 25 0 1 0 771676383 736808960 122099 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122099 729 445 0 173430 0
Current children cumulated CPU time (s) 4422.3
Current children cumulated vsize (KiB) 719540

[startup+4482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/499 7687
/proc/meminfo: memFree=27424144/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4482.29 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131724 0 0 0 448202 27 0 0 25 0 1 0 771676383 736808960 122627 33554432000 4194304 6014671 140737034713712 18446744073709551615 4440970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122627 729 445 0 173430 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 719540

[startup+4542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 7689
/proc/meminfo: memFree=27420520/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4542.29 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131736 0 0 0 454202 27 0 0 25 0 1 0 771676383 736808960 122616 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122616 729 445 0 173430 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 719540

[startup+4602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 7691
/proc/meminfo: memFree=27420508/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4602.31 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131779 0 0 0 460204 27 0 0 25 0 1 0 771676383 736808960 122659 33554432000 4194304 6014671 140737034713712 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122659 729 445 0 173430 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 719540

[startup+4662.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/499 7692
/proc/meminfo: memFree=27420120/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4662.3 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131779 0 0 0 466203 27 0 0 25 0 1 0 771676383 736808960 122623 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122623 729 445 0 173430 0
Current children cumulated CPU time (s) 4662.3
Current children cumulated vsize (KiB) 719540

[startup+4722.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 7694
/proc/meminfo: memFree=27419484/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4722.32 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131803 0 0 0 472205 27 0 0 25 0 1 0 771676383 736808960 122626 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122626 729 445 0 173430 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 719540

[startup+4782.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/499 7695
/proc/meminfo: memFree=27420816/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4782.3 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131825 0 0 0 478203 27 0 0 25 0 1 0 771676383 736808960 122626 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122626 729 445 0 173430 0
Current children cumulated CPU time (s) 4782.3
Current children cumulated vsize (KiB) 719540

[startup+4842.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/499 7697
/proc/meminfo: memFree=27420308/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4842.3 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131827 0 0 0 484203 27 0 0 25 0 1 0 771676383 736808960 122605 33554432000 4194304 6014671 140737034713712 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122605 729 445 0 173430 0
Current children cumulated CPU time (s) 4842.3
Current children cumulated vsize (KiB) 719540

[startup+4902.3 s]
/proc/loadavg: 1.45 1.88 1.95 2/493 7726
/proc/meminfo: memFree=28086664/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4902.31 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131827 0 0 0 490203 28 0 0 25 0 1 0 771676383 736808960 122581 33554432000 4194304 6014671 140737034713712 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122581 729 445 0 173430 0
Current children cumulated CPU time (s) 4902.31
Current children cumulated vsize (KiB) 719540

[startup+4962.3 s]
/proc/loadavg: 1.16 1.72 1.88 2/493 7727
/proc/meminfo: memFree=28088068/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=4962.31 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131827 0 0 0 496203 28 0 0 25 0 1 0 771676383 736808960 122529 33554432000 4194304 6014671 140737034713712 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122529 729 445 0 173430 0
Current children cumulated CPU time (s) 4962.31
Current children cumulated vsize (KiB) 719540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.08 1.63 1.85 2/493 7728
/proc/meminfo: memFree=28087940/32951132 swapFree=59085548/67111528
[pid=7555] ppid=7553 vsize=719540 CPUtime=5000.02 cores=1,3,5,7
/proc/7555/stat : 7555 (qutersat_releas) R 7553 7555 6460 0 -1 4202496 131894 0 0 0 499974 28 0 0 25 0 1 0 771676383 736808960 122596 33554432000 4194304 6014671 140737034713712 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7555/statm: 179885 122596 729 445 0 173430 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 719540

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.05
CPU user time (s): 4999.75
CPU system time (s): 0.299954
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 719540

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

runsolver used 23.2085 second user time and 58.1122 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-28 18:39:28
IDJOB=3420939
IDBENCH=71514
IDSOLVER=1868
FILE ID=node129/3420939-1306600768
RUNJOBID= node129-1306595618-7302
PBS_JOBID= 13471551
Free space on /tmp= 73144 MiB

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

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=175979894

node129.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.831
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.831
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.83
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.831
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.831
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      28357980 kB
Buffers:        184344 kB
Cached:        1631236 kB
SwapCached:      74156 kB
Active:         685868 kB
Inactive:      3683096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28357980 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:            1952 kB
Writeback:           0 kB
AnonPages:     2490404 kB
Mapped:          19840 kB
Slab:            96172 kB
PageTables:      59236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147622708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73144 MiB
End job on node129 at 2011-05-28 20:02:50