Trace number 3697655

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-topDown? (TO) 1800.04 1801.72

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z12-s7.opb
MD5SUMf90862d191ee74c723e0b8b51b7e0fa9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43894
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10800
Total number of constraints319508
Number of constraints which are clauses319500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint10800
Number of terms in the objective function 10742
Biggest coefficient in the objective function 574
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1510061
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 3704832
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 26061465
Number of bits of the biggest sum of numbers25
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.81	c fallback to adder encoding
2.19/2.23	c fallback to adder encoding
3.58/3.66	c fallback to adder encoding
5.18/5.21	c fallback to adder encoding
6.59/6.66	c fallback to adder encoding
8.08/8.12	c fallback to adder encoding
9.69/9.75	c fallback to adder encoding
11.19/11.20	c fallback to adder encoding
13.75/13.81	c run inc solver
13.75/13.81	c [INC SYSTEM] run initial solver
13.75/13.81	c [INC SYSTEM] preprocess with white file
53.22/54.55	c [INC SYSTEM] finished preprocessing in 40 s
53.22/54.55	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-3697655-1338103203/watcher-3697655-1338103203 -o /tmp/evaluation-result-3697655-1338103203/solver-3697655-1338103203 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697655-1338103203.opb 143498561 HOME HOME 

running on 4 cores: 0,2,4,6

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.02 2.08 2.58 2/179 27379
/proc/meminfo: memFree=31764792/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0

[startup+0.054496 s]
/proc/loadavg: 2.02 2.08 2.58 2/179 27379
/proc/meminfo: memFree=31764792/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.02 2.08 2.58 2/179 27379
/proc/meminfo: memFree=31764792/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 2.02 2.08 2.58 2/179 27379
/proc/meminfo: memFree=31764792/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.02 2.08 2.58 2/179 27379
/proc/meminfo: memFree=31764792/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.02 2.07 2.57 3/181 27381
/proc/meminfo: memFree=31710984/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=105844 CPUtime=1.48 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) R 27379 27379 25163 0 -1 4202496 12990 0 0 0 145 3 0 0 20 0 1 0 276445759 108384256 22126 33554432000 4194304 5992684 140736095809456 140736095804872 4523474 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27380/statm: 26461 22126 166 440 0 26017 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114992

[startup+3.10027 s]
/proc/loadavg: 2.02 2.07 2.57 3/181 27381
/proc/meminfo: memFree=31669488/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=319112 CPUtime=3.09 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) R 27379 27379 25163 0 -1 4202496 18322 0 0 0 301 8 0 0 20 0 1 0 276445759 326770688 50868 33554432000 4194304 5992684 140736095809456 140736095804424 4569996 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27380/statm: 79778 50868 166 440 0 79334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 328260

[startup+6.30026 s]
/proc/loadavg: 2.01 2.07 2.57 3/181 27381
/proc/meminfo: memFree=31420840/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=614688 CPUtime=6.29 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) R 27379 27379 25163 0 -1 4202496 27422 0 0 0 613 16 0 0 20 0 1 0 276445759 629440512 111962 33554432000 4194304 5992684 140736095809456 140736095804856 4571337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27380/statm: 153672 111962 166 440 0 153228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 623836

[startup+12.7002 s]
/proc/loadavg: 2.01 2.07 2.57 3/181 27381
/proc/meminfo: memFree=30904928/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1983836 CPUtime=12.69 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) R 27379 27379 25163 0 -1 4202496 45888 0 0 0 1230 39 0 0 20 0 1 0 276445759 2031448064 366254 33554432000 4194304 5992684 140736095809456 140736095804856 5045366 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27380/statm: 495959 366254 167 440 0 495515 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1992984

[startup+25.5002 s]
/proc/loadavg: 2.09 2.09 2.56 3/183 27383
/proc/meminfo: memFree=28787092/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=13.78 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46459 0 0 0 1234 144 0 0 20 0 1 0 276445759 1234886656 233671 33554432000 4194304 5992684 140736095809456 140736095803904 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233671 173 440 0 301042 0
[pid=27382] ppid=27380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27382/stat : 27382 (cp2_pre.sh) S 27380 27379 25163 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 276447141 9367552 277 33554432000 4194304 5064252 140736756598320 140736756597024 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27382/statm: 2287 277 234 213 0 72 0
[pid=27383] ppid=27382 vsize=1412964 CPUtime=11.65 cores=0,2,4,6
/proc/27383/stat : 27383 (coprocessor) R 27382 27379 25163 0 -1 4202496 21280 0 0 0 1115 50 0 0 20 0 1 0 276447142 1446875136 302493 33554432000 4194304 6586260 140734541571184 140734541566936 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/27383/statm: 353241 302493 158 584 0 352653 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 2637204

