Trace number 3377193

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) 632.306 632.294

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.01	c Set FPU double precision.
3.69/3.73	c Parse Cnf success: #var: 1512832 #clause: 8233086
4.49/4.53	c Find Units :        846
4.49/4.58	c Find Invs  :          0
5.30/5.34	c Find Ands  :        640 AvgFaninNum: 2
5.30/5.34	c Find Xors  :          0 AvgFaninNum: nan
5.30/5.34	c Find Ite   :          0
5.30/5.35	c UnDirect variable: 0
5.30/5.35	c UnDirect to Direct Gate: 0
5.30/5.35	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.30/5.38	c Break Cycle : 0
5.30/5.38	c Total Root : 640 Undef Var: 1512192
5.40/5.43	c After covering, Total Root: 640 Leaf: 1486
5.40/5.43	c Variable( cover/uncovered/unused ): 2126 1510706 0
5.40/5.43	c Unit Clauses: 846
5.40/5.43	c Binary Clauses( cover/uncovered ): 1280 8164400
5.40/5.43	c Clauses( cover/uncovered ): 640 65920
5.40/5.43	c Total Clauses( cover/uncovered ): 2766 8230320 0.0335962%
5.40/5.43	c Covered Ands: 640 Invs: 0 Xors: 0 Ites: 0
12.49/12.51	c Uncover Clauses avg size: 2.37232 max size: 1178
12.59/12.64	c Final circuit: i/l/o/s 1511346       0 7514113   9383412
12.59/12.64	c CnfToAig: Time: 12.64 s
19.09/19.15	c TmMap: Set choices finish.
23.89/23.95	c TmMap: Set big and: 7935519
23.89/23.95	c TmMap: Origin: 10894759 ClauseNum: 28150236 --> New: 9447340 ClauseNum: 25261341
23.89/23.95	c TmMap: Time: 5.75
25.39/25.43	c Try to Add: #clause: 15873247 #xorclause: 0
28.09/28.11	c #var: 1933226 #clauses: 537369 Solving... 
632.02/632.01	c Time Out !!
632.02/632.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377193-1305468261/watcher-3377193-1305468261 -o /tmp/evaluation-result-3377193-1305468261/solver-3377193-1305468261 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377193-1305468261.cnf 1741586969 

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.01 4.19 5.27 5/446 23628
/proc/meminfo: memFree=21214808/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=67824 CPUtime=0 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 6431 0 0 0 0 0 0 0 23 0 1 0 639242887 69451776 6367 33554432000 4194304 6014671 140733796398528 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 16956 6380 369 445 0 10501 0

[startup+0.0860431 s]
/proc/loadavg: 4.01 4.19 5.27 5/446 23628
/proc/meminfo: memFree=21214808/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=77040 CPUtime=0.07 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 13125 0 0 0 6 1 0 0 23 0 1 0 639242887 78888960 13061 33554432000 4194304 6014671 140733796398528 18446744073709551615 212039655168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 19260 13061 377 445 0 12805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 77040

[startup+0.101055 s]
/proc/loadavg: 4.01 4.19 5.27 5/446 23628
/proc/meminfo: memFree=21214808/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=78064 CPUtime=0.09 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 13163 0 0 0 8 1 0 0 23 0 1 0 639242887 79937536 13099 33554432000 4194304 6014671 140733796398528 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 19516 13100 377 445 0 13061 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 78064

[startup+0.30101 s]
/proc/loadavg: 4.01 4.19 5.27 5/446 23628
/proc/meminfo: memFree=21214808/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=114928 CPUtime=0.28 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 21850 0 0 0 26 2 0 0 24 0 1 0 639242887 117686272 21786 33554432000 4194304 6014671 140733796398528 18446744073709551615 4803000 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 28732 21786 377 445 0 22277 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 114928

[startup+0.700937 s]
/proc/loadavg: 4.01 4.19 5.27 5/446 23628
/proc/meminfo: memFree=21214808/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=164336 CPUtime=0.69 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 33897 0 0 0 65 4 0 0 25 0 1 0 639242887 168280064 33833 33554432000 4194304 6014671 140733796398528 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 41084 33833 377 445 0 34629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164336

