Trace number 3699167

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__64.opb
MD5SUMcc5cebabc199f10f08063890a2dc59f2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark95378
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint64
Maximum length of a constraint1345
Number of terms in the objective function 96000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 3283863936
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 3283863936
Number of bits of the biggest sum of numbers32
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.82	c run inc solver
0.00/0.82	c [INC SYSTEM] run initial solver
0.00/0.82	c [INC SYSTEM] preprocess with white file
5.54/5.72	c [INC SYSTEM] finished preprocessing in 4 s
5.54/5.72	c [INC SYSTEM] execute solver
5.58/6.43	c [INC SEARCH] formula is SAT
5.58/6.45	c [INC SYSTEM] solved the initial formula
6.37/6.59	c model valid
6.37/6.59	c current solution ok
9.25/9.49	o 113351
9.25/9.49	c execute binary inc search
9.25/9.49	c [INC SEARCH] current bound: 56675
9.25/9.49	c [INC SEARCH] iteration: 0
9.25/9.49	c [INC SEARCH] lower bound: 0 upperbound 113351 current bound: 56675 best value:113351
9.25/9.49	c [INC SYSTEM] there exists a inc, kill it!
9.25/9.49	c write failed with 2
9.35/9.50	c [INC SYSTEM] create new solver instance
9.35/9.50	c [INC] encode full formula
9.35/9.50	c fallback to adder encoding
16.65/16.87	c set iterative enc to: adder
16.65/16.87	c set iterative enc to: none
17.55/17.78	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.51	HOME/npSolver-pbo-I.sh: line 18: 18579 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-3699167-1338084414/watcher-3699167-1338084414 -o /tmp/evaluation-result-3699167-1338084414/solver-3699167-1338084414 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699167-1338084414.opb 271902846 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 18578
/proc/meminfo: memFree=27568636/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0

[startup+0.088204 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18578
/proc/meminfo: memFree=27568636/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18578
/proc/meminfo: memFree=27568636/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18578
/proc/meminfo: memFree=27568636/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700286 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18578
/proc/meminfo: memFree=27568636/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18582
/proc/meminfo: memFree=27465036/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=94416 CPUtime=0.97 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 10954 0 0 0 77 20 0 0 20 0 1 0 274566848 96681984 15996 33554432000 4194304 5992684 140735398160944 140735398155392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18579/statm: 23604 15996 167 440 0 23160 0
[pid=18581] ppid=18579 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18581/stat : 18581 (cp2_pre.sh) S 18579 18578 14700 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 274566946 9367552 277 33554432000 4194304 5064252 140737409795632 140737409794336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18581/statm: 2287 277 234 213 0 72 0
[pid=18582] ppid=18581 vsize=252732 CPUtime=0.51 cores=1,3,5,7
/proc/18582/stat : 18582 (coprocessor) R 18581 18578 14700 0 -1 4202496 23539 0 0 0 45 6 0 0 20 0 1 0 274566947 258797568 51750 33554432000 4194304 6586260 140736358106960 140736358103720 4496653 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18582/statm: 63183 51752 164 584 0 62595 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 365444

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18582
/proc/meminfo: memFree=27208652/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=94416 CPUtime=0.97 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 10954 0 0 0 77 20 0 0 20 0 1 0 274566848 96681984 15996 33554432000 4194304 5992684 140735398160944 140735398155392 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18579/statm: 23604 15996 167 440 0 23160 0
[pid=18581] ppid=18579 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18581/stat : 18581 (cp2_pre.sh) S 18579 18578 14700 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 274566946 9367552 277 33554432000 4194304 5064252 140737409795632 140737409794336 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18581/statm: 2287 277 234 213 0 72 0
[pid=18582] ppid=18581 vsize=334040 CPUtime=2.1 cores=1,3,5,7
/proc/18582/stat : 18582 (coprocessor) R 18581 18578 14700 0 -1 4202496 46229 0 0 0 201 9 0 0 20 0 1 0 274566947 342056960 81594 33554432000 4194304 6586260 140736358106960 140736358103272 4771389 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18582/statm: 83510 81594 176 584 0 82922 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 446752

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18582
/proc/meminfo: memFree=27065532/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=94672 CPUtime=5.58 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 11087 53457 0 0 77 21 440 20 20 0 1 0 274566848 96944128 16041 33554432000 4194304 5992684 140735398160944 140735398147208 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18579/statm: 23668 16041 169 440 0 23224 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 103820

[startup+12.7002 s]
/proc/loadavg: 2.15 2.03 2.01 3/180 18585
/proc/meminfo: memFree=27194140/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=420512 CPUtime=12.55 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) R 18578 18578 14700 0 -1 4202496 31912 87995 0 0 454 265 502 34 20 0 1 0 274566848 430604288 88241 33554432000 4194304 5992684 140735398160944 140735398152728 4571359 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18579/statm: 105128 88241 188 440 0 104684 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 429660

