Trace number 3699165

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.04 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__32.opb
MD5SUMdb32a99ae563cdd0a4508d97506524ef
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107914
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint32
Maximum length of a constraint673
Number of terms in the objective function 48000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1641931968
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1641931968
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.42	c run inc solver
0.00/0.42	c [INC SYSTEM] run initial solver
0.00/0.42	c [INC SYSTEM] preprocess with white file
2.84/3.23	c [INC SYSTEM] finished preprocessing in 2 s
2.84/3.23	c [INC SYSTEM] execute solver
3.32/3.62	c [INC SEARCH] formula is SAT
3.32/3.63	c [INC SYSTEM] solved the initial formula
3.42/3.70	c model valid
3.42/3.70	c current solution ok
4.81/5.12	o 392203
4.81/5.12	c execute binary inc search
4.81/5.12	c [INC SEARCH] current bound: 196101
4.81/5.12	c [INC SEARCH] iteration: 0
4.81/5.12	c [INC SEARCH] lower bound: 0 upperbound 392203 current bound: 196101 best value:392203
4.81/5.12	c [INC SYSTEM] there exists a inc, kill it!
4.81/5.12	c write failed with 2
4.81/5.13	c [INC SYSTEM] create new solver instance
4.81/5.13	c [INC] encode full formula
4.81/5.13	c fallback to adder encoding
9.73/10.03	c set iterative enc to: adder
9.73/10.03	c set iterative enc to: none
10.43/10.73	c [INC SEARCH] isOptimum variable: 0

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-3699165-1338085619/watcher-3699165-1338085619 -o /tmp/evaluation-result-3699165-1338085619/solver-3699165-1338085619 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699165-1338085619.opb 230891401 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: 2.01 2.00 2.00 3/178 6474
/proc/meminfo: memFree=29596232/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0

