Trace number 3746256

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
npSolver inc-topDown (fixed)? (TO) 1800.09 1801.22

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_0.opb.PB06.opb
MD5SUMe436f4a609b5bae6a8ddfe1313c390fe
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.44278
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 338
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

27.56/27.63	c run inc solver
27.56/27.63	c [INC SYSTEM] run initial solver
27.56/27.63	c [INC SYSTEM] preprocess with white file
100.91/101.90	c [INC SYSTEM] finished preprocessing in 74 s
100.91/101.90	c [INC SYSTEM] execute solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3746256-1339098187/watcher-3746256-1339098187 -o /tmp/evaluation-result-3746256-1339098187/solver-3746256-1339098187 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746256-1339098187.opb 292971896 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.30 0.06 0.02 2/171 26478
/proc/meminfo: memFree=29783848/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (runsolver) D 26476 26478 26405 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 375945831 12095488 50 33554432000 4194304 5436572 140734075795296 140734075791592 4883175 0 0 4096 24578 18446744072101238148 0 0 17 3 0 0 0 0 0
/proc/26478/statm: 2953 50 31 304 0 2645 0

[startup+0.036292 s]
/proc/loadavg: 0.30 0.06 0.02 2/171 26478
/proc/meminfo: memFree=29783848/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 0.30 0.06 0.02 2/171 26478
/proc/meminfo: memFree=29783848/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300306 s]
/proc/loadavg: 0.30 0.06 0.02 2/171 26478
/proc/meminfo: memFree=29783848/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 0.30 0.06 0.02 2/171 26478
/proc/meminfo: memFree=29783848/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 0.30 0.06 0.02 2/173 26480
/proc/meminfo: memFree=29678804/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=214488 CPUtime=1.48 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) R 26478 26478 26405 0 -1 4202496 24383 0 0 0 141 7 0 0 20 0 1 0 375945832 219635712 38633 33554432000 4194304 6004724 140736271274112 140736271269752 4968639 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26480/statm: 53622 38633 129 442 0 53176 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 223636

[startup+3.10038 s]
/proc/loadavg: 0.30 0.06 0.02 2/173 26480
/proc/meminfo: memFree=29561352/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=399928 CPUtime=3.07 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) R 26478 26478 26405 0 -1 4202496 73408 0 0 0 289 18 0 0 20 0 1 0 375945832 409526272 99633 33554432000 4194304 6004724 140736271274112 140736271270728 4582601 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26480/statm: 99982 99633 139 442 0 99536 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 409076

[startup+6.30035 s]
/proc/loadavg: 0.35 0.08 0.03 2/173 26480
/proc/meminfo: memFree=29237128/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=662072 CPUtime=6.28 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) R 26478 26478 26405 0 -1 4202496 75139 0 0 0 602 26 0 0 20 0 1 0 375945832 677961728 153390 33554432000 4194304 6004724 140736271274112 140736271268920 4962856 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26480/statm: 165518 153390 147 442 0 165072 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 671220

[startup+12.7003 s]
/proc/loadavg: 0.40 0.10 0.03 2/173 26523
/proc/meminfo: memFree=28781472/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=1448504 CPUtime=12.68 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) R 26478 26478 26405 0 -1 4202496 76759 0 0 0 1220 48 0 0 20 0 1 0 375945832 1483268096 262958 33554432000 4194304 6004724 140736271274112 140736271268712 4534738 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26480/statm: 362126 262958 147 442 0 361680 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1457652

[startup+25.5004 s]
/proc/loadavg: 0.76 0.19 0.06 3/180 26545
/proc/meminfo: memFree=26660328/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=4025444 CPUtime=25.48 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) R 26478 26478 26405 0 -1 4202496 79125 0 0 0 2435 113 0 0 20 0 1 0 375945832 4122054656 864215 33554432000 4194304 6004724 140736271274112 140736271269992 5193835 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26480/statm: 1006361 864215 157 442 0 1005915 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4034592