[startup+25.5004 s]
/proc/loadavg: 2.21 2.05 2.01 3/181 18588
/proc/meminfo: memFree=25639348/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1386448 CPUtime=7.7 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 178818 0 0 0 716 54 0 0 20 0 1 0 274568627 1419722752 321718 33554432000 4194304 5654031 140734582526720 140734582524504 4797458 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 346612 321719 131 357 0 346252 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1515652

[startup+51.1003 s]
/proc/loadavg: 2.14 2.04 2.01 3/181 18588
/proc/meminfo: memFree=25589740/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1417372 CPUtime=33.3 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 184395 0 0 0 3275 55 0 0 20 0 1 0 274568627 1451388928 329850 33554432000 4194304 5654031 140734582526720 140734582524488 4215079 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 354343 329850 141 357 0 353983 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 1546576

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.01 3/181 18588
/proc/meminfo: memFree=25562192/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1417372 CPUtime=84.5 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 184408 0 0 0 8395 55 0 0 20 0 1 0 274568627 1451388928 329863 33554432000 4194304 5654031 140734582526720 140734582524488 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 354343 329863 141 357 0 353983 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 1546576

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 18588
/proc/meminfo: memFree=25547360/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1417372 CPUtime=144.48 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 184418 0 0 0 14393 55 0 0 20 0 1 0 274568627 1451388928 329873 33554432000 4194304 5654031 140734582526720 140734582514536 4214603 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 354343 329873 141 357 0 353983 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 1546576

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 18591
/proc/meminfo: memFree=25563872/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1426788 CPUtime=204.47 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 184933 0 0 0 20392 55 0 0 20 0 1 0 274568627 1461030912 331410 33554432000 4194304 5654031 140734582526720 140734582514536 4215168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 356697 331410 142 357 0 356337 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 1555992

[startup+282.3 s]

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

/proc/loadavg: 2.02 2.08 2.06 3/181 18691
/proc/meminfo: memFree=17837928/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1435208 CPUtime=1344.28 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 185492 0 0 0 134372 56 0 0 20 0 1 0 274568627 1469652992 338721 33554432000 4194304 5654031 140734582526720 140734582514536 4208717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 358802 338721 142 357 0 358442 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1564412

