Trace number 3283827

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) 1299.96 1300.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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.02/0.04	c Parse Cnf success: #var: 1278 #clause: 68055
0.02/0.04	c Find Units :          0
0.02/0.04	c Find Invs  :         67
0.02/0.05	c Find Ands  :       1474 AvgFaninNum: 2
0.02/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.05	c Find Ite   :          0
0.02/0.06	c UnDirect variable: 134
0.02/0.06	c UnDirect to Direct Gate: 50
0.02/0.06	c Forced Direct Gate: 50 Unuse unDirect Gate: 67
0.02/0.06	c Break Cycle : 521
0.02/0.06	c Total Root : 42 Undef Var: 744
0.02/0.06	c After covering, Total Root: 511 Leaf: 585
0.02/0.06	c Variable( cover/uncovered/unused ): 1119 159 0
0.02/0.06	c Unit Clauses: 0
0.02/0.06	c Binary Clauses( cover/uncovered ): 1068 1080
0.02/0.06	c Clauses( cover/uncovered ): 484 65423
0.02/0.06	c Total Clauses( cover/uncovered ): 1552 66503 2.28051%
0.02/0.06	c Covered Ands: 484 Invs: 50 Xors: 0 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 2.98584 max size: 9
0.09/0.11	c Final circuit: i/l/o/s     744       0   66461     73847
0.09/0.11	c CnfToAig: Time: 0.1 s
0.19/0.20	c TmMap: Set choices finish.
0.19/0.24	c TmMap: Set big and: 70987
0.19/0.24	c TmMap: Origin: 74592 ClauseNum: 221541 --> New: 71739 ClauseNum: 216852
0.19/0.24	c TmMap: Time: 0.05
0.19/0.25	c Try to Add: #clause: 142002 #xorclause: 0
0.19/0.27	c #var: 5277 #clauses: 8252 Solving... 
1299.94/1300.00	c Time Out !!
1299.94/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-3283827-1303759543/watcher-3283827-1303759543 -o /tmp/evaluation-result-3283827-1303759543/solver-3283827-1303759543 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283827-1303759543.cnf 1888048804 

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.01 2.79 5.24 4/189 2379
/proc/meminfo: memFree=12742868/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=31844 CPUtime=0 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 1422 0 0 0 0 0 0 0 18 0 1 0 487552285 32608256 1356 33554432000 4194304 6016207 140734421297200 18446744073709551615 228244042811 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2379/statm: 7961 1370 303 445 0 1505 0

[startup+0.028848 s]
/proc/loadavg: 2.01 2.79 5.24 4/189 2379
/proc/meminfo: memFree=12742868/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=37484 CPUtime=0.02 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 3070 0 0 0 2 0 0 0 18 0 1 0 487552285 38383616 3004 33554432000 4194304 6016207 140734421297200 18446744073709551615 4818899 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 9371 3004 379 445 0 2915 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37484

[startup+0.100848 s]
/proc/loadavg: 2.01 2.79 5.24 4/189 2379
/proc/meminfo: memFree=12742868/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=46700 CPUtime=0.09 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 4516 0 0 0 9 0 0 0 18 0 1 0 487552285 47820800 4451 33554432000 4194304 6016207 140734421297200 18446744073709551615 4335448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 11675 4466 400 445 0 5219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300789 s]
/proc/loadavg: 2.01 2.79 5.24 4/189 2379
/proc/meminfo: memFree=12742868/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=76364 CPUtime=0.29 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 12729 0 0 0 28 1 0 0 18 0 1 0 487552285 78196736 12663 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 19091 12663 693 445 0 12635 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76364

[startup+0.700745 s]
/proc/loadavg: 2.01 2.79 5.24 4/189 2379
/proc/meminfo: memFree=12742868/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=76364 CPUtime=0.69 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 12729 0 0 0 68 1 0 0 18 0 1 0 487552285 78196736 12663 33554432000 4194304 6016207 140734421297200 18446744073709551615 4424771 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 19091 12663 693 445 0 12635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76364

[startup+1.50061 s]
/proc/loadavg: 2.01 2.79 5.24 5/190 2380
/proc/meminfo: memFree=12673296/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=106188 CPUtime=1.49 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 18803 0 0 0 147 2 0 0 19 0 1 0 487552285 108736512 18737 33554432000 4194304 6016207 140734421297200 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 26547 18737 699 445 0 20091 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106188

[startup+3.10026 s]
/proc/loadavg: 2.01 2.79 5.24 5/190 2380
/proc/meminfo: memFree=12648992/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=127952 CPUtime=3.09 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 20632 0 0 0 306 3 0 0 24 0 1 0 487552285 131022848 20566 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/2379/statm: 31988 20566 726 445 0 25532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127952

