Trace number 3700007

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? (problem) 90.33 100.318

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12037_6.std.opb
MD5SUM40c1638d55110dda04152daa502917a6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark175
Best CPU time to get the best result obtained on this benchmark1800.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints245028
Number of constraints which are clauses243828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.59/3.66	c run inc solver
3.59/3.66	c [INC SYSTEM] run initial solver
3.59/3.66	c [INC SYSTEM] preprocess with white file
12.71/12.96	c [INC SYSTEM] finished preprocessing in 9 s
12.71/12.96	c [INC SYSTEM] execute solver
89.45/89.69	c [INC SEARCH] formula is SAT
89.75/89.90	c [INC SYSTEM] solved the initial formula
90.05/90.22	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
90.33/100.31	HOME/npSolver-pbo-I.sh: line 18: 19010 Aborted                 (core dumped) ./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-3700007-1338086370/watcher-3700007-1338086370 -o /tmp/evaluation-result-3700007-1338086370/solver-3700007-1338086370 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700007-1338086370.opb 951493967 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.53 2.19 2.08 3/179 19009
/proc/meminfo: memFree=19870776/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0

[startup+0.0611911 s]
/proc/loadavg: 2.53 2.19 2.08 3/179 19009
/proc/meminfo: memFree=19870776/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 2.53 2.19 2.08 3/179 19009
/proc/meminfo: memFree=19870776/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300189 s]
/proc/loadavg: 2.53 2.19 2.08 3/179 19009
/proc/meminfo: memFree=19870776/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700188 s]
/proc/loadavg: 2.53 2.19 2.08 3/179 19009
/proc/meminfo: memFree=19870776/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.53 2.19 2.08 3/181 19011
/proc/meminfo: memFree=19824036/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=117740 CPUtime=1.49 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) R 19009 19009 14700 0 -1 4202496 16236 0 0 0 145 4 0 0 20 0 1 0 274762526 120565760 25389 33554432000 4194304 5992684 140733730050528 140733730041080 4524747 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 29435 25389 158 440 0 28991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126888

[startup+3.10032 s]
/proc/loadavg: 2.53 2.19 2.08 3/181 19011
/proc/meminfo: memFree=19705644/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=398564 CPUtime=3.09 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) R 19009 19009 14700 0 -1 4202496 38453 0 0 0 299 10 0 0 20 0 1 0 274762526 408129536 67950 33554432000 4194304 5992684 140733730050528 140733730037368 4957503 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 99641 67951 158 440 0 99197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 407712

[startup+6.30022 s]
/proc/loadavg: 2.57 2.20 2.09 3/183 19013
/proc/meminfo: memFree=19140960/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=416340 CPUtime=3.66 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4202496 43174 0 0 0 332 34 0 0 20 0 1 0 274762526 426332160 76992 33554432000 4194304 5992684 140733730050528 140733730044976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 104085 76992 165 440 0 103641 0
[pid=19012] ppid=19010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19012/stat : 19012 (cp2_pre.sh) S 19010 19009 14700 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274762892 9367552 277 33554432000 4194304 5064252 140735193091648 140735193090352 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19012/statm: 2287 277 234 213 0 72 0
[pid=19013] ppid=19012 vsize=755540 CPUtime=2.61 cores=1,3,5,7
/proc/19013/stat : 19013 (coprocessor) R 19012 19009 14700 0 -1 4202496 19358 0 0 0 247 14 0 0 20 0 1 0 274762893 773672960 144719 33554432000 4194304 6586260 140734784676512 140734784673272 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/19013/statm: 188885 144719 158 584 0 188297 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1190176

