Trace number 3376961

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) 1300.17 1300.22

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

0.00/0.01	c Set FPU double precision.
1.59/1.65	c Parse Cnf success: #var: 756832 #clause: 4116966
1.59/1.65	c Find Units :        846
1.98/2.03	c Find Invs  :          0
2.38/2.40	c Find Ands  :        320 AvgFaninNum: 2
2.38/2.40	c Find Xors  :          0 AvgFaninNum: nan
2.38/2.40	c Find Ite   :          0
2.38/2.41	c UnDirect variable: 0
2.38/2.41	c UnDirect to Direct Gate: 0
2.38/2.41	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
2.38/2.42	c Break Cycle : 0
2.38/2.42	c Total Root : 320 Undef Var: 756512
2.38/2.44	c After covering, Total Root: 320 Leaf: 1166
2.38/2.44	c Variable( cover/uncovered/unused ): 1486 755346 0
2.38/2.44	c Unit Clauses: 846
2.38/2.44	c Binary Clauses( cover/uncovered ): 640 4082200
2.38/2.44	c Clauses( cover/uncovered ): 320 32960
2.38/2.44	c Total Clauses( cover/uncovered ): 1806 4115160 0.0438673%
2.38/2.44	c Covered Ands: 320 Invs: 0 Xors: 0 Ites: 0
4.99/5.02	c Uncover Clauses avg size: 2.37232 max size: 1178
4.99/5.08	c Final circuit: i/l/o/s  755666       0 3398953   4169092
4.99/5.08	c CnfToAig: Time: 5.08 s
7.79/7.82	c TmMap: Set choices finish.
9.80/9.86	c TmMap: Set big and: 3529839
9.80/9.86	c TmMap: Origin: 4924759 ClauseNum: 12507276 --> New: 4285740 ClauseNum: 11231901
9.80/9.86	c TmMap: Time: 2.43
10.38/10.47	c Try to Add: #clause: 7060767 #xorclause: 0
11.48/11.51	c #var: 886786 #clauses: 213168 Solving... 
1299.96/1300.01	c Time Out !!
1299.96/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-3376961-1305468244/watcher-3376961-1305468244 -o /tmp/evaluation-result-3376961-1305468244/solver-3376961-1305468244 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376961-1305468244.cnf 472072734 

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: 3.77 4.13 4.85 7/389 28523
/proc/meminfo: memFree=19983392/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=50104 CPUtime=0 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 6177 0 0 0 0 0 0 0 21 0 1 0 658424281 51306496 6113 33554432000 4194304 6014671 140734139534096 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 12526 6113 378 445 0 6071 0

[startup+0.028199 s]
/proc/loadavg: 3.77 4.13 4.85 7/389 28523
/proc/meminfo: memFree=19983392/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=54200 CPUtime=0.02 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 7326 0 0 0 2 0 0 0 21 0 1 0 658424281 55500800 7262 33554432000 4194304 6014671 140734139534096 18446744073709551615 4308472 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 13550 7262 378 445 0 7095 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 54200

[startup+0.10415 s]
/proc/loadavg: 3.77 4.13 4.85 7/389 28523
/proc/meminfo: memFree=19983392/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=72632 CPUtime=0.09 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 11405 0 0 0 9 0 0 0 22 0 1 0 658424281 74375168 11341 33554432000 4194304 6014671 140734139534096 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 18158 11341 378 445 0 11703 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 72632

[startup+0.301172 s]
/proc/loadavg: 3.77 4.13 4.85 7/389 28523
/proc/meminfo: memFree=19983392/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=97336 CPUtime=0.29 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 17598 0 0 0 28 1 0 0 22 0 1 0 658424281 99672064 17534 33554432000 4194304 6014671 140734139534096 18446744073709551615 4277688 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 24334 17535 378 445 0 17879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97336

[startup+0.701106 s]
/proc/loadavg: 3.77 4.13 4.85 7/389 28523
/proc/meminfo: memFree=19983392/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=146616 CPUtime=0.69 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 29799 0 0 0 66 3 0 0 23 0 1 0 658424281 150134784 29735 33554432000 4194304 6014671 140734139534096 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 36654 29735 378 445 0 30199 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146616

