Trace number 3283919

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/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 1430 #clause: 87044
0.00/0.05	c Find Units :          0
0.00/0.05	c Find Invs  :         67
0.06/0.07	c Find Ands  :       1675 AvgFaninNum: 2
0.06/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.07	c Find Ite   :          0
0.06/0.08	c UnDirect variable: 134
0.06/0.08	c UnDirect to Direct Gate: 44
0.06/0.08	c Forced Direct Gate: 44 Unuse unDirect Gate: 67
0.06/0.08	c Break Cycle : 590
0.06/0.08	c Total Root : 40 Undef Var: 837
0.06/0.08	c After covering, Total Root: 576 Leaf: 652
0.06/0.08	c Variable( cover/uncovered/unused ): 1245 185 0
0.06/0.08	c Unit Clauses: 0
0.06/0.08	c Binary Clauses( cover/uncovered ): 1186 1183
0.06/0.08	c Clauses( cover/uncovered ): 549 84126
0.06/0.08	c Total Clauses( cover/uncovered ): 1735 85309 1.99324%
0.06/0.08	c Covered Ands: 549 Invs: 44 Xors: 0 Ites: 0
0.09/0.13	c Uncover Clauses avg size: 2.98802 max size: 10
0.09/0.13	c Final circuit: i/l/o/s     837       0   85269     93714
0.09/0.13	c CnfToAig: Time: 0.12 s
0.19/0.25	c TmMap: Set choices finish.
0.19/0.29	c TmMap: Set big and: 90773
0.19/0.29	c TmMap: Origin: 94552 ClauseNum: 281142 --> New: 91620 ClauseNum: 276194
0.19/0.29	c TmMap: Time: 0.07
0.29/0.31	c Try to Add: #clause: 181582 #xorclause: 0
0.29/0.33	c #var: 6350 #clauses: 9183 Solving... 
1300.02/1300.00	c Time Out !!
1300.02/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-3283919-1303759554/watcher-3283919-1303759554 -o /tmp/evaluation-result-3283919-1303759554/solver-3283919-1303759554 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283919-1303759554.cnf 1204585225 

running on 2 cores: 4,6

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.55 2.39 4.88 5/189 8070
/proc/meminfo: memFree=9842828/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=32364 CPUtime=0 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 1743 0 0 0 0 0 0 0 25 0 1 0 487553177 33140736 1678 33554432000 4194304 6016207 140737436135856 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 8091 1683 379 445 0 1635 0

[startup+0.070353 s]
/proc/loadavg: 2.55 2.39 4.88 5/189 8070
/proc/meminfo: memFree=9842828/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=42604 CPUtime=0.06 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 4460 0 0 0 6 0 0 0 25 0 1 0 487553177 43626496 4395 33554432000 4194304 6016207 140737436135856 18446744073709551615 212687675264 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 10651 4395 397 445 0 4195 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 42604

[startup+0.100353 s]
/proc/loadavg: 2.55 2.39 4.88 5/189 8070
/proc/meminfo: memFree=9842828/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=44140 CPUtime=0.09 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 4848 0 0 0 9 0 0 0 25 0 1 0 487553177 45199360 4783 33554432000 4194304 6016207 140737436135856 18446744073709551615 4336386 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 11035 4783 400 445 0 4579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.300337 s]
/proc/loadavg: 2.55 2.39 4.88 5/189 8070
/proc/meminfo: memFree=9842828/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=83996 CPUtime=0.29 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 14856 0 0 0 27 2 0 0 25 0 1 0 487553177 86011904 14791 33554432000 4194304 6016207 140737436135856 18446744073709551615 4809751 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 20999 14791 672 445 0 14543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83996

[startup+0.700271 s]
/proc/loadavg: 2.55 2.39 4.88 5/189 8070
/proc/meminfo: memFree=9842828/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=83996 CPUtime=0.69 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 14880 0 0 0 67 2 0 0 25 0 1 0 487553177 86011904 14815 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 20999 14815 693 445 0 14543 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83996

[startup+1.50109 s]
/proc/loadavg: 2.55 2.39 4.88 5/190 8071
/proc/meminfo: memFree=9785820/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=116764 CPUtime=1.49 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 22461 0 0 0 146 3 0 0 25 0 1 0 487553177 119566336 22396 33554432000 4194304 6016207 140737436135856 18446744073709551615 4779628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 29191 22397 699 445 0 22735 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116764

[startup+3.1008 s]
/proc/loadavg: 2.55 2.39 4.88 5/190 8071
/proc/meminfo: memFree=9743412/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=126108 CPUtime=3.09 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 24614 0 0 0 306 3 0 0 25 0 1 0 487553177 129134592 24549 33554432000 4194304 6016207 140737436135856 18446744073709551615 4426928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 31527 24549 726 445 0 25071 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126108

