Trace number 3280699

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.11 1300.07

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark229.736
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data

0.00/0.00	c Set FPU double precision.
1.09/1.13	c Parse Cnf success: #var: 509512 #clause: 1529045
1.09/1.13	c Find Units :       1331
1.19/1.22	c Find Invs  :         84
1.48/1.53	c Find Ands  :     508117 AvgFaninNum: 2.00693
1.48/1.57	c Find Xors  :          0 AvgFaninNum: nan
1.58/1.62	c Find Ite   :          0
1.88/1.98	c UnDirect variable: 60
1.88/1.98	c UnDirect to Direct Gate: 30
1.88/1.98	c Forced Direct Gate: 30 Unuse unDirect Gate: 30
1.98/2.09	c Break Cycle : 108
1.98/2.09	c Total Root : 1331 Undef Var: 1473
2.38/2.45	c After covering, Total Root: 1331 Leaf: 138
2.38/2.45	c Variable( cover/uncovered/unused ): 508177 0 1335
2.38/2.45	c Unit Clauses: 1331
2.38/2.45	c Binary Clauses( cover/uncovered ): 1019597 108
2.38/2.45	c Clauses( cover/uncovered ): 508009 0
2.38/2.45	c Total Clauses( cover/uncovered ): 1528937 108 99.9929%
2.38/2.45	c Covered Ands: 508009 Invs: 30 Xors: 0 Ites: 0
2.38/2.47	c Uncover Clauses avg size: 2 max size: 2
2.38/2.47	c Final circuit: i/l/o/s     138       0    1439    508830
2.38/2.47	c CnfToAig: Time: 2.46 s
3.29/3.31	c TmMap: Set choices finish.
3.48/3.51	c TmMap: Set big and: 45428
3.48/3.51	c TmMap: Origin: 508969 ClauseNum: 1526490 --> New: 201452 ClauseNum: 946695
3.48/3.51	c TmMap: Time: 0.33
8.08/8.13	c Simulation --> TransNum: 578293/946695 Try to Add: #clause: 524440 #xorclause: 0
8.38/8.43	c #var: 200012 #clauses: 393513 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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-3280699-1303746823/watcher-3280699-1303746823 -o /tmp/evaluation-result-3280699-1303746823/solver-3280699-1303746823 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3280699-1303746823.cnf 1656259562 

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: 0.24 0.05 0.02 4/189 27152
/proc/meminfo: memFree=12849376/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=28644 CPUtime=0 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 929 0 0 0 0 0 0 0 21 0 1 0 564913098 29331456 864 33554432000 4194304 6016207 140737233613456 18446744073709551615 256415085627 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27152/statm: 7161 875 289 445 0 705 0

[startup+0.022478 s]
/proc/loadavg: 0.24 0.05 0.02 4/189 27152
/proc/meminfo: memFree=12849376/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=47380 CPUtime=0.01 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 5483 0 0 0 1 0 0 0 21 0 1 0 564913098 48517120 5417 33554432000 4194304 6016207 140737233613456 18446744073709551615 4310031 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 11845 5422 379 445 0 5389 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47380

[startup+0.100462 s]
/proc/loadavg: 0.24 0.05 0.02 4/189 27152
/proc/meminfo: memFree=12849376/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=63764 CPUtime=0.08 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 9623 0 0 0 8 0 0 0 21 0 1 0 564913098 65294336 9557 33554432000 4194304 6016207 140737233613456 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 15941 9557 379 445 0 9485 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 63764

[startup+0.300429 s]
/proc/loadavg: 0.24 0.05 0.02 4/189 27152
/proc/meminfo: memFree=12849376/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=92692 CPUtime=0.28 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 16834 0 0 0 27 1 0 0 22 0 1 0 564913098 94916608 16768 33554432000 4194304 6016207 140737233613456 18446744073709551615 256415391488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 23173 16768 379 445 0 16717 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92692

[startup+0.70035 s]
/proc/loadavg: 0.24 0.05 0.02 4/189 27152
/proc/meminfo: memFree=12849376/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=144660 CPUtime=0.69 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 29771 0 0 0 66 3 0 0 24 0 1 0 564913098 148131840 29705 33554432000 4194304 6016207 140737233613456 18446744073709551615 256415391488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 36165 29706 379 445 0 29709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144660

[startup+1.5012 s]
/proc/loadavg: 0.24 0.05 0.02 5/190 27153
/proc/meminfo: memFree=12643844/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=228244 CPUtime=1.48 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 49441 0 0 0 142 6 0 0 25 0 1 0 564913098 233721856 49375 33554432000 4194304 6016207 140737233613456 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 57061 49375 386 445 0 50605 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 228244

[startup+3.1009 s]
/proc/loadavg: 0.54 0.12 0.04 5/190 27153
/proc/meminfo: memFree=12559028/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=230292 CPUtime=3.08 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 51754 0 0 0 302 6 0 0 18 0 1 0 564913098 235819008 51688 33554432000 4194304 6016207 140737233613456 18446744073709551615 4259250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 57573 51688 670 445 0 51117 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 230292