[startup+1422.31 s]
/proc/loadavg: 2.01 2.06 2.06 3/182 18694
/proc/meminfo: memFree=17835664/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1435208 CPUtime=1404.28 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 185494 0 0 0 140372 56 0 0 20 0 1 0 274568627 1469652992 339234 33554432000 4194304 5654031 140734582526720 140734582514536 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 358802 339234 142 357 0 358442 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1564412

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/181 18694
/proc/meminfo: memFree=17834584/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1464.26 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 185784 0 0 0 146370 56 0 0 20 0 1 0 274568627 1479630848 339524 33554432000 4194304 5654031 140734582526720 140734582514536 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 339524 142 357 0 360878 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1574156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/180 18694
/proc/meminfo: memFree=17829532/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1524.25 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 186007 0 0 0 152369 56 0 0 20 0 1 0 274568627 1479630848 340769 33554432000 4194304 5654031 140734582526720 140734582514536 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 340769 142 357 0 360878 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1574156

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/181 18695
/proc/meminfo: memFree=17827752/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1584.24 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 186008 0 0 0 158368 56 0 0 20 0 1 0 274568627 1479630848 341281 33554432000 4194304 5654031 140734582526720 140734582514536 4233353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 341281 142 357 0 360878 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1574156

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/181 18695
/proc/meminfo: memFree=17827408/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1644.23 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 186008 0 0 0 164367 56 0 0 20 0 1 0 274568627 1479630848 341281 33554432000 4194304 5654031 140734582526720 140734582514536 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 341281 142 357 0 360878 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1574156

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/181 18695
/proc/meminfo: memFree=17825644/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1704.22 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 186009 0 0 0 170366 56 0 0 20 0 1 0 274568627 1479630848 341793 33554432000 4194304 5654031 140734582526720 140734582514536 4209019 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 341793 142 357 0 360878 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1574156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 18695
/proc/meminfo: memFree=17825548/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1764.21 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 186009 0 0 0 176365 56 0 0 20 0 1 0 274568627 1479630848 341793 33554432000 4194304 5654031 140734582526720 140734582514536 4214475 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 341793 142 357 0 360878 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1574156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 18695
/proc/meminfo: memFree=17825764/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1782.42 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 186009 0 0 0 178186 56 0 0 20 0 1 0 274568627 1479630848 341793 33554432000 4194304 5654031 140734582526720 140734582514536 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 341793 142 357 0 360878 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1574156

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 18695
/proc/meminfo: memFree=17825764/32873648 swapFree=7104/7104
[pid=18578] ppid=18576 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18578/stat : 18578 (npSolver-pbo-I.) S 18576 18578 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274566848 9367552 274 33554432000 4194304 5064252 140734525107520 140734525106432 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18578/statm: 2287 274 233 213 0 72 0
[pid=18579] ppid=18578 vsize=120056 CPUtime=17.63 cores=1,3,5,7
/proc/18579/stat : 18579 (npSolver-pbo) S 18578 18578 14700 0 -1 4202496 34339 88511 0 0 864 358 502 39 20 0 1 0 274566848 122937344 22459 33554432000 4194304 5992684 140735398160944 140735398145848 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/18579/statm: 30014 22459 188 440 0 29570 0
[pid=18587] ppid=18579 vsize=1444952 CPUtime=1782.42 cores=1,3,5,7
/proc/18587/stat : 18587 (glucosInc) R 18579 18578 14700 0 -1 4202496 186009 0 0 0 178186 56 0 0 20 0 1 0 274568627 1479630848 341793 33554432000 4194304 5654031 140734582526720 140734582514536 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 361238 341793 142 357 0 360878 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1574156

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18578 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=669921
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=994392
# CPU time returned by wait4() is 17.6643
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.05
CPU user time (s): 1795.52
CPU system time (s): 4.53
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 2050940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6699
system time used= 3.99439
maximum resident set size= 1178308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1398232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 994
involuntary context switches= 34

runsolver used 2.79058 second user time and 7.48686 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 04:06:54
IDJOB=3699167
IDBENCH=71876
IDSOLVER=2276
FILE ID=node127/3699167-1338084414
RUNJOBID= node127-1338052949-14717
PBS_JOBID= 14624406
Free space on /tmp= 71084 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__64.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699167-1338084414/watcher-3699167-1338084414 -o /tmp/evaluation-result-3699167-1338084414/solver-3699167-1338084414 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699167-1338084414.opb 271902846 HOME HOME

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

MD5SUM BENCH= cc5cebabc199f10f08063890a2dc59f2
RANDOM SEED=271902846

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:        27568528 kB
Buffers:          339424 kB
Cached:          3321576 kB
SwapCached:            0 kB
Active:          1956288 kB
Inactive:        2526856 kB
Active(anon):     823948 kB
Inactive(anon):        0 kB
Active(file):    1132340 kB
Inactive(file):  2526856 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12048 kB
Writeback:             0 kB
AnonPages:        965228 kB
Mapped:            15716 kB
Shmem:               200 kB
Slab:             681760 kB
SReclaimable:     126108 kB
SUnreclaim:       555652 kB
KernelStack:        1504 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1048008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    825344 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= 67888 MiB
End job on node127 at 2012-05-27 04:36:55