Trace number 3749308

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_3.opb
MD5SUM12e000f4c238d036e0b89e0774c838fa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1797.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint61
Maximum length of a constraint108
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75294
Sum of products size (including duplicates)150588
Number of different products75294
Sum of products size150588

Solver Data

0.00/0.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	c [INC SYSTEM] preprocess with white file
1.08/1.17	c [INC SYSTEM] finished preprocessing in 1 s
1.08/1.17	c [INC SYSTEM] execute solver
1.16/1.26	c [INC SEARCH] formula is SAT
1.16/1.26	c [INC SYSTEM] solved the initial formula
1.20/1.30	c model valid
1.20/1.30	c current solution ok
1.40/1.52	o 999
1.40/1.52	c execute binary inc search
1.40/1.52	c [INC SEARCH] current bound: 499
1.40/1.52	c [INC SEARCH] iteration: 0
1.40/1.52	c [INC SEARCH] lower bound: 0 upperbound 999 current bound: 499 best value:999
1.40/1.52	c [INC SYSTEM] there exists a inc, kill it!
1.40/1.52	c write failed with 2
1.40/1.53	c [INC SYSTEM] create new solver instance
1.40/1.53	c [INC] encode full formula
1.40/1.53	c (debug) using card networks
1.40/1.53	c old isEQ: 160, new EQ is 0
1.40/1.55	c set iterative enc to: card
1.40/1.55	c set iterative enc to: none
1.40/1.56	c [INC SEARCH] isOptimum variable: 0
3.96/4.02	c [INC SEARCH] formula is SAT
3.96/4.02	c [INC SEARCH] copied best model
3.96/4.02	c sat variable: 1 optimum/unsat variable: 0
3.96/4.06	c model valid
3.96/4.06	c current solution ok
3.96/4.06	o 42
3.96/4.06	c [INC SEARCH] current bound: 21
3.96/4.06	c [INC SEARCH] iteration: 1
3.96/4.06	c [INC SEARCH] lower bound: 0 upperbound 42 current bound: 21 best value:42
3.96/4.06	c [INC SYSTEM] there exists a inc, kill it!
3.96/4.06	c write failed with 2
3.96/4.06	c [INC SYSTEM] create new solver instance
3.96/4.06	c [INC] encode full formula
3.96/4.06	c (debug) using card networks
3.96/4.06	c old isEQ: 96, new EQ is 0
3.96/4.07	c set iterative enc to: card
3.96/4.07	c set iterative enc to: none
3.96/4.08	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	HOME/npSolver-pbo-I.sh: line 18: 32009 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-3749308-1339129420/watcher-3749308-1339129420 -o /tmp/evaluation-result-3749308-1339129420/solver-3749308-1339129420 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749308-1339129420.opb 1159468469 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.03 2.01 2.01 3/177 32008
/proc/meminfo: memFree=22119620/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0

[startup+0.0565461 s]
/proc/loadavg: 2.03 2.01 2.01 3/177 32008
/proc/meminfo: memFree=22119620/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.03 2.01 2.01 3/177 32008
/proc/meminfo: memFree=22119620/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.03 2.01 2.01 3/177 32008
/proc/meminfo: memFree=22119620/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.03 2.01 2.01 3/177 32008
/proc/meminfo: memFree=22119620/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/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.03 2.01 2.01 3/181 32012
/proc/meminfo: memFree=22037628/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=1.4 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) R 32008 32008 28222 0 -1 4202496 4542 15239 0 0 21 18 76 25 20 0 1 0 379069266 15233024 3324 33554432000 4194304 6004724 140734082864816 140734082851096 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3324 159 442 0 3273 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 24024

[startup+3.10026 s]
/proc/loadavg: 2.03 2.01 2.01 3/180 32017
/proc/meminfo: memFree=22066640/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=1.54 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 5421 20454 0 0 24 20 83 27 20 0 1 0 379069266 15233024 3342 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3342 177 442 0 3273 0
[pid=32017] ppid=32009 vsize=35116 CPUtime=1.53 cores=0,2,4,6
/proc/32017/stat : 32017 (glucosInc) R 32009 32008 28222 0 -1 4202496 7305 0 0 0 152 1 0 0 20 0 1 0 379069422 35958784 8087 33554432000 4194304 5654031 140734501566656 140734501564440 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32017/statm: 8779 8087 131 357 0 8419 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 59140