[startup+12.7002 s]
/proc/loadavg: 2.52 2.20 2.08 3/183 19013
/proc/meminfo: memFree=18693476/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=416340 CPUtime=3.66 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4202496 43174 0 0 0 332 34 0 0 20 0 1 0 274762526 426332160 76992 33554432000 4194304 5992684 140733730050528 140733730044976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 104085 76992 165 440 0 103641 0
[pid=19012] ppid=19010 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19012/stat : 19012 (cp2_pre.sh) S 19010 19009 14700 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274762892 9367552 277 33554432000 4194304 5064252 140735193091648 140735193090352 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19012/statm: 2287 277 234 213 0 72 0
[pid=19013] ppid=19012 vsize=755540 CPUtime=8.85 cores=1,3,5,7
/proc/19013/stat : 19013 (coprocessor) R 19012 19009 14700 0 -1 4202496 19358 0 0 0 841 44 0 0 20 0 1 0 274762893 773672960 144719 33554432000 4194304 6586260 140734784676512 140734784672264 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 16 0 0
/proc/19013/statm: 188885 144719 158 584 0 188297 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 1190176

[startup+25.5004 s]
/proc/loadavg: 2.41 2.19 2.08 3/182 19015
/proc/meminfo: memFree=18506836/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=416340 CPUtime=12.77 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4202496 43188 20260 0 0 332 34 863 48 20 0 1 0 274762526 426332160 76994 33554432000 4194304 5992684 140733730050528 140733730036792 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 104085 76994 167 440 0 103641 0
[pid=19015] ppid=19010 vsize=1075000 CPUtime=12.53 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) R 19010 19009 14700 0 -1 4202496 137218 0 0 0 1219 34 0 0 20 0 1 0 274763822 1100800000 226611 33554432000 4194304 5654031 140734695848384 140734695846264 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19015/statm: 268750 226611 130 357 0 268390 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1500488

[startup+51.1004 s]
/proc/loadavg: 2.27 2.17 2.08 3/182 19017
/proc/meminfo: memFree=18506308/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=416340 CPUtime=12.77 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4202496 43188 20260 0 0 332 34 863 48 20 0 1 0 274762526 426332160 76994 33554432000 4194304 5992684 140733730050528 140733730036792 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 104085 76994 167 440 0 103641 0
[pid=19015] ppid=19010 vsize=1076188 CPUtime=38.12 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) R 19010 19009 14700 0 -1 4202496 137521 0 0 0 3778 34 0 0 20 0 1 0 274763822 1102016512 226914 33554432000 4194304 5654031 140734695848384 140734695846168 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19015/statm: 269047 226914 130 357 0 268687 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 1501676

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

[startup+51.2005 s]
/proc/loadavg: 2.27 2.17 2.08 3/182 19017
/proc/meminfo: memFree=18506308/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=416340 CPUtime=12.77 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4202496 43188 20260 0 0 332 34 863 48 20 0 1 0 274762526 426332160 76994 33554432000 4194304 5992684 140733730050528 140733730036792 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 104085 76994 167 440 0 103641 0
[pid=19015] ppid=19010 vsize=1076188 CPUtime=38.22 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) R 19010 19009 14700 0 -1 4202496 137521 0 0 0 3788 34 0 0 20 0 1 0 274763822 1102016512 226914 33554432000 4194304 5654031 140734695848384 140734695846168 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19015/statm: 269047 226914 130 357 0 268687 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1501676

[startup+76.8003 s]
/proc/loadavg: 2.17 2.16 2.08 3/182 19017
/proc/meminfo: memFree=18503484/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=416340 CPUtime=12.77 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4202496 43188 20260 0 0 332 34 863 48 20 0 1 0 274762526 426332160 76994 33554432000 4194304 5992684 140733730050528 140733730036792 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 104085 76994 167 440 0 103641 0
[pid=19015] ppid=19010 vsize=1076980 CPUtime=63.81 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) R 19010 19009 14700 0 -1 4202496 137704 0 0 0 6347 34 0 0 20 0 1 0 274763822 1102827520 227608 33554432000 4194304 5654031 140734695848384 140734695846264 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19015/statm: 269245 227608 130 357 0 268885 0
Current children cumulated CPU time (s) 76.58
Current children cumulated vsize (KiB) 1502468

