Trace number 3749319

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 (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

Solver Data

0.00/0.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.08	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.08	c [INC SYSTEM] execute solver
0.00/0.09	c [INC SEARCH] formula is SAT
0.00/0.09	c [INC SYSTEM] solved the initial formula
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.09	o 199
0.00/0.09	c execute binary inc search
0.00/0.09	c [INC SEARCH] current bound: 99
0.00/0.09	c [INC SEARCH] iteration: 0
0.00/0.09	c [INC SEARCH] lower bound: 0 upperbound 199 current bound: 99 best value:199
0.00/0.09	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.09	c write failed with 2
0.00/0.09	c [INC SYSTEM] create new solver instance
0.00/0.09	c [INC] encode full formula
0.00/0.09	c (debug) using card networks
0.00/0.09	c old isEQ: 56, new EQ is 0
0.00/0.10	c set iterative enc to: card
0.00/0.10	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
0.00/0.13	c [INC SEARCH] formula is SAT
0.00/0.13	c [INC SEARCH] copied best model
0.00/0.13	c sat variable: 1 optimum/unsat variable: 0
0.00/0.13	c model valid
0.00/0.13	c current solution ok
0.00/0.13	o 39
0.00/0.13	c [INC SEARCH] current bound: 19
0.00/0.13	c [INC SEARCH] iteration: 1
0.00/0.13	c [INC SEARCH] lower bound: 0 upperbound 39 current bound: 19 best value:39
0.00/0.13	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.13	c write failed with 2
0.00/0.13	c [INC SYSTEM] create new solver instance
0.00/0.13	c [INC] encode full formula
0.00/0.13	c (debug) using card networks
0.00/0.13	c old isEQ: 176, new EQ is 0
0.00/0.13	c set iterative enc to: card
0.00/0.13	c set iterative enc to: none
0.00/0.13	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	HOME/npSolver-pbo-I.sh: line 18: 22019 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3749319-1339129603/watcher-3749319-1339129603 -o /tmp/evaluation-result-3749319-1339129603/solver-3749319-1339129603 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749319-1339129603.opb 134822141 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.00 2.00 2.00 3/178 22018
/proc/meminfo: memFree=27010648/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0

[startup+0.046716 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22018
/proc/meminfo: memFree=27010648/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100229 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22018
/proc/meminfo: memFree=27010648/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300196 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22018
/proc/meminfo: memFree=27010648/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700174 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22018
/proc/meminfo: memFree=27010648/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22029
/proc/meminfo: memFree=27004252/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=9148 CPUtime=1.35 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 2527 0 0 0 135 0 0 0 20 0 1 0 379085812 9367552 1702 33554432000 4194304 5654031 140734955770048 140734955767928 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22029/statm: 2287 1702 141 357 0 1927 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21284

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22029
/proc/meminfo: memFree=26966212/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=15188 CPUtime=2.95 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 3096 0 0 0 295 0 0 0 20 0 1 0 379085812 15552512 3278 33554432000 4194304 5654031 140734955770048 140734955767848 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22029/statm: 3797 3278 141 357 0 3437 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27324

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22029
/proc/meminfo: memFree=26959524/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=13500 CPUtime=6.15 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 4104 0 0 0 614 1 0 0 20 0 1 0 379085812 13824000 2865 33554432000 4194304 5654031 140734955770048 140734955767928 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22029/statm: 3375 2865 141 357 0 3015 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25636

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22029
/proc/meminfo: memFree=26956772/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=18284 CPUtime=12.55 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 5182 0 0 0 1254 1 0 0 20 0 1 0 379085812 18722816 3378 33554432000 4194304 5654031 140734955770048 140734955767928 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22029/statm: 4571 3378 141 357 0 4211 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30420

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22029
/proc/meminfo: memFree=26976840/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=44148 CPUtime=25.35 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 6488 0 0 0 2533 2 0 0 20 0 1 0 379085812 45207552 7985 33554432000 4194304 5654031 140734955770048 140734955767928 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 11037 7985 141 357 0 10677 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 56284

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22029
/proc/meminfo: memFree=26914472/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=58200 CPUtime=50.95 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 6617 0 0 0 5092 3 0 0 20 0 1 0 379085812 59596800 11570 33554432000 4194304 5654031 140734955770048 140734955768072 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 14550 11570 141 357 0 14190 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70336

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22029
/proc/meminfo: memFree=26918360/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=77056 CPUtime=102.14 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 6627 0 0 0 10211 3 0 0 20 0 1 0 379085812 78905344 13110 33554432000 4194304 5654031 140734955770048 140734955767928 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 19264 13110 141 357 0 18904 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89192

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22030
/proc/meminfo: memFree=26872012/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=77056 CPUtime=162.12 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 6991 0 0 0 16209 3 0 0 20 0 1 0 379085812 78905344 18578 33554432000 4194304 5654031 140734955770048 140734955767928 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 19264 18578 141 357 0 18904 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 89192

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22033
/proc/meminfo: memFree=26933296/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=77056 CPUtime=222.11 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 8213 0 0 0 22206 5 0 0 20 0 1 0 379085812 78905344 18754 33554432000 4194304 5654031 140734955770048 140734955768072 4232912 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 19264 18754 141 357 0 18904 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 89192

[startup+282.3 s]

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

/proc/loadavg: 2.06 2.01 2.00 3/181 22093
/proc/meminfo: memFree=26920660/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=169772 CPUtime=1301.94 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 27361 0 0 0 130147 47 0 0 20 0 1 0 379085812 173846528 41919 33554432000 4194304 5654031 140734955770048 140734955768136 4243910 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 42443 41919 141 357 0 42083 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 181908

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 22098
/proc/meminfo: memFree=26911452/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=169772 CPUtime=1361.93 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 28228 0 0 0 136144 49 0 0 20 0 1 0 379085812 173846528 41164 33554432000 4194304 5654031 140734955770048 140734955768136 4232963 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 42443 41164 141 357 0 42083 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 181908

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22103
/proc/meminfo: memFree=26935464/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=169772 CPUtime=1421.91 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 29404 0 0 0 142139 52 0 0 20 0 1 0 379085812 173846528 38604 33554432000 4194304 5654031 140734955770048 140734955768136 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 42443 38604 141 357 0 42083 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 181908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22103
/proc/meminfo: memFree=26913688/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=169772 CPUtime=1481.89 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 30546 0 0 0 148135 54 0 0 20 0 1 0 379085812 173846528 36556 33554432000 4194304 5654031 140734955770048 140734955768136 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 42443 36556 141 357 0 42083 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 181908

[startup+1542.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 22149
/proc/meminfo: memFree=26898848/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=138952 CPUtime=1541.88 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 30891 0 0 0 154132 56 0 0 20 0 1 0 379085812 142286848 33417 33554432000 4194304 5654031 140734955770048 140734955767976 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 34738 33417 141 357 0 34378 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 151088

[startup+1602.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/181 22149
/proc/meminfo: memFree=26887456/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=138952 CPUtime=1601.88 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 32055 0 0 0 160129 59 0 0 20 0 1 0 379085812 142286848 30857 33554432000 4194304 5654031 140734955770048 140734955767976 4233226 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 34738 30857 141 357 0 34378 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 151088

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 22150
/proc/meminfo: memFree=26871764/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=138952 CPUtime=1661.85 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 33252 0 0 0 166123 62 0 0 20 0 1 0 379085812 142286848 29833 33554432000 4194304 5654031 140734955770048 140734955768072 4233173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 34738 29833 141 357 0 34378 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 151088

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 22150
/proc/meminfo: memFree=26818616/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=219860 CPUtime=1721.84 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 34162 0 0 0 172120 64 0 0 20 0 1 0 379085812 225136640 43001 33554432000 4194304 5654031 140734955770048 140734955768136 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 54965 43001 141 357 0 54605 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 231996

[startup+1782.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/181 22150
/proc/meminfo: memFree=26819244/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=169772 CPUtime=1781.83 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 35030 0 0 0 178117 66 0 0 20 0 1 0 379085812 173846528 40140 33554432000 4194304 5654031 140734955770048 140734955768136 4208705 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 42443 40140 141 357 0 42083 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 181908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 22150
/proc/meminfo: memFree=26804404/32873648 swapFree=7116/7116
[pid=22018] ppid=22016 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22018/stat : 22018 (npSolver-pbo-I.) S 22016 22018 17422 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379085798 9367552 275 33554432000 4194304 5064252 140737118729680 140737118728592 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22018/statm: 2287 275 233 213 0 72 0
[pid=22019] ppid=22018 vsize=2988 CPUtime=0.12 cores=0,2,4,6
/proc/22019/stat : 22019 (npSolver-pbo) S 22018 22018 17422 0 -1 4202496 1753 5522 0 0 1 1 8 2 20 0 1 0 379085798 3059712 389 33554432000 4194304 6004724 140733748538544 140733748523464 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22019/statm: 747 389 178 442 0 301 0
[pid=22029] ppid=22019 vsize=219860 CPUtime=1799.92 cores=0,2,4,6
/proc/22029/stat : 22029 (glucosInc) R 22019 22018 17422 0 -1 4202496 35345 0 0 0 179926 66 0 0 20 0 1 0 379085812 225136640 43513 33554432000 4194304 5654031 140734955770048 140734955768136 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22029/statm: 54965 43513 141 357 0 54605 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 231996

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

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.35
CPU system time (s): 0.69
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 231996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.103984
system time used= 0.034994
maximum resident set size= 29504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7650
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 15

runsolver used 9.61454 second user time and 15.8966 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-08 06:26:43
IDJOB=3749319
IDBENCH=48151
IDSOLVER=2333
FILE ID=node123/3749319-1339129603
RUNJOBID= node123-1339112653-19047
PBS_JOBID= 14643730
Free space on /tmp= 71280 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749319-1339129603/watcher-3749319-1339129603 -o /tmp/evaluation-result-3749319-1339129603/solver-3749319-1339129603 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749319-1339129603.opb 134822141 HOME HOME

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=134822141

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:        27010912 kB
Buffers:         1844376 kB
Cached:          2983276 kB
SwapCached:         2512 kB
Active:          2257852 kB
Inactive:        2663224 kB
Active(anon):      86044 kB
Inactive(anon):     7728 kB
Active(file):    2171808 kB
Inactive(file):  2655496 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:              8588 kB
Writeback:            16 kB
AnonPages:         96432 kB
Mapped:            11488 kB
Shmem:                 0 kB
Slab:             802852 kB
SReclaimable:     246864 kB
SUnreclaim:       555988 kB
KernelStack:        1472 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     210440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71264 MiB
End job on node123 at 2012-06-08 06:56:44