Trace number 3384359

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.39

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.00/0.00	c Set FPU double precision.
3.20/3.30	c Parse Cnf success: #var: 1512832 #clause: 8233086
3.20/3.30	c Find Units :        846
3.99/4.06	c Find Invs  :          0
4.69/4.71	c Find Ands  :        640 AvgFaninNum: 2
4.69/4.71	c Find Xors  :          0 AvgFaninNum: nan
4.69/4.72	c Find Ite   :          0
4.69/4.72	c UnDirect variable: 0
4.69/4.72	c UnDirect to Direct Gate: 0
4.69/4.72	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.69/4.74	c Break Cycle : 0
4.69/4.74	c Total Root : 640 Undef Var: 1512192
4.69/4.78	c After covering, Total Root: 640 Leaf: 1486
4.69/4.78	c Variable( cover/uncovered/unused ): 2126 1510706 0
4.69/4.78	c Unit Clauses: 846
4.69/4.78	c Binary Clauses( cover/uncovered ): 1280 8164400
4.69/4.78	c Clauses( cover/uncovered ): 640 65920
4.69/4.78	c Total Clauses( cover/uncovered ): 2766 8230320 0.0335962%
4.69/4.78	c Covered Ands: 640 Invs: 0 Xors: 0 Ites: 0
10.85/10.97	c Uncover Clauses avg size: 2.37232 max size: 1178
10.96/11.09	c Final circuit: i/l/o/s 1511346       0 7514113   9383412
10.96/11.09	c CnfToAig: Time: 11.04 s
16.84/16.99	c TmMap: Set choices finish.
21.24/21.35	c TmMap: Set big and: 7935519
21.24/21.35	c TmMap: Origin: 10894759 ClauseNum: 28150236 --> New: 9447340 ClauseNum: 25261341
21.24/21.35	c TmMap: Time: 5.2
22.54/22.69	c Try to Add: #clause: 15873247 #xorclause: 0
24.94/25.07	c #var: 1933226 #clauses: 537369 Solving... 
5000.08/4999.91	c Time Out !!
5000.08/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-3384359-1305545203/watcher-3384359-1305545203 -o /tmp/evaluation-result-3384359-1305545203/solver-3384359-1305545203 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384359-1305545203.cnf 31997435 

running on 4 cores: 0,2,4,6

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.93 2.00 1.99 2/423 8012
/proc/meminfo: memFree=14825612/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=67824 CPUtime=0 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 4216 0 0 0 0 0 0 0 22 0 1 0 666117517 69451776 4152 33554432000 4194304 6014671 140734933525488 18446744073709551615 4271051 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 16956 4165 370 445 0 10501 0

[startup+0.058582 s]
/proc/loadavg: 1.93 2.00 1.99 2/423 8012
/proc/meminfo: memFree=14825612/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=77040 CPUtime=0.05 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 13041 0 0 0 4 1 0 0 22 0 1 0 666117517 78888960 12977 33554432000 4194304 6014671 140734933525488 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 19260 12977 378 445 0 12805 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 77040

[startup+0.100576 s]
/proc/loadavg: 1.93 2.00 1.99 2/423 8012
/proc/meminfo: memFree=14825612/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=90352 CPUtime=0.09 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 15836 0 0 0 8 1 0 0 22 0 1 0 666117517 92520448 15772 33554432000 4194304 6014671 140734933525488 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 22588 15772 378 445 0 16133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 90352

[startup+0.300537 s]
/proc/loadavg: 1.93 2.00 1.99 2/423 8012
/proc/meminfo: memFree=14825612/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=115056 CPUtime=0.29 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 22249 0 0 0 27 2 0 0 23 0 1 0 666117517 117817344 22185 33554432000 4194304 6014671 140734933525488 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 28764 22185 378 445 0 22309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 115056

[startup+0.700459 s]
/proc/loadavg: 1.93 2.00 1.99 2/423 8012
/proc/meminfo: memFree=14825612/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=164336 CPUtime=0.69 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 34593 0 0 0 64 5 0 0 25 0 1 0 666117517 168280064 34529 33554432000 4194304 6014671 140734933525488 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 41084 34529 378 445 0 34629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164336

