Trace number 3699780

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.42	c run inc solver
0.00/0.42	c [INC SYSTEM] run initial solver
0.00/0.42	c [INC SYSTEM] preprocess with white file
2.67/2.71	c [INC SYSTEM] finished preprocessing in 2 s
2.67/2.71	c [INC SYSTEM] execute solver
5.37/5.44	c [INC SEARCH] formula is SAT
5.37/5.45	c [INC SYSTEM] solved the initial formula
5.37/5.46	c model valid
5.37/5.46	c current solution ok
6.48/6.56	o 1209
6.48/6.56	c execute binary inc search
6.48/6.56	c [INC SEARCH] current bound: 604
6.48/6.56	c [INC SEARCH] iteration: 0
6.48/6.56	c [INC SEARCH] lower bound: 0 upperbound 1209 current bound: 604 best value:1209
6.48/6.56	c [INC SYSTEM] there exists a inc, kill it!
6.48/6.56	c write failed with 2
6.48/6.56	c [INC SYSTEM] create new solver instance
6.48/6.56	c [INC] encode full formula
6.48/6.58	c set iterative enc to: swc
6.57/6.61	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	HOME/npSolver-pbo-I.sh: line 18: 16781 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-3699780-1338071370/watcher-3699780-1338071370 -o /tmp/evaluation-result-3699780-1338071370/solver-3699780-1338071370 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699780-1338071370.opb 1652973354 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 2.00 3/178 16780
/proc/meminfo: memFree=28085836/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0

