Trace number 3376963

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) 1003.57 1003.55

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 benchmark375.866
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.01	c Set FPU double precision.
2.89/2.92	c Parse Cnf success: #var: 1260306 #clause: 6771840
2.89/2.92	c Find Units :        720
3.49/3.54	c Find Invs  :          0
3.99/4.04	c Find Ands  :        160 AvgFaninNum: 2
3.99/4.04	c Find Xors  :          0 AvgFaninNum: nan
3.99/4.04	c Find Ite   :          0
3.99/4.05	c UnDirect variable: 0
3.99/4.05	c UnDirect to Direct Gate: 0
3.99/4.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.99/4.07	c Break Cycle : 0
3.99/4.07	c Total Root : 160 Undef Var: 1260146
4.09/4.11	c After covering, Total Root: 160 Leaf: 880
4.09/4.11	c Variable( cover/uncovered/unused ): 1040 1259266 0
4.09/4.11	c Unit Clauses: 720
4.09/4.11	c Binary Clauses( cover/uncovered ): 320 6714320
4.09/4.11	c Clauses( cover/uncovered ): 160 56320
4.09/4.11	c Total Clauses( cover/uncovered ): 1200 6770640 0.0177204%
4.09/4.11	c Covered Ands: 160 Invs: 0 Xors: 0 Ites: 0
8.59/8.62	c Uncover Clauses avg size: 2.37695 max size: 982
8.69/8.73	c Final circuit: i/l/o/s 1259426       0 6124980   7594023
8.69/8.73	c CnfToAig: Time: 8.72 s
13.39/13.49	c TmMap: Set choices finish.
16.69/16.78	c TmMap: Set big and: 6402685
16.69/16.78	c TmMap: Origin: 8853450 ClauseNum: 22782069 --> New: 7662264 ClauseNum: 20403654
16.69/16.78	c TmMap: Time: 3.96
17.79/17.89	c Try to Add: #clause: 12806128 #xorclause: 0
19.69/19.79	c #var: 1537283 #clauses: 397394 Solving... 
1003.34/1003.32	c Time Out !!
1003.34/1003.32	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-3376963-1305468236/watcher-3376963-1305468236 -o /tmp/evaluation-result-3376963-1305468236/solver-3376963-1305468236 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376963-1305468236.cnf 758820474 

running on 2 cores: 1,3

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.95 5.17 6.35 5/397 22758
/proc/meminfo: memFree=23633944/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=61904 CPUtime=0 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 6176 0 0 0 0 0 0 0 23 0 1 0 391015311 63389696 6113 33554432000 4194304 6014671 140735355434432 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 15476 6127 370 445 0 9021 0

[startup+0.104235 s]
/proc/loadavg: 4.95 5.17 6.35 5/397 22758
/proc/meminfo: memFree=23633944/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=85456 CPUtime=0.09 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 14724 0 0 0 8 1 0 0 23 0 1 0 391015311 87506944 14661 33554432000 4194304 6014671 140735355434432 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 21364 14661 378 445 0 14909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85456

[startup+0.200229 s]
/proc/loadavg: 4.95 5.17 6.35 5/397 22758
/proc/meminfo: memFree=23633944/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=110032 CPUtime=0.19 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 20375 0 0 0 17 2 0 0 23 0 1 0 391015311 112672768 20312 33554432000 4194304 6014671 140735355434432 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 27508 20312 378 445 0 21053 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 110032

[startup+0.301199 s]
/proc/loadavg: 4.95 5.17 6.35 5/397 22758
/proc/meminfo: memFree=23633944/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=110160 CPUtime=0.29 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 20925 0 0 0 27 2 0 0 25 0 1 0 391015311 112803840 20862 33554432000 4194304 6014671 140735355434432 18446744073709551615 268660662016 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 27540 20863 378 445 0 21085 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110160

[startup+0.701128 s]
/proc/loadavg: 4.95 5.17 6.35 5/397 22758
/proc/meminfo: memFree=23633944/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=159952 CPUtime=0.69 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 33313 0 0 0 65 4 0 0 25 0 1 0 391015311 163790848 33250 33554432000 4194304 6014671 140735355434432 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 39988 33250 378 445 0 33533 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159952

[startup+1.50099 s]
/proc/loadavg: 4.95 5.17 6.35 6/398 22759
/proc/meminfo: memFree=23159644/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=258640 CPUtime=1.49 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 57626 0 0 0 141 8 0 0 25 0 1 0 391015311 264847360 57563 33554432000 4194304 6014671 140735355434432 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 64660 57563 378 445 0 58205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 258640

[startup+3.10071 s]
/proc/loadavg: 4.95 5.17 6.35 6/398 22759
/proc/meminfo: memFree=22877048/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=456400 CPUtime=3.09 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 104822 0 0 0 293 16 0 0 25 0 1 0 391015311 467353600 104759 33554432000 4194304 6014671 140735355434432 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 114100 104759 382 445 0 107645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 456400

