Trace number 3376948

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 654.692 1300.06

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.05	c Set FPU double precision.
1.15/2.31	c Parse Cnf success: #var: 509512 #clause: 1529045
1.15/2.31	c Find Units :       1331
1.19/2.50	c Find Invs  :         84
1.54/3.12	c Find Ands  :     508117 AvgFaninNum: 2.00693
1.59/3.26	c Find Xors  :          0 AvgFaninNum: nan
1.65/3.31	c Find Ite   :          0
2.04/4.10	c UnDirect variable: 60
2.04/4.10	c UnDirect to Direct Gate: 30
2.04/4.10	c Forced Direct Gate: 30 Unuse unDirect Gate: 30
2.09/4.31	c Break Cycle : 108
2.09/4.31	c Total Root : 1331 Undef Var: 1473
2.49/5.08	c After covering, Total Root: 1331 Leaf: 138
2.49/5.08	c Variable( cover/uncovered/unused ): 508177 0 1335
2.49/5.08	c Unit Clauses: 1331
2.49/5.08	c Binary Clauses( cover/uncovered ): 1019597 108
2.49/5.08	c Clauses( cover/uncovered ): 508009 0
2.49/5.08	c Total Clauses( cover/uncovered ): 1528937 108 99.9929%
2.49/5.08	c Covered Ands: 508009 Invs: 30 Xors: 0 Ites: 0
2.54/5.10	c Uncover Clauses avg size: 2 max size: 2
2.54/5.10	c Final circuit: i/l/o/s     138       0    1439    508830
2.54/5.10	c CnfToAig: Time: 2.55 s
3.39/6.86	c TmMap: Set choices finish.
3.59/7.25	c TmMap: Set big and: 45428
3.59/7.25	c TmMap: Origin: 508969 ClauseNum: 1526490 --> New: 201452 ClauseNum: 946695
3.59/7.25	c TmMap: Time: 0.33
8.09/16.26	c Simulation --> TransNum: 578293/946695 Try to Add: #clause: 524440 #xorclause: 0
8.39/16.87	c #var: 200012 #clauses: 393513 Solving... 
654.63/1300.01	c Time Out !!
654.63/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376948-1305467720/watcher-3376948-1305467720 -o /tmp/evaluation-result-3376948-1305467720/solver-3376948-1305467720 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376948-1305467720.cnf 1224762424 

running on 2 cores: 5,7

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: 4.40 7.37 9.68 8/346 27950
/proc/meminfo: memFree=19615800/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=2148 CPUtime=0 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4194304 75 0 0 0 0 0 0 0 23 0 1 0 658370133 2199552 30 33554432000 4194304 6014671 140735833226432 18446744073709551615 271545613813 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27950/statm: 537 30 23 445 0 61 0

[startup+0.08139 s]
/proc/loadavg: 4.40 7.37 9.68 8/346 27950
/proc/meminfo: memFree=19615800/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=50452 CPUtime=0.02 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 6372 0 0 0 2 0 0 0 24 0 1 0 658370133 51662848 6309 33554432000 4194304 6014671 140735833226432 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 12613 6311 378 445 0 6158 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 50452

[startup+0.100386 s]
/proc/loadavg: 4.40 7.37 9.68 8/346 27950
/proc/meminfo: memFree=19615800/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=53524 CPUtime=0.04 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 7166 0 0 0 4 0 0 0 24 0 1 0 658370133 54808576 7102 33554432000 4194304 6014671 140735833226432 18446744073709551615 4305101 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 13381 7102 378 445 0 6926 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 53524

[startup+0.300349 s]
/proc/loadavg: 4.40 7.37 9.68 8/346 27950
/proc/meminfo: memFree=19615800/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=69012 CPUtime=0.14 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 11049 0 0 0 13 1 0 0 24 0 1 0 658370133 70668288 10985 33554432000 4194304 6014671 140735833226432 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 17253 10986 378 445 0 10798 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 69012

[startup+0.700276 s]
/proc/loadavg: 4.40 7.37 9.68 8/346 27950
/proc/meminfo: memFree=19615800/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=96788 CPUtime=0.34 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 17881 0 0 0 32 2 0 0 25 0 1 0 658370133 99110912 17817 33554432000 4194304 6014671 140735833226432 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 24197 17818 378 445 0 17742 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 96788

