Trace number 3748236

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.12 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-147500
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.99/2.08	c run inc solver
1.99/2.08	c [INC SYSTEM] run initial solver
1.99/2.08	c [INC SYSTEM] preprocess with white file
9.95/10.08	c [INC SYSTEM] finished preprocessing in 7 s
9.95/10.08	c [INC SYSTEM] execute solver
703.71/703.93	c [INC SEARCH] formula is SAT
703.71/703.96	c [INC SYSTEM] solved the initial formula
703.71/703.97	c model valid
703.71/703.97	c current solution ok
706.31/706.58	o 0
706.31/706.58	c execute binary inc search
706.31/706.58	c [INC SEARCH] current bound: 15560588
706.31/706.58	c [INC SEARCH] iteration: 0
706.31/706.58	c [INC SEARCH] lower bound: 0 upperbound 31121176 current bound: 15560588 best value:31121176
706.31/706.58	c [INC SYSTEM] there exists a inc, kill it!
706.31/706.58	c write failed with 2
706.31/706.59	c [INC SYSTEM] create new solver instance
706.31/706.59	c [INC] encode full formula
706.31/706.59	c fallback to adder encoding
706.72/706.97	c set iterative enc to: adder
706.72/706.97	c set iterative enc to: none
706.79/707.09	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.51	c an unexpexted return value has been received, exit
1800.08/1800.51	s UNKNOWN
1800.08/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.51	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3748236-1339122712/watcher-3748236-1339122712 -o /tmp/evaluation-result-3748236-1339122712/solver-3748236-1339122712 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748236-1339122712.opb 1715660461 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: 5.59 3.93 2.77 4/180 17684
/proc/meminfo: memFree=13454468/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0

[startup+0.0320081 s]
/proc/loadavg: 5.59 3.93 2.77 4/180 17684
/proc/meminfo: memFree=13454468/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100443 s]
/proc/loadavg: 5.59 3.93 2.77 4/180 17684
/proc/meminfo: memFree=13454468/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300331 s]
/proc/loadavg: 5.59 3.93 2.77 4/180 17684
/proc/meminfo: memFree=13454468/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700368 s]
/proc/loadavg: 5.59 3.93 2.77 4/180 17684
/proc/meminfo: memFree=13454468/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 5.59 3.93 2.77 4/182 17686
/proc/meminfo: memFree=19306744/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=205924 CPUtime=1.49 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) R 17684 17684 10841 0 -1 4202496 14886 0 0 0 143 6 0 0 20 0 1 0 378395764 210866176 36692 33554432000 4194304 6004724 140734446616976 140734446611256 4534761 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 51481 36692 152 442 0 51035 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 215072

[startup+3.10042 s]
/proc/loadavg: 5.59 3.93 2.77 4/184 17688
/proc/meminfo: memFree=26442860/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=2.06 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15119 0 0 0 184 22 0 0 20 0 1 0 378395764 138817536 24396 33554432000 4194304 6004724 140734446616976 140734446611440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24396 163 442 0 33445 0
[pid=17687] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17687/stat : 17687 (cp2_pre.sh) S 17685 17684 10841 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378395974 9367552 276 33554432000 4194304 5064252 140736439085904 140736439084608 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17687/statm: 2287 276 234 213 0 72 0
[pid=17688] ppid=17687 vsize=111916 CPUtime=1 cores=1,3,5,7
/proc/17688/stat : 17688 (coprocessor) R 17687 17684 10841 0 -1 4202496 11012 0 0 0 95 5 0 0 20 0 1 0 378395974 114601984 26404 33554432000 4194304 6586260 140737032323024 140737032319784 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/17688/statm: 27979 26404 137 584 0 27391 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 265776