[startup+1.50077 s]
/proc/loadavg: 4.01 4.19 5.27 6/447 23629
/proc/meminfo: memFree=20918540/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=263408 CPUtime=1.49 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 57960 0 0 0 141 8 0 0 25 0 1 0 639242887 269729792 57896 33554432000 4194304 6014671 140733796398528 18446744073709551615 212039655168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 65852 57897 377 445 0 59397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263408

[startup+3.10048 s]
/proc/loadavg: 4.41 4.27 5.29 5/450 23635
/proc/meminfo: memFree=19686992/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=460656 CPUtime=3.1 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 105533 0 0 0 293 17 0 0 25 0 1 0 639242887 471711744 105469 33554432000 4194304 6014671 140733796398528 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 115164 105470 377 445 0 108709 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 460656

[startup+6.30092 s]
/proc/loadavg: 4.41 4.27 5.29 6/450 23635
/proc/meminfo: memFree=18694076/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=461040 CPUtime=6.29 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 108847 0 0 0 610 19 0 0 25 0 1 0 639242887 472104960 108783 33554432000 4194304 6014671 140733796398528 18446744073709551615 4333912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 115260 108783 398 445 0 108805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 461040

[startup+12.7008 s]
/proc/loadavg: 4.38 4.27 5.28 6/450 23635
/proc/meminfo: memFree=17412828/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=1347824 CPUtime=12.69 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 319551 0 0 0 1226 43 0 0 25 0 1 0 639242887 1380171776 318807 33554432000 4194304 6014671 140733796398528 18446744073709551615 4776615 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 336956 318807 399 445 0 330501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1347824

[startup+25.5005 s]
/proc/loadavg: 4.36 4.27 5.26 5/450 23635
/proc/meminfo: memFree=11662356/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=4150196 CPUtime=25.49 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 976028 0 0 0 2429 120 0 0 25 0 1 0 639242887 4249800704 962939 33554432000 4194304 6014671 140733796398528 18446744073709551615 212039352505 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1037549 962939 693 445 0 1031094 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4150196

[startup+51.1009 s]
/proc/loadavg: 4.32 4.26 5.23 5/450 23663
/proc/meminfo: memFree=11161480/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=4150196 CPUtime=51.09 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1041780 0 0 0 4979 130 0 0 25 0 1 0 639242887 4249800704 962961 33554432000 4194304 6014671 140733796398528 18446744073709551615 4566117 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1037549 962961 716 445 0 1031094 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4150196

[startup+102.301 s]
/proc/loadavg: 4.22 4.24 5.17 6/450 23719
/proc/meminfo: memFree=14776576/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=5235196 CPUtime=102.29 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1275771 0 0 0 10066 163 0 0 25 0 1 0 639242887 5360840704 1196820 33554432000 4194304 6014671 140733796398528 18446744073709551615 4386076 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1308799 1196820 723 445 0 1302344 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 5235196

[startup+162.301 s]
/proc/loadavg: 4.08 4.19 5.10 5/450 23747
/proc/meminfo: memFree=14177304/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=5288388 CPUtime=162.29 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1295091 0 0 0 16062 167 0 0 25 0 1 0 639242887 5415309312 1216140 33554432000 4194304 6014671 140733796398528 18446744073709551615 4372127 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1322097 1216140 724 445 0 1315642 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5288388

[startup+222.3 s]
/proc/loadavg: 4.03 4.15 5.03 5/450 23749
/proc/meminfo: memFree=13345084/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=5344148 CPUtime=222.29 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1336227 0 0 0 22057 172 0 0 25 0 1 0 639242887 5472407552 1257271 33554432000 4194304 6014671 140733796398528 18446744073709551615 4379822 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1336037 1257271 728 445 0 1329582 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 5344148

[startup+282.301 s]
/proc/loadavg: 4.12 4.15 4.97 5/450 23750
/proc/meminfo: memFree=13138860/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=5640336 CPUtime=282.3 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1366574 0 0 0 28054 176 0 0 25 0 1 0 639242887 5775704064 1287618 33554432000 4194304 6014671 140733796398528 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1410084 1287620 728 445 0 1403629 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 5640336

