Trace number 3384346

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.57 5000.46

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

Solver Data

0.00/0.00	c Set FPU double precision.
2.79/2.84	c Parse Cnf success: #var: 1260306 #clause: 6771840
2.79/2.84	c Find Units :        720
3.39/3.45	c Find Invs  :          0
3.89/3.93	c Find Ands  :        160 AvgFaninNum: 2
3.89/3.93	c Find Xors  :          0 AvgFaninNum: nan
3.89/3.94	c Find Ite   :          0
3.89/3.94	c UnDirect variable: 0
3.89/3.94	c UnDirect to Direct Gate: 0
3.89/3.94	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.89/3.96	c Break Cycle : 0
3.89/3.96	c Total Root : 160 Undef Var: 1260146
3.89/3.99	c After covering, Total Root: 160 Leaf: 880
3.89/3.99	c Variable( cover/uncovered/unused ): 1040 1259266 0
3.89/3.99	c Unit Clauses: 720
3.89/3.99	c Binary Clauses( cover/uncovered ): 320 6714320
3.89/3.99	c Clauses( cover/uncovered ): 160 56320
3.89/3.99	c Total Clauses( cover/uncovered ): 1200 6770640 0.0177204%
3.89/3.99	c Covered Ands: 160 Invs: 0 Xors: 0 Ites: 0
8.39/8.48	c Uncover Clauses avg size: 2.37695 max size: 982
8.49/8.59	c Final circuit: i/l/o/s 1259426       0 6124980   7594023
8.49/8.59	c CnfToAig: Time: 8.58 s
13.29/13.33	c TmMap: Set choices finish.
16.59/16.60	c TmMap: Set big and: 6402685
16.59/16.60	c TmMap: Origin: 8853450 ClauseNum: 22782069 --> New: 7662264 ClauseNum: 20403654
16.59/16.60	c TmMap: Time: 3.95
17.69/17.70	c Try to Add: #clause: 12806128 #xorclause: 0
19.49/19.57	c #var: 1537283 #clauses: 397394 Solving... 
5000.04/4999.91	c Time Out !!
5000.04/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-3384346-1305545093/watcher-3384346-1305545093 -o /tmp/evaluation-result-3384346-1305545093/solver-3384346-1305545093 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384346-1305545093.cnf 695434408 

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: 2.02 2.02 1.96 2/361 8943
/proc/meminfo: memFree=21451072/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=61904 CPUtime=0 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 2279 0 0 0 0 0 0 0 22 0 1 0 646925588 63389696 2216 33554432000 4194304 6014671 140737109560464 18446744073709551615 4271051 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 15476 2230 370 445 0 9021 0

[startup+0.0477099 s]
/proc/loadavg: 2.02 2.02 1.96 2/361 8943
/proc/meminfo: memFree=21451072/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=67024 CPUtime=0.03 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 10451 0 0 0 3 0 0 0 22 0 1 0 646925588 68632576 10387 33554432000 4194304 6014671 140737109560464 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 16756 10388 378 445 0 10301 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 67024

[startup+0.100715 s]
/proc/loadavg: 2.02 2.02 1.96 2/361 8943
/proc/meminfo: memFree=21451072/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=85456 CPUtime=0.09 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 14733 0 0 0 8 1 0 0 22 0 1 0 646925588 87506944 14669 33554432000 4194304 6014671 140737109560464 18446744073709551615 4803006 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 21364 14669 378 445 0 14909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85456

[startup+0.300679 s]
/proc/loadavg: 2.02 2.02 1.96 2/361 8943
/proc/meminfo: memFree=21451072/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=110160 CPUtime=0.29 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 21031 0 0 0 27 2 0 0 23 0 1 0 646925588 112803840 20967 33554432000 4194304 6014671 140737109560464 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 27540 20967 378 445 0 21085 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110160

[startup+1.48846 s]
/proc/loadavg: 2.02 2.02 1.96 2/361 8943
/proc/meminfo: memFree=21451072/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=258640 CPUtime=1.48 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 57813 0 0 0 140 8 0 0 25 0 1 0 646925588 264847360 57749 33554432000 4194304 6014671 140737109560464 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 64660 57749 378 445 0 58205 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 258640