[startup+1.5003 s]
/proc/loadavg: 1.93 2.00 1.99 3/424 8013
/proc/meminfo: memFree=14603272/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=263536 CPUtime=1.49 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 59159 0 0 0 140 9 0 0 25 0 1 0 666117517 269860864 59095 33554432000 4194304 6014671 140734933525488 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 65884 59095 378 445 0 59429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263536

[startup+3.10098 s]
/proc/loadavg: 1.93 2.00 1.99 3/424 8013
/proc/meminfo: memFree=14421432/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=460912 CPUtime=3.09 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 107643 0 0 0 292 17 0 0 25 0 1 0 666117517 471973888 107579 33554432000 4194304 6014671 140734933525488 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 115228 107579 378 445 0 108773 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 460912

[startup+6.30034 s]
/proc/loadavg: 1.94 2.00 1.99 3/424 8013
/proc/meminfo: memFree=14390768/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=559856 CPUtime=6.29 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 133552 0 0 0 609 20 0 0 25 0 1 0 666117517 573292544 133485 33554432000 4194304 6014671 140734933525488 18446744073709551615 4276311 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8012/statm: 139964 133485 398 445 0 133509 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 559856

[startup+12.7011 s]
/proc/loadavg: 1.94 2.00 1.99 3/424 8013
/proc/meminfo: memFree=12608436/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=2286404 CPUtime=12.64 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 554661 0 0 0 1201 63 0 0 25 0 1 0 666117517 2341277696 553896 33554432000 4194304 6014671 140734933525488 18446744073709551615 4817385 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 571601 553896 668 445 0 565146 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 2286404

[startup+25.5005 s]
/proc/loadavg: 1.95 2.00 1.99 3/424 8014
/proc/meminfo: memFree=10969404/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=4150196 CPUtime=25.44 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 972361 0 0 0 2435 109 0 0 25 0 1 0 666117517 4249800704 962943 33554432000 4194304 6014671 140734933525488 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1037549 962943 697 445 0 1031094 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 4150196

[startup+51.1004 s]
/proc/loadavg: 2.03 2.02 2.00 3/424 8042
/proc/meminfo: memFree=10267292/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=4739636 CPUtime=51.04 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1105915 0 0 0 4979 125 0 0 25 0 1 0 666117517 4853387264 1096497 33554432000 4194304 6014671 140734933525488 18446744073709551615 4778092 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1184909 1096499 716 445 0 1178454 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 4739636

[startup+102.316 s]
/proc/loadavg: 2.01 2.01 2.00 3/424 8044
/proc/meminfo: memFree=9364520/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=5253628 CPUtime=102.26 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1218964 0 0 0 10087 139 0 0 25 0 1 0 666117517 5379715072 1209414 33554432000 4194304 6014671 140734933525488 18446744073709551615 254500388619 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1313407 1209414 723 445 0 1306952 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5253628

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/424 8072
/proc/meminfo: memFree=8927216/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=5347624 CPUtime=162.25 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1266099 0 0 0 16079 146 0 0 25 0 1 0 666117517 5475966976 1256549 33554432000 4194304 6014671 140734933525488 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1336906 1256549 728 445 0 1330451 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5347624

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/424 8074
/proc/meminfo: memFree=7979224/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=5644328 CPUtime=222.25 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1300183 0 0 0 22074 151 0 0 25 0 1 0 666117517 5779791872 1290633 33554432000 4194304 6014671 140734933525488 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1411082 1290633 728 445 0 1404627 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5644328

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8076
/proc/meminfo: memFree=7293444/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=5989384 CPUtime=282.25 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1386960 0 0 0 28065 160 0 0 25 0 1 0 666117517 6133129216 1377407 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1497346 1377407 728 445 0 1490891 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5989384

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/424 8131
/proc/meminfo: memFree=8340316/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=6542404 CPUtime=342.26 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1498294 0 0 0 34049 177 0 0 25 0 1 0 666117517 6699421696 1488599 33554432000 4194304 6014671 140734933525488 18446744073709551615 4527404 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1635601 1488599 728 445 0 1629146 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 6542404

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/424 8160
/proc/meminfo: memFree=8357692/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=6550736 CPUtime=402.26 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1500398 0 0 0 40048 178 0 0 25 0 1 0 666117517 6707953664 1490703 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372440 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1637684 1490703 728 445 0 1631229 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 6550736

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/424 8161
/proc/meminfo: memFree=8241568/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=6580984 CPUtime=462.26 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1509754 0 0 0 46047 179 0 0 25 0 1 0 666117517 6738927616 1500059 33554432000 4194304 6014671 140734933525488 18446744073709551615 4383506 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1645246 1500059 728 445 0 1638791 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 6580984

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/424 8163
/proc/meminfo: memFree=7504440/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=7652612 CPUtime=522.27 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1682263 0 0 0 52031 196 0 0 25 0 1 0 666117517 7836274688 1672525 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372355 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1913153 1672525 728 445 0 1906698 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 7652612