[startup+89.6002 s]
/proc/loadavg: 2.15 2.15 2.08 3/182 19017
/proc/meminfo: memFree=18451784/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=481620 CPUtime=12.85 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) R 19009 19009 14700 0 -1 4202496 46215 20260 0 0 338 36 863 48 20 0 1 0 274762526 493178880 92724 33554432000 4194304 5992684 140733730050528 140733730036792 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19010/statm: 120405 92724 167 440 0 119961 0
[pid=19015] ppid=19010 vsize=1086600 CPUtime=76.6 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) R 19010 19009 14700 0 -1 4202496 142746 0 0 0 7624 36 0 0 20 0 1 0 274763822 1112678400 233161 33554432000 4194304 5654031 140734695848384 140734695844856 4976752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19015/statm: 271650 233161 141 357 0 271290 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 1577368

[startup+96.0002 s]
/proc/loadavg: 2.12 2.14 2.08 2/182 19018
/proc/meminfo: memFree=17582052/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=506948 CPUtime=13.72 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4204032 47886 20260 0 0 398 63 863 48 20 0 1 0 274762526 519114752 99664 33554432000 4194304 5992684 140733730050528 140733730045064 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19010/statm: 126737 99664 185 440 0 126293 0
[pid=19015] ppid=19010 vsize=1086604 CPUtime=76.61 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) S 19010 19009 14700 0 -1 4202496 142751 0 0 0 7625 36 0 0 20 0 1 0 274763822 1112682496 233166 33554432000 4194304 5654031 140734695848384 140734695846696 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19015/statm: 271651 233166 146 357 0 271291 0
Current children cumulated CPU time (s) 90.33
Current children cumulated vsize (KiB) 1602700

[startup+97.6003 s]
/proc/loadavg: 2.12 2.14 2.08 2/182 19018
/proc/meminfo: memFree=17581788/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=506948 CPUtime=13.72 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4204032 47886 20260 0 0 398 63 863 48 20 0 1 0 274762526 519114752 99664 33554432000 4194304 5992684 140733730050528 140733730045064 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19010/statm: 126737 99664 185 440 0 126293 0
[pid=19015] ppid=19010 vsize=1086604 CPUtime=76.61 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) S 19010 19009 14700 0 -1 4202496 142751 0 0 0 7625 36 0 0 20 0 1 0 274763822 1112682496 233166 33554432000 4194304 5654031 140734695848384 140734695846696 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19015/statm: 271651 233166 146 357 0 271291 0
Current children cumulated CPU time (s) 90.33
Current children cumulated vsize (KiB) 1602700

[startup+99.2002 s]
/proc/loadavg: 2.12 2.14 2.08 2/182 19018
/proc/meminfo: memFree=17581540/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=506948 CPUtime=13.72 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4204032 47886 20260 0 0 398 63 863 48 20 0 1 0 274762526 519114752 99664 33554432000 4194304 5992684 140733730050528 140733730045064 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19010/statm: 126737 99664 185 440 0 126293 0
[pid=19015] ppid=19010 vsize=1086604 CPUtime=76.61 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) S 19010 19009 14700 0 -1 4202496 142751 0 0 0 7625 36 0 0 20 0 1 0 274763822 1112682496 233166 33554432000 4194304 5654031 140734695848384 140734695846696 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19015/statm: 271651 233166 146 357 0 271291 0
Current children cumulated CPU time (s) 90.33
Current children cumulated vsize (KiB) 1602700

[startup+100 s]
/proc/loadavg: 2.12 2.14 2.08 2/182 19018
/proc/meminfo: memFree=17581540/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=506948 CPUtime=13.72 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4204032 47886 20260 0 0 398 63 863 48 20 0 1 0 274762526 519114752 99664 33554432000 4194304 5992684 140733730050528 140733730045064 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19010/statm: 126737 99664 185 440 0 126293 0
[pid=19015] ppid=19010 vsize=1086604 CPUtime=76.61 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) S 19010 19009 14700 0 -1 4202496 142751 0 0 0 7625 36 0 0 20 0 1 0 274763822 1112682496 233166 33554432000 4194304 5654031 140734695848384 140734695846696 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19015/statm: 271651 233166 146 357 0 271291 0
Current children cumulated CPU time (s) 90.33
Current children cumulated vsize (KiB) 1602700