[startup+1.50095 s]
/proc/loadavg: 3.77 4.13 4.85 6/390 28524
/proc/meminfo: memFree=19594260/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=245304 CPUtime=1.49 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 54100 0 0 0 142 7 0 0 25 0 1 0 658424281 251191296 54036 33554432000 4194304 6014671 140734139534096 18446744073709551615 210647146240 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 61326 54036 378 445 0 54871 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245304

[startup+3.10069 s]
/proc/loadavg: 4.19 4.21 4.87 7/390 28524
/proc/meminfo: memFree=19528964/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=245432 CPUtime=3.08 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 55091 0 0 0 301 7 0 0 25 0 1 0 658424281 251322368 55027 33554432000 4194304 6014671 140734139534096 18446744073709551615 4331186 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 61358 55027 398 445 0 54903 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 245432

[startup+6.30114 s]
/proc/loadavg: 4.19 4.21 4.87 6/393 28531
/proc/meminfo: memFree=17489512/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=1088044 CPUtime=6.29 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 260927 0 0 0 598 31 0 0 25 0 1 0 658424281 1114157056 259359 33554432000 4194304 6014671 140734139534096 18446744073709551615 4793132 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 272011 259359 668 445 0 265556 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1088044

[startup+12.7011 s]
/proc/loadavg: 5.01 4.39 4.92 6/394 28532
/proc/meminfo: memFree=15473784/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=1950124 CPUtime=12.69 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 444429 0 0 0 1215 54 0 0 25 0 1 0 658424281 1996926976 442861 33554432000 4194304 6014671 140734139534096 18446744073709551615 210646840296 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 487531 442861 701 445 0 481076 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1950124

[startup+25.5009 s]
/proc/loadavg: 5.92 4.60 4.99 5/394 28532
/proc/meminfo: memFree=12484284/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=2237024 CPUtime=25.49 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 454411 0 0 0 2492 57 0 0 25 0 1 0 658424281 2290712576 452509 33554432000 4194304 6014671 140734139534096 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 559256 452510 715 445 0 552801 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2237024

[startup+51.1006 s]
/proc/loadavg: 6.56 4.86 5.06 5/394 28533
/proc/meminfo: memFree=11448916/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=2486088 CPUtime=51.09 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 568547 0 0 0 5035 74 0 0 25 0 1 0 658424281 2545754112 566645 33554432000 4194304 6014671 140734139534096 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 621522 566645 723 445 0 615067 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2486088

[startup+102.315 s]
/proc/loadavg: 6.99 5.29 5.19 5/394 28536
/proc/meminfo: memFree=11118216/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=2814276 CPUtime=102.26 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 601431 0 0 0 10132 94 0 0 25 0 1 0 658424281 2881818624 599472 33554432000 4194304 6014671 140734139534096 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 703569 599472 724 445 0 697114 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2814276

[startup+162.301 s]
/proc/loadavg: 5.13 5.07 5.12 5/394 28539
/proc/meminfo: memFree=10217816/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=2815300 CPUtime=162.23 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 646869 0 0 0 16124 99 0 0 25 0 1 0 658424281 2882867200 644908 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 703825 644908 728 445 0 697370 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 2815300

[startup+222.301 s]
/proc/loadavg: 4.41 4.87 5.05 5/394 28540
/proc/meminfo: memFree=9199760/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=3505336 CPUtime=222.24 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 755357 0 0 0 22111 113 0 0 25 0 1 0 658424281 3589464064 753396 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 876334 753396 728 445 0 869879 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3505336

[startup+282.301 s]
/proc/loadavg: 4.26 4.74 4.99 5/394 28542
/proc/meminfo: memFree=7633740/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=3526528 CPUtime=282.24 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 775430 0 0 0 28107 117 0 0 25 0 1 0 658424281 3611164672 773469 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 881632 773469 728 445 0 875177 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3526528

[startup+342.301 s]
/proc/loadavg: 4.25 4.65 4.94 5/394 28543
/proc/meminfo: memFree=5961092/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=3976772 CPUtime=342.23 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 858292 0 0 0 34097 126 0 0 25 0 1 0 658424281 4072214528 856331 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 994193 856331 728 445 0 987738 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3976772

