Trace number 3752120

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-quickBound (fixed)? (TO) 1800.03 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint59
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
Number of bits of the biggest sum of numbers13
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.46	c run inc solver
0.00/0.46	c [INC SYSTEM] run initial solver
0.00/0.46	c [INC SYSTEM] preprocess with white file
2.67/2.94	c [INC SYSTEM] finished preprocessing in 2 s
2.67/2.97	c [INC SYSTEM] execute solver
1800.03/1800.61	c an unexpexted return value has been received, exit
1800.03/1800.61	s UNKNOWN

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-3752120-1339127785/watcher-3752120-1339127785 -o /tmp/evaluation-result-3752120-1339127785/solver-3752120-1339127785 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752120-1339127785.opb 918088745 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: 0.08 0.02 0.31 3/180 6600
/proc/meminfo: memFree=30799788/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0

[startup+0.011418 s]
/proc/loadavg: 0.08 0.02 0.31 3/180 6600
/proc/meminfo: memFree=30799788/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 0.08 0.02 0.31 3/180 6600
/proc/meminfo: memFree=30799788/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300193 s]
/proc/loadavg: 0.08 0.02 0.31 3/180 6600
/proc/meminfo: memFree=30799788/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700218 s]
/proc/loadavg: 0.08 0.02 0.31 3/180 6600
/proc/meminfo: memFree=30799788/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 0.08 0.02 0.31 3/184 6961
/proc/meminfo: memFree=30646256/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=0.44 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4409 0 0 0 42 2 0 0 20 0 1 0 378903971 27828224 4922 33554432000 4194304 6004724 140734150984176 140734150978640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4922 163 442 0 6348 0
[pid=6767] ppid=6601 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6767/stat : 6767 (cp2_pre.sh) S 6601 6600 30644 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 378904017 9367552 277 33554432000 4194304 5064252 140734455522832 140734455521536 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6767/statm: 2287 277 234 213 0 72 0
[pid=6769] ppid=6767 vsize=172016 CPUtime=1.03 cores=0,2,4,6
/proc/6769/stat : 6769 (coprocessor) R 6767 6600 30644 0 -1 4202496 31488 0 0 0 98 5 0 0 20 0 1 0 378904017 176144384 42233 33554432000 4194304 6586260 140733451325904 140733451322168 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/6769/statm: 43004 42233 192 584 0 42416 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 217488

[startup+3.10022 s]
/proc/loadavg: 0.08 0.02 0.31 3/182 7357
/proc/meminfo: memFree=30600128/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 36324

[startup+6.30032 s]
/proc/loadavg: 0.31 0.07 0.32 3/183 8496
/proc/meminfo: memFree=30700136/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=78664 CPUtime=3.34 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 17033 0 0 0 331 3 0 0 20 0 1 0 378904265 80551936 17927 33554432000 4194304 5654031 140734345523408 140734345511224 4233204 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 19666 17927 140 357 0 19306 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 114988

[startup+12.7003 s]
/proc/loadavg: 0.37 0.09 0.32 3/183 10890
/proc/meminfo: memFree=30700140/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=78800 CPUtime=9.74 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 17065 0 0 0 971 3 0 0 20 0 1 0 378904265 80691200 17959 33554432000 4194304 5654031 140734345523408 140734345521192 4232495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 19700 17959 140 357 0 19340 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 115124

[startup+25.5003 s]
/proc/loadavg: 0.51 0.13 0.33 3/181 15669
/proc/meminfo: memFree=30700628/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=78956 CPUtime=22.54 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 17100 0 0 0 2251 3 0 0 20 0 1 0 378904265 80850944 17994 33554432000 4194304 5654031 140734345523408 140734345521192 4232715 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 19739 17994 140 357 0 19379 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 115280

[startup+51.1003 s]
/proc/loadavg: 0.74 0.22 0.36 3/183 24856
/proc/meminfo: memFree=30700384/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=79264 CPUtime=48.12 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 17188 0 0 0 4809 3 0 0 20 0 1 0 378904265 81166336 18146 33554432000 4194304 5654031 140734345523408 140734345521304 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 19816 18146 140 357 0 19456 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 115588

[startup+102.307 s]
/proc/loadavg: 0.88 0.33 0.39 3/183 11202
/proc/meminfo: memFree=30700496/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=79412 CPUtime=99.3 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 17972 0 0 0 9927 3 0 0 20 0 1 0 378904265 81317888 18040 33554432000 4194304 5654031 140734345523408 140734345521432 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 19853 18040 141 357 0 19493 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 115736

[startup+162.3 s]
/proc/loadavg: 0.95 0.45 0.42 3/183 421
/proc/meminfo: memFree=30698060/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=79720 CPUtime=159.29 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 18478 0 0 0 15925 4 0 0 20 0 1 0 378904265 81633280 18538 33554432000 4194304 5654031 140734345523408 140734345521304 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 19930 18538 141 357 0 19570 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 116044

[startup+222.3 s]
/proc/loadavg: 1.10 0.58 0.47 3/184 22478
/proc/meminfo: memFree=30694656/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=87404 CPUtime=219.28 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 18705 0 0 0 21923 5 0 0 20 0 1 0 378904265 89501696 19279 33554432000 4194304 5654031 140734345523408 140734345521192 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 21851 19279 141 357 0 21491 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 123728

[startup+282.3 s]

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

/proc/loadavg: 2.00 1.95 1.50 3/181 24095
/proc/meminfo: memFree=30565328/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=110528 CPUtime=1299.12 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20584 0 0 0 129905 7 0 0 20 0 1 0 378904265 113180672 26298 33554432000 4194304 5654031 140734345523408 140734345521208 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 27632 26298 141 357 0 27272 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 146852