[startup+342.301 s]
/proc/loadavg: 4.13 4.15 4.92 5/450 23779
/proc/meminfo: memFree=14574368/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=6121776 CPUtime=342.29 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1466891 0 0 0 34041 188 0 0 25 0 1 0 639242887 6268698624 1387892 33554432000 4194304 6014671 140733796398528 18446744073709551615 4386072 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1530444 1387892 728 445 0 1523989 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 6121776

[startup+402.3 s]
/proc/loadavg: 4.20 4.17 4.87 5/450 23780
/proc/meminfo: memFree=14155556/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=6393036 CPUtime=402.29 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1531999 0 0 0 40031 198 0 0 25 0 1 0 639242887 6546468864 1453000 33554432000 4194304 6014671 140733796398528 18446744073709551615 4423872 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1598259 1453000 728 445 0 1591804 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 6393036

[startup+462.3 s]
/proc/loadavg: 4.19 4.17 4.82 5/450 23782
/proc/meminfo: memFree=13839152/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=6683324 CPUtime=462.3 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1586507 0 0 0 46024 206 0 0 25 0 1 0 639242887 6843723776 1507506 33554432000 4194304 6014671 140733796398528 18446744073709551615 4383654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1670831 1507506 728 445 0 1664376 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6683324

[startup+522.301 s]
/proc/loadavg: 4.07 4.13 4.77 5/450 23784
/proc/meminfo: memFree=13735416/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=6714036 CPUtime=522.31 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1598219 0 0 0 52023 208 0 0 25 0 1 0 639242887 6875172864 1519218 33554432000 4194304 6014671 140733796398528 18446744073709551615 4372440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1678509 1519218 728 445 0 1672054 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 6714036

[startup+582.301 s]
/proc/loadavg: 4.02 4.11 4.72 5/450 23785
/proc/meminfo: memFree=13274648/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=7296704 CPUtime=582.3 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1703912 0 0 0 58005 225 0 0 25 0 1 0 639242887 7471824896 1624911 33554432000 4194304 6014671 140733796398528 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1824176 1624911 728 445 0 1817721 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 7296704



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+632.001 s]
/proc/loadavg: 4.01 4.09 4.68 5/450 23787
/proc/meminfo: memFree=12853116/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=7878444 CPUtime=632.02 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4202496 1797835 0 0 0 62964 238 0 0 25 0 1 0 639242887 8067526656 1718805 33554432000 4194304 6014671 140733796398528 18446744073709551615 4621394 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23628/statm: 1969611 1718805 728 445 0 1963156 0
Current children cumulated CPU time (s) 632.02
Current children cumulated vsize (KiB) 7878444

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

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

[startup+632.201 s]
/proc/loadavg: 4.01 4.09 4.68 5/450 23787
/proc/meminfo: memFree=12853116/32951124 swapFree=51873468/67111528
[pid=23628] ppid=23626 vsize=0 CPUtime=632.2 cores=0,2
/proc/23628/stat : 23628 (qutersat_releas) R 23626 23628 23574 0 -1 4194308 1797839 0 0 0 62964 256 0 0 25 0 1 0 639242887 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/23628/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 632.2
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 632.294
CPU time (s): 632.306
CPU user time (s): 629.648
CPU system time (s): 2.65759
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7878444

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

runsolver used 2.93055 second user time and 6.27604 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 16:04:26
IDJOB=3377193
IDBENCH=82404
IDSOLVER=1856
FILE ID=node146/3377193-1305468261
RUNJOBID= node146-1305468261-23592
PBS_JOBID= 13325328
Free space on /tmp= 72876 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-3377193-1305468261/watcher-3377193-1305468261 -o /tmp/evaluation-result-3377193-1305468261/solver-3377193-1305468261 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377193-1305468261.cnf 1741586969

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1741586969

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      21215212 kB
Buffers:        161860 kB
Cached:        1489504 kB
SwapCached:      56140 kB
Active:        8752344 kB
Inactive:      2705916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21215212 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:          427984 kB
Writeback:           0 kB
AnonPages:     9756964 kB
Mapped:          23880 kB
Slab:           125380 kB
PageTables:      82532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119334368 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= 73100 MiB
End job on node146 at 2011-05-15 16:15:00