[startup+582.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/424 8165
/proc/meminfo: memFree=7422924/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=7685696 CPUtime=582.27 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 1699207 0 0 0 58029 198 0 0 25 0 1 0 666117517 7870152704 1689469 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372256 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 1921424 1689469 728 445 0 1914969 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 7685696

[startup+642.3 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/424 8325
/proc/meminfo: memFree=1865652/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700164 CPUtime=4122.44 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3391937 0 0 0 411773 471 0 0 25 0 1 0 666117517 15052967936 3243823 33554432000 4194304 6014671 140734933525488 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675041 3243823 728 445 0 3668586 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 14700164

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/424 8327
/proc/meminfo: memFree=1865528/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700164 CPUtime=4182.44 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3391960 0 0 0 417773 471 0 0 25 0 1 0 666117517 15052967936 3243846 33554432000 4194304 6014671 140734933525488 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675041 3243846 728 445 0 3668586 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 14700164

[startup+4242.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/424 8328
/proc/meminfo: memFree=1865100/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700164 CPUtime=4242.44 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3391979 0 0 0 423773 471 0 0 25 0 1 0 666117517 15052967936 3243865 33554432000 4194304 6014671 140734933525488 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675041 3243865 728 445 0 3668586 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 14700164

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/424 8330
/proc/meminfo: memFree=1849320/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700292 CPUtime=4302.45 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3391999 0 0 0 429774 471 0 0 25 0 1 0 666117517 15053099008 3243885 33554432000 4194304 6014671 140734933525488 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675073 3243885 728 445 0 3668618 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 14700292

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8331
/proc/meminfo: memFree=1828584/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700292 CPUtime=4362.45 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3392014 0 0 0 435774 471 0 0 25 0 1 0 666117517 15053099008 3243900 33554432000 4194304 6014671 140734933525488 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675073 3243900 728 445 0 3668618 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 14700292

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8333
/proc/meminfo: memFree=1828520/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700292 CPUtime=4422.45 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3392026 0 0 0 441774 471 0 0 25 0 1 0 666117517 15053099008 3243912 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675073 3243912 728 445 0 3668618 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 14700292

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8335
/proc/meminfo: memFree=1828528/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700420 CPUtime=4482.45 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3392262 0 0 0 447774 471 0 0 25 0 1 0 666117517 15053230080 3243921 33554432000 4194304 6014671 140734933525488 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675105 3243921 728 445 0 3668650 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 14700420

[startup+4542.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/424 8336
/proc/meminfo: memFree=1827924/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700420 CPUtime=4542.46 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3392273 0 0 0 453775 471 0 0 25 0 1 0 666117517 15053230080 3243932 33554432000 4194304 6014671 140734933525488 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675105 3243932 728 445 0 3668650 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 14700420

[startup+4602.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/424 8338
/proc/meminfo: memFree=1817364/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700420 CPUtime=4602.47 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3394720 0 0 0 459775 472 0 0 25 0 1 0 666117517 15053230080 3246379 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675105 3246379 728 445 0 3668650 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 14700420

[startup+4662.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/424 8339
/proc/meminfo: memFree=1792776/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700420 CPUtime=4662.46 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3396698 0 0 0 465774 472 0 0 25 0 1 0 666117517 15053230080 3248357 33554432000 4194304 6014671 140734933525488 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675105 3248357 728 445 0 3668650 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 14700420

[startup+4722.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/424 8341
/proc/meminfo: memFree=1769588/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700548 CPUtime=4722.48 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3396711 0 0 0 471776 472 0 0 25 0 1 0 666117517 15053361152 3248370 33554432000 4194304 6014671 140734933525488 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675137 3248370 728 445 0 3668682 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 14700548

[startup+4782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/424 8343
/proc/meminfo: memFree=1768568/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700548 CPUtime=4782.47 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3396728 0 0 0 477775 472 0 0 25 0 1 0 666117517 15053361152 3248387 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372068 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675137 3248387 728 445 0 3668682 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 14700548

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/424 8344
/proc/meminfo: memFree=1765684/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700548 CPUtime=4842.47 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3396739 0 0 0 483775 472 0 0 25 0 1 0 666117517 15053361152 3248398 33554432000 4194304 6014671 140734933525488 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675137 3248398 728 445 0 3668682 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 14700548

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8346
/proc/meminfo: memFree=1767288/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700548 CPUtime=4902.47 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3396753 0 0 0 489775 472 0 0 25 0 1 0 666117517 15053361152 3248412 33554432000 4194304 6014671 140734933525488 18446744073709551615 4372168 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675137 3248412 728 445 0 3668682 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 14700548

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8347
/proc/meminfo: memFree=1765672/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700676 CPUtime=4962.47 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3396769 0 0 0 495775 472 0 0 25 0 1 0 666117517 15053492224 3248428 33554432000 4194304 6014671 140734933525488 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675169 3248428 728 445 0 3668714 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 14700676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8348
/proc/meminfo: memFree=1981908/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=14700676 CPUtime=5000.08 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4202496 3396783 0 0 0 499535 473 0 0 25 0 1 0 666117517 15053492224 3194542 33554432000 4194304 6014671 140734933525488 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8012/statm: 3675169 3194542 728 445 0 3668714 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 14700676

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

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

[startup+5000.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8348
/proc/meminfo: memFree=1981908/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=0 CPUtime=5000.38 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4194308 3396787 0 0 0 499536 502 0 0 25 0 1 0 666117517 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 2 0 0 0
/proc/8012/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.38
Current children cumulated vsize (KiB) 0

[startup+5000.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8348
/proc/meminfo: memFree=1981908/32950928 swapFree=45358800/67111528
[pid=8012] ppid=8010 vsize=0 CPUtime=5000.48 cores=0,2,4,6
/proc/8012/stat : 8012 (qutersat_releas) R 8010 8012 7770 0 -1 4194308 3396787 0 0 0 499536 512 0 0 25 0 1 0 666117517 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 2 0 0 0
/proc/8012/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.48
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 5000.39
CPU time (s): 5000.57
CPU user time (s): 4995.37
CPU system time (s): 5.20921
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 14700676

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

runsolver used 21.1208 second user time and 47.1018 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 13:26:48
IDJOB=3384359
IDBENCH=82404
IDSOLVER=1868
FILE ID=node149/3384359-1305545203
RUNJOBID= node149-1305540196-7788
PBS_JOBID= 13329204
Free space on /tmp= 73392 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.040-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384359-1305545203/watcher-3384359-1305545203 -o /tmp/evaluation-result-3384359-1305545203/solver-3384359-1305545203 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384359-1305545203.cnf 31997435

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=31997435

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      14825636 kB
Buffers:         55272 kB
Cached:         641540 kB
SwapCached:      36208 kB
Active:        8721680 kB
Inactive:      9129656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14825636 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:          167216 kB
Writeback:           0 kB
AnonPages:    17130848 kB
Mapped:          25500 kB
Slab:            99000 kB
PageTables:     106756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 134816268 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= 73384 MiB
End job on node149 at 2011-05-16 14:50:10