[startup+6.30074 s]
/proc/loadavg: 2.17 2.81 5.23 5/190 2380
/proc/meminfo: memFree=12637092/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=147832 CPUtime=6.29 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 22676 0 0 0 626 3 0 0 25 0 1 0 487552285 151379968 22610 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 36958 22610 733 445 0 30502 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 147832

[startup+12.7006 s]
/proc/loadavg: 2.32 2.83 5.22 5/190 2380
/proc/meminfo: memFree=12521168/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=160060 CPUtime=12.69 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 28007 0 0 0 1265 4 0 0 25 0 1 0 487552285 163901440 27941 33554432000 4194304 6016207 140734421297200 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 40015 27941 733 445 0 33559 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160060

[startup+25.5004 s]
/proc/loadavg: 2.69 2.89 5.20 5/190 2380
/proc/meminfo: memFree=11863776/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=185732 CPUtime=25.49 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 34727 0 0 0 2544 5 0 0 25 0 1 0 487552285 190189568 34660 33554432000 4194304 6016207 140734421297200 18446744073709551615 4426148 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 46433 34660 733 445 0 39977 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185732

[startup+51.1009 s]
/proc/loadavg: 3.14 2.97 5.17 5/190 2409
/proc/meminfo: memFree=11087060/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=211876 CPUtime=51.07 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 41016 0 0 0 5094 13 0 0 25 0 1 0 487552285 216961024 40949 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425037 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 52969 40949 733 445 0 46513 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 211876

[startup+102.307 s]
/proc/loadavg: 3.62 3.13 5.10 5/190 2410
/proc/meminfo: memFree=7987352/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=239728 CPUtime=102.27 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 44814 0 0 0 10213 14 0 0 25 0 1 0 487552285 245481472 44747 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 59932 44747 733 445 0 53476 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 239728

[startup+162.3 s]
/proc/loadavg: 3.86 3.29 5.03 5/190 2412
/proc/meminfo: memFree=7810688/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=315028 CPUtime=162.27 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 53035 0 0 0 16211 16 0 0 25 0 1 0 487552285 322588672 52897 33554432000 4194304 6016207 140734421297200 18446744073709551615 4373488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 78757 52897 735 445 0 72301 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 315028

[startup+222.301 s]
/proc/loadavg: 3.95 3.41 4.97 5/190 2440
/proc/meminfo: memFree=8708180/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=379080 CPUtime=222.27 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 53811 0 0 0 22211 16 0 0 25 0 1 0 487552285 388177920 53640 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 94770 53640 735 445 0 88314 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 379080

[startup+282.3 s]
/proc/loadavg: 3.98 3.52 4.90 5/190 2496
/proc/meminfo: memFree=8497472/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=379080 CPUtime=282.26 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 55293 0 0 0 28209 17 0 0 25 0 1 0 487552285 388177920 55056 33554432000 4194304 6016207 140734421297200 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 94770 55056 733 445 0 88314 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 379080

[startup+342.301 s]
/proc/loadavg: 4.05 3.62 4.85 5/190 2580
/proc/meminfo: memFree=10166708/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=379080 CPUtime=342.25 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 55665 0 0 0 34208 17 0 0 25 0 1 0 487552285 388177920 55368 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 94770 55368 733 445 0 88314 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 379080

[startup+402.3 s]
/proc/loadavg: 3.97 3.67 4.79 5/190 2608
/proc/meminfo: memFree=9557336/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=379080 CPUtime=402.24 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 56326 0 0 0 40207 17 0 0 25 0 1 0 487552285 388177920 55956 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 94770 55956 733 445 0 88314 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 379080

[startup+462.301 s]
/proc/loadavg: 4.02 3.74 4.74 5/190 2610
/proc/meminfo: memFree=8701248/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=379080 CPUtime=462.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 61175 0 0 0 46204 19 0 0 25 0 1 0 487552285 388177920 60696 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 94770 60696 733 445 0 88314 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 379080

[startup+522.3 s]
/proc/loadavg: 4.04 3.80 4.70 5/190 2611
/proc/meminfo: memFree=6459224/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=522.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 67352 0 0 0 52202 21 0 0 25 0 1 0 487552285 465719296 66689 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 66689 733 445 0 107245 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 454804

[startup+582.301 s]
/proc/loadavg: 4.01 3.83 4.65 5/190 2613
/proc/meminfo: memFree=3097680/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=582.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 69911 0 0 0 58200 23 0 0 25 0 1 0 487552285 465719296 69248 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 69248 733 445 0 107245 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 454804