[startup+0.0137229 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 6474
/proc/meminfo: memFree=29596232/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 6474
/proc/meminfo: memFree=29596232/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 6474
/proc/meminfo: memFree=29596232/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 6474
/proc/meminfo: memFree=29596232/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 6478
/proc/meminfo: memFree=29422848/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=48328 CPUtime=0.49 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 7201 0 0 0 38 11 0 0 20 0 1 0 274690398 49487872 8065 33554432000 4194304 5992684 140733658276912 140733658271360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6475/statm: 12082 8065 164 440 0 11638 0
[pid=6477] ppid=6475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6477/stat : 6477 (cp2_pre.sh) S 6475 6474 1127 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274690448 9367552 276 33554432000 4194304 5064252 140733403462720 140733403461424 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6477/statm: 2287 276 234 213 0 72 0
[pid=6478] ppid=6477 vsize=166564 CPUtime=0.99 cores=1,3,5,7
/proc/6478/stat : 6478 (coprocessor) R 6477 6474 1127 0 -1 4202496 29298 0 0 0 92 7 0 0 20 0 1 0 274690448 170561536 37499 33554432000 4194304 6586260 140737009067392 140737009064152 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6478/statm: 41641 37499 166 584 0 41053 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 233188

[startup+3.10036 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 6478
/proc/meminfo: memFree=29356424/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=48328 CPUtime=0.49 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 7201 0 0 0 38 11 0 0 20 0 1 0 274690398 49487872 8065 33554432000 4194304 5992684 140733658276912 140733658271360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6475/statm: 12082 8065 164 440 0 11638 0
[pid=6477] ppid=6475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6477/stat : 6477 (cp2_pre.sh) S 6475 6474 1127 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274690448 9367552 276 33554432000 4194304 5064252 140733403462720 140733403461424 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6477/statm: 2287 276 234 213 0 72 0
[pid=6478] ppid=6477 vsize=190880 CPUtime=2.35 cores=1,3,5,7
/proc/6478/stat : 6478 (coprocessor) R 6477 6474 1127 0 -1 4202496 33915 0 0 0 224 11 0 0 20 0 1 0 274690448 195461120 46700 33554432000 4194304 6586260 140737009067392 140737009063144 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 23 0 0
/proc/6478/statm: 47720 46700 200 584 0 47132 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 257504

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6481
/proc/meminfo: memFree=29457172/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=256956 CPUtime=6.03 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) R 6474 6474 1127 0 -1 4202496 23542 54008 0 0 182 132 269 20 20 0 1 0 274690398 263122944 45801 33554432000 4194304 5992684 140733658276912 140733658268728 4210202 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6475/statm: 64239 45801 184 440 0 63795 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 266104

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6483
/proc/meminfo: memFree=28844704/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=565108 CPUtime=1.95 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 66079 0 0 0 178 17 0 0 20 0 1 0 274691471 578670592 111433 33554432000 4194304 5654031 140735453510832 140735452460184 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6483/statm: 141277 111433 109 357 0 140917 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 651252

[startup+25.5004 s]
/proc/loadavg: 2.16 2.03 2.01 3/181 6483
/proc/meminfo: memFree=28339660/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=883744 CPUtime=14.75 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 120677 0 0 0 1429 46 0 0 20 0 1 0 274691471 904953856 204318 33554432000 4194304 5654031 140735453510832 140735453498648 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6483/statm: 220936 204318 140 357 0 220576 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 969888

[startup+51.1004 s]
/proc/loadavg: 2.09 2.03 2.01 3/181 6483
/proc/meminfo: memFree=28332776/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=889316 CPUtime=40.35 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 122061 0 0 0 3988 47 0 0 20 0 1 0 274691471 910659584 206213 33554432000 4194304 5654031 140735453510832 140735453498648 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 222329 206213 142 357 0 221969 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 975460

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 6483
/proc/meminfo: memFree=28303496/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1039992 CPUtime=91.54 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 125370 0 0 0 9104 50 0 0 20 0 1 0 274691471 1064951808 213596 33554432000 4194304 5654031 140735453510832 140735453498648 4215357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 259998 213596 142 357 0 259638 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 1126136

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 6483
/proc/meminfo: memFree=28292948/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1050412 CPUtime=151.52 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 125902 0 0 0 15102 50 0 0 20 0 1 0 274691471 1075621888 216172 33554432000 4194304 5654031 140735453510832 140735453498648 4233455 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 262603 216172 142 357 0 262243 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 1136556

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 6487
/proc/meminfo: memFree=28284500/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1050412 CPUtime=211.52 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 125920 0 0 0 21101 51 0 0 20 0 1 0 274691471 1075621888 218234 33554432000 4194304 5654031 140735453510832 140735453498648 4219849 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 262603 218234 142 357 0 262243 0
Current children cumulated CPU time (s) 221.99

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

/proc/meminfo: memFree=29022172/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1063088 CPUtime=1291.34 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 127230 0 0 0 129082 52 0 0 20 0 1 0 274691471 1088602112 229581 33554432000 4194304 5654031 140735453510832 140735453498648 4215104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 265772 229581 142 357 0 265412 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 1149232

[startup+1362.3 s]
/proc/loadavg: 1.77 2.05 2.02 2/174 7019
/proc/meminfo: memFree=29307996/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1063088 CPUtime=1351.32 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 127283 0 0 0 135080 52 0 0 20 0 1 0 274691471 1088602112 230656 33554432000 4194304 5654031 140735453510832 140735453498648 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 265772 230656 142 357 0 265412 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 1149232

[startup+1422.31 s]
/proc/loadavg: 1.28 1.86 1.95 2/174 7022
/proc/meminfo: memFree=29306320/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1063088 CPUtime=1411.32 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 127284 0 0 0 141080 52 0 0 20 0 1 0 274691471 1088602112 231168 33554432000 4194304 5654031 140735453510832 140735453498648 4232810 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 265772 231168 142 357 0 265412 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 1149232

[startup+1482.3 s]
/proc/loadavg: 1.10 1.70 1.89 2/173 7022
/proc/meminfo: memFree=29304404/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1063088 CPUtime=1471.3 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 127342 0 0 0 147078 52 0 0 20 0 1 0 274691471 1088602112 231737 33554432000 4194304 5654031 140735453510832 140735453498648 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 265772 231737 142 357 0 265412 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 1149232

[startup+1542.3 s]
/proc/loadavg: 1.10 1.58 1.84 2/173 7022
/proc/meminfo: memFree=29292680/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1077324 CPUtime=1531.29 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 128824 0 0 0 153077 52 0 0 20 0 1 0 274691471 1103179776 234752 33554432000 4194304 5654031 140735453510832 140735453498648 4215030 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 269331 234752 142 357 0 268971 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 1163468

[startup+1602.3 s]
/proc/loadavg: 1.03 1.48 1.78 2/173 7022
/proc/meminfo: memFree=29292488/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=1077324 CPUtime=1591.28 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 128825 0 0 0 159076 52 0 0 20 0 1 0 274691471 1103179776 234752 33554432000 4194304 5654031 140735453510832 140735453498648 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 269331 234752 142 357 0 268971 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 1163468

[startup+1662.3 s]
/proc/loadavg: 1.01 1.39 1.73 2/173 7022
/proc/meminfo: memFree=29339344/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=945064 CPUtime=1651.28 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 129269 0 0 0 165071 57 0 0 20 0 1 0 274691471 967745536 223028 33554432000 4194304 5654031 140735453510832 140735453498648 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 236266 223028 142 357 0 235906 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 1031208

[startup+1722.3 s]
/proc/loadavg: 1.00 1.31 1.68 2/172 7022
/proc/meminfo: memFree=29339476/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=945064 CPUtime=1711.27 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 129344 0 0 0 171070 57 0 0 20 0 1 0 274691471 967745536 223102 33554432000 4194304 5654031 140735453510832 140735453498648 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 236266 223102 142 357 0 235906 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 1031208

[startup+1782.3 s]
/proc/loadavg: 1.00 1.25 1.63 2/173 7023
/proc/meminfo: memFree=29338476/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=945064 CPUtime=1771.26 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 129496 0 0 0 177069 57 0 0 20 0 1 0 274691471 967745536 223252 33554432000 4194304 5654031 140735453510832 140735453498648 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 236266 223252 142 357 0 235906 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 1031208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.24 1.62 2/173 7023
/proc/meminfo: memFree=29338104/32873844 swapFree=7108/7108
[pid=6474] ppid=6472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6474/stat : 6474 (npSolver-pbo-I.) S 6472 6474 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274690398 9367552 274 33554432000 4194304 5064252 140735233338272 140735233337184 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6474/statm: 2287 274 233 213 0 72 0
[pid=6475] ppid=6474 vsize=76996 CPUtime=10.47 cores=1,3,5,7
/proc/6475/stat : 6475 (npSolver-pbo) S 6474 6474 1127 0 -1 4202496 25470 54523 0 0 556 199 269 23 20 0 1 0 274690398 78843904 15284 33554432000 4194304 5992684 140733658276912 140733658261816 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6475/statm: 19249 15284 184 440 0 18805 0
[pid=6483] ppid=6475 vsize=945064 CPUtime=1789.57 cores=1,3,5,7
/proc/6483/stat : 6483 (glucosInc) R 6475 6474 1127 0 -1 4202496 129704 0 0 0 178900 57 0 0 20 0 1 0 274691471 967745536 223454 33554432000 4194304 5654031 140735453510832 140735453498648 4215088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6483/statm: 236266 223454 142 357 0 235906 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1031208

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 6474 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=259744
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=237659
# CPU time returned by wait4() is 10.4974
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.04
CPU user time (s): 1797.25
CPU system time (s): 2.79
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 1375084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.25974
system time used= 2.23766
maximum resident set size= 744288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 850240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 499
involuntary context switches= 27

runsolver used 3.79042 second user time and 11.6632 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 04:26:59
IDJOB=3699165
IDBENCH=71907
IDSOLVER=2276
FILE ID=node102/3699165-1338085619
RUNJOBID= node102-1338052958-1144
PBS_JOBID= 14624412
Free space on /tmp= 71236 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__32.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699165-1338085619/watcher-3699165-1338085619 -o /tmp/evaluation-result-3699165-1338085619/solver-3699165-1338085619 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699165-1338085619.opb 230891401 HOME HOME

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

MD5SUM BENCH= db32a99ae563cdd0a4508d97506524ef
RANDOM SEED=230891401

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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.91
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		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5438.54
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		: 2667.178
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		: 2667.178
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29596868 kB
Buffers:          303372 kB
Cached:          1359508 kB
SwapCached:            0 kB
Active:          1884420 kB
Inactive:         562064 kB
Active(anon):     773832 kB
Inactive(anon):    12260 kB
Active(file):    1110588 kB
Inactive(file):   549804 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10124 kB
Writeback:             0 kB
AnonPages:        794336 kB
Mapped:            15680 kB
Shmem:               200 kB
Slab:             686144 kB
SReclaimable:     128440 kB
SUnreclaim:       557704 kB
KernelStack:        1464 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     949848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 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= 71160 MiB
End job on node102 at 2012-05-27 04:57:01