Trace number 3284057

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-03-01? (TO) 1300.06 1300.03

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.01	c Set FPU double precision.
0.01/0.06	c Parse Cnf success: #var: 1430 #clause: 79453
0.01/0.06	c Find Units :          0
0.01/0.06	c Find Invs  :         67
0.01/0.07	c Find Ands  :       1675 AvgFaninNum: 2
0.01/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.08	c Find Ite   :          0
0.01/0.08	c UnDirect variable: 134
0.01/0.08	c UnDirect to Direct Gate: 44
0.01/0.08	c Forced Direct Gate: 44 Unuse unDirect Gate: 67
0.01/0.08	c Break Cycle : 590
0.01/0.08	c Total Root : 40 Undef Var: 837
0.01/0.09	c After covering, Total Root: 576 Leaf: 652
0.01/0.09	c Variable( cover/uncovered/unused ): 1245 185 0
0.01/0.09	c Unit Clauses: 0
0.01/0.09	c Binary Clauses( cover/uncovered ): 1186 1172
0.01/0.09	c Clauses( cover/uncovered ): 549 76546
0.01/0.09	c Total Clauses( cover/uncovered ): 1735 77718 2.18368%
0.01/0.09	c Covered Ands: 549 Invs: 44 Xors: 0 Ites: 0
0.08/0.14	c Uncover Clauses avg size: 2.98699 max size: 10
0.08/0.14	c Final circuit: i/l/o/s     837       0   77678     86000
0.08/0.14	c CnfToAig: Time: 0.13 s
0.18/0.26	c TmMap: Set choices finish.
0.28/0.31	c TmMap: Set big and: 83074
0.28/0.31	c TmMap: Origin: 86838 ClauseNum: 258000 --> New: 83921 ClauseNum: 253045
0.28/0.31	c TmMap: Time: 0.07
0.28/0.33	c Try to Add: #clause: 166184 #xorclause: 0
0.28/0.34	c #var: 6242 #clauses: 9023 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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: 935)

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-3284057-1303759565/watcher-3284057-1303759565 -o /tmp/evaluation-result-3284057-1303759565/solver-3284057-1303759565 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3284057-1303759565.cnf 416870920 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.46 0.99 1.58 5/193 15755
/proc/meminfo: memFree=16239816/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=11800 CPUtime=0 cores=0,2
/proc/15755/stat : 15755 (runsolver) R 15753 15755 15612 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 487554713 12083200 52 33554432000 4194304 5434984 140737199011088 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/15755/statm: 2950 52 31 303 0 2644 0

[startup+0.02949 s]
/proc/loadavg: 2.46 0.99 1.58 5/193 15755
/proc/meminfo: memFree=16239816/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=35436 CPUtime=0.01 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 2513 0 0 0 1 0 0 0 25 0 1 0 487554713 36286464 2448 33554432000 4194304 6016207 140737450253104 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 8859 2450 379 445 0 2403 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 35436

[startup+0.100486 s]
/proc/loadavg: 2.46 0.99 1.58 5/193 15755
/proc/meminfo: memFree=16239816/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=41580 CPUtime=0.08 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 4191 0 0 0 8 0 0 0 25 0 1 0 487554713 42577920 4126 33554432000 4194304 6016207 140737450253104 18446744073709551615 4269904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 10395 4126 400 445 0 3939 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41580

[startup+0.300477 s]
/proc/loadavg: 2.46 0.99 1.58 5/193 15755
/proc/meminfo: memFree=16239816/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=77116 CPUtime=0.28 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 13031 0 0 0 27 1 0 0 25 0 1 0 487554713 78966784 12966 33554432000 4194304 6016207 140737450253104 18446744073709551615 4253955 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 19279 12969 672 445 0 12823 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77116

[startup+0.700393 s]
/proc/loadavg: 2.46 0.99 1.58 5/193 15755
/proc/meminfo: memFree=16239816/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=81212 CPUtime=0.69 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 14034 0 0 0 67 2 0 0 25 0 1 0 487554713 83161088 13969 33554432000 4194304 6016207 140737450253104 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 20303 13969 693 445 0 13847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81212

[startup+1.50024 s]
/proc/loadavg: 2.58 1.04 1.60 5/194 15756
/proc/meminfo: memFree=16136388/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=108860 CPUtime=1.49 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 20046 0 0 0 146 3 0 0 25 0 1 0 487554713 111472640 19981 33554432000 4194304 6016207 140737450253104 18446744073709551615 4779628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 27215 19982 699 445 0 20759 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108860

[startup+3.10096 s]
/proc/loadavg: 2.58 1.04 1.60 5/194 15756
/proc/meminfo: memFree=16048224/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=120252 CPUtime=3.08 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 22956 0 0 0 305 3 0 0 25 0 1 0 487554713 123138048 22891 33554432000 4194304 6016207 140737450253104 18446744073709551615 4373410 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 30063 22891 726 445 0 23607 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 120252