[startup+6.30029 s]
/proc/loadavg: 0.54 0.12 0.04 5/190 27154
/proc/meminfo: memFree=12336336/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=258736 CPUtime=6.28 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 58398 0 0 0 621 7 0 0 25 0 1 0 564913098 264945664 58332 33554432000 4194304 6016207 140737233613456 18446744073709551615 4245896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 64684 58332 681 445 0 58228 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 258736

[startup+12.7011 s]
/proc/loadavg: 1.07 0.24 0.08 5/190 27154
/proc/meminfo: memFree=12225152/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=394976 CPUtime=12.69 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 82009 0 0 0 1259 10 0 0 25 0 1 0 564913098 404455424 81943 33554432000 4194304 6016207 140737233613456 18446744073709551615 4779628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 98744 81943 700 445 0 92288 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 394976

[startup+25.5006 s]
/proc/loadavg: 1.52 0.37 0.12 5/190 27154
/proc/meminfo: memFree=11785804/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=710380 CPUtime=25.49 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 151225 0 0 0 2529 20 0 0 25 0 1 0 564913098 727429120 151159 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 177595 151159 714 445 0 171139 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 710380

[startup+51.1007 s]
/proc/loadavg: 2.37 0.66 0.22 5/190 27155
/proc/meminfo: memFree=11648224/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=722668 CPUtime=51.09 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 155260 0 0 0 5088 21 0 0 25 0 1 0 564913098 740012032 155194 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425824 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 180667 155194 714 445 0 174211 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 722668

[startup+102.307 s]
/proc/loadavg: 3.38 1.23 0.44 5/190 27156
/proc/meminfo: memFree=11158900/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1171372 CPUtime=102.29 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 252028 0 0 0 10195 34 0 0 25 0 1 0 564913098 1199484928 245336 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425254 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 292843 245336 732 445 0 286387 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1171372

[startup+162.3 s]
/proc/loadavg: 3.75 1.69 0.64 5/190 27185
/proc/meminfo: memFree=10888044/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1245332 CPUtime=162.29 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 286115 0 0 0 16189 40 0 0 25 0 1 0 564913098 1275219968 279421 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 311333 279421 732 445 0 304877 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1245332

[startup+222.301 s]
/proc/loadavg: 3.96 2.16 0.87 5/190 27186
/proc/meminfo: memFree=10770952/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1333772 CPUtime=222.3 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 306713 0 0 0 22186 44 0 0 25 0 1 0 564913098 1365782528 299618 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 333443 299618 732 445 0 326987 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1333772

[startup+282.301 s]
/proc/loadavg: 3.98 2.46 1.05 5/190 27188
/proc/meminfo: memFree=10663176/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1391536 CPUtime=282.29 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 320805 0 0 0 28183 46 0 0 25 0 1 0 564913098 1424932864 313678 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424828 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 347884 313678 732 445 0 341428 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1391536

[startup+342.301 s]
/proc/loadavg: 4.04 2.78 1.25 5/190 27190
/proc/meminfo: memFree=10527492/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1391536 CPUtime=342.3 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 322607 0 0 0 34183 47 0 0 25 0 1 0 564913098 1424932864 315480 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425149 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 347884 315480 732 445 0 341428 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1391536

[startup+402.301 s]
/proc/loadavg: 4.01 2.98 1.41 5/190 27191
/proc/meminfo: memFree=10457668/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1413312 CPUtime=402.3 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 327380 0 0 0 40182 48 0 0 25 0 1 0 564913098 1447231488 320253 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424995 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 353328 320253 732 445 0 346872 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1413312

[startup+462.301 s]
/proc/loadavg: 4.00 3.18 1.58 5/190 27202
/proc/meminfo: memFree=10369136/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1458088 CPUtime=462.29 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 336033 0 0 0 46180 49 0 0 25 0 1 0 564913098 1493082112 328594 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 364522 328594 732 445 0 358066 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1458088

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.72 5/190 27203
/proc/meminfo: memFree=10291728/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1458216 CPUtime=522.3 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 339267 0 0 0 52180 50 0 0 25 0 1 0 564913098 1493213184 331828 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 364554 331828 732 445 0 358098 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1458216

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.86 5/190 27205
/proc/meminfo: memFree=10218780/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1547236 CPUtime=582.3 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 339798 0 0 0 58180 50 0 0 25 0 1 0 564913098 1584369664 332359 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425088 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 386809 332359 732 445 0 380353 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1547236

[startup+642.301 s]
/proc/loadavg: 4.00 3.54 2.00 5/190 27207
/proc/meminfo: memFree=10152156/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1547236 CPUtime=642.31 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 344036 0 0 0 64180 51 0 0 25 0 1 0 564913098 1584369664 336585 33554432000 4194304 6016207 140737233613456 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 386809 336585 732 445 0 380353 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1547236