[startup+1.50045 s]
/proc/loadavg: 2.02 2.02 1.96 2/361 8943
/proc/meminfo: memFree=21451072/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=258768 CPUtime=1.49 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 57877 0 0 0 141 8 0 0 25 0 1 0 646925588 264978432 57813 33554432000 4194304 6014671 140737109560464 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 64692 57814 378 445 0 58237 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 258768

[startup+3.10018 s]
/proc/loadavg: 2.02 2.02 1.96 3/362 8944
/proc/meminfo: memFree=21034100/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=455888 CPUtime=3.09 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 104694 0 0 0 294 15 0 0 25 0 1 0 646925588 466829312 104630 33554432000 4194304 6014671 140737109560464 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 113972 104630 382 445 0 107517 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 455888

[startup+6.3006 s]
/proc/loadavg: 2.18 2.05 1.97 3/362 8944
/proc/meminfo: memFree=21014392/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=594092 CPUtime=6.29 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 138290 0 0 0 611 18 0 0 25 0 1 0 646925588 608350208 138157 33554432000 4194304 6014671 140737109560464 18446744073709551615 4315816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 148523 138158 398 445 0 142068 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 594092

[startup+12.7004 s]
/proc/loadavg: 2.16 2.05 1.97 3/362 8945
/proc/meminfo: memFree=19530728/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=2480492 CPUtime=12.69 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 601708 0 0 0 1200 69 0 0 25 0 1 0 646925588 2540023808 598719 33554432000 4194304 6014671 140737109560464 18446744073709551615 4230133 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 620123 598719 669 445 0 613668 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2480492

[startup+25.5011 s]
/proc/loadavg: 2.13 2.05 1.97 3/362 8946
/proc/meminfo: memFree=18677720/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=3072748 CPUtime=25.49 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 754459 0 0 0 2463 86 0 0 25 0 1 0 646925588 3146493952 699425 33554432000 4194304 6014671 140737109560464 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 768187 699425 701 445 0 761732 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3072748

[startup+51.1005 s]
/proc/loadavg: 2.08 2.04 1.97 3/362 8946
/proc/meminfo: memFree=18330348/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=3487272 CPUtime=51.09 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 835301 0 0 0 5014 95 0 0 25 0 1 0 646925588 3570966528 780267 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 871818 780267 723 445 0 865363 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3487272

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 1.97 3/362 8948
/proc/meminfo: memFree=18236112/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=3509800 CPUtime=102.3 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 858238 0 0 0 10130 100 0 0 25 0 1 0 646925588 3594035200 803204 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372405 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 877450 803204 723 445 0 870995 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3509800

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 1.97 3/362 8949
/proc/meminfo: memFree=18091220/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=3591976 CPUtime=162.3 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 894585 0 0 0 16125 105 0 0 25 0 1 0 646925588 3678183424 839551 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372224 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 897994 839551 724 445 0 891539 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 3591976

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/362 8951
/proc/meminfo: memFree=17981420/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=3665816 CPUtime=222.3 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 921306 0 0 0 22122 108 0 0 25 0 1 0 646925588 3753795584 866272 33554432000 4194304 6014671 140737109560464 18446744073709551615 4527680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 916454 866272 728 445 0 909999 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 3665816

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/362 8952
/proc/meminfo: memFree=17481124/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=4170200 CPUtime=282.3 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 1044231 0 0 0 28108 122 0 0 25 0 1 0 646925588 4270284800 989197 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372262 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 1042550 989197 728 445 0 1036095 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 4170200

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/362 8954
/proc/meminfo: memFree=17432720/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=4217912 CPUtime=342.3 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 1056152 0 0 0 34106 124 0 0 25 0 1 0 646925588 4319141888 1001118 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 1054478 1001118 728 445 0 1048023 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4217912

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/362 8956
/proc/meminfo: memFree=17044424/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=4725112 CPUtime=402.3 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 1153002 0 0 0 40095 135 0 0 25 0 1 0 646925588 4838514688 1097953 33554432000 4194304 6014671 140737109560464 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 1181278 1097953 728 445 0 1174823 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4725112

