Trace number 3752189

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.11 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir10_area_opers.opb
MD5SUMcca2bc3212eb56e1c6b2ae84ca292ee3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark151.57
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved YES
Number of variables79024
Total number of constraints176988
Number of constraints which are clauses176988
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 39323
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 39323
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 39323
Number of bits of the biggest sum of numbers16
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.58	c run inc solver
0.00/0.58	c [INC SYSTEM] run initial solver
0.00/0.58	c [INC SYSTEM] preprocess with white file
1.27/1.30	c [INC SYSTEM] finished preprocessing in 0 s
1.27/1.30	c [INC SYSTEM] execute solver
1.27/1.39	c [INC SEARCH] formula is SAT
1.27/1.39	c [INC SYSTEM] solved the initial formula
1.49/1.63	c model valid
1.49/1.63	c current solution ok
1.79/1.91	o 55
1.79/1.91	c starting approximation
1.79/1.91	c factor = 1
1.79/1.91	c can not find a suitable factor, leaving approximation
1.79/1.91	c finished approximation
1.79/1.91	c [INC SYSTEM] there exists a inc, kill it!
1.79/1.91	c write failed with 2
1.79/1.91	c [INC SEARCH] iteration: 0
1.79/1.91	c [INC BOUNDS] best value:55 search for 54
1.79/1.91	c [INC SYSTEM] create new solver instance
1.79/1.91	c [INC] encode full formula
1.79/1.91	c fallback to adder encoding
3.08/3.10	c set iterative enc to: cardAdder
3.08/3.10	c set iterative enc to: none
3.18/3.24	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.40	c write failed with -1

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-3752189-1339130762/watcher-3752189-1339130762 -o /tmp/evaluation-result-3752189-1339130762/solver-3752189-1339130762 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752189-1339130762.opb 1384803899 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: 1.97 1.98 1.92 3/180 27229
/proc/meminfo: memFree=26584240/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0

[startup+0.0925819 s]
/proc/loadavg: 1.97 1.98 1.92 3/180 27229
/proc/meminfo: memFree=26584240/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 1.97 1.98 1.92 3/180 27229
/proc/meminfo: memFree=26584240/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300156 s]
/proc/loadavg: 1.97 1.98 1.92 3/180 27229
/proc/meminfo: memFree=26584240/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70015 s]
/proc/loadavg: 1.97 1.98 1.92 3/180 27229
/proc/meminfo: memFree=26584240/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 1.97 1.98 1.92 3/184 27233
/proc/meminfo: memFree=26449456/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=85380 CPUtime=1.39 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) R 27229 27229 11259 0 -1 4202496 15804 11939 0 0 66 8 61 4 20 0 1 0 379201649 87429120 20646 33554432000 4194304 6004724 140737225063136 140737225049416 5190736 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 21345 20646 158 442 0 20899 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 94528

[startup+3.10019 s]
/proc/loadavg: 1.97 1.98 1.92 3/182 27236
/proc/meminfo: memFree=26482376/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=232840 CPUtime=3.08 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) R 27229 27229 11259 0 -1 4202496 23365 16971 0 0 199 34 69 6 20 0 1 0 379201649 238428160 45559 33554432000 4194304 6004724 140737225063136 140737225055608 4977085 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 58210 45559 189 442 0 57764 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 241988

[startup+6.3002 s]
/proc/loadavg: 1.97 1.98 1.92 3/183 27238
/proc/meminfo: memFree=26183584/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=233520 CPUtime=3.04 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 41588 0 0 0 295 9 0 0 20 0 1 0 379201973 239124480 51748 33554432000 4194304 5654031 140735511530864 140735511518680 4215097 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27238/statm: 58380 51748 141 357 0 58020 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 344436

[startup+12.7003 s]
/proc/loadavg: 2.12 2.02 1.93 3/184 27239
/proc/meminfo: memFree=26188872/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=233692 CPUtime=9.44 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 41633 0 0 0 935 9 0 0 20 0 1 0 379201973 239300608 51793 33554432000 4194304 5654031 140735511530864 140735511518680 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 58423 51793 141 357 0 58063 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 344608