[startup+6.30024 s]
/proc/loadavg: 2.66 2.42 4.88 5/190 8071
/proc/meminfo: memFree=9678312/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=165888 CPUtime=6.29 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 28343 0 0 0 625 4 0 0 25 0 1 0 487553177 169869312 28278 33554432000 4194304 6016207 140737436135856 18446744073709551615 4660991 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 41472 28278 733 445 0 35016 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 165888

[startup+12.7011 s]
/proc/loadavg: 2.77 2.45 4.87 5/190 8072
/proc/meminfo: memFree=9362616/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=189564 CPUtime=12.69 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 33862 0 0 0 1265 4 0 0 25 0 1 0 487553177 194113536 33797 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425675 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 47391 33797 733 445 0 40935 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 189564

[startup+25.5007 s]
/proc/loadavg: 3.04 2.52 4.86 5/190 8072
/proc/meminfo: memFree=8975408/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=215600 CPUtime=25.49 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 41717 0 0 0 2543 6 0 0 25 0 1 0 487553177 220774400 41652 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 53900 41652 733 445 0 47444 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 215600

[startup+51.1011 s]
/proc/loadavg: 3.37 2.64 4.83 5/190 8073
/proc/meminfo: memFree=9040552/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=228896 CPUtime=51.09 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 45254 0 0 0 5103 6 0 0 25 0 1 0 487553177 234389504 45170 33554432000 4194304 6016207 140737436135856 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 57224 45170 734 445 0 50768 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 228896

[startup+102.307 s]
/proc/loadavg: 4.26 2.96 4.83 4/186 8090
/proc/meminfo: memFree=9107076/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=228896 CPUtime=102.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 47898 0 0 0 10223 7 0 0 25 0 1 0 487553177 234389504 47811 33554432000 4194304 6016207 140737436135856 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 57224 47811 733 445 0 50768 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 228896

[startup+162.301 s]
/proc/loadavg: 6.26 3.78 4.99 4/189 8149
/proc/meminfo: memFree=14932696/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=352648 CPUtime=162.29 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 62086 0 0 0 16218 11 0 0 25 0 1 0 487553177 361111552 61978 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 88162 61978 733 445 0 81706 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 352648

[startup+222.301 s]
/proc/loadavg: 5.16 3.95 4.97 5/190 8188
/proc/meminfo: memFree=16493332/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=418812 CPUtime=222.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 72094 0 0 0 22216 14 0 0 25 0 1 0 487553177 428863488 71906 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 104703 71906 733 445 0 98247 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 418812

[startup+282.301 s]
/proc/loadavg: 4.46 3.97 4.91 5/190 8217
/proc/meminfo: memFree=16279756/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=487712 CPUtime=282.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 74877 0 0 0 28215 15 0 0 25 0 1 0 487553177 499417088 74570 33554432000 4194304 6016207 140737436135856 18446744073709551615 4378542 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 121928 74570 733 445 0 115472 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 487712

[startup+342.301 s]
/proc/loadavg: 4.17 3.97 4.85 5/190 8272
/proc/meminfo: memFree=11920188/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=487712 CPUtime=342.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 75218 0 0 0 34211 19 0 0 25 0 1 0 487553177 499417088 74812 33554432000 4194304 6016207 140737436135856 18446744073709551615 4378481 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 121928 74812 733 445 0 115472 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 487712

[startup+402.301 s]
/proc/loadavg: 4.06 3.97 4.80 4/188 8274
/proc/meminfo: memFree=15330560/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=487712 CPUtime=402.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 75519 0 0 0 40211 19 0 0 25 0 1 0 487553177 499417088 75057 33554432000 4194304 6016207 140737436135856 18446744073709551615 4381458 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 121928 75057 733 445 0 115472 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 487712

[startup+462.301 s]
/proc/loadavg: 4.02 3.97 4.74 5/190 8303
/proc/meminfo: memFree=9640296/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=487712 CPUtime=462.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 76043 0 0 0 46211 19 0 0 25 0 1 0 487553177 499417088 75361 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 121928 75361 733 445 0 115472 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 487712

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 4.69 5/190 8304
/proc/meminfo: memFree=10032020/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=522.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 83049 0 0 0 52210 20 0 0 25 0 1 0 487553177 660594688 82367 33554432000 4194304 6016207 140737436135856 18446744073709551615 4390997 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 82367 733 445 0 154822 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 645112