[startup+51.1066 s]
/proc/loadavg: 2.16 2.11 2.56 3/183 27383
/proc/meminfo: memFree=28149348/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=13.78 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46459 0 0 0 1234 144 0 0 20 0 1 0 276445759 1234886656 233671 33554432000 4194304 5992684 140736095809456 140736095803904 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233671 173 440 0 301042 0
[pid=27382] ppid=27380 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27382/stat : 27382 (cp2_pre.sh) S 27380 27379 25163 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 276447141 9367552 277 33554432000 4194304 5064252 140736756598320 140736756597024 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27382/statm: 2287 277 234 213 0 72 0
[pid=27383] ppid=27382 vsize=1412964 CPUtime=36.17 cores=0,2,4,6
/proc/27383/stat : 27383 (coprocessor) R 27382 27379 25163 0 -1 4202496 21280 0 0 0 3439 178 0 0 20 0 1 0 276447142 1446875136 302493 33554432000 4194304 6586260 140734541571184 140734541566936 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 108 0 0
/proc/27383/statm: 353241 302493 158 584 0 352653 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 2637204

[startup+102.3 s]
/proc/loadavg: 2.07 2.09 2.52 3/181 27385
/proc/meminfo: memFree=28186692/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2423280 CPUtime=47.72 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 248769 0 0 0 4707 65 0 0 20 0 1 0 276451214 2481438720 464385 33554432000 4194304 5654031 140736848346800 140736848334616 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27385/statm: 605820 464385 141 357 0 605460 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 3638372

[startup+162.3 s]
/proc/loadavg: 2.02 2.07 2.49 3/181 27385
/proc/meminfo: memFree=28172920/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2445204 CPUtime=107.71 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 254548 0 0 0 10705 66 0 0 20 0 1 0 276451214 2503888896 471186 33554432000 4194304 5654031 140736848346800 140736848334616 4216672 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27385/statm: 611301 471186 141 357 0 610941 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 3660296

[startup+222.3 s]
/proc/loadavg: 2.01 2.05 2.45 3/181 27385
/proc/meminfo: memFree=28157160/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2448388 CPUtime=167.69 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 255433 0 0 0 16703 66 0 0 20 0 1 0 276451214 2507149312 473093 33554432000 4194304 5654031 140736848346800 140736848334616 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27385/statm: 612097 473093 141 357 0 611737 0
Current children cumulated CPU time (s) 221.04
Current children cumulated vsize (KiB) 3663480

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.42 3/181 27386
/proc/meminfo: memFree=28146552/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6

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

/proc/meminfo: memFree=21838364/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2545644 CPUtime=1247.39 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 280090 0 0 0 124663 76 0 0 20 0 1 0 276451214 2606739456 528248 33554432000 4194304 5654031 140736848346800 140736848344584 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 636411 528248 141 357 0 636051 0
Current children cumulated CPU time (s) 1300.74
Current children cumulated vsize (KiB) 3760736

