Trace number 3376962

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)? (MO) 1265.64 1265.76

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.00/0.01	c Set FPU double precision.
2.49/2.59	c Parse Cnf success: #var: 945406 #clause: 5079060
2.49/2.59	c Find Units :        720
2.99/3.07	c Find Invs  :          0
3.39/3.43	c Find Ands  :        120 AvgFaninNum: 2
3.39/3.44	c Find Xors  :          0 AvgFaninNum: nan
3.39/3.44	c Find Ite   :          0
3.39/3.44	c UnDirect variable: 0
3.39/3.44	c UnDirect to Direct Gate: 0
3.39/3.44	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.39/3.46	c Break Cycle : 0
3.39/3.46	c Total Root : 120 Undef Var: 945286
3.39/3.49	c After covering, Total Root: 120 Leaf: 840
3.39/3.49	c Variable( cover/uncovered/unused ): 960 944446 0
3.39/3.49	c Unit Clauses: 720
3.39/3.49	c Binary Clauses( cover/uncovered ): 240 5035740
3.39/3.49	c Clauses( cover/uncovered ): 120 42240
3.39/3.49	c Total Clauses( cover/uncovered ): 1080 5077980 0.0212638%
3.39/3.49	c Covered Ands: 120 Invs: 0 Xors: 0 Ites: 0
7.29/7.35	c Uncover Clauses avg size: 2.37695 max size: 982
7.39/7.44	c Final circuit: i/l/o/s  944566       0 4432320   5462763
7.39/7.44	c CnfToAig: Time: 7.44 s
11.19/11.21	c TmMap: Set choices finish.
13.89/13.94	c TmMap: Set big and: 4607925
13.89/13.94	c TmMap: Origin: 6407330 ClauseNum: 16388289 --> New: 5552604 ClauseNum: 14681694
13.89/13.94	c TmMap: Time: 3.26
14.79/14.83	c Try to Add: #clause: 9216408 #xorclause: 0
16.29/16.36	c #var: 1120283 #clauses: 281094 Solving... 
1265.39/1265.51	c Time Out !!
1265.39/1265.51	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-3376962-1305468190/watcher-3376962-1305468190 -o /tmp/evaluation-result-3376962-1305468190/solver-3376962-1305468190 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376962-1305468190.cnf 1324953342 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.22 5.28 5.89 4/411 24035
/proc/meminfo: memFree=10503540/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=54524 CPUtime=0 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 7348 0 0 0 0 0 0 0 23 0 1 0 658421695 55832576 7284 33554432000 4194304 6014671 140736084965088 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 13631 7285 378 445 0 7176 0

[startup+0.0658729 s]
/proc/loadavg: 4.22 5.28 5.89 4/411 24035
/proc/meminfo: memFree=10503540/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=65788 CPUtime=0.05 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 10081 0 0 0 5 0 0 0 23 0 1 0 658421695 67366912 10017 33554432000 4194304 6014671 140736084965088 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 16447 10017 378 445 0 9992 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 65788

[startup+0.100861 s]
/proc/loadavg: 4.22 5.28 5.89 4/411 24035
/proc/meminfo: memFree=10503540/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=78076 CPUtime=0.09 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 12880 0 0 0 8 1 0 0 23 0 1 0 658421695 79949824 12816 33554432000 4194304 6014671 140736084965088 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 19519 12816 378 445 0 13064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 78076

[startup+0.300848 s]
/proc/loadavg: 4.22 5.28 5.89 4/411 24035
/proc/meminfo: memFree=10503540/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=103292 CPUtime=0.29 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 19053 0 0 0 27 2 0 0 25 0 1 0 658421695 105771008 18989 33554432000 4194304 6014671 140736084965088 18446744073709551615 4277362 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 25823 18989 378 445 0 19368 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103292

[startup+0.700771 s]
/proc/loadavg: 4.22 5.28 5.89 4/411 24035
/proc/meminfo: memFree=10503540/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=152572 CPUtime=0.69 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 31090 0 0 0 65 4 0 0 25 0 1 0 658421695 156233728 31026 33554432000 4194304 6014671 140736084965088 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 38143 31026 378 445 0 31688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152572

[startup+1.50059 s]
/proc/loadavg: 4.22 5.28 5.89 5/412 24036
/proc/meminfo: memFree=10294964/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=251260 CPUtime=1.49 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 55016 0 0 0 141 8 0 0 25 0 1 0 658421695 257290240 54952 33554432000 4194304 6014671 140736084965088 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 62815 54952 378 445 0 56360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 251260