[startup+402.3 s]
/proc/loadavg: 4.14 4.54 4.88 5/394 28545
/proc/meminfo: memFree=5228484/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=4266996 CPUtime=402.24 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 877370 0 0 0 40094 130 0 0 25 0 1 0 658424281 4369403904 875409 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1066749 875409 728 445 0 1060294 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 4266996

[startup+462.3 s]
/proc/loadavg: 4.05 4.44 4.83 5/394 28547
/proc/meminfo: memFree=3438896/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=4867664 CPUtime=462.24 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1040171 0 0 0 46073 151 0 0 25 0 1 0 658424281 4984487936 1038189 33554432000 4194304 6014671 140734139534096 18446744073709551615 4633321 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1216916 1038189 729 445 0 1210461 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 4867664

[startup+522.3 s]
/proc/loadavg: 4.02 4.36 4.77 5/394 28575
/proc/meminfo: memFree=7831276/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=5153488 CPUtime=522.24 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1060460 0 0 0 52071 153 0 0 25 0 1 0 658424281 5277171712 1058477 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372010 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1288372 1058477 728 445 0 1281917 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 5153488

[startup+582.3 s]
/proc/loadavg: 4.00 4.29 4.72 5/394 28577
/proc/meminfo: memFree=6971304/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=5153488 CPUtime=582.24 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1070450 0 0 0 58069 155 0 0 25 0 1 0 658424281 5277171712 1068460 33554432000 4194304 6014671 140734139534096 18446744073709551615 4423381 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1288372 1068460 728 445 0 1281917 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 5153488

[startup+642.301 s]
/proc/loadavg: 4.05 4.25 4.68 5/394 28578
/proc/meminfo: memFree=6342972/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=5447444 CPUtime=642.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1162101 0 0 0 64060 165 0 0 25 0 1 0 658424281 5578182656 1160061 33554432000 4194304 6014671 140734139534096 18446744073709551615 4527684 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1361861 1160061 728 445 0 1355406 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 5447444

[startup+702.301 s]
/proc/loadavg: 4.07 4.22 4.64 5/394 28580
/proc/meminfo: memFree=5738572/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=5869016 CPUtime=702.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1213281 0 0 0 70052 173 0 0 25 0 1 0 658424281 6009872384 1211232 33554432000 4194304 6014671 140734139534096 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1467254 1211232 728 445 0 1460799 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 5869016

[startup+762.301 s]
/proc/loadavg: 4.02 4.17 4.60 5/394 28582
/proc/meminfo: memFree=5159716/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=5888964 CPUtime=762.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1218648 0 0 0 76052 173 0 0 25 0 1 0 658424281 6030299136 1216599 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1472241 1216599 728 445 0 1465786 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 5888964

[startup+822.301 s]
/proc/loadavg: 4.01 4.14 4.55 5/394 28583
/proc/meminfo: memFree=4785416/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=5888964 CPUtime=822.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1220236 0 0 0 82051 174 0 0 25 0 1 0 658424281 6030299136 1218187 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1472241 1218187 728 445 0 1465786 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 5888964

[startup+882.316 s]
/proc/loadavg: 4.13 4.16 4.53 5/394 28585
/proc/meminfo: memFree=4661244/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=5909528 CPUtime=882.26 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1225422 0 0 0 88051 175 0 0 25 0 1 0 658424281 6051356672 1223373 33554432000 4194304 6014671 140734139534096 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1477382 1223373 728 445 0 1470927 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 5909528

[startup+942.301 s]
/proc/loadavg: 4.08 4.14 4.50 5/394 28586
/proc/meminfo: memFree=4287596/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=6424304 CPUtime=942.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1323655 0 0 0 94034 191 0 0 25 0 1 0 658424281 6578487296 1321594 33554432000 4194304 6014671 140734139534096 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1606076 1321594 728 445 0 1599621 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 6424304

[startup+1002.3 s]
/proc/loadavg: 3.98 4.10 4.46 5/394 28616
/proc/meminfo: memFree=10961760/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=6448980 CPUtime=1002.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1335371 0 0 0 100032 193 0 0 25 0 1 0 658424281 6603755520 1333310 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1612245 1333310 728 445 0 1605790 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 6448980