[startup+6.30114 s]
/proc/loadavg: 5.04 5.19 6.35 6/398 22759
/proc/meminfo: memFree=22648384/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=594092 CPUtime=6.29 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 137660 0 0 0 610 19 0 0 25 0 1 0 391015311 608350208 137528 33554432000 4194304 6014671 140735355434432 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 148523 137528 398 445 0 142068 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 594092

[startup+12.701 s]
/proc/loadavg: 5.03 5.18 6.34 6/398 22759
/proc/meminfo: memFree=21020040/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=2169092 CPUtime=12.7 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 521734 0 0 0 1209 61 0 0 25 0 1 0 391015311 2221150208 518747 33554432000 4194304 6014671 140735355434432 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 542273 518759 668 445 0 535818 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2169092

[startup+25.5008 s]
/proc/loadavg: 5.02 5.17 6.32 6/398 22759
/proc/meminfo: memFree=19717328/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=3072604 CPUtime=25.49 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 744447 0 0 0 2467 82 0 0 25 0 1 0 391015311 3146346496 741156 33554432000 4194304 6014671 140735355434432 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 768151 741156 701 445 0 761696 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3072604

[startup+51.1013 s]
/proc/loadavg: 5.02 5.16 6.28 6/398 22760
/proc/meminfo: memFree=19184452/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=3488680 CPUtime=51.09 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 795935 0 0 0 5021 88 0 0 25 0 1 0 391015311 3572408320 792644 33554432000 4194304 6014671 140735355434432 18446744073709551615 4423315 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 872170 792644 723 445 0 865715 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3488680

[startup+102.301 s]
/proc/loadavg: 5.00 5.13 6.21 6/398 22762
/proc/meminfo: memFree=18684660/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=3525544 CPUtime=102.3 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 823837 0 0 0 10138 92 0 0 25 0 1 0 391015311 3610157056 820546 33554432000 4194304 6014671 140735355434432 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 881386 820546 723 445 0 874931 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3525544

[startup+162.301 s]
/proc/loadavg: 5.08 5.12 6.14 6/398 22763
/proc/meminfo: memFree=18073224/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=3595112 CPUtime=162.29 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 849079 0 0 0 16133 96 0 0 25 0 1 0 391015311 3681394688 845788 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 898778 845788 724 445 0 892323 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3595112

[startup+222.315 s]
/proc/loadavg: 5.03 5.10 6.06 6/398 22765
/proc/meminfo: memFree=16604172/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=4012760 CPUtime=222.31 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 961102 0 0 0 22121 110 0 0 25 0 1 0 391015311 4109066240 957804 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1003190 957804 728 445 0 996735 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 4012760

[startup+282.301 s]
/proc/loadavg: 5.08 5.09 6.00 6/398 22766
/proc/meminfo: memFree=16082248/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=4056548 CPUtime=282.29 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 972347 0 0 0 28118 111 0 0 25 0 1 0 391015311 4153905152 969032 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1014137 969032 729 445 0 1007682 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 4056548

[startup+342.301 s]
/proc/loadavg: 5.03 5.07 5.93 6/398 22768
/proc/meminfo: memFree=15425028/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=4676772 CPUtime=342.3 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1091505 0 0 0 34106 124 0 0 25 0 1 0 391015311 4789014528 1088166 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1169193 1088166 729 445 0 1162738 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4676772

[startup+402.301 s]
/proc/loadavg: 5.08 5.09 5.88 6/398 22770
/proc/meminfo: memFree=14873816/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=4688164 CPUtime=402.3 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1094344 0 0 0 40106 124 0 0 25 0 1 0 391015311 4800679936 1091005 33554432000 4194304 6014671 140735355434432 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1172041 1091005 729 445 0 1165586 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4688164

[startup+462.301 s]
/proc/loadavg: 5.03 5.07 5.82 6/398 22771
/proc/meminfo: memFree=14301524/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=5334972 CPUtime=462.31 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1217096 0 0 0 46092 139 0 0 25 0 1 0 391015311 5463011328 1213731 33554432000 4194304 6014671 140735355434432 18446744073709551615 4381067 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1333743 1213731 730 445 0 1327288 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 5334972

[startup+522.3 s]
/proc/loadavg: 5.15 5.10 5.79 6/398 22773
/proc/meminfo: memFree=14060076/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=5372532 CPUtime=522.3 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1226722 0 0 0 52090 140 0 0 25 0 1 0 391015311 5501472768 1223356 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1343133 1223356 729 445 0 1336678 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 5372532

[startup+582.301 s]
/proc/loadavg: 5.05 5.08 5.73 6/398 22808
/proc/meminfo: memFree=15426556/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=6326328 CPUtime=582.3 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1365786 0 0 0 58074 156 0 0 25 0 1 0 391015311 6478159872 1362351 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372387 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1581582 1362351 729 445 0 1575127 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6326328