[startup+1362.3 s]
/proc/loadavg: 2.00 1.96 1.53 3/181 24096
/proc/meminfo: memFree=30565204/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=110528 CPUtime=1359.1 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20584 0 0 0 135903 7 0 0 20 0 1 0 378904265 113180672 26298 33554432000 4194304 5654031 140734345523408 140734345521208 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 27632 26298 141 357 0 27272 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 146852

[startup+1422.31 s]
/proc/loadavg: 2.00 1.96 1.55 3/182 24099
/proc/meminfo: memFree=30564552/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=110528 CPUtime=1419.1 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20584 0 0 0 141903 7 0 0 20 0 1 0 378904265 113180672 26298 33554432000 4194304 5654031 140734345523408 140734345521208 4232484 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 27632 26298 141 357 0 27272 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 146852

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/181 24099
/proc/meminfo: memFree=30562672/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=117704 CPUtime=1479.08 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20743 0 0 0 147901 7 0 0 20 0 1 0 378904265 120528896 26963 33554432000 4194304 5654031 140734345523408 140734345521208 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 29426 26963 141 357 0 29066 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 154028

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.60 3/181 24099
/proc/meminfo: memFree=30560748/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=117704 CPUtime=1539.08 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20744 0 0 0 153901 7 0 0 20 0 1 0 378904265 120528896 27475 33554432000 4194304 5654031 140734345523408 140734345521208 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 29426 27475 141 357 0 29066 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 154028

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/181 24099
/proc/meminfo: memFree=30558700/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=117704 CPUtime=1599.06 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20745 0 0 0 159899 7 0 0 20 0 1 0 378904265 120528896 27987 33554432000 4194304 5654031 140734345523408 140734345521208 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 29426 27987 141 357 0 29066 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 154028

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/181 24100
/proc/meminfo: memFree=30558580/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=117704 CPUtime=1659.05 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20850 0 0 0 165898 7 0 0 20 0 1 0 378904265 120528896 28090 33554432000 4194304 5654031 140734345523408 140734345521208 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 29426 28090 141 357 0 29066 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 154028

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/181 24100
/proc/meminfo: memFree=30558704/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=117704 CPUtime=1719.05 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20850 0 0 0 171898 7 0 0 20 0 1 0 378904265 120528896 28090 33554432000 4194304 5654031 140734345523408 140734345521208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 29426 28090 141 357 0 29066 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 154028

[startup+1782.3 s]
/proc/loadavg: 2.05 1.99 1.69 3/181 24100
/proc/meminfo: memFree=30558268/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=117704 CPUtime=1779.04 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20850 0 0 0 177897 7 0 0 20 0 1 0 378904265 120528896 28090 33554432000 4194304 5654031 140734345523408 140734345521208 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 29426 28090 141 357 0 29066 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 154028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.04 1.99 1.69 3/181 24100
/proc/meminfo: memFree=30558456/32873648 swapFree=7628/7628
[pid=6600] ppid=6598 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6600/stat : 6600 (npSolver-pbo-It) S 6598 6600 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378903971 9367552 274 33554432000 4194304 5064252 140734859537216 140734859536128 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2287 274 233 213 0 72 0
[pid=6601] ppid=6600 vsize=27176 CPUtime=2.68 cores=0,2,4,6
/proc/6601/stat : 6601 (npSolver-pbo) S 6600 6600 30644 0 -1 4202496 4426 33550 0 0 42 2 215 9 20 0 1 0 378903971 27828224 4926 33554432000 4194304 6004724 140734150984176 140734150970456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6601/statm: 6794 4926 167 442 0 6348 0
[pid=7607] ppid=6601 vsize=117704 CPUtime=1797.35 cores=0,2,4,6
/proc/7607/stat : 7607 (glucosInc) R 6601 6600 30644 0 -1 4202496 20850 0 0 0 179728 7 0 0 20 0 1 0 378904265 120528896 28090 33554432000 4194304 5654031 140734345523408 140734345521208 4233033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7607/statm: 29426 28090 141 357 0 29066 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 154028

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6600 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=584607
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=122981
# CPU time returned by wait4() is 2.70759
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1799.85
CPU system time (s): 0.18
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 220352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.58461
system time used= 0.122981
maximum resident set size= 177644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 33640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 9

runsolver used 2.84357 second user time and 6.99194 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 05:56:25
IDJOB=3752120
IDBENCH=2900
IDSOLVER=2335
FILE ID=node127/3752120-1339127785
RUNJOBID= node127-1339111313-32193
PBS_JOBID= 14643726
Free space on /tmp= 70836 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_1.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752120-1339127785/watcher-3752120-1339127785 -o /tmp/evaluation-result-3752120-1339127785/solver-3752120-1339127785 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752120-1339127785.opb 918088745 HOME HOME

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

MD5SUM BENCH= 487945ea0e229650aa78cf341d4ff673
RANDOM SEED=918088745

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        30800048 kB
Buffers:          357792 kB
Cached:           803888 kB
SwapCached:         1956 kB
Active:          1141056 kB
Inactive:          32960 kB
Active(anon):       5676 kB
Inactive(anon):     8812 kB
Active(file):    1135380 kB
Inactive(file):    24148 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103736 kB
Dirty:              8684 kB
Writeback:           108 kB
AnonPages:         25896 kB
Mapped:            11856 kB
Shmem:                92 kB
Slab:             760064 kB
SReclaimable:     200596 kB
SUnreclaim:       559468 kB
KernelStack:        1496 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     134968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 70820 MiB
End job on node127 at 2012-06-08 06:26:26