Trace number 3748788

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.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark761
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 492823
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 492823
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.59/1.69	c run inc solver
1.59/1.69	c [INC SYSTEM] run initial solver
1.59/1.69	c [INC SYSTEM] preprocess with white file
2.97/3.05	c [INC SYSTEM] finished preprocessing in 1 s
2.97/3.05	c [INC SYSTEM] execute solver
3.36/3.44	c [INC SEARCH] formula is SAT
3.36/3.44	c [INC SYSTEM] solved the initial formula
4.06/4.11	c model valid
4.06/4.11	c current solution ok
5.06/5.14	o 6594
5.06/5.14	c execute binary inc search
5.06/5.14	c [INC SEARCH] current bound: 3297
5.06/5.14	c [INC SEARCH] iteration: 0
5.06/5.14	c [INC SEARCH] lower bound: 0 upperbound 6594 current bound: 3297 best value:6594
5.06/5.14	c [INC SYSTEM] there exists a inc, kill it!
5.06/5.14	c write failed with 2
5.06/5.14	c [INC SYSTEM] create new solver instance
5.06/5.14	c [INC] encode full formula
5.06/5.14	c fallback to adder encoding
5.67/5.77	c set iterative enc to: adder
5.67/5.77	c set iterative enc to: none
5.75/5.88	c [INC SEARCH] isOptimum variable: 0

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-3748788-1339115132/watcher-3748788-1339115132 -o /tmp/evaluation-result-3748788-1339115132/solver-3748788-1339115132 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748788-1339115132.opb 1649634542 HOME HOME 

running on 4 cores: 1,3,5,7

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 1.94 3/178 15357
/proc/meminfo: memFree=26948164/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0

[startup+0.078155 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15357
/proc/meminfo: memFree=26948164/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10033 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15357
/proc/meminfo: memFree=26948164/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15357
/proc/meminfo: memFree=26948164/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700294 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15357
/proc/meminfo: memFree=26948164/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 15359
/proc/meminfo: memFree=26812536/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229596 CPUtime=1.49 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) R 15357 15357 10841 0 -1 4202496 41220 0 0 0 137 12 0 0 20 0 1 0 377637829 235106304 57016 33554432000 4194304 6004724 140735941374144 140735941370584 4579893 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57399 57016 137 442 0 56953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 238744

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 15361
/proc/meminfo: memFree=26665936/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229596 CPUtime=3.03 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 41253 11845 0 0 155 15 129 4 20 0 1 0 377637829 235106304 57035 33554432000 4194304 6004724 140735941374144 140735941360424 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57399 57035 152 442 0 56953 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 238744

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 15364
/proc/meminfo: memFree=26700472/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 238748

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15366
/proc/meminfo: memFree=26526800/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=159452 CPUtime=6.8 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 29516 0 0 0 673 7 0 0 20 0 1 0 377638417 163278848 33193 33554432000 4194304 5654031 140737067916576 140737067904392 4215079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 39863 33193 141 357 0 39503 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 398200

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15366
/proc/meminfo: memFree=26523760/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=161084 CPUtime=19.61 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 29912 0 0 0 1953 8 0 0 20 0 1 0 377638417 164950016 34100 33554432000 4194304 5654031 140737067916576 140737067904392 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 40271 34100 142 357 0 39911 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 399832

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15366
/proc/meminfo: memFree=26503592/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=162772 CPUtime=45.2 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 30342 0 0 0 4512 8 0 0 20 0 1 0 377638417 166678528 36063 33554432000 4194304 5654031 140737067916576 140737067904392 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 40693 36063 142 357 0 40333 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 401520

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15366
/proc/meminfo: memFree=26488516/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=165204 CPUtime=96.4 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 31955 0 0 0 9629 11 0 0 20 0 1 0 377638417 169168896 35156 33554432000 4194304 5654031 140737067916576 140737067904392 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 41301 35156 142 357 0 40941 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 403952

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15366
/proc/meminfo: memFree=26483508/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=167696 CPUtime=156.38 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 33596 0 0 0 15625 13 0 0 20 0 1 0 377638417 171720704 36249 33554432000 4194304 5654031 140737067916576 140737067904392 4233332 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 41924 36249 142 357 0 41564 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 406444

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 15366
/proc/meminfo: memFree=26473840/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=169184 CPUtime=216.35 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 34576 0 0 0 21621 14 0 0 20 0 1 0 377638417 173244416 38809 33554432000 4194304 5654031 140737067916576 140737067904392 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 42296 38809 142 357 0 41936 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 407932

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 15370
/proc/meminfo: memFree=26467900/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=203420 CPUtime=276.35 cores=1,3,5,7

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