[startup+6.30046 s]
/proc/loadavg: 5.30 3.90 2.77 3/183 17688
/proc/meminfo: memFree=26067888/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=2.06 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15119 0 0 0 184 22 0 0 20 0 1 0 378395764 138817536 24396 33554432000 4194304 6004724 140734446616976 140734446611440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24396 163 442 0 33445 0
[pid=17687] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17687/stat : 17687 (cp2_pre.sh) S 17685 17684 10841 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378395974 9367552 276 33554432000 4194304 5064252 140736439085904 140736439084608 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17687/statm: 2287 276 234 213 0 72 0
[pid=17688] ppid=17687 vsize=428368 CPUtime=4.19 cores=1,3,5,7
/proc/17688/stat : 17688 (coprocessor) R 17687 17684 10841 0 -1 4202496 55008 0 0 0 404 15 0 0 20 0 1 0 378395974 438648832 104126 33554432000 4194304 6586260 140737032323024 140737032318952 4756632 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/17688/statm: 107092 104126 182 584 0 106504 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 582228

[startup+12.7004 s]
/proc/loadavg: 5.04 3.86 2.77 3/182 17690
/proc/meminfo: memFree=26352908/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=10.04 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15137 61540 0 0 184 22 755 43 20 0 1 0 378395764 138817536 24400 33554432000 4194304 6004724 140734446616976 140734446603256 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24400 167 442 0 33445 0
[pid=17690] ppid=17685 vsize=172004 CPUtime=2.6 cores=1,3,5,7
/proc/17690/stat : 17690 (glucosInc) R 17685 17684 10841 0 -1 4202496 31139 0 0 0 254 6 0 0 20 0 1 0 378396773 176132096 38196 33554432000 4194304 5654031 140734031237952 140734031225768 4232659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17690/statm: 43001 38196 140 357 0 42641 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 316716

[startup+25.5005 s]
/proc/loadavg: 4.36 3.77 2.75 3/182 17690
/proc/meminfo: memFree=26404784/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=10.04 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15137 61540 0 0 184 22 755 43 20 0 1 0 378395764 138817536 24400 33554432000 4194304 6004724 140734446616976 140734446603256 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24400 167 442 0 33445 0
[pid=17690] ppid=17685 vsize=193904 CPUtime=15.4 cores=1,3,5,7
/proc/17690/stat : 17690 (glucosInc) R 17685 17684 10841 0 -1 4202496 32609 0 0 0 1533 7 0 0 20 0 1 0 378396773 198557696 39932 33554432000 4194304 5654031 140734031237952 140734031235736 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17690/statm: 48476 39932 141 357 0 48116 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 338616

[startup+51.1005 s]
/proc/loadavg: 3.56 3.63 2.73 3/182 17690
/proc/meminfo: memFree=26345644/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=10.04 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15137 61540 0 0 184 22 755 43 20 0 1 0 378395764 138817536 24400 33554432000 4194304 6004724 140734446616976 140734446603256 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24400 167 442 0 33445 0
[pid=17690] ppid=17685 vsize=200592 CPUtime=41 cores=1,3,5,7
/proc/17690/stat : 17690 (glucosInc) R 17685 17684 10841 0 -1 4202496 33970 0 0 0 4092 8 0 0 20 0 1 0 378396773 205406208 42826 33554432000 4194304 5654031 140734031237952 140734031225768 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17690/statm: 50148 42826 141 357 0 49788 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 345304

[startup+102.3 s]
/proc/loadavg: 2.67 3.37 2.69 3/180 17816
/proc/meminfo: memFree=26540280/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=10.04 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15137 61540 0 0 184 22 755 43 20 0 1 0 378395764 138817536 24400 33554432000 4194304 6004724 140734446616976 140734446603256 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24400 167 442 0 33445 0
[pid=17690] ppid=17685 vsize=208712 CPUtime=92.19 cores=1,3,5,7
/proc/17690/stat : 17690 (glucosInc) R 17685 17684 10841 0 -1 4202496 36679 0 0 0 9209 10 0 0 20 0 1 0 378396773 213721088 45063 33554432000 4194304 5654031 140734031237952 140734031225768 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17690/statm: 52178 45063 141 357 0 51818 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 353424