[startup+6.30031 s]
/proc/loadavg: 2.02 2.01 2.01 3/181 32020
/proc/meminfo: memFree=22073028/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=33244 CPUtime=2.2 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 6661 0 0 0 220 0 0 0 20 0 1 0 379069674 34041856 6977 33554432000 4194304 5654031 140736722604144 140736722591960 4214606 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32019/statm: 8311 6977 140 357 0 7951 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 57268

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.01 3/181 32020
/proc/meminfo: memFree=22062776/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=56568 CPUtime=8.6 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 9869 0 0 0 858 2 0 0 20 0 1 0 379069674 57925632 9689 33554432000 4194304 5654031 140736722604144 140736722602024 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32019/statm: 14142 9689 141 357 0 13782 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 80592

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.01 3/181 32020
/proc/meminfo: memFree=21982756/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=124832 CPUtime=21.4 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 10772 0 0 0 2136 4 0 0 20 0 1 0 379069674 127827968 29442 33554432000 4194304 5654031 140736722604144 140736722602072 4232968 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32019/statm: 31208 29442 141 357 0 30848 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 148856

[startup+51.1005 s]
/proc/loadavg: 2.01 2.01 2.01 3/181 32020
/proc/meminfo: memFree=21985396/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=124832 CPUtime=46.99 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 10963 0 0 0 4693 6 0 0 20 0 1 0 379069674 127827968 28419 33554432000 4194304 5654031 140736722604144 140736722591960 4215290 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 31208 28419 142 357 0 30848 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 148856

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32020
/proc/meminfo: memFree=21985152/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=124832 CPUtime=98.19 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 12009 0 0 0 9806 13 0 0 20 0 1 0 379069674 127827968 27395 33554432000 4194304 5654031 140736722604144 140736722602072 4215212 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 31208 27395 142 357 0 30848 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 148856

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32020
/proc/meminfo: memFree=21922896/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=205740 CPUtime=158.18 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 14861 0 0 0 15797 21 0 0 20 0 1 0 379069674 210677760 42611 33554432000 4194304 5654031 140736722604144 140736722602232 4215168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 51435 42611 142 357 0 51075 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 229764

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32020
/proc/meminfo: memFree=21919700/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=205740 CPUtime=218.18 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 17893 0 0 0 21790 28 0 0 20 0 1 0 379069674 210677760 42653 33554432000 4194304 5654031 140736722604144 140736722602232 4215091 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 51435 42653 142 357 0 51075 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 229764

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32020
/proc/meminfo: memFree=21954948/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.07 2.02 2.00 3/181 32226
/proc/meminfo: memFree=30620628/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=287128 CPUtime=1357.97 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 46067 0 0 0 135697 100 0 0 20 0 1 0 379069674 294019072 68908 33554432000 4194304 5654031 140736722604144 140736722602232 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 71782 68908 142 357 0 71422 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 311152

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 32226
/proc/meminfo: memFree=30735304/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=155652 CPUtime=1417.97 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 46723 0 0 0 141694 103 0 0 20 0 1 0 379069674 159387648 35604 33554432000 4194304 5654031 140736722604144 140736722602168 4233438 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 38913 35604 142 357 0 38553 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 179676

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 32226
/proc/meminfo: memFree=30612508/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=287128 CPUtime=1477.94 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 47778 0 0 0 147688 106 0 0 20 0 1 0 379069674 294019072 66281 33554432000 4194304 5654031 140736722604144 140736722602232 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 71782 66281 142 357 0 71422 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 311152

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32227
/proc/meminfo: memFree=30518104/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=419388 CPUtime=1537.94 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 48335 0 0 0 153686 108 0 0 20 0 1 0 379069674 429453312 89833 33554432000 4194304 5654031 140736722604144 140736722602232 4215112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 104847 89833 142 357 0 104487 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 443412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32230
/proc/meminfo: memFree=30598532/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=287128 CPUtime=1597.92 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 49549 0 0 0 159681 111 0 0 20 0 1 0 379069674 294019072 66348 33554432000 4194304 5654031 140736722604144 140736722602232 4232632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 71782 66348 142 357 0 71422 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 311152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32230
/proc/meminfo: memFree=30491844/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=419388 CPUtime=1657.91 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 50117 0 0 0 165678 113 0 0 20 0 1 0 379069674 429453312 93484 33554432000 4194304 5654031 140736722604144 140736722602232 4232632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 104847 93484 142 357 0 104487 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 443412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32230
/proc/meminfo: memFree=30619676/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=287128 CPUtime=1717.9 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 51255 0 0 0 171673 117 0 0 20 0 1 0 379069674 294019072 63209 33554432000 4194304 5654031 140736722604144 140736722602232 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 71782 63209 142 357 0 71422 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 311152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32230
/proc/meminfo: memFree=30540416/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=419388 CPUtime=1777.89 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 51810 0 0 0 177670 119 0 0 20 0 1 0 379069674 429453312 85737 33554432000 4194304 5654031 140736722604144 140736722602232 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 104847 85737 142 357 0 104487 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 443412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32230
/proc/meminfo: memFree=30498280/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=419388 CPUtime=1796 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 51822 0 0 0 179480 120 0 0 20 0 1 0 379069674 429453312 91881 33554432000 4194304 5654031 140736722604144 140736722602232 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 104847 91881 142 357 0 104487 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 443412

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32230
/proc/meminfo: memFree=30498280/32873648 swapFree=7376/7376
[pid=32008] ppid=32006 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32008/stat : 32008 (npSolver-pbo-I.) S 32006 32008 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379069266 9367552 275 33554432000 4194304 5064252 140735056168784 140735056167696 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32008/statm: 2287 275 233 213 0 72 0
[pid=32009] ppid=32008 vsize=14876 CPUtime=4.05 cores=0,2,4,6
/proc/32009/stat : 32009 (npSolver-pbo) S 32008 32008 28222 0 -1 4202496 6224 28868 0 0 29 20 326 30 20 0 1 0 379069266 15233024 3345 33554432000 4194304 6004724 140734082864816 140734082849736 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32009/statm: 3719 3345 178 442 0 3273 0
[pid=32019] ppid=32009 vsize=419388 CPUtime=1796 cores=0,2,4,6
/proc/32019/stat : 32019 (glucosInc) R 32009 32008 28222 0 -1 4202496 51822 0 0 0 179480 120 0 0 20 0 1 0 379069674 429453312 91881 33554432000 4194304 5654031 140736722604144 140736722602232 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32019/statm: 104847 91881 142 357 0 104487 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 443412

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32008 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=570457
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=508922
# CPU time returned by wait4() is 4.07938
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1798.35
CPU system time (s): 1.7
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 523552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.57046
system time used= 0.508922
maximum resident set size= 68872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361
involuntary context switches= 234