[startup+1062.3 s]
/proc/loadavg: 4.05 4.09 4.44 5/394 28618
/proc/meminfo: memFree=10623760/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=6448980 CPUtime=1062.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1345605 0 0 0 106028 197 0 0 25 0 1 0 658424281 6603755520 1343544 33554432000 4194304 6014671 140734139534096 18446744073709551615 4372236 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1612245 1343544 728 445 0 1605790 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 6448980

[startup+1122.3 s]
/proc/loadavg: 4.02 4.07 4.41 5/394 28619
/proc/meminfo: memFree=10518504/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=6448980 CPUtime=1122.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1345611 0 0 0 112028 197 0 0 25 0 1 0 658424281 6603755520 1343550 33554432000 4194304 6014671 140734139534096 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1612245 1343550 728 445 0 1605790 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 6448980

[startup+1182.3 s]
/proc/loadavg: 4.08 4.07 4.38 5/394 28621
/proc/meminfo: memFree=10483104/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=6711636 CPUtime=1182.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1351907 0 0 0 118027 198 0 0 25 0 1 0 658424281 6872715264 1349834 33554432000 4194304 6014671 140734139534096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1677909 1349834 728 445 0 1671454 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 6711636

[startup+1242.3 s]
/proc/loadavg: 4.23 4.10 4.37 5/394 28622
/proc/meminfo: memFree=10501000/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=6711636 CPUtime=1242.25 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1354498 0 0 0 124026 199 0 0 25 0 1 0 658424281 6872715264 1341255 33554432000 4194304 6014671 140734139534096 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1677909 1341255 728 445 0 1671454 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 6711636



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.10 4.35 4/392 28625
/proc/meminfo: memFree=14356112/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=6739540 CPUtime=1299.96 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4202496 1437270 0 0 0 129786 210 0 0 25 0 1 0 658424281 6901288960 1424027 33554432000 4194304 6014671 140734139534096 18446744073709551615 4551903 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28523/statm: 1684885 1424027 728 445 0 1678430 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 6739540

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

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

[startup+1300.12 s]
/proc/loadavg: 4.16 4.10 4.35 4/392 28625
/proc/meminfo: memFree=14356112/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=0 CPUtime=1300.06 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4194308 1437274 0 0 0 129786 220 0 0 25 0 1 0 658424281 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/28523/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 0

[startup+1300.2 s]
/proc/loadavg: 4.16 4.10 4.35 4/390 28643
/proc/meminfo: memFree=19841092/32951132 swapFree=64495988/67111528
[pid=28523] ppid=28521 vsize=0 CPUtime=1300.16 cores=5,7
/proc/28523/stat : 28523 (qutersat_releas) R 28521 28523 28470 0 -1 4194308 1437274 0 0 0 129786 230 0 0 25 0 1 0 658424281 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/28523/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.16
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.22
CPU time (s): 1300.17
CPU user time (s): 1297.87
CPU system time (s): 2.30565
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 6739540

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

runsolver used 4.77027 second user time and 11.8102 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 16:04:07
IDJOB=3376961
IDBENCH=82387
IDSOLVER=1856
FILE ID=node129/3376961-1305468244
RUNJOBID= node129-1305468244-28491
PBS_JOBID= 13325326
Free space on /tmp= 73160 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376961-1305468244/watcher-3376961-1305468244 -o /tmp/evaluation-result-3376961-1305468244/solver-3376961-1305468244 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376961-1305468244.cnf 472072734

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=472072734

node129.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.831
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.831
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.83
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.831
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.831
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.82
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.831
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.831
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19984416 kB
Buffers:        271732 kB
Cached:        6636432 kB
SwapCached:      52660 kB
Active:        4068680 kB
Inactive:      8643456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19984416 kB
SwapTotal:    67111528 kB
SwapFree:     64495988 kB
Dirty:          242876 kB
Writeback:           0 kB
AnonPages:     5759696 kB
Mapped:          22792 kB
Slab:           147084 kB
PageTables:      42316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93818928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73308 MiB
End job on node129 at 2011-05-15 16:25:49