Trace number 3384412

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) 5000.13 5000

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.28/0.39	c Parse Cnf success: #var: 192503 #clause: 564953
0.28/0.39	c Find Units :          2
0.38/0.42	c Find Invs  :          0
0.48/0.50	c Find Ands  :     188501 AvgFaninNum: 2
0.48/0.51	c Find Xors  :          0 AvgFaninNum: nan
0.48/0.56	c Find Ite   :          0
0.58/0.68	c UnDirect variable: 0
0.58/0.68	c UnDirect to Direct Gate: 0
0.58/0.68	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.68/0.70	c Break Cycle : 46
0.68/0.70	c Total Root : 1 Undef Var: 4228
0.78/0.82	c After covering, Total Root: 34 Leaf: 4214
0.78/0.82	c Variable( cover/uncovered/unused ): 192489 14 0
0.78/0.82	c Unit Clauses: 2
0.78/0.82	c Binary Clauses( cover/uncovered ): 376550 84
0.78/0.82	c Clauses( cover/uncovered ): 188275 42
0.78/0.82	c Total Clauses( cover/uncovered ): 564827 126 99.9777%
0.78/0.82	c Covered Ands: 188275 Invs: 0 Xors: 0 Ites: 0
0.78/0.83	c Uncover Clauses avg size: 2.33333 max size: 3
0.78/0.83	c Final circuit: i/l/o/s    4227       0     127    188420
0.78/0.83	c CnfToAig: Time: 0.81 s
1.58/1.63	c TmMap: Set choices finish.
1.68/1.71	c TmMap: Set big and: 14199
1.68/1.71	c TmMap: Origin: 192648 ClauseNum: 565260 --> New: 69879 ClauseNum: 276402
1.68/1.71	c TmMap: Time: 0.14
2.98/3.01	c Simulation --> TransNum: 272055/276402 Try to Add: #clause: 256675 #xorclause: 0
3.08/3.14	c #var: 69696 #clauses: 237800 Solving... 
5000.02/4999.91	c Time Out !!
5000.02/4999.91	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-3384412-1305545925/watcher-3384412-1305545925 -o /tmp/evaluation-result-3384412-1305545925/solver-3384412-1305545925 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384412-1305545925.cnf 860406101 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.98 3/361 1362
/proc/meminfo: memFree=10630628/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/1362/stat : 1362 (runsolver) R 1360 1362 937 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 666190542 12079104 49 33554432000 4194304 5432360 140735173540144 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1362/statm: 2949 49 30 303 0 2643 0

[startup+0.0292671 s]
/proc/loadavg: 1.95 1.99 1.98 3/361 1362
/proc/meminfo: memFree=10630628/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=38924 CPUtime=0.01 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 3480 0 0 0 1 0 0 0 25 0 1 0 666190542 39858176 3416 33554432000 4194304 6014671 140734100057088 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 9731 3419 378 445 0 3276 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38924

[startup+0.100266 s]
/proc/loadavg: 1.95 1.99 1.98 3/361 1362
/proc/meminfo: memFree=10630628/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=56332 CPUtime=0.07 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 7774 0 0 0 7 0 0 0 25 0 1 0 666190542 57683968 7710 33554432000 4194304 6014671 140734100057088 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 14083 7710 378 445 0 7628 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56332

[startup+0.300217 s]
/proc/loadavg: 1.95 1.99 1.98 3/361 1362
/proc/meminfo: memFree=10630628/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=87820 CPUtime=0.28 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 15544 0 0 0 26 2 0 0 25 0 1 0 666190542 89927680 15480 33554432000 4194304 6014671 140734100057088 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 21955 15482 378 445 0 15500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87820

[startup+0.701124 s]
/proc/loadavg: 1.95 1.99 1.98 3/361 1362
/proc/meminfo: memFree=10630628/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=116620 CPUtime=0.68 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 21876 0 0 0 66 2 0 0 25 0 1 0 666190542 119418880 21812 33554432000 4194304 6014671 140734100057088 18446744073709551615 4275190 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 29155 21812 397 445 0 22700 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 116620