[startup+3.10029 s]
/proc/loadavg: 4.22 5.28 5.89 5/412 24036
/proc/meminfo: memFree=10106844/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=448636 CPUtime=3.09 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 99588 0 0 0 295 14 0 0 25 0 1 0 658421695 459403264 99524 33554432000 4194304 6014671 140736084965088 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 112159 99524 383 445 0 105704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 448636

[startup+6.30071 s]
/proc/loadavg: 4.20 5.26 5.88 5/412 24036
/proc/meminfo: memFree=9973808/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=868672 CPUtime=6.29 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 152274 0 0 0 609 20 0 0 25 0 1 0 658421695 889520128 151972 33554432000 4194304 6014671 140736084965088 18446744073709551615 4333912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 217168 151986 398 445 0 210713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 868672

[startup+12.7005 s]
/proc/loadavg: 4.19 5.24 5.87 5/412 24063
/proc/meminfo: memFree=8540288/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=1817668 CPUtime=12.69 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 451535 0 0 0 1216 53 0 0 25 0 1 0 658421695 1861292032 444476 33554432000 4194304 6014671 140736084965088 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 454417 444476 670 445 0 447962 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1817668

[startup+25.5011 s]
/proc/loadavg: 4.21 5.19 5.84 5/412 24066
/proc/meminfo: memFree=8035992/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=2355012 CPUtime=25.49 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 563982 0 0 0 2482 67 0 0 25 0 1 0 658421695 2411532288 470207 33554432000 4194304 6014671 140736084965088 18446744073709551615 4751306 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 588753 470207 710 445 0 582298 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2355012

[startup+51.1012 s]
/proc/loadavg: 4.28 5.13 5.80 5/412 24067
/proc/meminfo: memFree=7301916/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=2770768 CPUtime=51.1 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 730169 0 0 0 5022 88 0 0 25 0 1 0 658421695 2837266432 636394 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 692692 636394 723 445 0 686237 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2770768

[startup+102.316 s]
/proc/loadavg: 4.12 4.95 5.70 5/412 24069
/proc/meminfo: memFree=7060656/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=3049808 CPUtime=102.31 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 756890 0 0 0 10138 93 0 0 25 0 1 0 658421695 3123003392 663115 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 762452 663115 723 445 0 755997 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 3049808

[startup+162.301 s]
/proc/loadavg: 4.04 4.78 5.60 5/412 24070
/proc/meminfo: memFree=6421388/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=3105272 CPUtime=162.29 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 773929 0 0 0 16133 96 0 0 25 0 1 0 658421695 3179798528 680154 33554432000 4194304 6014671 140736084965088 18446744073709551615 4677091 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 776318 680154 728 445 0 769863 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3105272

[startup+222.301 s]
/proc/loadavg: 4.08 4.65 5.50 5/412 24072
/proc/meminfo: memFree=5004144/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=3565104 CPUtime=222.3 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 925168 0 0 0 22117 113 0 0 25 0 1 0 658421695 3650666496 831393 33554432000 4194304 6014671 140736084965088 18446744073709551615 4378432 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 891276 831393 729 445 0 884821 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 3565104

[startup+282.3 s]
/proc/loadavg: 4.03 4.53 5.40 5/412 24074
/proc/meminfo: memFree=4054868/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=4238496 CPUtime=282.3 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1056507 0 0 0 28102 128 0 0 25 0 1 0 658421695 4340219904 962731 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1059624 962731 728 445 0 1053169 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 4238496

[startup+342.301 s]
/proc/loadavg: 4.01 4.43 5.31 5/412 24075
/proc/meminfo: memFree=3727596/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=4288484 CPUtime=342.3 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1068360 0 0 0 34100 130 0 0 25 0 1 0 658421695 4391407616 974486 33554432000 4194304 6014671 140736084965088 18446744073709551615 4380023 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1072121 974486 728 445 0 1065666 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4288484

[startup+402.301 s]
/proc/loadavg: 4.00 4.35 5.23 5/412 24077
/proc/meminfo: memFree=3107424/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=4876584 CPUtime=402.3 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1174419 0 0 0 40088 142 0 0 25 0 1 0 658421695 4993622016 1080545 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372405 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1219146 1080545 728 445 0 1212691 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4876584

[startup+462.3 s]
/proc/loadavg: 4.00 4.28 5.15 5/412 24078
/proc/meminfo: memFree=2820560/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=4902516 CPUtime=462.31 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1180913 0 0 0 46088 143 0 0 25 0 1 0 658421695 5020176384 1087039 33554432000 4194304 6014671 140736084965088 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1225629 1087039 728 445 0 1219174 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 4902516

