Trace number 3285529

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-03-01Signal 315.067 315.075

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.00/0.01	c Set FPU double precision.
4.79/4.87	c Parse Cnf success: #var: 1575206 #clause: 8464620
4.79/4.87	c Find Units :        720
5.69/5.70	c Find Invs  :          0
6.19/6.28	c Find Ands  :        200 AvgFaninNum: 2
6.19/6.29	c Find Xors  :          0 AvgFaninNum: nan
6.19/6.29	c Find Ite   :          0
6.29/6.30	c UnDirect variable: 0
6.29/6.30	c UnDirect to Direct Gate: 0
6.29/6.30	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
6.29/6.32	c Break Cycle : 0
6.29/6.32	c Total Root : 200 Undef Var: 1575006
6.29/6.37	c After covering, Total Root: 200 Leaf: 920
6.29/6.37	c Variable( cover/uncovered/unused ): 1120 1574086 0
6.29/6.37	c Unit Clauses: 720
6.29/6.37	c Binary Clauses( cover/uncovered ): 400 8392900
6.29/6.37	c Clauses( cover/uncovered ): 200 70400
6.29/6.37	c Total Clauses( cover/uncovered ): 1320 8463300 0.0155943%
6.29/6.37	c Covered Ands: 200 Invs: 0 Xors: 0 Ites: 0
13.29/13.32	c Uncover Clauses avg size: 2.37695 max size: 982
13.39/13.46	c Final circuit: i/l/o/s 1574286       0 7817640   9725283
13.39/13.46	c CnfToAig: Time: 13.46 s
20.09/20.12	c TmMap: Set choices finish.
24.99/25.07	c TmMap: Set big and: 8197445
24.99/25.07	c TmMap: Origin: 11299570 ClauseNum: 29175849 --> New: 9771924 ClauseNum: 26125614
24.99/25.07	c TmMap: Time: 5.93
26.59/26.60	c Try to Add: #clause: 16395848 #xorclause: 0
29.19/29.28	c #var: 1954283 #clauses: 513694 Solving... 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3285529-1303760647/watcher-3285529-1303760647 -o /tmp/evaluation-result-3285529-1303760647/solver-3285529-1303760647 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285529-1303760647.cnf 493846533 

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.16 4.03 4.37 5/189 8400
/proc/meminfo: memFree=12023664/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=69284 CPUtime=0 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 2342 0 0 0 0 0 0 0 20 0 1 0 487662980 70946816 2277 33554432000 4194304 6016207 140737062330144 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 17321 2289 372 445 0 10865 0

[startup+0.093304 s]
/proc/loadavg: 4.16 4.03 4.37 5/189 8400
/proc/meminfo: memFree=12023664/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=80548 CPUtime=0.08 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 13994 0 0 0 7 1 0 0 20 0 1 0 487662980 82481152 13928 33554432000 4194304 6016207 140737062330144 18446744073709551615 4312032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 20137 13929 379 445 0 13681 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 80548

[startup+0.1003 s]
/proc/loadavg: 4.16 4.03 4.37 5/189 8400
/proc/meminfo: memFree=12023664/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=92836 CPUtime=0.09 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 16572 0 0 0 7 2 0 0 20 0 1 0 487662980 95064064 16506 33554432000 4194304 6016207 140737062330144 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 23209 16506 379 445 0 16753 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92836

[startup+0.300257 s]
/proc/loadavg: 4.16 4.03 4.37 5/189 8400
/proc/meminfo: memFree=12023664/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=118052 CPUtime=0.29 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 22743 0 0 0 26 3 0 0 21 0 1 0 487662980 120885248 22677 33554432000 4194304 6016207 140737062330144 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 29513 22677 379 445 0 23057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 118052

[startup+0.700202 s]
/proc/loadavg: 4.16 4.03 4.37 5/189 8400
/proc/meminfo: memFree=12023664/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=167332 CPUtime=0.69 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 34829 0 0 0 64 5 0 0 22 0 1 0 487662980 171347968 34763 33554432000 4194304 6016207 140737062330144 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 41833 34763 379 445 0 35377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 167332

[startup+1.50106 s]
/proc/loadavg: 4.16 4.03 4.37 5/190 8401
/proc/meminfo: memFree=11798816/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=266020 CPUtime=1.49 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 58801 0 0 0 140 9 0 0 25 0 1 0 487662980 272404480 58735 33554432000 4194304 6016207 140737062330144 18446744073709551615 4812843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 66505 58736 379 445 0 60049 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 266020