[startup+642.3 s]
/proc/loadavg: 4.00 3.86 4.61 5/190 2615
/proc/meminfo: memFree=2061608/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=642.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 69917 0 0 0 64200 23 0 0 25 0 1 0 487552285 465719296 69254 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 69254 733 445 0 107245 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 454804

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 4.56 5/190 2616
/proc/meminfo: memFree=1185064/32951124 swapFree=67111524/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=702.22 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 71575 0 0 0 70199 23 0 0 25 0 1 0 487552285 465719296 70719 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 70719 733 445 0 107245 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 454804

[startup+762.307 s]
/proc/loadavg: 5.90 4.43 4.70 4/188 2642
/proc/meminfo: memFree=11806584/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=762.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 72584 0 0 0 76199 24 0 0 25 0 1 0 487552285 465719296 71728 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 71728 733 445 0 107245 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 454804

[startup+822.301 s]
/proc/loadavg: 5.41 4.59 4.74 5/190 2648
/proc/meminfo: memFree=12460988/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=822.22 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 72991 0 0 0 82198 24 0 0 25 0 1 0 487552285 465719296 72135 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 72135 733 445 0 107245 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 454804

[startup+882.301 s]
/proc/loadavg: 4.63 4.51 4.71 5/190 2650
/proc/meminfo: memFree=11240832/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=882.22 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 73401 0 0 0 88198 24 0 0 25 0 1 0 487552285 465719296 72545 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 72545 733 445 0 107245 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 454804

[startup+942.301 s]
/proc/loadavg: 4.23 4.42 4.66 5/190 2652
/proc/meminfo: memFree=10991812/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=942.22 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 73700 0 0 0 94198 24 0 0 25 0 1 0 487552285 465719296 64999 33554432000 4194304 6016207 140734421297200 18446744073709551615 4567834 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 64999 733 445 0 107245 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 454804

[startup+1002.3 s]
/proc/loadavg: 4.13 4.35 4.62 5/190 2653
/proc/meminfo: memFree=10251524/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=1002.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 83283 0 0 0 100196 27 0 0 25 0 1 0 487552285 465719296 74582 33554432000 4194304 6016207 140734421297200 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 74582 733 445 0 107245 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 454804

[startup+1062.3 s]
/proc/loadavg: 4.05 4.29 4.58 5/190 2655
/proc/meminfo: memFree=9903712/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=454804 CPUtime=1062.22 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 93577 0 0 0 106193 29 0 0 25 0 1 0 487552285 465719296 84876 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 113701 84876 733 445 0 107245 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 454804

[startup+1122.3 s]
/proc/loadavg: 4.02 4.23 4.54 5/190 2656
/proc/meminfo: memFree=9825452/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=540932 CPUtime=1122.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 96809 0 0 0 112192 31 0 0 25 0 1 0 487552285 553914368 88108 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 135233 88108 733 445 0 128777 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 540932

[startup+1182.3 s]
/proc/loadavg: 4.00 4.19 4.50 5/190 2658
/proc/meminfo: memFree=9187772/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=540932 CPUtime=1182.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 98858 0 0 0 118191 32 0 0 25 0 1 0 487552285 553914368 90157 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 135233 90157 733 445 0 128777 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 540932

[startup+1242.3 s]
/proc/loadavg: 4.00 4.15 4.47 5/190 2660
/proc/meminfo: memFree=9214140/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=540932 CPUtime=1242.23 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 99733 0 0 0 124191 32 0 0 25 0 1 0 487552285 553914368 91032 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 135233 91032 733 445 0 128777 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 540932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.12 4.44 5/190 2661
/proc/meminfo: memFree=9048440/32951124 swapFree=67111464/67111528
[pid=2379] ppid=2377 vsize=628484 CPUtime=1299.94 cores=4,6
/proc/2379/stat : 2379 (qutersat_releas) R 2377 2379 2288 0 -1 4202496 101324 0 0 0 129961 33 0 0 25 0 1 0 487552285 643567616 92623 33554432000 4194304 6016207 140734421297200 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2379/statm: 157121 92623 733 445 0 150665 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 628484

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.02
CPU time (s): 1299.96
CPU user time (s): 1299.61
CPU system time (s): 0.348946
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 628484

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

runsolver used 2.29965 second user time and 4.80427 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 21:25:43
IDJOB=3283827
IDBENCH=71078
IDSOLVER=1607
FILE ID=node136/3283827-1303759543
RUNJOBID= node136-1303759504-2309
PBS_JOBID= 13157123
Free space on /tmp= 72128 MiB

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

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1888048804

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12743140 kB
Buffers:       1706072 kB
Cached:       15817704 kB
SwapCached:          4 kB
Active:       11342840 kB
Inactive:      8294348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12743140 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           57800 kB
Writeback:           0 kB
AnonPages:     2112776 kB
Mapped:          20108 kB
Slab:           502228 kB
PageTables:       9532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2511192 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= 71832 MiB
End job on node136 at 2011-04-25 21:47:25