[startup+1.50013 s]
/proc/loadavg: 4.69 7.38 9.67 9/347 27951
/proc/meminfo: memFree=19444432/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=148244 CPUtime=0.75 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 30697 0 0 0 71 4 0 0 25 0 1 0 658370133 151801856 30633 33554432000 4194304 6014671 140735833226432 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 37061 30634 378 445 0 30606 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 148244

[startup+3.10084 s]
/proc/loadavg: 4.69 7.38 9.67 9/347 27951
/proc/meminfo: memFree=19305468/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=228756 CPUtime=1.54 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 49631 0 0 0 147 7 0 0 25 0 1 0 658370133 234246144 49567 33554432000 4194304 6014671 140735833226432 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 57189 49568 383 445 0 50734 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 228756
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 4.69 7.38 9.67 9/347 27951
/proc/meminfo: memFree=19245880/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=230292 CPUtime=3.14 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 51719 0 0 0 307 7 0 0 25 0 1 0 658370133 235819008 51655 33554432000 4194304 6014671 140735833226432 18446744073709551615 4793120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 57573 51655 668 445 0 51118 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 230292
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 5.35 7.43 9.66 10/347 27951
/proc/meminfo: memFree=18932924/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=258736 CPUtime=6.34 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 58396 0 0 0 626 8 0 0 25 0 1 0 658370133 264945664 58332 33554432000 4194304 6014671 140735833226432 18446744073709551615 4243047 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 64684 58332 681 445 0 58229 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 258736
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 5.75 7.45 9.64 9/347 27952
/proc/meminfo: memFree=18635104/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=370400 CPUtime=12.74 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 76322 0 0 0 1263 11 0 0 25 0 1 0 658370133 379289600 76258 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 92600 76258 701 445 0 86145 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 370400
heavy processes:

[startup+51.1011 s]
/proc/loadavg: 6.59 7.51 9.60 9/347 27952
/proc/meminfo: memFree=17957140/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=802520 CPUtime=25.55 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 173455 0 0 0 2529 26 0 0 25 0 1 0 658370133 821780480 173391 33554432000 4194304 6014671 140735833226432 18446744073709551615 4731614 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 200630 173391 715 445 0 194175 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 802520
heavy processes:

[startup+102.313 s]
/proc/loadavg: 7.54 7.62 9.52 9/347 27954
/proc/meminfo: memFree=17815400/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=802648 CPUtime=51.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 175000 0 0 0 5090 26 0 0 25 0 1 0 658370133 821911552 174936 33554432000 4194304 6014671 140735833226432 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 200662 174936 723 445 0 194207 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 802648
heavy processes:

[startup+162.301 s]
/proc/loadavg: 7.93 7.71 9.43 9/347 27956
/proc/meminfo: memFree=17723856/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=824200 CPUtime=81.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 179065 0 0 0 8089 27 0 0 25 0 1 0 658370133 843980800 179001 33554432000 4194304 6014671 140735833226432 18446744073709551615 4666504 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 206050 179001 728 445 0 199595 0
Current children cumulated CPU time (s) 81.16
Current children cumulated vsize (KiB) 824200
heavy processes:

[startup+222.301 s]
/proc/loadavg: 8.06 7.79 9.35 9/347 27958
/proc/meminfo: memFree=17498632/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=968752 CPUtime=111.17 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 219211 0 0 0 11081 36 0 0 25 0 1 0 658370133 992002048 219141 33554432000 4194304 6014671 140735833226432 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 242188 219141 728 445 0 235733 0
Current children cumulated CPU time (s) 111.17
Current children cumulated vsize (KiB) 968752
heavy processes:

[startup+282.3 s]
/proc/loadavg: 8.13 7.86 9.27 9/347 27959
/proc/meminfo: memFree=17371876/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1059916 CPUtime=141.17 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 240203 0 0 0 14077 40 0 0 25 0 1 0 658370133 1085353984 239610 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 264979 239610 728 445 0 258524 0
Current children cumulated CPU time (s) 141.17
Current children cumulated vsize (KiB) 1059916
heavy processes:

[startup+342.3 s]
/proc/loadavg: 8.19 7.93 9.21 9/347 27970
/proc/meminfo: memFree=17308088/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1081464 CPUtime=171.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 244052 0 0 0 17075 41 0 0 25 0 1 0 658370133 1107419136 243459 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423268 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 270366 243459 728 445 0 263911 0
Current children cumulated CPU time (s) 171.16
Current children cumulated vsize (KiB) 1081464
heavy processes:

[startup+402.3 s]
/proc/loadavg: 8.19 7.98 9.14 9/347 27972
/proc/meminfo: memFree=17227344/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1118692 CPUtime=201.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 253990 0 0 0 20072 44 0 0 25 0 1 0 658370133 1145540608 253397 33554432000 4194304 6014671 140735833226432 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 279673 253397 728 445 0 273218 0
Current children cumulated CPU time (s) 201.16
Current children cumulated vsize (KiB) 1118692
heavy processes:

[startup+462.3 s]
/proc/loadavg: 8.10 8.00 9.07 9/347 27973
/proc/meminfo: memFree=17172384/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1140280 CPUtime=231.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 257820 0 0 0 23071 45 0 0 25 0 1 0 658370133 1167646720 257227 33554432000 4194304 6014671 140735833226432 18446744073709551615 4424345 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 285070 257227 728 445 0 278615 0
Current children cumulated CPU time (s) 231.16
Current children cumulated vsize (KiB) 1140280
heavy processes:

[startup+522.301 s]
/proc/loadavg: 8.22 8.04 9.02 9/347 27976
/proc/meminfo: memFree=17148560/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1140408 CPUtime=261.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 259072 0 0 0 26070 46 0 0 25 0 1 0 658370133 1167777792 258479 33554432000 4194304 6014671 140735833226432 18446744073709551615 4644914 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 285102 258479 728 445 0 278647 0
Current children cumulated CPU time (s) 261.16
Current children cumulated vsize (KiB) 1140408
heavy processes:

[startup+582.301 s]
/proc/loadavg: 8.22 8.08 8.97 9/347 27980
/proc/meminfo: memFree=17102072/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1167236 CPUtime=291.14 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 266888 0 0 0 29067 47 0 0 25 0 1 0 658370133 1195249664 266275 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 291809 266275 732 445 0 285354 0
Current children cumulated CPU time (s) 291.14
Current children cumulated vsize (KiB) 1167236
heavy processes:

[startup+642.301 s]
/proc/loadavg: 8.19 8.10 8.92 10/347 27982
/proc/meminfo: memFree=17042656/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1189000 CPUtime=321.14 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 270708 0 0 0 32066 48 0 0 25 0 1 0 658370133 1217536000 270092 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 297250 270092 729 445 0 290795 0
Current children cumulated CPU time (s) 321.14
Current children cumulated vsize (KiB) 1189000
heavy processes:

[startup+702.301 s]
/proc/loadavg: 8.10 8.10 8.86 9/347 27984
/proc/meminfo: memFree=17035572/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1189000 CPUtime=351.13 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 271555 0 0 0 35064 49 0 0 25 0 1 0 658370133 1217536000 270938 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 297250 270938 728 445 0 290795 0
Current children cumulated CPU time (s) 351.13
Current children cumulated vsize (KiB) 1189000
heavy processes:

[startup+762.313 s]
/proc/loadavg: 8.37 8.17 8.84 9/347 27985
/proc/meminfo: memFree=17015836/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1189000 CPUtime=381.13 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 271555 0 0 0 38064 49 0 0 25 0 1 0 658370133 1217536000 270938 33554432000 4194304 6014671 140735833226432 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 297250 270938 728 445 0 290795 0
Current children cumulated CPU time (s) 381.13
Current children cumulated vsize (KiB) 1189000
heavy processes:

[startup+822.301 s]
/proc/loadavg: 8.32 8.18 8.80 9/347 27987
/proc/meminfo: memFree=16991268/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1189128 CPUtime=411.13 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 272889 0 0 0 41064 49 0 0 25 0 1 0 658370133 1217667072 272272 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 297282 272272 729 445 0 290827 0
Current children cumulated CPU time (s) 411.13
Current children cumulated vsize (KiB) 1189128
heavy processes:

[startup+882.3 s]
/proc/loadavg: 8.45 8.22 8.77 9/347 27988
/proc/meminfo: memFree=16971032/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1211212 CPUtime=441.13 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 276803 0 0 0 44062 51 0 0 25 0 1 0 658370133 1240281088 276186 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 302803 276186 729 445 0 296348 0
Current children cumulated CPU time (s) 441.13
Current children cumulated vsize (KiB) 1211212
heavy processes:

[startup+942.3 s]
/proc/loadavg: 8.32 8.23 8.74 9/347 27990
/proc/meminfo: memFree=16917940/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1233512 CPUtime=471.14 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 280890 0 0 0 47062 52 0 0 25 0 1 0 658370133 1263116288 280273 33554432000 4194304 6014671 140735833226432 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 308378 280273 729 445 0 301923 0
Current children cumulated CPU time (s) 471.14
Current children cumulated vsize (KiB) 1233512
heavy processes:

[startup+1002.3 s]
/proc/loadavg: 8.20 8.21 8.70 9/347 27992
/proc/meminfo: memFree=16887416/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1233512 CPUtime=501.15 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 281871 0 0 0 50062 53 0 0 25 0 1 0 658370133 1263116288 281254 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 308378 281254 729 445 0 301923 0
Current children cumulated CPU time (s) 501.15
Current children cumulated vsize (KiB) 1233512
heavy processes:

[startup+1062.3 s]
/proc/loadavg: 8.26 8.23 8.67 9/347 27994
/proc/meminfo: memFree=16867432/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1256100 CPUtime=531.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 285813 0 0 0 53062 54 0 0 25 0 1 0 658370133 1286246400 285196 33554432000 4194304 6014671 140735833226432 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 314025 285196 729 445 0 307570 0
Current children cumulated CPU time (s) 531.16
Current children cumulated vsize (KiB) 1256100
heavy processes:

[startup+1122.3 s]
/proc/loadavg: 8.26 8.24 8.65 9/347 27996
/proc/meminfo: memFree=16843236/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1256100 CPUtime=561.16 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 286734 0 0 0 56061 55 0 0 25 0 1 0 658370133 1286246400 286117 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 314025 286117 729 445 0 307570 0
Current children cumulated CPU time (s) 561.16
Current children cumulated vsize (KiB) 1256100
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 8.29 8.27 8.63 9/347 27997
/proc/meminfo: memFree=16844072/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1256100 CPUtime=591.17 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 288640 0 0 0 59062 55 0 0 25 0 1 0 658370133 1286246400 288023 33554432000 4194304 6014671 140735833226432 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 314025 288023 729 445 0 307570 0
Current children cumulated CPU time (s) 591.17
Current children cumulated vsize (KiB) 1256100
heavy processes:

[startup+1242.3 s]
/proc/loadavg: 8.21 8.25 8.60 9/347 27999
/proc/meminfo: memFree=16839844/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1256100 CPUtime=621.17 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 289187 0 0 0 62062 55 0 0 25 0 1 0 658370133 1286246400 288570 33554432000 4194304 6014671 140735833226432 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27950/statm: 314025 288570 729 445 0 307570 0
Current children cumulated CPU time (s) 621.17
Current children cumulated vsize (KiB) 1256100
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.29 8.26 8.58 7/340 28050
/proc/meminfo: memFree=18647892/32951124 swapFree=67056788/67111528
[pid=27950] ppid=27947 vsize=1256100 CPUtime=654.63 cores=5,7
/proc/27950/stat : 27950 (qutersat_releas) R 27947 27950 27884 0 -1 4202496 289190 0 0 0 65408 55 0 0 25 0 1 0 658370133 1286246400 288573 33554432000 4194304 6014671 140735833226432 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 7 0 0 0
/proc/27950/statm: 314025 288573 729 445 0 307570 0
Current children cumulated CPU time (s) 654.63
Current children cumulated vsize (KiB) 1256100
heavy processes:

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.06
CPU time (s): 654.692
CPU user time (s): 654.089
CPU system time (s): 0.602908
CPU usage (%): 50.3587
Max. virtual memory (cumulated for all children) (KiB): 1256100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.089
system time used= 0.602908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289194
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= 6
involuntary context switches= 7534

runsolver used 4.26135 second user time and 10.2334 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 15:55:23
IDJOB=3376948
IDBENCH=20423
IDSOLVER=1856
FILE ID=node133/3376948-1305467720
RUNJOBID= node133-1305467719-27905
PBS_JOBID= 13325299
Free space on /tmp= 73560 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3376948-1305467720/watcher-3376948-1305467720 -o /tmp/evaluation-result-3376948-1305467720/solver-3376948-1305467720 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376948-1305467720.cnf 1224762424

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=1224762424

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19615848 kB
Buffers:        308960 kB
Cached:        4233140 kB
SwapCached:       8724 kB
Active:        9851704 kB
Inactive:      3180456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19615848 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           64436 kB
Writeback:           0 kB
AnonPages:     8486848 kB
Mapped:          32416 kB
Slab:           203160 kB
PageTables:      35896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65312068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73584 MiB
End job on node133 at 2011-05-15 16:17:05