[startup+3.10077 s]
/proc/loadavg: 4.16 4.03 4.37 5/190 8401
/proc/meminfo: memFree=11620380/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=463780 CPUtime=3.09 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 106364 0 0 0 293 16 0 0 25 0 1 0 487662980 474910720 106299 33554432000 4194304 6016207 140737062330144 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 115945 106299 379 445 0 109489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 463780

[startup+6.30118 s]
/proc/loadavg: 4.15 4.03 4.37 5/190 8401
/proc/meminfo: memFree=11323832/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=857892 CPUtime=6.29 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 192126 0 0 0 600 29 0 0 25 0 1 0 487662980 878481408 175676 33554432000 4194304 6016207 140737062330144 18446744073709551615 4294207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 214473 175676 398 445 0 208017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 857892

[startup+12.701 s]
/proc/loadavg: 4.13 4.03 4.37 5/190 8401
/proc/meminfo: memFree=10806504/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=1449252 CPUtime=12.69 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 356352 0 0 0 1220 49 0 0 25 0 1 0 487662980 1484034048 339902 33554432000 4194304 6016207 140737062330144 18446744073709551615 4269965 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 362313 339902 400 445 0 355857 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1449252

[startup+25.5007 s]
/proc/loadavg: 4.10 4.03 4.36 5/190 8401
/proc/meminfo: memFree=7909424/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=4246248 CPUtime=25.49 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 1029895 0 0 0 2424 125 0 0 25 0 1 0 487662980 4348157952 1000949 33554432000 4194304 6016207 140737062330144 18446744073709551615 4809736 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1061562 1000949 672 445 0 1055106 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4246248

[startup+51.101 s]
/proc/loadavg: 4.07 4.03 4.35 5/190 8402
/proc/meminfo: memFree=7684924/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=4246248 CPUtime=51.09 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 1032426 0 0 0 4984 125 0 0 25 0 1 0 487662980 4348157952 1000403 33554432000 4194304 6016207 140737062330144 18446744073709551615 4529367 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1061562 1000403 717 445 0 1055106 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4246248

[startup+102.307 s]
/proc/loadavg: 4.03 4.02 4.33 5/190 8403
/proc/meminfo: memFree=7654800/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=4246248 CPUtime=102.3 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 1032433 0 0 0 10104 126 0 0 25 0 1 0 487662980 4348157952 1000410 33554432000 4194304 6016207 140737062330144 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1061562 1000410 724 445 0 1055106 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 4246248

[startup+162.301 s]
/proc/loadavg: 4.04 4.03 4.31 5/190 8405
/proc/meminfo: memFree=7545540/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=4531432 CPUtime=162.29 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 1055487 0 0 0 16099 130 0 0 25 0 1 0 487662980 4640186368 1023464 33554432000 4194304 6016207 140737062330144 18446744073709551615 4373941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1132858 1023464 724 445 0 1126402 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 4531432

[startup+222.301 s]
/proc/loadavg: 4.01 4.02 4.29 5/190 8434
/proc/meminfo: memFree=6451884/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=4596628 CPUtime=222.3 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 1077261 0 0 0 22096 134 0 0 25 0 1 0 487662980 4706947072 1045238 33554432000 4194304 6016207 140737062330144 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1149157 1045238 724 445 0 1142701 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 4596628

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 4.27 5/190 8436
/proc/meminfo: memFree=511880/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=6759972 CPUtime=282.29 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 1877119 0 0 0 27984 245 0 0 25 0 1 0 487662980 6922211328 1619125 33554432000 4194304 6016207 140737062330144 18446744073709551615 4406153 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1689993 1619125 731 445 0 1683537 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 6759972

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

[startup+294.301 s]
/proc/loadavg: 4.00 4.02 4.26 5/187 8439
/proc/meminfo: memFree=4531100/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=7342332 CPUtime=294.29 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4202496 2022424 0 0 0 29168 261 0 0 25 0 1 0 487662980 7518547968 1759632 33554432000 4194304 6016207 140737062330144 18446744073709551615 212687372680 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1835583 1759632 731 445 0 1829127 0
Current children cumulated CPU time (s) 294.29
Current children cumulated vsize (KiB) 7342332

[startup+307.1 s]
/proc/loadavg: 4.00 4.01 4.26 5/187 8458
/proc/meminfo: memFree=2170952/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=7841644 CPUtime=307.09 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4204032 2144516 0 0 0 30132 577 0 0 25 0 1 0 487662980 8029843456 1878772 33554432000 4194304 6016207 140737062330144 18446744073709551615 4405819 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1960411 1878772 731 445 0 1953955 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 7841644