[startup+642.3 s]
/proc/loadavg: 5.02 5.06 5.68 6/398 22810
/proc/meminfo: memFree=15285972/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=6356664 CPUtime=642.3 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1379743 0 0 0 64071 159 0 0 25 0 1 0 391015311 6509223936 1375522 33554432000 4194304 6014671 140735355434432 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1589166 1375522 729 445 0 1582711 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 6356664

[startup+702.301 s]
/proc/loadavg: 5.00 5.05 5.64 6/398 22813
/proc/meminfo: memFree=15068704/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=6356792 CPUtime=702.31 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1382240 0 0 0 70071 160 0 0 25 0 1 0 391015311 6509355008 1378019 33554432000 4194304 6014671 140735355434432 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1589198 1378019 729 445 0 1582743 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 6356792

[startup+762.301 s]
/proc/loadavg: 5.08 5.06 5.61 6/398 22814
/proc/meminfo: memFree=14355668/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=7177468 CPUtime=762.32 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1540826 0 0 0 76053 179 0 0 25 0 1 0 391015311 7349727232 1536605 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372085 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1794367 1536605 729 445 0 1787912 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 7177468

[startup+822.301 s]
/proc/loadavg: 5.07 5.06 5.57 6/398 22816
/proc/meminfo: memFree=14093264/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=7207584 CPUtime=822.31 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1561979 0 0 0 82048 183 0 0 25 0 1 0 391015311 7380566016 1557758 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1801896 1557758 729 445 0 1795441 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 7207584

[startup+882.315 s]
/proc/loadavg: 5.15 5.09 5.55 6/398 22817
/proc/meminfo: memFree=13807632/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=7207712 CPUtime=882.33 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1570866 0 0 0 88048 185 0 0 25 0 1 0 391015311 7380697088 1566645 33554432000 4194304 6014671 140735355434432 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1801928 1566645 729 445 0 1795473 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 7207712

[startup+942.301 s]
/proc/loadavg: 5.09 5.09 5.52 6/398 22819
/proc/meminfo: memFree=13731092/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=7207840 CPUtime=942.31 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1570895 0 0 0 94046 185 0 0 25 0 1 0 391015311 7380828160 1566674 33554432000 4194304 6014671 140735355434432 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1801960 1566674 729 445 0 1795505 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 7207840

[startup+1002.3 s]
/proc/loadavg: 5.03 5.07 5.48 6/398 22821
/proc/meminfo: memFree=13247336/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=7613604 CPUtime=1002.32 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1676563 0 0 0 100035 197 0 0 25 0 1 0 391015311 7796330496 1672337 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1903401 1672337 729 445 0 1896946 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 7613604



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1003.31 s]
/proc/loadavg: 5.03 5.07 5.48 6/398 22821
/proc/meminfo: memFree=13244980/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=7876260 CPUtime=1003.34 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4202496 1676981 0 0 0 100137 197 0 0 25 0 1 0 391015311 8065290240 1672754 33554432000 4194304 6014671 140735355434432 18446744073709551615 4372417 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22758/statm: 1969065 1672754 729 445 0 1962610 0
Current children cumulated CPU time (s) 1003.34
Current children cumulated vsize (KiB) 7876260

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

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

[startup+1003.5 s]
/proc/loadavg: 5.03 5.07 5.48 6/398 22821
/proc/meminfo: memFree=13244980/32951124 swapFree=46575260/67111528
[pid=22758] ppid=22756 vsize=0 CPUtime=1003.51 cores=1,3
/proc/22758/stat : 22758 (qutersat_releas) R 22756 22758 22691 0 -1 4194308 1676991 0 0 0 100137 214 0 0 25 0 1 0 391015311 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/22758/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1003.51
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1003.55
CPU time (s): 1003.57
CPU user time (s): 1001.38
CPU system time (s): 2.19467
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7876260

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

runsolver used 3.68644 second user time and 9.10862 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 16:04:00
IDJOB=3376963
IDBENCH=82374
IDSOLVER=1856
FILE ID=node107/3376963-1305468236
RUNJOBID= node107-1305468236-22714
PBS_JOBID= 13325325
Free space on /tmp= 73252 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-3376963-1305468236/watcher-3376963-1305468236 -o /tmp/evaluation-result-3376963-1305468236/solver-3376963-1305468236 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376963-1305468236.cnf 758820474

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=758820474

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23634588 kB
Buffers:        191708 kB
Cached:        1648568 kB
SwapCached:       9824 kB
Active:        8447824 kB
Inactive:       562532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23634588 kB
SwapTotal:    67111528 kB
SwapFree:     46575260 kB
Dirty:          203288 kB
Writeback:           0 kB
AnonPages:     7167244 kB
Mapped:          30440 kB
Slab:           156288 kB
PageTables:      82048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 100872668 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= 73276 MiB
End job on node107 at 2011-05-15 16:20:46