[startup+51.1004 s]
/proc/loadavg: 1.47 0.40 0.13 3/182 26551
/proc/meminfo: memFree=23438980/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=27.6 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79132 0 0 0 2435 325 0 0 20 0 1 0 375945832 2557128704 482159 33554432000 4194304 6004724 140736271274112 140736271268576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482159 163 442 0 623853 0
[pid=26546] ppid=26480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26546/stat : 26546 (cp2_pre.sh) S 26480 26478 26405 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 375948594 9367552 277 33554432000 4194304 5064252 140736886284768 140736886283472 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26546/statm: 2287 277 234 213 0 72 0
[pid=26547] ppid=26546 vsize=3156592 CPUtime=23.44 cores=1,3,5,7
/proc/26547/stat : 26547 (coprocessor) R 26546 26478 26405 0 -1 4202496 25433 0 0 0 2242 102 0 0 20 0 1 0 375948596 3232350208 643060 33554432000 4194304 6586260 140736741996592 140736741992344 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/26547/statm: 789148 643060 157 584 0 788560 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 5672084

[startup+102.3 s]
/proc/loadavg: 2.33 0.80 0.28 3/182 26555
/proc/meminfo: memFree=22303572/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 2506344

[startup+162.3 s]
/proc/loadavg: 2.15 1.03 0.39 3/181 26557
/proc/meminfo: memFree=22832336/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4288992 CPUtime=60.37 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 422348 0 0 0 5889 148 0 0 20 0 1 0 375956021 4391927808 888417 33554432000 4194304 5654031 140737333922784 140737333920568 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1072248 888417 140 357 0 1071888 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 6795336

[startup+222.3 s]
/proc/loadavg: 2.05 1.20 0.49 3/180 26557
/proc/meminfo: memFree=22792392/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4315260 CPUtime=120.36 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 433354 0 0 0 11885 151 0 0 20 0 1 0 375956021 4418826240 895760 33554432000 4194304 5654031 140737333922784 140737333920568 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1078815 895760 140 357 0 1078455 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 6821604

[startup+282.3 s]
/proc/loadavg: 2.02 1.34 0.58 3/181 26560
/proc/meminfo: memFree=22818144/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4339400 CPUtime=180.35 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 443546 0 0 0 17881 154 0 0 20 0 1 0 375956021 4443545600 901774 33554432000 4194304 5654031 140737333922784 140737333920568 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1084850 901774 140 357 0 1084490 0
Current children cumulated CPU time (s) 281.52
Current children cumulated vsize (KiB) 6845744

[startup+342.3 s]

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

/proc/meminfo: memFree=22707584/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4373408 CPUtime=1200.19 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 535643 0 0 0 119830 189 0 0 20 0 1 0 375956021 4478369792 912341 33554432000 4194304 5654031 140737333922784 140737333920760 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1093352 912341 141 357 0 1092992 0
Current children cumulated CPU time (s) 1301.36
Current children cumulated vsize (KiB) 6879752

[startup+1362.3 s]
/proc/loadavg: 2.08 2.00 1.54 3/181 26602
/proc/meminfo: memFree=22707200/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4374264 CPUtime=1260.18 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 540052 0 0 0 125828 190 0 0 20 0 1 0 375956021 4479246336 912555 33554432000 4194304 5654031 140737333922784 140737333920568 4214432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1093566 912555 141 357 0 1093206 0
Current children cumulated CPU time (s) 1361.35
Current children cumulated vsize (KiB) 6880608