[startup+310.301 s]
/proc/loadavg: 4.32 4.08 4.28 5/190 8464
/proc/meminfo: memFree=92456/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=7841644 CPUtime=310.28 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4204032 2144516 0 0 0 30132 896 0 0 25 0 1 0 487662980 8029843456 1878772 33554432000 4194304 6016207 140737062330144 18446744073709551615 4405819 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1960411 1878772 731 445 0 1953955 0
Current children cumulated CPU time (s) 310.28
Current children cumulated vsize (KiB) 7841644

[startup+313.507 s]
/proc/loadavg: 4.32 4.08 4.28 5/190 8464
/proc/meminfo: memFree=93912/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=7841644 CPUtime=313.49 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4204032 2144516 0 0 0 30132 1217 0 0 25 0 1 0 487662980 8029843456 1878772 33554432000 4194304 6016207 140737062330144 18446744073709551615 4405819 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1960411 1878772 731 445 0 1953955 0
Current children cumulated CPU time (s) 313.49
Current children cumulated vsize (KiB) 7841644

[startup+314.301 s]
/proc/loadavg: 4.32 4.08 4.28 5/190 8464
/proc/meminfo: memFree=93912/32951124 swapFree=67111528/67111528
[pid=8400] ppid=8398 vsize=7841644 CPUtime=314.28 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4204032 2144516 0 0 0 30132 1296 0 0 25 0 1 0 487662980 8029843456 1878772 33554432000 4194304 6016207 140737062330144 18446744073709551615 4405819 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1960411 1878772 731 445 0 1953955 0
Current children cumulated CPU time (s) 314.28
Current children cumulated vsize (KiB) 7841644

[startup+314.701 s]
/proc/loadavg: 4.32 4.08 4.28 5/190 8464
/proc/meminfo: memFree=96832/32951124 swapFree=67111524/67111528
[pid=8400] ppid=8398 vsize=7841644 CPUtime=314.68 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4204032 2144516 0 0 0 30132 1336 0 0 25 0 1 0 487662980 8029843456 1878772 33554432000 4194304 6016207 140737062330144 18446744073709551615 4405819 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8400/statm: 1960411 1878772 731 445 0 1953955 0
Current children cumulated CPU time (s) 314.68
Current children cumulated vsize (KiB) 7841644

[startup+314.901 s]
/proc/loadavg: 4.32 4.08 4.28 5/190 8464
/proc/meminfo: memFree=96832/32951124 swapFree=67111524/67111528
[pid=8400] ppid=8398 vsize=0 CPUtime=314.88 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4204036 2144516 0 0 0 30132 1356 0 0 25 0 1 0 487662980 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/8400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 314.88
Current children cumulated vsize (KiB) 0

[startup+315.001 s]
/proc/loadavg: 4.32 4.08 4.28 5/190 8464
/proc/meminfo: memFree=96832/32951124 swapFree=67111524/67111528
[pid=8400] ppid=8398 vsize=0 CPUtime=314.98 cores=0,2
/proc/8400/stat : 8400 (qutersat_releas) R 8398 8400 7955 0 -1 4204036 2144516 0 0 0 30132 1366 0 0 25 0 1 0 487662980 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/8400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 314.98
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 315.075
CPU time (s): 315.067
CPU user time (s): 301.326
CPU system time (s): 13.7409
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 7841644

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

runsolver used 0.538918 second user time and 1.18482 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:44:12
IDJOB=3285529
IDBENCH=82388
IDSOLVER=1607
FILE ID=node139/3285529-1303760647
RUNJOBID= node139-1303759504-7973
PBS_JOBID= 13157122
Free space on /tmp= 72184 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285529-1303760647/watcher-3285529-1303760647 -o /tmp/evaluation-result-3285529-1303760647/solver-3285529-1303760647 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285529-1303760647.cnf 493846533

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=493846533

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12023944 kB
Buffers:       2132428 kB
Cached:       12133428 kB
SwapCached:          0 kB
Active:       12089804 kB
Inactive:      8288556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12023944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          172896 kB
Writeback:           0 kB
AnonPages:     6111612 kB
Mapped:          20228 kB
Slab:           470504 kB
PageTables:      18488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7934120 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= 64724 MiB
End job on node139 at 2011-04-25 21:49:28