[startup+6.30037 s]
/proc/loadavg: 2.58 1.04 1.60 5/194 15756
/proc/meminfo: memFree=15963292/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=159600 CPUtime=6.29 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 26188 0 0 0 625 4 0 0 25 0 1 0 487554713 163430400 26123 33554432000 4194304 6016207 140737450253104 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 39900 26123 733 445 0 33444 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 159600

[startup+12.7002 s]
/proc/loadavg: 2.80 1.14 1.62 5/194 15756
/proc/meminfo: memFree=15780076/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=170184 CPUtime=12.68 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 30275 0 0 0 1264 4 0 0 25 0 1 0 487554713 174268416 30210 33554432000 4194304 6016207 140737450253104 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 42546 30210 733 445 0 36090 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 170184

[startup+25.5009 s]
/proc/loadavg: 2.98 1.23 1.65 5/194 15757
/proc/meminfo: memFree=15518672/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=183108 CPUtime=25.48 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 37639 0 0 0 2543 5 0 0 25 0 1 0 487554713 187502592 37574 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 45777 37574 733 445 0 39321 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 183108

[startup+51.1012 s]
/proc/loadavg: 3.33 1.45 1.71 5/194 15758
/proc/meminfo: memFree=15035340/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=222084 CPUtime=51.09 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 45484 0 0 0 5101 8 0 0 25 0 1 0 487554713 227414016 45419 33554432000 4194304 6016207 140737450253104 18446744073709551615 4424323 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 55521 45419 736 445 0 49065 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 222084

[startup+102.307 s]
/proc/loadavg: 3.77 1.89 1.84 5/194 15759
/proc/meminfo: memFree=14520476/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=236260 CPUtime=102.29 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 49302 0 0 0 10221 8 0 0 25 0 1 0 487554713 241930240 49234 33554432000 4194304 6016207 140737450253104 18446744073709551615 4373988 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 59065 49235 733 445 0 52609 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 236260

[startup+162.301 s]
/proc/loadavg: 3.92 2.27 1.97 5/194 15760
/proc/meminfo: memFree=14088940/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=294404 CPUtime=162.29 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 62040 0 0 0 16218 11 0 0 25 0 1 0 487554713 301469696 61969 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 73601 61969 733 445 0 67145 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 294404

[startup+222.301 s]
/proc/loadavg: 3.97 2.58 2.10 5/194 15762
/proc/meminfo: memFree=13834724/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=419204 CPUtime=222.29 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 74366 0 0 0 22217 12 0 0 25 0 1 0 487554713 429264896 74184 33554432000 4194304 6016207 140737450253104 18446744073709551615 4381578 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 104801 74184 733 445 0 98345 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 419204

[startup+282.301 s]
/proc/loadavg: 4.02 2.85 2.22 5/194 15764
/proc/meminfo: memFree=13661480/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=419204 CPUtime=282.29 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 80403 0 0 0 28215 14 0 0 25 0 1 0 487554713 429264896 80060 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 104801 80060 733 445 0 98345 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 419204

[startup+342.301 s]
/proc/loadavg: 4.00 3.06 2.33 5/194 15792
/proc/meminfo: memFree=14309356/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=419204 CPUtime=342.29 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 81278 0 0 0 34215 14 0 0 25 0 1 0 487554713 429264896 80935 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 104801 80935 733 445 0 98345 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 419204

[startup+402.3 s]
/proc/loadavg: 4.04 3.24 2.43 5/194 15794
/proc/meminfo: memFree=13732800/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=419204 CPUtime=402.29 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 85639 0 0 0 40214 15 0 0 25 0 1 0 487554713 429264896 85144 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 104801 85144 733 445 0 98345 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 419204

[startup+462.3 s]
/proc/loadavg: 4.01 3.38 2.53 5/194 15795
/proc/meminfo: memFree=10157904/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=419204 CPUtime=462.3 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 87062 0 0 0 46213 17 0 0 25 0 1 0 487554713 429264896 86347 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 104801 86347 733 445 0 98345 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 419204

[startup+522.3 s]
/proc/loadavg: 3.93 3.47 2.61 5/194 15825
/proc/meminfo: memFree=14089092/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=419204 CPUtime=522.3 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 87318 0 0 0 52213 17 0 0 25 0 1 0 487554713 429264896 86603 33554432000 4194304 6016207 140737450253104 18446744073709551615 4536921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 104801 86603 733 445 0 98345 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 419204

[startup+582.3 s]
/proc/loadavg: 3.97 3.56 2.70 5/194 15827
/proc/meminfo: memFree=11279580/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=499912 CPUtime=582.3 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 90576 0 0 0 58212 18 0 0 25 0 1 0 487554713 511909888 89861 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 124978 89861 733 445 0 118522 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 499912