[startup+25.5003 s]
/proc/loadavg: 2.10 2.02 1.93 3/184 27239
/proc/meminfo: memFree=26189812/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=233692 CPUtime=22.23 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 41661 0 0 0 2214 9 0 0 20 0 1 0 379201973 239300608 51821 33554432000 4194304 5654031 140735511530864 140735511518680 4232772 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 58423 51821 141 357 0 58063 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 344608

[startup+51.1003 s]
/proc/loadavg: 2.07 2.01 1.93 3/184 27239
/proc/meminfo: memFree=26184720/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=237120 CPUtime=47.83 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 42367 0 0 0 4774 9 0 0 20 0 1 0 379201973 242810880 53038 33554432000 4194304 5654031 140735511530864 140735511528632 4214560 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 59280 53038 141 357 0 58920 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 348036

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.93 4/183 27246
/proc/meminfo: memFree=26188364/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=237120 CPUtime=99.02 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 42454 0 0 0 9893 9 0 0 20 0 1 0 379201973 242810880 53112 33554432000 4194304 5654031 140735511530864 140735511518680 4214505 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 59280 53112 141 357 0 58920 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 348036

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/182 27246
/proc/meminfo: memFree=26181936/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=238916 CPUtime=159 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 42489 0 0 0 15891 9 0 0 20 0 1 0 379201973 244649984 54205 33554432000 4194304 5654031 140735511530864 140735511518680 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 59729 54205 141 357 0 59369 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 349832

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/183 27254
/proc/meminfo: memFree=26179452/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=238916 CPUtime=219 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 42701 0 0 0 21890 10 0 0 20 0 1 0 379201973 244649984 54633 33554432000 4194304 5654031 140735511530864 140735511518680 4215091 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 59729 54633 141 357 0 59369 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 349832

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/184 27257
/proc/meminfo: memFree=26185140/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6

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

/proc/meminfo: memFree=26262868/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=271744 CPUtime=1238.84 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 46271 0 0 0 123869 15 0 0 20 0 1 0 379201973 278265856 59320 33554432000 4194304 5654031 140735511530864 140735511518680 4215357 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 67936 59320 141 357 0 67576 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 382660

[startup+1302.3 s]
/proc/loadavg: 1.71 1.73 1.79 3/183 29723
/proc/meminfo: memFree=26257104/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=275760 CPUtime=1298.83 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 46765 0 0 0 129868 15 0 0 20 0 1 0 379201973 282378240 60797 33554432000 4194304 5654031 140735511530864 140735511518680 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 68940 60797 141 357 0 68580 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 386676

[startup+1362.3 s]
/proc/loadavg: 1.68 1.72 1.79 3/183 2249
/proc/meminfo: memFree=26272380/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=244940 CPUtime=1358.82 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 47378 0 0 0 135866 16 0 0 20 0 1 0 379201973 250818560 56150 33554432000 4194304 5654031 140735511530864 140735511518680 4215112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 61235 56150 141 357 0 60875 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 355856

[startup+1422.31 s]
/proc/loadavg: 1.66 1.71 1.78 3/182 7268
/proc/meminfo: memFree=26271092/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=244940 CPUtime=1418.82 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 47379 0 0 0 141866 16 0 0 20 0 1 0 379201973 250818560 56662 33554432000 4194304 5654031 140735511530864 140735511518680 4215344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 61235 56662 141 357 0 60875 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 355856

[startup+1482.3 s]
/proc/loadavg: 1.68 1.71 1.77 3/184 12198
/proc/meminfo: memFree=26267964/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=275760 CPUtime=1478.8 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 47961 0 0 0 147864 16 0 0 20 0 1 0 379201973 282378240 57753 33554432000 4194304 5654031 140735511530864 140735511518680 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 68940 57753 141 357 0 68580 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 386676

[startup+1542.3 s]
/proc/loadavg: 1.86 1.75 1.78 3/183 17219
/proc/meminfo: memFree=26263064/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=275760 CPUtime=1538.79 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 47973 0 0 0 153863 16 0 0 20 0 1 0 379201973 282378240 58787 33554432000 4194304 5654031 140735511530864 140735511518680 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 68940 58787 141 357 0 68580 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 386676

[startup+1602.3 s]
/proc/loadavg: 1.80 1.76 1.78 3/183 22140
/proc/meminfo: memFree=26272116/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=244940 CPUtime=1598.78 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 48559 0 0 0 159861 17 0 0 20 0 1 0 379201973 250818560 56160 33554432000 4194304 5654031 140735511530864 140735511518680 4215357 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 61235 56160 141 357 0 60875 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 355856