/proc/meminfo: memFree=26028152/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=266484 CPUtime=1296.18 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 49968 0 0 0 129578 40 0 0 20 0 1 0 377638417 272879616 53825 33554432000 4194304 5654031 140737067916576 140737067904392 4215108 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 66621 53825 142 357 0 66261 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 505232

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/181 15424
/proc/meminfo: memFree=25982852/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=267104 CPUtime=1356.16 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 50131 0 0 0 135576 40 0 0 20 0 1 0 377638417 273514496 57565 33554432000 4194304 5654031 140737067916576 140737067904392 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 66776 57565 142 357 0 66416 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 505852

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/181 15424
/proc/meminfo: memFree=25999344/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=217644 CPUtime=1416.15 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 51335 0 0 0 141572 43 0 0 20 0 1 0 377638417 222867456 48712 33554432000 4194304 5654031 140737067916576 140737067904392 4232887 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 54411 48712 142 357 0 54051 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 456392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 15428
/proc/meminfo: memFree=26008816/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=268112 CPUtime=1476.13 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 51735 0 0 0 147569 44 0 0 20 0 1 0 377638417 274546688 53711 33554432000 4194304 5654031 140737067916576 140737067904392 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 67028 53711 142 357 0 66668 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 506860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15428
/proc/meminfo: memFree=25959428/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=268532 CPUtime=1536.13 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 51864 0 0 0 153568 45 0 0 20 0 1 0 377638417 274976768 58950 33554432000 4194304 5654031 140737067916576 140737067904392 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 67133 58950 142 357 0 66773 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 507280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15428
/proc/meminfo: memFree=25967272/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=318808 CPUtime=1596.11 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 52562 0 0 0 159566 45 0 0 20 0 1 0 377638417 326459392 68264 33554432000 4194304 5654031 140737067916576 140737067904392 4226337 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 79702 68264 142 357 0 79342 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 557556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15428
/proc/meminfo: memFree=25992864/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=219672 CPUtime=1656.11 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 53258 0 0 0 165563 48 0 0 20 0 1 0 377638417 224944128 51303 33554432000 4194304 5654031 140737067916576 140737067904392 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 54918 51303 142 357 0 54558 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 458420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15428
/proc/meminfo: memFree=26011964/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=270136 CPUtime=1716.1 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 53648 0 0 0 171561 49 0 0 20 0 1 0 377638417 276619264 55780 33554432000 4194304 5654031 140737067916576 140737067904392 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 67534 55780 142 357 0 67174 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 508884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15429
/proc/meminfo: memFree=25971688/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=270528 CPUtime=1776.09 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 53750 0 0 0 177560 49 0 0 20 0 1 0 377638417 277020672 58948 33554432000 4194304 5654031 140737067916576 140737067904392 4215290 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 67632 58948 142 357 0 67272 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 509276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 15429
/proc/meminfo: memFree=25956856/32873844 swapFree=9160/9160
[pid=15357] ppid=15355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15357/stat : 15357 (npSolver-pbo-I.) S 15355 15357 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377637829 9367552 274 33554432000 4194304 5064252 140736285315392 140736285314304 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15357/statm: 2287 274 233 213 0 72 0
[pid=15358] ppid=15357 vsize=229600 CPUtime=5.86 cores=1,3,5,7
/proc/15358/stat : 15358 (npSolver-pbo) S 15357 15357 10841 0 -1 4202496 62029 20859 0 0 308 102 166 10 20 0 1 0 377637829 235110400 57062 33554432000 4194304 6004724 140735941374144 140735941359064 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15358/statm: 57400 57062 178 442 0 56954 0
[pid=15366] ppid=15358 vsize=271004 CPUtime=1794.19 cores=1,3,5,7
/proc/15366/stat : 15366 (glucosInc) R 15358 15357 10841 0 -1 4202496 53838 0 0 0 179370 49 0 0 20 0 1 0 377638417 277508096 61591 33554432000 4194304 5654031 140737067916576 140737067904392 4215188 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15366/statm: 67751 61591 142 357 0 67391 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 509752

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15357 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# 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.42
CPU time (s): 1800.05
CPU user time (s): 1798.44
CPU system time (s): 1.61
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 557556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.83342 second user time and 11.3213 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-08 02:25:33
IDJOB=3748788
IDBENCH=1963
IDSOLVER=2333
FILE ID=node139/3748788-1339115132
RUNJOBID= node139-1339111531-12534
PBS_JOBID= 14643714
Free space on /tmp= 70992 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748788-1339115132/watcher-3748788-1339115132 -o /tmp/evaluation-result-3748788-1339115132/solver-3748788-1339115132 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748788-1339115132.opb 1649634542 HOME HOME

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

MD5SUM BENCH= f8f4f876e372c51b5109e7995e83ce5e
RANDOM SEED=1649634542

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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:       32873844 kB
MemFree:        26948172 kB
Buffers:          571840 kB
Cached:          4368628 kB
SwapCached:          828 kB
Active:          2283924 kB
Inactive:        2719968 kB
Active(anon):      57172 kB
Inactive(anon):     7900 kB
Active(file):    2226752 kB
Inactive(file):  2712068 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             24884 kB
Writeback:             0 kB
AnonPages:         78936 kB
Mapped:            12724 kB
Shmem:                 8 kB
Slab:             770956 kB
SReclaimable:     213048 kB
SUnreclaim:       557908 kB
KernelStack:        1488 kB
PageTables:         4380 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     192736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70856 MiB
End job on node139 at 2012-06-08 02:55:35