[startup+522.301 s]
/proc/loadavg: 4.15 4.27 5.09 5/412 24080
/proc/meminfo: memFree=2091252/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=5893468 CPUtime=522.31 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1329248 0 0 0 52066 165 0 0 25 0 1 0 658421695 6034911232 1235295 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372417 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1473367 1235295 728 445 0 1466912 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 5893468

[startup+582.301 s]
/proc/loadavg: 4.16 4.25 5.03 5/412 24082
/proc/meminfo: memFree=1981992/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=5919928 CPUtime=582.3 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1352051 0 0 0 58061 169 0 0 25 0 1 0 658421695 6062006272 1258095 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372082 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1479982 1258095 728 445 0 1473527 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 5919928

[startup+642.301 s]
/proc/loadavg: 4.10 4.22 4.97 5/412 24083
/proc/meminfo: memFree=1513868/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=5920056 CPUtime=642.33 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1356565 0 0 0 64063 170 0 0 25 0 1 0 658421695 6062137344 1262580 33554432000 4194304 6014671 140736084965088 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1480014 1262580 728 445 0 1473559 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 5920056

[startup+702.301 s]
/proc/loadavg: 4.04 4.17 4.90 5/412 24085
/proc/meminfo: memFree=867236/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=6738200 CPUtime=702.31 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1501889 0 0 0 70035 196 0 0 25 0 1 0 658421695 6899916800 1407865 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372387 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1684550 1407865 728 445 0 1678095 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 6738200

[startup+762.315 s]
/proc/loadavg: 4.05 4.15 4.85 5/412 24086
/proc/meminfo: memFree=772156/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=6738328 CPUtime=762.33 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1515637 0 0 0 76033 200 0 0 25 0 1 0 658421695 6900047872 1421613 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1684582 1421613 728 445 0 1678127 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 6738328

[startup+822.301 s]
/proc/loadavg: 4.02 4.12 4.79 5/412 24088
/proc/meminfo: memFree=451240/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=6738328 CPUtime=822.32 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1518923 0 0 0 82031 201 0 0 25 0 1 0 658421695 6900047872 1424801 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1684582 1424801 728 445 0 1678127 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 6738328

[startup+882.301 s]
/proc/loadavg: 4.00 4.10 4.74 5/412 24090
/proc/meminfo: memFree=326116/32951124 swapFree=57331808/67111528
[pid=24035] ppid=24033 vsize=7001112 CPUtime=882.32 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1532528 0 0 0 88027 205 0 0 25 0 1 0 658421695 7169138688 1438406 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372127 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24035/statm: 1750278 1438406 728 445 0 1743823 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 7001112

[startup+942.3 s]
/proc/loadavg: 4.00 4.08 4.69 5/412 24091
/proc/meminfo: memFree=96948/32951124 swapFree=57048056/67111528
[pid=24035] ppid=24033 vsize=7534972 CPUtime=942.16 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1658374 0 0 0 93981 235 0 0 25 0 1 0 658421695 7715811328 1564244 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372259 0 0 4096 16386 0 0 0 17 0 0 0 15
/proc/24035/statm: 1883743 1564244 728 445 0 1877288 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 7534972

[startup+1002.3 s]
/proc/loadavg: 4.11 4.09 4.66 5/412 24093
/proc/meminfo: memFree=94688/32951124 swapFree=56938476/67111528
[pid=24035] ppid=24033 vsize=7560536 CPUtime=1002.16 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1677883 0 0 0 99975 241 0 0 25 0 1 0 658421695 7741988864 1583753 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 15
/proc/24035/statm: 1890134 1583753 728 445 0 1883679 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 7560536

[startup+1062.3 s]
/proc/loadavg: 4.18 4.12 4.63 5/412 24094
/proc/meminfo: memFree=92972/32951124 swapFree=56665356/67111528
[pid=24035] ppid=24033 vsize=7823192 CPUtime=1062.16 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1694021 0 0 0 105971 245 0 0 25 0 1 0 658421695 8010948608 1599891 33554432000 4194304 6014671 140736084965088 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 15
/proc/24035/statm: 1955798 1599891 728 445 0 1949343 0
Current children cumulated CPU time (s) 1062.16
Current children cumulated vsize (KiB) 7823192