[startup+1.50098 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1363
/proc/meminfo: memFree=10543356/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=157196 CPUtime=1.47 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 33360 0 0 0 144 3 0 0 18 0 1 0 666190542 160968704 33296 33554432000 4194304 6014671 140734100057088 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 39299 33297 668 445 0 32844 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 157196

[startup+3.10069 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1363
/proc/meminfo: memFree=10474288/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=182804 CPUtime=3.08 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 39421 0 0 0 304 4 0 0 21 0 1 0 666190542 187191296 39357 33554432000 4194304 6014671 140734100057088 18446744073709551615 4403434 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 45701 39357 693 445 0 39246 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 182804

[startup+6.30112 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1364
/proc/meminfo: memFree=10471640/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=215620 CPUtime=6.28 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 40052 0 0 0 624 4 0 0 25 0 1 0 666190542 220794880 39988 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 53905 39988 729 445 0 47450 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 215620

[startup+12.7009 s]
/proc/loadavg: 1.96 1.99 1.98 3/362 1364
/proc/meminfo: memFree=10457164/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=215620 CPUtime=12.67 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 43062 0 0 0 1263 4 0 0 25 0 1 0 666190542 220794880 42990 33554432000 4194304 6014671 140734100057088 18446744073709551615 4423090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 53905 42990 729 445 0 47450 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 215620

[startup+25.5006 s]
/proc/loadavg: 1.97 1.99 1.98 3/362 1364
/proc/meminfo: memFree=10395092/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=259044 CPUtime=25.47 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 50777 0 0 0 2542 5 0 0 25 0 1 0 666190542 265261056 50651 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 64761 50651 729 445 0 58306 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 259044

[startup+51.101 s]
/proc/loadavg: 1.98 1.99 1.98 3/362 1365
/proc/meminfo: memFree=10345832/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=289812 CPUtime=51.07 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 57323 0 0 0 5101 6 0 0 25 0 1 0 666190542 296767488 56967 33554432000 4194304 6014671 140734100057088 18446744073709551615 4376634 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 72453 56967 729 445 0 65998 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 289812

[startup+102.314 s]
/proc/loadavg: 1.99 1.99 1.98 3/362 1366
/proc/meminfo: memFree=9992300/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=323060 CPUtime=102.29 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 69256 0 0 0 10221 8 0 0 25 0 1 0 666190542 330813440 68893 33554432000 4194304 6014671 140734100057088 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 80765 68893 729 445 0 74310 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 323060

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.98 3/362 1368
/proc/meminfo: memFree=9918472/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=341124 CPUtime=162.28 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 76275 0 0 0 16219 9 0 0 25 0 1 0 666190542 349310976 75911 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 85281 75911 729 445 0 78826 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 341124

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.98 3/362 1369
/proc/meminfo: memFree=9815124/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=528332 CPUtime=222.28 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 89641 0 0 0 22218 10 0 0 25 0 1 0 666190542 541011968 86702 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 132083 86702 729 445 0 125628 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 528332

[startup+282.301 s]
/proc/loadavg: 2.09 2.02 1.99 3/362 1371
/proc/meminfo: memFree=9797092/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=528332 CPUtime=282.28 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 94161 0 0 0 28217 11 0 0 25 0 1 0 666190542 541011968 91218 33554432000 4194304 6014671 140734100057088 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 132083 91218 729 445 0 125628 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 528332

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/362 1373
/proc/meminfo: memFree=9598468/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=528332 CPUtime=342.28 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 104500 0 0 0 34216 12 0 0 25 0 1 0 666190542 541011968 101550 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 132083 101550 729 445 0 125628 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 528332

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/362 1374
/proc/meminfo: memFree=9466316/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=548784 CPUtime=402.29 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 116158 0 0 0 40216 13 0 0 25 0 1 0 666190542 561954816 113208 33554432000 4194304 6014671 140734100057088 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 137196 113208 729 445 0 130741 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 548784

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/362 1376
/proc/meminfo: memFree=9262912/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=718272 CPUtime=462.28 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 131145 0 0 0 46213 15 0 0 25 0 1 0 666190542 735510528 128195 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 179568 128195 729 445 0 173113 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 718272

[startup+522.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/362 1377
/proc/meminfo: memFree=9252072/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=804872 CPUtime=522.29 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 133637 0 0 0 52213 16 0 0 25 0 1 0 666190542 824188928 130609 33554432000 4194304 6014671 140734100057088 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 201218 130609 729 445 0 194763 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 804872

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/362 1379
/proc/meminfo: memFree=9164560/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=804872 CPUtime=582.29 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 153259 0 0 0 58212 17 0 0 25 0 1 0 666190542 824188928 150228 33554432000 4194304 6014671 140734100057088 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 201218 150228 731 445 0 194763 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 804872

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1484
/proc/meminfo: memFree=4124364/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=2941676 CPUtime=4062.4 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 579879 0 0 0 406165 75 0 0 25 0 1 0 666190542 3012276224 555141 33554432000 4194304 6014671 140734100057088 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 735419 555141 757 445 0 728964 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 2941676

[startup+4122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/362 1485
/proc/meminfo: memFree=4018072/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=2941676 CPUtime=4122.39 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 588799 0 0 0 412163 76 0 0 25 0 1 0 666190542 3012276224 564061 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 735419 564061 757 445 0 728964 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 2941676

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 1487
/proc/meminfo: memFree=3885232/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=2941804 CPUtime=4182.39 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 603931 0 0 0 418161 78 0 0 25 0 1 0 666190542 3012407296 579193 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 735451 579193 757 445 0 728996 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 2941804

[startup+4242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/362 1489
/proc/meminfo: memFree=3842560/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=2941804 CPUtime=4242.4 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 613599 0 0 0 424160 80 0 0 25 0 1 0 666190542 3012407296 588861 33554432000 4194304 6014671 140734100057088 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 735451 588861 757 445 0 728996 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 2941804

[startup+4302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/362 1518
/proc/meminfo: memFree=11888908/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=2941804 CPUtime=4302.4 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 617588 0 0 0 430160 80 0 0 25 0 1 0 666190542 3012407296 592850 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 735451 592850 757 445 0 728996 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 2941804

[startup+4362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 1520
/proc/meminfo: memFree=11854136/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=2941804 CPUtime=4362.4 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 617627 0 0 0 436160 80 0 0 25 0 1 0 666190542 3012407296 592889 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 735451 592889 757 445 0 728996 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 2941804

[startup+4422.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/362 1521
/proc/meminfo: memFree=11836992/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=2941804 CPUtime=4422.4 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 618596 0 0 0 442160 80 0 0 25 0 1 0 666190542 3012407296 593858 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 735451 593858 757 445 0 728996 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 2941804

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 1523
/proc/meminfo: memFree=11741236/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3067584 CPUtime=4482.4 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 635102 0 0 0 448159 81 0 0 25 0 1 0 666190542 3141206016 610364 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 766896 610364 757 445 0 760441 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 3067584

[startup+4542.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/362 1525
/proc/meminfo: memFree=11704508/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3067584 CPUtime=4542.41 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 643634 0 0 0 454158 83 0 0 25 0 1 0 666190542 3141206016 618851 33554432000 4194304 6014671 140734100057088 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 766896 618851 757 445 0 760441 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 3067584

[startup+4602.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/362 1526
/proc/meminfo: memFree=11694312/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3193712 CPUtime=4602.41 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 645851 0 0 0 460158 83 0 0 25 0 1 0 666190542 3270361088 621023 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 798428 621023 757 445 0 791973 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 3193712

[startup+4662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/362 1528
/proc/meminfo: memFree=11640088/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3193712 CPUtime=4662.41 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 659122 0 0 0 466155 86 0 0 25 0 1 0 666190542 3270361088 634225 33554432000 4194304 6014671 140734100057088 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 798428 634225 757 445 0 791973 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 3193712

[startup+4722.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/362 1529
/proc/meminfo: memFree=11578156/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3193712 CPUtime=4722.43 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 669865 0 0 0 472155 88 0 0 25 0 1 0 666190542 3270361088 644864 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 798428 644864 839 445 0 791973 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 3193712

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1531
/proc/meminfo: memFree=11574640/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3193712 CPUtime=4782.41 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 669865 0 0 0 478153 88 0 0 25 0 1 0 666190542 3270361088 644864 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 798428 644864 839 445 0 791973 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 3193712

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1533
/proc/meminfo: memFree=11543488/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3193712 CPUtime=4842.42 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 676022 0 0 0 484153 89 0 0 25 0 1 0 666190542 3270361088 650939 33554432000 4194304 6014671 140734100057088 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 798428 650939 757 445 0 791973 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 3193712

[startup+4902.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/362 1534
/proc/meminfo: memFree=11519776/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3321636 CPUtime=4902.41 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 681467 0 0 0 490152 89 0 0 25 0 1 0 666190542 3401355264 656223 33554432000 4194304 6014671 140734100057088 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 830409 656223 757 445 0 823954 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 3321636

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/362 1545
/proc/meminfo: memFree=11450220/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3321636 CPUtime=4962.41 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 692398 0 0 0 496151 90 0 0 25 0 1 0 666190542 3401355264 667154 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 830409 667154 757 445 0 823954 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 3321636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1546
/proc/meminfo: memFree=11444140/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3321636 CPUtime=5000.02 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 692398 0 0 0 499912 90 0 0 25 0 1 0 666190542 3401355264 667154 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 830409 667154 757 445 0 823954 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 3321636

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1546
/proc/meminfo: memFree=11444140/32951124 swapFree=54427468/67111528
[pid=1362] ppid=1360 vsize=3321636 CPUtime=5000.02 cores=1,3,5,7
/proc/1362/stat : 1362 (qutersat_releas) R 1360 1362 937 0 -1 4202496 692398 0 0 0 499912 90 0 0 25 0 1 0 666190542 3401355264 667154 33554432000 4194304 6014671 140734100057088 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1362/statm: 830409 667154 757 445 0 823954 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 3321636

Child status: 1
Real time (s): 5000
CPU time (s): 5000.13
CPU user time (s): 4999.14
CPU system time (s): 0.997848
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3321636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.14
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 692402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 56950

runsolver used 16.7415 second user time and 41.4467 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 13:38:46
IDJOB=3384412
IDBENCH=82493
IDSOLVER=1868
FILE ID=node138/3384412-1305545925
RUNJOBID= node138-1305540197-957
PBS_JOBID= 13329215
Free space on /tmp= 73424 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384412-1305545925/watcher-3384412-1305545925 -o /tmp/evaluation-result-3384412-1305545925/solver-3384412-1305545925 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384412-1305545925.cnf 860406101

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=860406101

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      10630776 kB
Buffers:        306420 kB
Cached:        4403124 kB
SwapCached:      18496 kB
Active:       18712600 kB
Inactive:      3323928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10630776 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           11852 kB
Writeback:           0 kB
AnonPages:    17320192 kB
Mapped:          20528 kB
Slab:           133372 kB
PageTables:      86108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88022184 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= 73440 MiB
End job on node138 at 2011-05-16 15:02:08