[startup+1362.31 s]
/proc/loadavg: 2.00 2.00 2.12 3/182 27437
/proc/meminfo: memFree=21803212/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2547508 CPUtime=1307.39 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 280594 0 0 0 130662 77 0 0 20 0 1 0 276451214 2608648192 530434 33554432000 4194304 5654031 140736848346800 140736848344584 4232563 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 636877 530434 141 357 0 636517 0
Current children cumulated CPU time (s) 1360.74
Current children cumulated vsize (KiB) 3762600

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/182 27437
/proc/meminfo: memFree=21771372/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2550684 CPUtime=1367.37 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 281380 0 0 0 136659 78 0 0 20 0 1 0 276451214 2611900416 532747 33554432000 4194304 5654031 140736848346800 140736848334616 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 637671 532747 141 357 0 637311 0
Current children cumulated CPU time (s) 1420.72
Current children cumulated vsize (KiB) 3765776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/182 27437
/proc/meminfo: memFree=20003196/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2553020 CPUtime=1427.36 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 281975 0 0 0 142658 78 0 0 20 0 1 0 276451214 2614292480 534364 33554432000 4194304 5654031 140736848346800 140736848334616 4232581 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 638255 534364 141 357 0 637895 0
Current children cumulated CPU time (s) 1480.71
Current children cumulated vsize (KiB) 3768112

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.09 3/182 27438
/proc/meminfo: memFree=18864136/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2553812 CPUtime=1487.34 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 283063 0 0 0 148648 86 0 0 20 0 1 0 276451214 2615103488 498680 33554432000 4194304 5654031 140736848346800 140736848334616 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 638453 498680 142 357 0 638093 0
Current children cumulated CPU time (s) 1540.69
Current children cumulated vsize (KiB) 3768904

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.09 3/180 27440
/proc/meminfo: memFree=19367180/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2554476 CPUtime=1547.34 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 283245 0 0 0 154647 87 0 0 20 0 1 0 276451214 2615783424 499882 33554432000 4194304 5654031 140736848346800 140736848334616 4216312 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 638619 499882 142 357 0 638259 0
Current children cumulated CPU time (s) 1600.69
Current children cumulated vsize (KiB) 3769568

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.08 3/181 27441
/proc/meminfo: memFree=19352336/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2557536 CPUtime=1607.32 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 284015 0 0 0 160645 87 0 0 20 0 1 0 276451214 2618916864 502689 33554432000 4194304 5654031 140736848346800 140736848334616 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 639384 502689 142 357 0 639024 0
Current children cumulated CPU time (s) 1660.67
Current children cumulated vsize (KiB) 3772628

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/181 27441
/proc/meminfo: memFree=19296736/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2559796 CPUtime=1667.31 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 284574 0 0 0 166643 88 0 0 20 0 1 0 276451214 2621231104 508242 33554432000 4194304 5654031 140736848346800 140736848334616 4232791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 639949 508242 142 357 0 639589 0
Current children cumulated CPU time (s) 1720.66
Current children cumulated vsize (KiB) 3774888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/181 27441
/proc/meminfo: memFree=19277500/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2561512 CPUtime=1727.29 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 285034 0 0 0 172641 88 0 0 20 0 1 0 276451214 2622988288 511775 33554432000 4194304 5654031 140736848346800 140736848334616 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 640378 511775 142 357 0 640018 0
Current children cumulated CPU time (s) 1780.64
Current children cumulated vsize (KiB) 3776604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.01 2.07 3/181 27444
/proc/meminfo: memFree=19264784/32873648 swapFree=7116/7116
[pid=27379] ppid=27377 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27379/stat : 27379 (npSolver-pbo-It) S 27377 27379 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276445758 9367552 274 33554432000 4194304 5064252 140735232883568 140735232882480 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27379/statm: 2287 274 233 213 0 72 0
[pid=27380] ppid=27379 vsize=1205944 CPUtime=53.35 cores=0,2,4,6
/proc/27380/stat : 27380 (npSolver-pbo) S 27379 27379 25163 0 -1 4202496 46476 22184 0 0 1234 144 3751 206 20 0 1 0 276445759 1234886656 233674 33554432000 4194304 5992684 140736095809456 140736095795720 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 3 0 0
/proc/27380/statm: 301486 233674 176 440 0 301042 0
[pid=27385] ppid=27380 vsize=2562172 CPUtime=1746.69 cores=0,2,4,6
/proc/27385/stat : 27385 (glucosInc) R 27380 27379 25163 0 -1 4202496 285185 0 0 0 174581 88 0 0 20 0 1 0 276451214 2623664128 513337 33554432000 4194304 5654031 140736848346800 140736848334616 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27385/statm: 640543 513337 142 357 0 640183 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3777264

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 27379 and gives
#  childrusage.ru_utime.tv_sec=49
#  childrusage.ru_utime.tv_usec=856420
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=520464
# CPU time returned by wait4() is 53.3769
# 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): 1801.72
CPU time (s): 1800.04
CPU user time (s): 1795.66
CPU system time (s): 4.38
CPU usage (%): 99.9065
Max. virtual memory (cumulated for all children) (KiB): 4676820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.8564
system time used= 3.52046
maximum resident set size= 1712552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69018
page faults= 0
swaps= 0
block input operations= 88
block output operations= 3093960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42
involuntary context switches= 116

runsolver used 4.02139 second user time and 10.4224 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 09:20:03
IDJOB=3697655
IDBENCH=89894
IDSOLVER=2275
FILE ID=node123/3697655-1338103203
RUNJOBID= node123-1338101373-27114
PBS_JOBID= 14624452
Free space on /tmp= 71612 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z12-s7.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697655-1338103203/watcher-3697655-1338103203 -o /tmp/evaluation-result-3697655-1338103203/solver-3697655-1338103203 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697655-1338103203.opb 143498561 HOME HOME

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

MD5SUM BENCH= f90862d191ee74c723e0b8b51b7e0fa9
RANDOM SEED=143498561

node123.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.217
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.43
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.217
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		: 2667.217
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		: 2667.217
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.217
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.217
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		: 2667.217
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.217
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:       32873648 kB
MemFree:        31765172 kB
Buffers:           24568 kB
Cached:           113596 kB
SwapCached:         1400 kB
Active:           342232 kB
Inactive:          16868 kB
Active(anon):     218240 kB
Inactive(anon):     5152 kB
Active(file):     123992 kB
Inactive(file):    11716 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67101572 kB
Dirty:             17308 kB
Writeback:             0 kB
AnonPages:        231532 kB
Mapped:            11124 kB
Shmem:                 0 kB
Slab:             602276 kB
SReclaimable:      46392 kB
SUnreclaim:       555884 kB
KernelStack:        1472 kB
PageTables:         4588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     359972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69136 MiB
End job on node123 at 2012-05-27 09:50:07