[startup+0.033025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16780
/proc/meminfo: memFree=28085836/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100182 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16780
/proc/meminfo: memFree=28085836/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16780
/proc/meminfo: memFree=28085836/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16780
/proc/meminfo: memFree=28085836/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16784
/proc/meminfo: memFree=27926072/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=38312 CPUtime=0.41 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 9336 0 0 0 38 3 0 0 20 0 1 0 273262463 39231488 8686 33554432000 4194304 5992684 140736288435648 140736288430096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16781/statm: 9578 8686 164 440 0 9134 0
[pid=16783] ppid=16781 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16783/stat : 16783 (cp2_pre.sh) S 16781 16780 14700 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273262506 9367552 276 33554432000 4194304 5064252 140735947103120 140735947101824 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16783/statm: 2287 276 234 213 0 72 0
[pid=16784] ppid=16783 vsize=137820 CPUtime=1.05 cores=1,3,5,7
/proc/16784/stat : 16784 (coprocessor) R 16783 16780 14700 0 -1 4202496 24906 0 0 0 101 4 0 0 20 0 1 0 273262506 141127680 33364 33554432000 4194304 6586260 140733629614832 140733629611096 4756484 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16784/statm: 34455 33364 182 584 0 33867 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 194428

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16784
/proc/meminfo: memFree=27873892/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=38312 CPUtime=2.69 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 9352 29856 0 0 38 4 219 8 20 0 1 0 273262463 39231488 8688 33554432000 4194304 5992684 140736288435648 140736288421912 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16781/statm: 9578 8688 166 440 0 9134 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 47460

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16786
/proc/meminfo: memFree=27956284/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=40260 CPUtime=3.55 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) R 16780 16780 14700 0 -1 4202496 10882 29856 0 0 55 73 219 8 20 0 1 0 273262463 41226240 9286 33554432000 4194304 5992684 140736288435648 140736288429832 5179696 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10065 9286 173 440 0 9621 0
[pid=16786] ppid=16781 vsize=85492 CPUtime=2.72 cores=1,3,5,7
/proc/16786/stat : 16786 (glucosInc) S 16781 16780 14700 0 -1 4202496 17049 0 0 0 269 3 0 0 20 0 1 0 273262734 87543808 18858 33554432000 4194304 5654031 140737201094016 140737201092328 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16786/statm: 21373 18858 146 357 0 21013 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 134900

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 16789
/proc/meminfo: memFree=27921664/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=106084 CPUtime=6.07 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 19252 0 0 0 603 4 0 0 20 0 1 0 273263124 108630016 21973 33554432000 4194304 5654031 140737003907536 140737003905320 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 26521 21973 131 357 0 26161 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 156832

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 16789
/proc/meminfo: memFree=27911440/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=106216 CPUtime=18.87 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 20149 0 0 0 1882 5 0 0 20 0 1 0 273263124 108765184 22588 33554432000 4194304 5654031 140737003907536 140737003905624 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 26554 22588 132 357 0 26194 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 156964

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 16792
/proc/meminfo: memFree=27840516/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=174480 CPUtime=44.46 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 21307 0 0 0 4440 6 0 0 20 0 1 0 273263124 178667520 37225 33554432000 4194304 5654031 140737003907536 140737003905464 4218799 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 43620 37225 132 357 0 43260 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 225228

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 16792
/proc/meminfo: memFree=27922388/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=174480 CPUtime=95.67 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 21432 0 0 0 9559 8 0 0 20 0 1 0 273263124 178667520 37228 33554432000 4194304 5654031 140737003907536 140737003905464 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 43620 37228 132 357 0 43260 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 225228

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16792
/proc/meminfo: memFree=27896268/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=174480 CPUtime=155.64 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 21586 0 0 0 15555 9 0 0 20 0 1 0 273263124 178667520 41343 33554432000 4194304 5654031 140737003907536 140737003905464 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 43620 41343 132 357 0 43260 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 225228

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16792
/proc/meminfo: memFree=27947320/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=125160 CPUtime=215.62 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 21665 0 0 0 21552 10 0 0 20 0 1 0 273263124 128163840 29116 33554432000 4194304 5654031 140737003907536 140737003905560 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 31290 29116 132 357 0 30930 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 175908

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/181 16846
/proc/meminfo: memFree=27996600/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=205300 CPUtime=1295.43 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 30068 0 0 0 129502 41 0 0 20 0 1 0 273263124 210227200 44621 33554432000 4194304 5654031 140737003907536 140737003905624 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 51325 44621 132 357 0 50965 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 256048

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16846
/proc/meminfo: memFree=28001008/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=255388 CPUtime=1355.42 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 30896 0 0 0 135499 43 0 0 20 0 1 0 273263124 261517312 52090 33554432000 4194304 5654031 140737003907536 140737003905624 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 63847 52090 132 357 0 63487 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 306136

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16846
/proc/meminfo: memFree=28041392/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=205300 CPUtime=1415.42 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 31031 0 0 0 141497 45 0 0 20 0 1 0 273263124 210227200 42061 33554432000 4194304 5654031 140737003907536 140737003905624 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 51325 42061 132 357 0 50965 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 256048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16847
/proc/meminfo: memFree=28014892/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=205300 CPUtime=1475.4 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 31044 0 0 0 147495 45 0 0 20 0 1 0 273263124 210227200 48717 33554432000 4194304 5654031 140737003907536 140737003905624 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 51325 48717 132 357 0 50965 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 256048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16847
/proc/meminfo: memFree=28015500/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=174480 CPUtime=1535.39 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 31924 0 0 0 153492 47 0 0 20 0 1 0 273263124 178667520 37898 33554432000 4194304 5654031 140737003907536 140737003905464 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 43620 37898 132 357 0 43260 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 225228

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 16847
/proc/meminfo: memFree=28030612/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=205300 CPUtime=1595.37 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 32017 0 0 0 159489 48 0 0 20 0 1 0 273263124 210227200 44621 33554432000 4194304 5654031 140737003907536 140737003905624 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 51325 44621 132 357 0 50965 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 256048

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 16847
/proc/meminfo: memFree=28007264/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=255388 CPUtime=1655.37 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 32844 0 0 0 165487 50 0 0 20 0 1 0 273263124 261517312 50554 33554432000 4194304 5654031 140737003907536 140737003905624 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 63847 50554 132 357 0 63487 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 306136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16847
/proc/meminfo: memFree=28013440/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=174480 CPUtime=1715.36 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 32907 0 0 0 171485 51 0 0 20 0 1 0 273263124 178667520 38922 33554432000 4194304 5654031 140737003907536 140737003905464 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 43620 38922 132 357 0 43260 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 225228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16848
/proc/meminfo: memFree=28030956/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=205300 CPUtime=1775.34 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 32985 0 0 0 177483 51 0 0 20 0 1 0 273263124 210227200 44621 33554432000 4194304 5654031 140737003907536 140737003905624 4216337 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 51325 44621 132 357 0 50965 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 256048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16848
/proc/meminfo: memFree=27990680/32873648 swapFree=7104/7104
[pid=16780] ppid=16778 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16780/stat : 16780 (npSolver-pbo-I.) S 16778 16780 14700 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273262463 9367552 274 33554432000 4194304 5064252 140734062374304 140734062373216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16780/statm: 2287 274 233 213 0 72 0
[pid=16781] ppid=16780 vsize=41600 CPUtime=6.59 cores=1,3,5,7
/proc/16781/stat : 16781 (npSolver-pbo) S 16780 16780 14700 0 -1 4202496 12372 47945 0 0 61 93 488 17 20 0 1 0 273262463 42598400 9552 33554432000 4194304 5992684 140736288435648 140736288420552 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/16781/statm: 10400 9552 178 440 0 9956 0
[pid=16789] ppid=16781 vsize=205300 CPUtime=1793.45 cores=1,3,5,7
/proc/16789/stat : 16789 (glucosInc) R 16781 16780 14700 0 -1 4202496 32989 0 0 0 179294 51 0 0 20 0 1 0 273263124 210227200 46669 33554432000 4194304 5654031 140737003907536 140737003905624 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16789/statm: 51325 46669 132 357 0 50965 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 256048

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16780 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=507162
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=116830
# CPU time returned by wait4() is 6.62399
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.43
CPU system time (s): 1.61
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 387524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.50716
system time used= 1.11683
maximum resident set size= 163948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60690
page faults= 0
swaps= 0
block input operations= 0
block output operations= 142688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 447
involuntary context switches= 29

runsolver used 5.33219 second user time and 20.6149 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 00:29:30
IDJOB=3699780
IDBENCH=2923
IDSOLVER=2276
FILE ID=node127/3699780-1338071370
RUNJOBID= node127-1338052949-14717
PBS_JOBID= 14624406
Free space on /tmp= 71052 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699780-1338071370/watcher-3699780-1338071370 -o /tmp/evaluation-result-3699780-1338071370/solver-3699780-1338071370 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699780-1338071370.opb 1652973354 HOME HOME

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=1652973354

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.348
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:        28086464 kB
Buffers:          330796 kB
Cached:          3348956 kB
SwapCached:            0 kB
Active:          1412700 kB
Inactive:        2547944 kB
Active(anon):     282864 kB
Inactive(anon):        0 kB
Active(file):    1129836 kB
Inactive(file):  2547944 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        428580 kB
Mapped:            15668 kB
Shmem:               200 kB
Slab:             677584 kB
SReclaimable:     121980 kB
SUnreclaim:       555604 kB
KernelStack:        1504 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     468248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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= 71060 MiB
End job on node127 at 2012-05-27 00:59:31