[startup+702.3 s]
/proc/loadavg: 4.07 3.63 2.12 5/190 27208
/proc/meminfo: memFree=10106484/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1547236 CPUtime=702.3 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 346007 0 0 0 70178 52 0 0 25 0 1 0 564913098 1584369664 338556 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 386809 338556 732 445 0 380353 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1547236

[startup+762.307 s]
/proc/loadavg: 4.02 3.70 2.24 5/190 27210
/proc/meminfo: memFree=10062416/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1640176 CPUtime=762.32 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 347711 0 0 0 76179 53 0 0 25 0 1 0 564913098 1679540224 340260 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 410044 340260 732 445 0 403588 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1640176

[startup+822.3 s]
/proc/loadavg: 4.07 3.77 2.34 5/190 27211
/proc/meminfo: memFree=10020720/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1640176 CPUtime=822.31 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 348167 0 0 0 82178 53 0 0 25 0 1 0 564913098 1679540224 340716 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 410044 340716 732 445 0 403588 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1640176

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.45 5/190 27213
/proc/meminfo: memFree=9939832/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1734256 CPUtime=882.32 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 353255 0 0 0 88177 55 0 0 25 0 1 0 564913098 1775878144 345804 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 433564 345804 732 445 0 427108 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1734256

[startup+942.3 s]
/proc/loadavg: 4.01 3.84 2.54 5/190 27215
/proc/meminfo: memFree=9934964/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1734256 CPUtime=942.31 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 353862 0 0 0 94176 55 0 0 25 0 1 0 564913098 1775878144 346411 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425193 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 433564 346411 732 445 0 427108 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1734256

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.64 5/190 27216
/proc/meminfo: memFree=9898596/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1734256 CPUtime=1002.32 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 358322 0 0 0 100176 56 0 0 25 0 1 0 564913098 1775878144 350871 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 433564 350871 732 445 0 427108 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1734256

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.71 5/190 27218
/proc/meminfo: memFree=9868556/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1734256 CPUtime=1062.32 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 363567 0 0 0 106175 57 0 0 25 0 1 0 564913098 1775878144 356116 33554432000 4194304 6016207 140737233613456 18446744073709551615 4426996 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 433564 356116 732 445 0 427108 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1734256

[startup+1122.3 s]
/proc/loadavg: 4.08 3.92 2.80 5/190 27219
/proc/meminfo: memFree=9823988/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1734384 CPUtime=1122.33 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 370126 0 0 0 112174 59 0 0 25 0 1 0 564913098 1776009216 362675 33554432000 4194304 6016207 140737233613456 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 433596 362675 732 445 0 427140 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1734384

[startup+1182.3 s]
/proc/loadavg: 4.03 3.93 2.87 5/190 27221
/proc/meminfo: memFree=9808332/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1734384 CPUtime=1182.33 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 370528 0 0 0 118174 59 0 0 25 0 1 0 564913098 1776009216 363077 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 433596 363077 732 445 0 427140 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1734384

[startup+1242.3 s]
/proc/loadavg: 4.01 3.94 2.94 5/190 27223
/proc/meminfo: memFree=9784480/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1734384 CPUtime=1242.33 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 375874 0 0 0 124173 60 0 0 25 0 1 0 564913098 1776009216 368423 33554432000 4194304 6016207 140737233613456 18446744073709551615 4425238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 433596 368423 732 445 0 427140 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1734384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.92 2.99 3/180 27260
/proc/meminfo: memFree=11583744/32950928 swapFree=67111524/67111528
[pid=27152] ppid=27150 vsize=1833264 CPUtime=1300.04 cores=4,6
/proc/27152/stat : 27152 (qutersat_releas) R 27150 27152 27092 0 -1 4202496 377332 0 0 0 129943 61 0 0 25 0 1 0 564913098 1877262336 369881 33554432000 4194304 6016207 140737233613456 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27152/statm: 458316 369881 732 445 0 451860 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1833264

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.07
CPU time (s): 1300.11
CPU user time (s): 1299.43
CPU system time (s): 0.672897
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1833264

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

runsolver used 2.23766 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-25 17:53:44
IDJOB=3280699
IDBENCH=20423
IDSOLVER=1607
FILE ID=node115/3280699-1303746823
RUNJOBID= node115-1303746813-27111
PBS_JOBID= 13154047
Free space on /tmp= 72612 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280699-1303746823/watcher-3280699-1303746823 -o /tmp/evaluation-result-3280699-1303746823/solver-3280699-1303746823 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3280699-1303746823.cnf 1656259562

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=1656259562

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      12849788 kB
Buffers:       2286544 kB
Cached:       16400076 kB
SwapCached:          4 kB
Active:        8115956 kB
Inactive:     11428784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12849788 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           66912 kB
Writeback:           0 kB
AnonPages:      858084 kB
Mapped:          19912 kB
Slab:           491100 kB
PageTables:       7140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1099512 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= 72640 MiB
End job on node115 at 2011-04-25 18:15:26