[startup+462.301 s]
/proc/loadavg: 2.09 2.03 1.98 3/362 8957
/proc/meminfo: memFree=17024760/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=4747768 CPUtime=462.3 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 1157853 0 0 0 46094 136 0 0 25 0 1 0 646925588 4861714432 1102804 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 1186942 1102804 728 445 0 1180487 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 4747768

[startup+522.301 s]
/proc/loadavg: 2.07 2.03 1.99 3/362 8959
/proc/meminfo: memFree=16551776/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=5382328 CPUtime=522.31 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 1275647 0 0 0 52080 151 0 0 25 0 1 0 646925588 5511503872 1220589 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 1345582 1220589 728 445 0 1339127 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 5382328

[startup+582.301 s]
/proc/loadavg: 2.15 2.06 2.00 3/362 8960
/proc/meminfo: memFree=16513148/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=5691240 CPUtime=582.31 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 1285455 0 0 0 58078 153 0 0 25 0 1 0 646925588 5827829760 1230397 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 1422810 1230397 728 445 0 1416355 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 5691240

[startup+642.313 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/362 9095
/proc/meminfo: memFree=10290516/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=13815548 CPUtime=4122.4 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3253321 0 0 0 411772 468 0 0 25 0 1 0 646925588 14147121152 3036046 33554432000 4194304 6014671 140737109560464 18446744073709551615 4371902 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3453887 3036046 728 445 0 3447432 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 13815548

[startup+4182.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/362 9096
/proc/meminfo: memFree=10170432/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14069344 CPUtime=4182.41 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3282603 0 0 0 417767 474 0 0 25 0 1 0 646925588 14407008256 3065328 33554432000 4194304 6014671 140737109560464 18446744073709551615 4423389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3517336 3065328 728 445 0 3510881 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 14069344

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/362 9098
/proc/meminfo: memFree=10055148/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14069472 CPUtime=4242.41 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3311425 0 0 0 423761 480 0 0 25 0 1 0 646925588 14407139328 3094150 33554432000 4194304 6014671 140737109560464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3517368 3094150 728 445 0 3510913 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 14069472

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/362 9100
/proc/meminfo: memFree=9955192/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14329976 CPUtime=4302.4 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3335658 0 0 0 429755 485 0 0 25 0 1 0 646925588 14673895424 3118383 33554432000 4194304 6014671 140737109560464 18446744073709551615 233509994704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3582494 3118383 728 445 0 3576039 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 14329976

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9101
/proc/meminfo: memFree=9834388/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14329976 CPUtime=4362.41 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3366024 0 0 0 435749 492 0 0 25 0 1 0 646925588 14673895424 3148749 33554432000 4194304 6014671 140737109560464 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3582494 3148749 728 445 0 3576039 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 14329976

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9103
/proc/meminfo: memFree=9672776/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14330104 CPUtime=4422.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3405190 0 0 0 441742 500 0 0 25 0 1 0 646925588 14674026496 3187915 33554432000 4194304 6014671 140737109560464 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3582526 3187915 728 445 0 3576071 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 14330104

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9104
/proc/meminfo: memFree=9552268/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14592760 CPUtime=4482.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3434456 0 0 0 447736 506 0 0 25 0 1 0 646925588 14942986240 3217181 33554432000 4194304 6014671 140737109560464 18446744073709551615 233509994251 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3648190 3217181 728 445 0 3641735 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 14592760

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/362 9106
/proc/meminfo: memFree=9372116/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14592888 CPUtime=4542.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3482809 0 0 0 453726 516 0 0 25 0 1 0 646925588 14943117312 3265534 33554432000 4194304 6014671 140737109560464 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3648222 3265534 728 445 0 3641767 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 14592888

[startup+4602.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/362 9108
/proc/meminfo: memFree=9255224/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857336 CPUtime=4602.43 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3503297 0 0 0 459723 520 0 0 25 0 1 0 646925588 15213912064 3286022 33554432000 4194304 6014671 140737109560464 18446744073709551615 4731854 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714334 3286022 728 445 0 3707879 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 14857336

[startup+4662.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/362 9109
/proc/meminfo: memFree=9229748/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857464 CPUtime=4662.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3506870 0 0 0 465721 521 0 0 25 0 1 0 646925588 15214043136 3289595 33554432000 4194304 6014671 140737109560464 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714366 3289595 728 445 0 3707911 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 14857464

[startup+4722.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/362 9111
/proc/meminfo: memFree=9227696/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857464 CPUtime=4722.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3506888 0 0 0 471721 521 0 0 25 0 1 0 646925588 15214043136 3289613 33554432000 4194304 6014671 140737109560464 18446744073709551615 4372224 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714366 3289613 728 445 0 3707911 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 14857464

[startup+4782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/362 9112
/proc/meminfo: memFree=9227660/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857464 CPUtime=4782.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3507124 0 0 0 477721 521 0 0 25 0 1 0 646925588 15214043136 3289622 33554432000 4194304 6014671 140737109560464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714366 3289622 728 445 0 3707911 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 14857464

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/362 9114
/proc/meminfo: memFree=9226316/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857592 CPUtime=4842.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3507140 0 0 0 483721 521 0 0 25 0 1 0 646925588 15214174208 3289638 33554432000 4194304 6014671 140737109560464 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714398 3289638 728 445 0 3707943 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 14857592

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/362 9116
/proc/meminfo: memFree=9226276/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857592 CPUtime=4902.42 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3507155 0 0 0 489721 521 0 0 25 0 1 0 646925588 15214174208 3289653 33554432000 4194304 6014671 140737109560464 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714398 3289653 728 445 0 3707943 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 14857592

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9117
/proc/meminfo: memFree=9215612/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857720 CPUtime=4962.43 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3509694 0 0 0 495721 522 0 0 25 0 1 0 646925588 15214305280 3292192 33554432000 4194304 6014671 140737109560464 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714430 3292192 728 445 0 3707975 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 14857720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9118
/proc/meminfo: memFree=9214560/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=14857720 CPUtime=5000.04 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4202496 3509894 0 0 0 499482 522 0 0 25 0 1 0 646925588 15214305280 3292392 33554432000 4194304 6014671 140737109560464 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8943/statm: 3714430 3292392 728 445 0 3707975 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 14857720

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

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

[startup+5000.01 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9118
/proc/meminfo: memFree=9214560/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=0 CPUtime=5000.14 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4194308 3509898 0 0 0 499482 532 0 0 25 0 1 0 646925588 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/8943/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 0

[startup+5000.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/363 9119
/proc/meminfo: memFree=21645180/32951124 swapFree=67023148/67111528
[pid=8943] ppid=8941 vsize=0 CPUtime=5000.53 cores=1,3,5,7
/proc/8943/stat : 8943 (qutersat_releas) R 8941 8943 8463 0 -1 4194308 3509898 0 0 0 499482 571 0 0 25 0 1 0 646925588 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/8943/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 5000.46
CPU time (s): 5000.57
CPU user time (s): 4994.83
CPU system time (s): 5.74313
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 14857720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4994.83
system time used= 5.74313
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3509898
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= 13
involuntary context switches= 4170

runsolver used 15.9576 second user time and 40.0549 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 13:24:57
IDJOB=3384346
IDBENCH=82374
IDSOLVER=1868
FILE ID=node145/3384346-1305545093
RUNJOBID= node145-1305540196-8482
PBS_JOBID= 13329208
Free space on /tmp= 73516 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384346-1305545093/watcher-3384346-1305545093 -o /tmp/evaluation-result-3384346-1305545093/solver-3384346-1305545093 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384346-1305545093.cnf 695434408

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=695434408

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21451228 kB
Buffers:         76520 kB
Cached:         978044 kB
SwapCached:       4796 kB
Active:        7787732 kB
Inactive:      3463676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21451228 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:          135612 kB
Writeback:           0 kB
AnonPages:    10191808 kB
Mapped:          30248 kB
Slab:           138480 kB
PageTables:      44976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85008952 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= 73528 MiB
End job on node145 at 2011-05-16 14:48:19