[startup+1122.3 s]
/proc/loadavg: 4.18 4.12 4.60 5/412 24096
/proc/meminfo: memFree=96156/32951124 swapFree=56534752/67111528
[pid=24035] ppid=24033 vsize=7823320 CPUtime=1122.17 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1695184 0 0 0 111970 247 0 0 25 0 1 0 658421695 8011079680 1601054 33554432000 4194304 6014671 140736084965088 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 0 0 0 15
/proc/24035/statm: 1955830 1601054 728 445 0 1949375 0
Current children cumulated CPU time (s) 1122.17
Current children cumulated vsize (KiB) 7823320

[startup+1182.3 s]
/proc/loadavg: 4.06 4.10 4.55 5/412 24098
/proc/meminfo: memFree=94012/32951124 swapFree=56463600/67111528
[pid=24035] ppid=24033 vsize=7823320 CPUtime=1182.17 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1695202 0 0 0 117970 247 0 0 25 0 1 0 658421695 8011079680 1601072 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372082 0 0 4096 16386 0 0 0 17 0 0 0 15
/proc/24035/statm: 1955830 1601072 728 445 0 1949375 0
Current children cumulated CPU time (s) 1182.17
Current children cumulated vsize (KiB) 7823320

[startup+1242.3 s]
/proc/loadavg: 4.17 4.11 4.53 5/412 24099
/proc/meminfo: memFree=94524/32951124 swapFree=56319364/67111528
[pid=24035] ppid=24033 vsize=7823448 CPUtime=1242.17 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1712860 0 0 0 123955 262 0 0 25 0 1 0 658421695 8011210752 1618730 33554432000 4194304 6014671 140736084965088 18446744073709551615 4372248 0 0 4096 16386 0 0 0 17 0 0 0 15
/proc/24035/statm: 1955862 1618730 728 445 0 1949407 0
Current children cumulated CPU time (s) 1242.17
Current children cumulated vsize (KiB) 7823448



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1265.5 s]
/proc/loadavg: 3.97 4.07 4.50 5/412 24156
/proc/meminfo: memFree=637484/32951124 swapFree=56316152/67111528
[pid=24035] ppid=24033 vsize=7865688 CPUtime=1265.39 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202496 1768783 0 0 0 126267 272 0 0 25 0 1 0 658421695 8054464512 1674653 33554432000 4194304 6014671 140736084965088 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 0 0 0 15
/proc/24035/statm: 1966422 1674653 728 445 0 1959967 0
Current children cumulated CPU time (s) 1265.39
Current children cumulated vsize (KiB) 7865688

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

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

[startup+1265.62 s]
/proc/loadavg: 3.97 4.07 4.50 5/412 24156
/proc/meminfo: memFree=637484/32951124 swapFree=56316152/67111528
[pid=24035] ppid=24033 vsize=0 CPUtime=1265.49 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202500 1768787 0 0 0 126267 282 0 0 25 0 1 0 658421695 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 15
/proc/24035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1265.49
Current children cumulated vsize (KiB) 0

[startup+1265.7 s]
/proc/loadavg: 3.97 4.07 4.50 5/412 24156
/proc/meminfo: memFree=637484/32951124 swapFree=56316152/67111528
[pid=24035] ppid=24033 vsize=0 CPUtime=1265.57 cores=0,2
/proc/24035/stat : 24035 (qutersat_releas) R 24033 24035 23866 0 -1 4202500 1768787 0 0 0 126267 290 0 0 25 0 1 0 658421695 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 15
/proc/24035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1265.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1265.76
CPU time (s): 1265.64
CPU user time (s): 1262.67
CPU system time (s): 2.96255
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 7865688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1262.68
system time used= 2.96255
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1768787
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= 8
involuntary context switches= 3538

runsolver used 5.34119 second user time and 11.3893 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 16:03:13
IDJOB=3376962
IDBENCH=82367
IDSOLVER=1856
FILE ID=node102/3376962-1305468190
RUNJOBID= node102-1305468146-23884
PBS_JOBID= 13325323
Free space on /tmp= 73488 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.030-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376962-1305468190/watcher-3376962-1305468190 -o /tmp/evaluation-result-3376962-1305468190/solver-3376962-1305468190 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376962-1305468190.cnf 1324953342

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=1324953342

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10503572 kB
Buffers:         51416 kB
Cached:         910084 kB
SwapCached:      89972 kB
Active:       12852844 kB
Inactive:      9367692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10503572 kB
SwapTotal:    67111528 kB
SwapFree:     57331808 kB
Dirty:          101048 kB
Writeback:           0 kB
AnonPages:    21179756 kB
Mapped:          25576 kB
Slab:            71028 kB
PageTables:      88284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103044552 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= 73484 MiB
End job on node102 at 2011-05-15 16:24:21