[startup+642.3 s]
/proc/loadavg: 4.05 3.66 2.78 5/194 15855
/proc/meminfo: memFree=12420096/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=499912 CPUtime=642.31 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 93713 0 0 0 64212 19 0 0 25 0 1 0 487554713 511909888 88882 33554432000 4194304 6016207 140737450253104 18446744073709551615 4378514 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 124978 88882 733 445 0 118522 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 499912

[startup+702.301 s]
/proc/loadavg: 4.02 3.72 2.85 5/194 15857
/proc/meminfo: memFree=12332648/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=583272 CPUtime=702.3 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 95324 0 0 0 70210 20 0 0 25 0 1 0 487554713 597270528 90493 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 145818 90493 733 445 0 139362 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 583272

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.92 5/194 15858
/proc/meminfo: memFree=11410268/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=670176 CPUtime=762.32 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 95920 0 0 0 76211 21 0 0 25 0 1 0 487554713 686260224 91089 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425149 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 167544 91089 733 445 0 161088 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 670176

[startup+822.301 s]
/proc/loadavg: 4.00 3.81 2.99 5/194 15860
/proc/meminfo: memFree=10705540/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=670176 CPUtime=822.31 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 95975 0 0 0 82210 21 0 0 25 0 1 0 487554713 686260224 91144 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 167544 91144 733 445 0 161088 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 670176

[startup+882.301 s]
/proc/loadavg: 4.00 3.84 3.05 5/194 15862
/proc/meminfo: memFree=10434468/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=670176 CPUtime=882.31 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 101448 0 0 0 88209 22 0 0 25 0 1 0 487554713 686260224 96582 33554432000 4194304 6016207 140737450253104 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 167544 96582 733 445 0 161088 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 670176

[startup+942.301 s]
/proc/loadavg: 4.04 3.88 3.11 5/194 15863
/proc/meminfo: memFree=10020664/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=670176 CPUtime=942.32 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 106031 0 0 0 94209 23 0 0 25 0 1 0 487554713 686260224 101165 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 167544 101165 733 445 0 161088 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 670176

[startup+1002.3 s]
/proc/loadavg: 4.06 3.91 3.17 5/194 15865
/proc/meminfo: memFree=9857340/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=670176 CPUtime=1002.32 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 106166 0 0 0 100209 23 0 0 25 0 1 0 487554713 686260224 101300 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 167544 101300 733 445 0 161088 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 670176

[startup+1062.3 s]
/proc/loadavg: 4.02 3.93 3.22 5/194 15866
/proc/meminfo: memFree=9523132/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=670176 CPUtime=1062.31 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 106295 0 0 0 106208 23 0 0 25 0 1 0 487554713 686260224 101429 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 167544 101429 733 445 0 161088 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 670176

[startup+1122.3 s]
/proc/loadavg: 4.12 3.97 3.27 5/194 15868
/proc/meminfo: memFree=9410036/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=670304 CPUtime=1122.31 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 106405 0 0 0 112208 23 0 0 25 0 1 0 487554713 686391296 101539 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 167576 101539 733 445 0 161120 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 670304

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.32 5/194 15924
/proc/meminfo: memFree=15345812/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=767692 CPUtime=1182.32 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 115106 0 0 0 118205 27 0 0 25 0 1 0 487554713 786116608 110240 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 191923 110240 733 445 0 185467 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 767692

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.36 5/194 15925
/proc/meminfo: memFree=11328780/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=865016 CPUtime=1242.32 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 117904 0 0 0 124204 28 0 0 25 0 1 0 487554713 885776384 113038 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 216254 113038 733 445 0 209798 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 865016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.40 5/194 15955
/proc/meminfo: memFree=6535328/32951124 swapFree=67111416/67111528
[pid=15755] ppid=15753 vsize=963096 CPUtime=1300.03 cores=0,2
/proc/15755/stat : 15755 (qutersat_releas) R 15753 15755 15612 0 -1 4202496 118071 0 0 0 129975 28 0 0 25 0 1 0 487554713 986210304 113205 33554432000 4194304 6016207 140737450253104 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15755/statm: 240774 113205 733 445 0 234318 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 963096

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): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.75
CPU system time (s): 0.307953
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 963096

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

runsolver used 2.26166 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:26:05
IDJOB=3284057
IDBENCH=71098
IDSOLVER=1607
FILE ID=node134/3284057-1303759565
RUNJOBID= node134-1303759504-15631
PBS_JOBID= 13157124
Free space on /tmp= 70988 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284057-1303759565/watcher-3284057-1303759565 -o /tmp/evaluation-result-3284057-1303759565/solver-3284057-1303759565 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3284057-1303759565.cnf 416870920

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=416870920

node134.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.67
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.83
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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16239848 kB
Buffers:       2349084 kB
Cached:       11224420 kB
SwapCached:        108 kB
Active:       11633000 kB
Inactive:      4520544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16239848 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           51408 kB
Writeback:           0 kB
AnonPages:     2579300 kB
Mapped:          20316 kB
Slab:           489688 kB
PageTables:      10364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3003120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70856 MiB
End job on node134 at 2011-04-25 21:47:47