[startup+1422.3 s]
/proc/loadavg: 2.03 2.00 1.57 3/181 26602
/proc/meminfo: memFree=22706320/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4374924 CPUtime=1320.17 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 544369 0 0 0 131826 191 0 0 20 0 1 0 375956021 4479922176 912698 33554432000 4194304 5654031 140737333922784 140737333920568 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1093731 912698 141 357 0 1093371 0
Current children cumulated CPU time (s) 1421.34
Current children cumulated vsize (KiB) 6881268

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.59 3/181 26603
/proc/meminfo: memFree=22705316/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4376448 CPUtime=1380.16 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 548907 0 0 0 137823 193 0 0 20 0 1 0 375956021 4481482752 913062 33554432000 4194304 5654031 140737333922784 140737333920568 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1094112 913062 141 357 0 1093752 0
Current children cumulated CPU time (s) 1481.33
Current children cumulated vsize (KiB) 6882792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.61 3/181 26603
/proc/meminfo: memFree=22733292/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4376844 CPUtime=1440.15 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 553189 0 0 0 143820 195 0 0 20 0 1 0 375956021 4481888256 913170 33554432000 4194304 5654031 140737333922784 140737333920568 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1094211 913170 141 357 0 1093851 0
Current children cumulated CPU time (s) 1541.32
Current children cumulated vsize (KiB) 6883188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/181 26603
/proc/meminfo: memFree=22730292/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4377916 CPUtime=1500.14 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 557671 0 0 0 149817 197 0 0 20 0 1 0 375956021 4482985984 913966 33554432000 4194304 5654031 140737333922784 140737333920568 4232632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1094479 913966 141 357 0 1094119 0
Current children cumulated CPU time (s) 1601.31
Current children cumulated vsize (KiB) 6884260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/182 26606
/proc/meminfo: memFree=22663224/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4378296 CPUtime=1560.1 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 561958 0 0 0 155811 199 0 0 20 0 1 0 375956021 4483375104 914047 33554432000 4194304 5654031 140737333922784 140737333920568 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1094574 914047 141 357 0 1094214 0
Current children cumulated CPU time (s) 1661.27
Current children cumulated vsize (KiB) 6884640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/181 26606
/proc/meminfo: memFree=22662120/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4379152 CPUtime=1620.07 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 570572 0 0 0 161806 201 0 0 20 0 1 0 375956021 4484251648 914282 33554432000 4194304 5654031 140737333922784 140737333920856 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1094788 914282 141 357 0 1094428 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 6885496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 26607
/proc/meminfo: memFree=22659220/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4379784 CPUtime=1680.03 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 574943 0 0 0 167800 203 0 0 20 0 1 0 375956021 4484898816 914474 33554432000 4194304 5654031 140737333922784 140737333920856 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1094946 914474 141 357 0 1094586 0
Current children cumulated CPU time (s) 1781.2
Current children cumulated vsize (KiB) 6886128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 1.70 3/181 26607
/proc/meminfo: memFree=22697976/32873844 swapFree=7116/7116
[pid=26478] ppid=26476 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26478/stat : 26478 (npSolver-pbo-It) S 26476 26478 26405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375945831 9367552 275 33554432000 4194304 5064252 140737472043200 140737472042112 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26478/statm: 2287 275 233 213 0 72 0
[pid=26480] ppid=26478 vsize=2497196 CPUtime=101.17 cores=1,3,5,7
/proc/26480/stat : 26480 (npSolver-pbo) S 26478 26478 26405 0 -1 4202496 79149 26336 0 0 2435 325 6977 380 20 0 1 0 375945832 2557128704 482163 33554432000 4194304 6004724 140736271274112 140736271260392 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/26480/statm: 624299 482163 167 442 0 623853 0
[pid=26557] ppid=26480 vsize=4379916 CPUtime=1698.92 cores=1,3,5,7
/proc/26557/stat : 26557 (glucosInc) R 26480 26478 26405 0 -1 4202496 574976 0 0 0 169689 203 0 0 20 0 1 0 375956021 4485033984 914525 33554432000 4194304 5654031 140737333922784 140737333910600 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26557/statm: 1094979 914525 141 357 0 1094619 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 6886260

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26478 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.22
CPU time (s): 1800.09
CPU user time (s): 1791.01
CPU system time (s): 9.08
CPU usage (%): 99.9374
Max. virtual memory (cumulated for all children) (KiB): 6927652

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

runsolver used 4.20336 second user time and 11.7012 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-07 21:43:08
IDJOB=3746256
IDBENCH=1388
IDSOLVER=2332
FILE ID=node111/3746256-1339098187
RUNJOBID= node111-1339098177-26422
PBS_JOBID= 14643742
Free space on /tmp= 67376 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_0.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746256-1339098187/watcher-3746256-1339098187 -o /tmp/evaluation-result-3746256-1339098187/solver-3746256-1339098187 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746256-1339098187.opb 292971896 HOME HOME

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

MD5SUM BENCH= e436f4a609b5bae6a8ddfe1313c390fe
RANDOM SEED=292971896

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29784484 kB
Buffers:          160072 kB
Cached:          2127876 kB
SwapCached:         1504 kB
Active:           329408 kB
Inactive:        1961980 kB
Active(anon):       1980 kB
Inactive(anon):     4228 kB
Active(file):     327428 kB
Inactive(file):  1957752 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100188 kB
Dirty:             42872 kB
Writeback:             0 kB
AnonPages:         10056 kB
Mapped:             7388 kB
Shmem:                 0 kB
Slab:             658420 kB
SReclaimable:     100092 kB
SUnreclaim:       558328 kB
KernelStack:        1432 kB
PageTables:         3688 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66132 MiB
End job on node111 at 2012-06-07 22:13:12