runsolver used 7.57285 second user time and 18.1002 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-08 06:23:40
IDJOB=3749308
IDBENCH=48149
IDSOLVER=2333
FILE ID=node112/3749308-1339129420
RUNJOBID= node112-1339112634-30529
PBS_JOBID= 14643741
Free space on /tmp= 69832 MiB

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

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

MD5SUM BENCH= 12e000f4c238d036e0b89e0774c838fa
RANDOM SEED=1159468469

node112.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.763
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	: 5333.52
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.763
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.763
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.763
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.763
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.92
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.763
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.92
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.763
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.763
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:        22120000 kB
Buffers:          130704 kB
Cached:          2198060 kB
SwapCached:         2092 kB
Active:          9253680 kB
Inactive:         640436 kB
Active(anon):    7564764 kB
Inactive(anon):     3064 kB
Active(file):    1688916 kB
Inactive(file):   637372 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099380 kB
Dirty:              9736 kB
Writeback:             0 kB
AnonPages:       7571248 kB
Mapped:             9124 kB
Shmem:                 0 kB
Slab:             706740 kB
SReclaimable:     150736 kB
SUnreclaim:       556004 kB
KernelStack:        1472 kB
PageTables:        18332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10529620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3932160 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= 71144 MiB
End job on node112 at 2012-06-08 06:53:40