[startup+162.3 s]
/proc/loadavg: 2.25 3.12 2.64 3/181 17820
/proc/meminfo: memFree=26554344/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=10.04 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15137 61540 0 0 184 22 755 43 20 0 1 0 378395764 138817536 24400 33554432000 4194304 6004724 140734446616976 140734446603256 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24400 167 442 0 33445 0
[pid=17690] ppid=17685 vsize=212116 CPUtime=152.15 cores=1,3,5,7
/proc/17690/stat : 17690 (glucosInc) R 17685 17684 10841 0 -1 4202496 37913 0 0 0 15204 11 0 0 20 0 1 0 378396773 217206784 46557 33554432000 4194304 5654031 140734031237952 140734031225768 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17690/statm: 53029 46557 141 357 0 52669 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 356828

[startup+222.307 s]
/proc/loadavg: 2.09 2.91 2.60 3/182 17821
/proc/meminfo: memFree=26527376/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=135564 CPUtime=10.04 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 15137 61540 0 0 184 22 755 43 20 0 1 0 378395764 138817536 24400 33554432000 4194304 6004724 140734446616976 140734446603256 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 33891 24400 167 442 0 33445 0
[pid=17690] ppid=17685 vsize=213420 CPUtime=212.14 cores=1,3,5,7
/proc/17690/stat : 17690 (glucosInc) R 17685 17684 10841 0 -1 4202496 39050 0 0 0 21202 12 0 0 20 0 1 0 378396773 218542080 47915 33554432000 4194304 5654031 140734031237952 140734031225768 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17690/statm: 53355 47915 141 357 0 52995 0
Current children cumulated CPU time (s) 222.18

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

/proc/meminfo: memFree=26214072/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=324832 CPUtime=535.05 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 64381 0 0 0 53455 50 0 0 20 0 1 0 378466474 332627968 76365 33554432000 4194304 5654031 140734677822976 140734677810792 4216337 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 81208 76365 142 357 0 80848 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 510932

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.17 3/180 17834
/proc/meminfo: memFree=26185416/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=380000 CPUtime=595.05 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 67279 0 0 0 59450 55 0 0 20 0 1 0 378466474 389120000 80767 33554432000 4194304 5654031 140734677822976 140734677810792 4216632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 95000 80767 142 357 0 94640 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 566100

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/181 17835
/proc/meminfo: memFree=26207024/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=381956 CPUtime=655.03 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 69070 0 0 0 65444 59 0 0 20 0 1 0 378466474 391122944 84079 33554432000 4194304 5654031 140734677822976 140734677810792 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 95489 84079 142 357 0 95129 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 568056

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/181 17835
/proc/meminfo: memFree=26194680/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=385508 CPUtime=715.04 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 71140 0 0 0 71440 64 0 0 20 0 1 0 378466474 394760192 87157 33554432000 4194304 5654031 140734677822976 140734677810792 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 96377 87157 142 357 0 96017 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 571608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/181 17836
/proc/meminfo: memFree=26178404/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=389480 CPUtime=775.01 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 72103 0 0 0 77434 67 0 0 20 0 1 0 378466474 398827520 90217 33554432000 4194304 5654031 140734677822976 140734677810792 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 97370 90217 142 357 0 97010 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 575580