[startup+582.301 s]
/proc/loadavg: 4.04 3.99 4.65 5/187 8309
/proc/meminfo: memFree=14177436/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=582.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 84076 0 0 0 58209 21 0 0 25 0 1 0 487553177 660594688 73296 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 73296 733 445 0 154822 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 645112

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 4.61 5/190 8334
/proc/meminfo: memFree=9290164/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=642.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 84500 0 0 0 64209 21 0 0 25 0 1 0 487553177 660594688 73720 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 73720 733 445 0 154822 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 645112

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 4.57 5/190 8363
/proc/meminfo: memFree=13142460/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=702.31 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 90382 0 0 0 70208 23 0 0 25 0 1 0 487553177 660594688 79602 33554432000 4194304 6016207 140737436135856 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 79602 733 445 0 154822 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 645112

[startup+762.307 s]
/proc/loadavg: 4.05 4.00 4.53 5/190 8365
/proc/meminfo: memFree=12962900/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=762.31 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 91162 0 0 0 76208 23 0 0 25 0 1 0 487553177 660594688 80382 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 80382 733 445 0 154822 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 645112

[startup+822.3 s]
/proc/loadavg: 4.02 4.00 4.50 5/190 8366
/proc/meminfo: memFree=11973044/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=822.3 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 93372 0 0 0 82207 23 0 0 25 0 1 0 487553177 660594688 82592 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 82592 733 445 0 154822 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 645112

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 4.47 5/190 8368
/proc/meminfo: memFree=11682676/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=882.31 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 99187 0 0 0 88207 24 0 0 25 0 1 0 487553177 660594688 88407 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 88407 733 445 0 154822 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 645112

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 4.44 5/190 8369
/proc/meminfo: memFree=11560388/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=942.31 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 111780 0 0 0 94204 27 0 0 25 0 1 0 487553177 660594688 100984 33554432000 4194304 6016207 140737436135856 18446744073709551615 4567817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 100984 733 445 0 154822 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 645112

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 4.41 5/190 8371
/proc/meminfo: memFree=11130348/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=645112 CPUtime=1002.32 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 117506 0 0 0 100204 28 0 0 25 0 1 0 487553177 660594688 106710 33554432000 4194304 6016207 140737436135856 18446744073709551615 4378010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 161278 106710 733 445 0 154822 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 645112

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.38 5/190 8373
/proc/meminfo: memFree=10968880/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=740908 CPUtime=1062.31 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 121930 0 0 0 106202 29 0 0 25 0 1 0 487553177 758689792 111134 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 185227 111134 733 445 0 178771 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 740908

[startup+1122.3 s]
/proc/loadavg: 4.11 4.03 4.36 5/190 8401
/proc/meminfo: memFree=8334000/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=740908 CPUtime=1122.31 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 121973 0 0 0 112202 29 0 0 25 0 1 0 487553177 758689792 111177 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 185227 111177 733 445 0 178771 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 740908

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 4.34 5/190 8403
/proc/meminfo: memFree=7654864/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=740908 CPUtime=1182.31 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 123028 0 0 0 118202 29 0 0 25 0 1 0 487553177 758689792 112232 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 185227 112232 733 445 0 178771 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 740908

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 4.32 5/190 8404
/proc/meminfo: memFree=7586956/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=740908 CPUtime=1242.32 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 125161 0 0 0 124202 30 0 0 25 0 1 0 487553177 758689792 114365 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 185227 114365 733 445 0 178771 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 740908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 4.30 5/190 8406
/proc/meminfo: memFree=7213020/32951124 swapFree=67111528/67111528
[pid=8070] ppid=8068 vsize=740908 CPUtime=1300.02 cores=4,6
/proc/8070/stat : 8070 (qutersat_releas) R 8068 8070 7955 0 -1 4202496 137214 0 0 0 129971 31 0 0 25 0 1 0 487553177 758689792 126418 33554432000 4194304 6016207 140737436135856 18446744073709551615 4425489 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8070/statm: 185227 126418 733 445 0 178771 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 740908

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.72
CPU system time (s): 0.342947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 740908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2953

runsolver used 2.19367 second user time and 4.91025 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:25:54
IDJOB=3283919
IDBENCH=71089
IDSOLVER=1607
FILE ID=node139/3283919-1303759554
RUNJOBID= node139-1303759504-7974
PBS_JOBID= 13157122
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1204585225

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9842976 kB
Buffers:       2148484 kB
Cached:       15258416 kB
SwapCached:          0 kB
Active:       15739752 kB
Inactive:      6832500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9842976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          746036 kB
Writeback:           0 kB
AnonPages:     5165152 kB
Mapped:          18836 kB
Slab:           460388 kB
PageTables:      15164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5454088 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= 72184 MiB
End job on node139 at 2011-04-25 21:47:36