[startup+100.207 s]
/proc/loadavg: 2.27 2.18 2.09 2/182 19018
/proc/meminfo: memFree=17581540/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=506948 CPUtime=13.72 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4204032 47886 20260 0 0 398 63 863 48 20 0 1 0 274762526 519114752 99664 33554432000 4194304 5992684 140733730050528 140733730045064 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19010/statm: 126737 99664 185 440 0 126293 0
[pid=19015] ppid=19010 vsize=1086604 CPUtime=76.61 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) S 19010 19009 14700 0 -1 4202496 142751 0 0 0 7625 36 0 0 20 0 1 0 274763822 1112682496 233166 33554432000 4194304 5654031 140734695848384 140734695846696 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19015/statm: 271651 233166 146 357 0 271291 0
Current children cumulated CPU time (s) 90.33
Current children cumulated vsize (KiB) 1602700

[startup+100.3 s]
/proc/loadavg: 2.27 2.18 2.09 2/182 19018
/proc/meminfo: memFree=17581540/32873648 swapFree=7104/7104
[pid=19009] ppid=19007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19009/stat : 19009 (npSolver-pbo-I.) S 19007 19009 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274762525 9367552 275 33554432000 4194304 5064252 140737135327424 140737135326336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19009/statm: 2287 275 233 213 0 72 0
[pid=19010] ppid=19009 vsize=506948 CPUtime=13.72 cores=1,3,5,7
/proc/19010/stat : 19010 (npSolver-pbo) S 19009 19009 14700 0 -1 4204032 47886 20260 0 0 398 63 863 48 20 0 1 0 274762526 519114752 99664 33554432000 4194304 5992684 140733730050528 140733730045064 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19010/statm: 126737 99664 185 440 0 126293 0
[pid=19015] ppid=19010 vsize=1086604 CPUtime=76.61 cores=1,3,5,7
/proc/19015/stat : 19015 (glucosInc) S 19010 19009 14700 0 -1 4202496 142751 0 0 0 7625 36 0 0 20 0 1 0 274763822 1112682496 233166 33554432000 4194304 5654031 140734695848384 140734695846696 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19015/statm: 271651 233166 146 357 0 271291 0
Current children cumulated CPU time (s) 90.33
Current children cumulated vsize (KiB) 1602700

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19009 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=620081
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=139826
# CPU time returned by wait4() is 13.7599
# while last known CPU time is 90.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 100.318
CPU time (s): 90.33
CPU user time (s): 88.86
CPU system time (s): 1.47
CPU usage (%): 90.0433
Max. virtual memory (cumulated for all children) (KiB): 1602700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6201
system time used= 1.13983
maximum resident set size= 578884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68520
page faults= 0
swaps= 0
block input operations= 0
block output operations= 606856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128402
involuntary context switches= 22

runsolver used 0.222966 second user time and 0.594909 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 04:39:31
IDJOB=3700007
IDBENCH=77189
IDSOLVER=2276
FILE ID=node127/3700007-1338086370
RUNJOBID= node127-1338052949-14717
PBS_JOBID= 14624406
Free space on /tmp= 68476 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12037_6.std.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700007-1338086370/watcher-3700007-1338086370 -o /tmp/evaluation-result-3700007-1338086370/solver-3700007-1338086370 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700007-1338086370.opb 951493967 HOME HOME

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

MD5SUM BENCH= 40c1638d55110dda04152daa502917a6
RANDOM SEED=951493967

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:        19871156 kB
Buffers:          349272 kB
Cached:          5998892 kB
SwapCached:            0 kB
Active:          9559044 kB
Inactive:        2534916 kB
Active(anon):    5747920 kB
Inactive(anon):        0 kB
Active(file):    3811124 kB
Inactive(file):  2534916 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17704 kB
Writeback:             0 kB
AnonPages:       5754480 kB
Mapped:            15740 kB
Shmem:               200 kB
Slab:             755780 kB
SReclaimable:     199588 kB
SUnreclaim:       556192 kB
KernelStack:        1488 kB
PageTables:        15452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    6713120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2985984 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= 67948 MiB
End job on node127 at 2012-05-27 04:41:12