[startup+1542.31 s]
/proc/loadavg: 2.04 2.02 2.13 3/181 17836
/proc/meminfo: memFree=26198964/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=389480 CPUtime=835.01 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 73266 0 0 0 83429 72 0 0 20 0 1 0 378466474 398827520 83433 33554432000 4194304 5654031 140734677822976 140734677810792 4215290 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 97370 83433 142 357 0 97010 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 575580

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.12 3/181 17836
/proc/meminfo: memFree=26192716/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=394420 CPUtime=894.99 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 74590 0 0 0 89425 74 0 0 20 0 1 0 378466474 403886080 85004 33554432000 4194304 5654031 140734677822976 140734677810792 4233002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 98605 85004 142 357 0 98245 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 580520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/181 17836
/proc/meminfo: memFree=26175172/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=396244 CPUtime=954.98 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 75203 0 0 0 95421 77 0 0 20 0 1 0 378466474 405753856 86191 33554432000 4194304 5654031 140734677822976 140734677810792 4215014 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 99061 86191 142 357 0 98701 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 582344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/182 17839
/proc/meminfo: memFree=26138380/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=398572 CPUtime=1014.97 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 75775 0 0 0 101419 78 0 0 20 0 1 0 378466474 408137728 95450 33554432000 4194304 5654031 140734677822976 140734677810792 4232932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 99643 95450 142 357 0 99283 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 584672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/182 17863
/proc/meminfo: memFree=26141120/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=398572 CPUtime=1074.97 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 76435 0 0 0 107415 82 0 0 20 0 1 0 378466474 408137728 95330 33554432000 4194304 5654031 140734677822976 140734677810792 4232870 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 99643 95330 142 357 0 99283 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 584672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.09 3/182 17863
/proc/meminfo: memFree=26151796/32873844 swapFree=9160/9160
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (npSolver-pbo-I.) S 17682 17684 10841 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378395764 9367552 274 33554432000 4194304 5064252 140737203059616 140737203058528 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17684/statm: 2287 274 233 213 0 72 0
[pid=17685] ppid=17684 vsize=176952 CPUtime=706.91 cores=1,3,5,7
/proc/17685/stat : 17685 (npSolver-pbo) S 17684 17684 10841 0 -1 4202496 22780 110652 0 0 276 234 70095 86 20 0 1 0 378395764 181198848 34727 33554432000 4194304 6004724 140734446616976 140734446601896 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/17685/statm: 44238 34727 179 442 0 43792 0
[pid=17829] ppid=17685 vsize=401612 CPUtime=1093.17 cores=1,3,5,7
/proc/17829/stat : 17829 (glucosInc) R 17685 17684 10841 0 -1 4202496 77761 0 0 0 109233 84 0 0 20 0 1 0 378466474 411250688 89114 33554432000 4194304 5654031 140734677822976 140734677810792 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17829/statm: 100403 89114 142 357 0 100043 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 587712

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1796.06
CPU system time (s): 4.06138
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 715176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.06
system time used= 4.06138
maximum resident set size= 478488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211574
page faults= 0
swaps= 0
block input operations= 8
block output operations= 523352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1105
involuntary context switches= 1882

runsolver used 6.10607 second user time and 11.8722 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-08 04:31:52
IDJOB=3748236
IDBENCH=2519
IDSOLVER=2333
FILE ID=node139/3748236-1339122712
RUNJOBID= node139-1339111531-12534
PBS_JOBID= 14643714
Free space on /tmp= 63888 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748236-1339122712/watcher-3748236-1339122712 -o /tmp/evaluation-result-3748236-1339122712/solver-3748236-1339122712 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748236-1339122712.opb 1715660461 HOME HOME

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=1715660461

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:        13340536 kB
Buffers:          589452 kB
Cached:         17397424 kB
SwapCached:          828 kB
Active:          2494272 kB
Inactive:       15754380 kB
Active(anon):     255484 kB
Inactive(anon):     7900 kB
Active(file):    2238788 kB
Inactive(file): 15746480 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             14532 kB
Writeback:             0 kB
AnonPages:        371480 kB
Mapped:            13196 kB
Shmem:                 8 kB
Slab:            1136412 kB
SReclaimable:     577840 kB
SUnreclaim:       558572 kB
KernelStack:        1504 kB
PageTables:         4632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     386536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 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= 70908 MiB
End job on node139 at 2012-06-08 05:01:53