[startup+1662.3 s]
/proc/loadavg: 1.74 1.75 1.77 3/183 27152
/proc/meminfo: memFree=26269732/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=244940 CPUtime=1658.77 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 48560 0 0 0 165860 17 0 0 20 0 1 0 379201973 250818560 56672 33554432000 4194304 5654031 140735511530864 140735511518680 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 61235 56672 141 357 0 60875 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 355856

[startup+1722.3 s]
/proc/loadavg: 1.82 1.78 1.78 3/183 32103
/proc/meminfo: memFree=26264948/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=275760 CPUtime=1718.76 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 49160 0 0 0 171858 18 0 0 20 0 1 0 379201973 282378240 57783 33554432000 4194304 5654031 140735511530864 140735511518680 4215017 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 68940 57783 141 357 0 68580 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 386676

[startup+1782.3 s]
/proc/loadavg: 1.93 1.82 1.79 3/183 4713
/proc/meminfo: memFree=26261508/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=275760 CPUtime=1778.75 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 49162 0 0 0 177857 18 0 0 20 0 1 0 379201973 282378240 58807 33554432000 4194304 5654031 140735511530864 140735511518680 4215076 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 68940 58807 141 357 0 68580 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 386676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.87 1.81 1.79 3/183 6246
/proc/meminfo: memFree=26261920/32873648 swapFree=7376/7376
[pid=27229] ppid=27227 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27229/stat : 27229 (npSolver-pbo-It) S 27227 27229 11259 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379201649 9367552 275 33554432000 4194304 5064252 140736556007216 140736556006128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27229/statm: 2287 275 233 213 0 72 0
[pid=27230] ppid=27229 vsize=101768 CPUtime=3.22 cores=0,2,4,6
/proc/27230/stat : 27230 (npSolver-pbo) S 27229 27229 11259 0 -1 4202496 23739 17487 0 0 201 46 69 6 20 0 1 0 379201649 104210432 24775 33554432000 4194304 6004724 140737225063136 140737225048984 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/27230/statm: 25442 24775 190 442 0 24996 0
[pid=27238] ppid=27230 vsize=275760 CPUtime=1796.85 cores=0,2,4,6
/proc/27238/stat : 27238 (glucosInc) R 27230 27229 11259 0 -1 4202496 49221 0 0 0 179667 18 0 0 20 0 1 0 379201973 282378240 58858 33554432000 4194304 5654031 140735511530864 140735511518680 4215200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27238/statm: 68940 58858 141 357 0 68580 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 386676

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.39
CPU system time (s): 0.72089
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 435996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.72089
maximum resident set size= 288228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90830
page faults= 0
swaps= 0
block input operations= 0
block output operations= 191824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198
involuntary context switches= 1968

runsolver used 3.81742 second user time and 10.6054 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-08 06:46:02
IDJOB=3752189
IDBENCH=25033
IDSOLVER=2335
FILE ID=node125/3752189-1339130762
RUNJOBID= node125-1339112632-13349
PBS_JOBID= 14643728
Free space on /tmp= 70784 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir10_area_opers.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752189-1339130762/watcher-3752189-1339130762 -o /tmp/evaluation-result-3752189-1339130762/solver-3752189-1339130762 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752189-1339130762.opb 1384803899 HOME HOME

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

MD5SUM BENCH= cca2bc3212eb56e1c6b2ae84ca292ee3
RANDOM SEED=1384803899

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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		: 2666.373
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.373
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:        26584132 kB
Buffers:          671676 kB
Cached:          4584832 kB
SwapCached:         2256 kB
Active:          2379336 kB
Inactive:        2994160 kB
Active(anon):     105772 kB
Inactive(anon):     9460 kB
Active(file):    2273564 kB
Inactive(file):  2984700 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102620 kB
Dirty:             14292 kB
Writeback:             0 kB
AnonPages:        118312 kB
Mapped:            15660 kB
Shmem:                96 kB
Slab:             778572 kB
SReclaimable:     221252 kB
SUnreclaim:       557320 kB
KernelStack:        1528 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     239192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 70696 MiB
End job on node125 at 2012-06-08 07:16:03