Trace number 3751663

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-topdown-quickBound (fixed)? (TO) 1800.02 1802.02

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_0null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUMebc55ee99ce38561d9e6a8d277ae7659
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14045
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1069402
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1069402
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

24.14/24.25	c run inc solver
24.14/24.25	c [INC SYSTEM] run initial solver
24.14/24.25	c [INC SYSTEM] preprocess with white file
93.93/95.90	c [INC SYSTEM] finished preprocessing in 71 s
93.93/95.90	c [INC SYSTEM] execute solver

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-3751663-1339173146/watcher-3751663-1339173146 -o /tmp/evaluation-result-3751663-1339173146/solver-3751663-1339173146 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751663-1339173146.opb 301695913 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.44 2.10 2.03 3/181 4647
/proc/meminfo: memFree=24375264/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0

[startup+0.0701071 s]
/proc/loadavg: 2.44 2.10 2.03 3/181 4647
/proc/meminfo: memFree=24375264/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100342 s]
/proc/loadavg: 2.44 2.10 2.03 3/181 4647
/proc/meminfo: memFree=24375264/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 2.44 2.10 2.03 3/181 4647
/proc/meminfo: memFree=24375264/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 2.44 2.10 2.03 3/181 4647
/proc/meminfo: memFree=24375264/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.44 2.10 2.03 3/183 4649
/proc/meminfo: memFree=24284072/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=147156 CPUtime=1.48 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) R 4647 4647 4273 0 -1 4202496 23472 0 0 0 143 5 0 0 20 0 1 0 27281797 150687744 32648 33554432000 4194304 6004724 140736568640624 140736568636264 4969078 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4648/statm: 36789 32648 130 442 0 36343 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 156304

[startup+3.10035 s]
/proc/loadavg: 2.41 2.10 2.03 3/183 4649
/proc/meminfo: memFree=24144064/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=362896 CPUtime=3.08 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) R 4647 4647 4273 0 -1 4202496 50022 0 0 0 295 13 0 0 20 0 1 0 27281797 371605504 74630 33554432000 4194304 6004724 140736568640624 140736568635224 5055481 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4648/statm: 90724 74630 154 442 0 90278 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 372044

[startup+6.30038 s]
/proc/loadavg: 2.41 2.10 2.03 3/183 4649
/proc/meminfo: memFree=23903704/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=756112 CPUtime=6.29 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) R 4647 4647 4273 0 -1 4202496 51349 0 0 0 602 27 0 0 20 0 1 0 27281797 774258688 132486 33554432000 4194304 6004724 140736568640624 140736568634904 4536263 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4648/statm: 189028 132486 154 442 0 188582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 765260

[startup+12.7004 s]
/proc/loadavg: 2.34 2.09 2.03 3/183 4649
/proc/meminfo: memFree=23417880/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=1280400 CPUtime=12.69 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) R 4647 4647 4273 0 -1 4202496 52351 0 0 0 1223 46 0 0 20 0 1 0 27281797 1311129600 252806 33554432000 4194304 6004724 140736568640624 140736568635224 4617975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4648/statm: 320100 252806 154 442 0 319654 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1289548

[startup+25.5004 s]
/proc/loadavg: 2.29 2.09 2.03 3/185 4651
/proc/meminfo: memFree=21113200/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=24.19 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57152 0 0 0 2120 299 0 0 20 0 1 0 27281797 2394083328 416406 33554432000 4194304 6004724 140736568640624 140736568635088 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416406 163 442 0 584047 0
[pid=4650] ppid=4648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4650/stat : 4650 (cp2_pre.sh) S 4648 4647 4273 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 27284223 9367552 276 33554432000 4194304 5064252 140736478358256 140736478356960 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4650/statm: 2287 276 234 213 0 72 0
[pid=4651] ppid=4650 vsize=140260 CPUtime=1.22 cores=1,3,5,7
/proc/4651/stat : 4651 (coprocessor) R 4650 4647 4273 0 -1 4202496 12489 0 0 0 115 7 0 0 20 0 1 0 27284224 143626240 32942 33554432000 4194304 6586260 140733877683088 140733877679848 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/4651/statm: 35065 32942 138 584 0 34477 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 2496528

[startup+51.1003 s]
/proc/loadavg: 2.54 2.16 2.05 3/185 4651
/proc/meminfo: memFree=18657776/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=24.19 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57152 0 0 0 2120 299 0 0 20 0 1 0 27281797 2394083328 416406 33554432000 4194304 6004724 140736568640624 140736568635088 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416406 163 442 0 584047 0
[pid=4650] ppid=4648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4650/stat : 4650 (cp2_pre.sh) S 4648 4647 4273 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 27284223 9367552 276 33554432000 4194304 5064252 140736478358256 140736478356960 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4650/statm: 2287 276 234 213 0 72 0
[pid=4651] ppid=4650 vsize=2774240 CPUtime=26.28 cores=1,3,5,7
/proc/4651/stat : 4651 (coprocessor) R 4650 4647 4273 0 -1 4202496 25921 0 0 0 2488 140 0 0 20 0 1 0 27284224 2840821760 585768 33554432000 4194304 6586260 140733877683088 140733877678840 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 53 0 0
/proc/4651/statm: 693560 585768 158 584 0 692972 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 5130508

[startup+102.3 s]
/proc/loadavg: 2.69 2.28 2.10 3/183 4653
/proc/meminfo: memFree=19971208/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=1750328 CPUtime=6.38 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 181509 0 0 0 577 61 0 0 20 0 1 0 27291387 1792335872 366742 33554432000 4194304 5654031 140735983877152 140735982826504 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4653/statm: 437582 366743 108 357 0 437222 0
Current children cumulated CPU time (s) 100.58
Current children cumulated vsize (KiB) 4097448

[startup+162.307 s]
/proc/loadavg: 2.25 2.23 2.09 3/183 4653
/proc/meminfo: memFree=18194316/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3873764 CPUtime=66.38 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 366356 0 0 0 6506 132 0 0 20 0 1 0 27291387 3966734336 777089 33554432000 4194304 5654031 140735983877152 140735983874936 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 968441 777089 141 357 0 968081 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 6220884

[startup+222.3 s]
/proc/loadavg: 2.10 2.19 2.08 3/183 4654
/proc/meminfo: memFree=18185536/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3875120 CPUtime=126.36 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 370139 0 0 0 12502 134 0 0 20 0 1 0 27291387 3968122880 777435 33554432000 4194304 5654031 140735983877152 140735983875224 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 968780 777435 141 357 0 968420 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 6222240

[startup+282.3 s]
/proc/loadavg: 2.03 2.15 2.08 3/183 4654
/proc/meminfo: memFree=18177836/32873844 swapFree=7108/7108
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7

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

/proc/meminfo: memFree=18937324/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3890448 CPUtime=1266.18 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 413047 0 0 0 126469 149 0 0 20 0 1 0 27291387 3983818752 783793 33554432000 4194304 5654031 140735983877152 140735983874840 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972612 783793 141 357 0 972252 0
Current children cumulated CPU time (s) 1360.38
Current children cumulated vsize (KiB) 6237568

[startup+1422.31 s]
/proc/loadavg: 2.32 3.27 2.96 3/183 4910
/proc/meminfo: memFree=13505776/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3890448 CPUtime=1326.18 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 413063 0 0 0 132469 149 0 0 20 0 1 0 27291387 3983818752 783809 33554432000 4194304 5654031 140735983877152 140735983874840 4214597 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972612 783809 141 357 0 972252 0
Current children cumulated CPU time (s) 1420.38
Current children cumulated vsize (KiB) 6237568

[startup+1482.3 s]
/proc/loadavg: 2.12 3.06 2.90 3/183 4910
/proc/meminfo: memFree=13494200/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3890448 CPUtime=1386.16 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 413066 0 0 0 138467 149 0 0 20 0 1 0 27291387 3983818752 783812 33554432000 4194304 5654031 140735983877152 140735983874840 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972612 783812 141 357 0 972252 0
Current children cumulated CPU time (s) 1480.36
Current children cumulated vsize (KiB) 6237568

[startup+1542.3 s]
/proc/loadavg: 2.12 2.86 2.84 3/183 4910
/proc/meminfo: memFree=13480948/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3890448 CPUtime=1446.15 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 413067 0 0 0 144466 149 0 0 20 0 1 0 27291387 3983818752 783813 33554432000 4194304 5654031 140735983877152 140735983874840 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972612 783813 141 357 0 972252 0
Current children cumulated CPU time (s) 1540.35
Current children cumulated vsize (KiB) 6237568

[startup+1602.3 s]
/proc/loadavg: 2.05 2.72 2.79 3/184 4911
/proc/meminfo: memFree=13475316/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3890448 CPUtime=1506.14 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 413071 0 0 0 150465 149 0 0 20 0 1 0 27291387 3983818752 783817 33554432000 4194304 5654031 140735983877152 140735983874840 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972612 783817 141 357 0 972252 0
Current children cumulated CPU time (s) 1600.34
Current children cumulated vsize (KiB) 6237568

[startup+1662.3 s]
/proc/loadavg: 2.04 2.59 2.74 3/184 4914
/proc/meminfo: memFree=13468356/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3890580 CPUtime=1566.13 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 413077 0 0 0 156464 149 0 0 20 0 1 0 27291387 3983953920 783823 33554432000 4194304 5654031 140735983877152 140735983874984 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972645 783823 141 357 0 972285 0
Current children cumulated CPU time (s) 1660.33
Current children cumulated vsize (KiB) 6237700

[startup+1722.3 s]
/proc/loadavg: 2.02 2.49 2.70 3/184 4938
/proc/meminfo: memFree=13459728/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3891832 CPUtime=1626.12 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 416797 0 0 0 162462 150 0 0 20 0 1 0 27291387 3985235968 784639 33554432000 4194304 5654031 140735983877152 140735983874840 4214560 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972958 784639 141 357 0 972598 0
Current children cumulated CPU time (s) 1720.32
Current children cumulated vsize (KiB) 6238952

[startup+1782.3 s]
/proc/loadavg: 2.04 2.41 2.65 3/183 4938
/proc/meminfo: memFree=13453220/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3891832 CPUtime=1686.11 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 416805 0 0 0 168461 150 0 0 20 0 1 0 27291387 3985235968 784647 33554432000 4194304 5654031 140735983877152 140735983874840 4214475 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972958 784647 141 357 0 972598 0
Current children cumulated CPU time (s) 1780.31
Current children cumulated vsize (KiB) 6238952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802 s]
/proc/loadavg: 2.08 2.39 2.64 3/183 4938
/proc/meminfo: memFree=13450856/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3891832 CPUtime=1705.82 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 416808 0 0 0 170432 150 0 0 20 0 1 0 27291387 3985235968 784650 33554432000 4194304 5654031 140735983877152 140735983874840 4214612 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972958 784650 141 357 0 972598 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6238952

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

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

[startup+1802 s]
/proc/loadavg: 2.08 2.39 2.64 3/183 4938
/proc/meminfo: memFree=13450856/32873844 swapFree=7124/7124
[pid=4647] ppid=4645 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4647/stat : 4647 (npSolver-pbo-It) S 4645 4647 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27281797 9367552 274 33554432000 4194304 5064252 140734813766336 140734813765248 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4647/statm: 2287 274 233 213 0 72 0
[pid=4648] ppid=4647 vsize=2337972 CPUtime=94.2 cores=1,3,5,7
/proc/4648/stat : 4648 (npSolver-pbo) S 4647 4647 4273 0 -1 4202496 57170 26823 0 0 2120 300 6594 406 20 0 1 0 27281797 2394083328 416410 33554432000 4194304 6004724 140736568640624 140736568626904 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/4648/statm: 584493 416410 167 442 0 584047 0
[pid=4653] ppid=4648 vsize=3891832 CPUtime=1705.82 cores=1,3,5,7
/proc/4653/stat : 4653 (glucosInc) R 4648 4647 4273 0 -1 4202496 416808 0 0 0 170432 150 0 0 20 0 1 0 27291387 3985235968 784650 33554432000 4194304 5654031 140735983877152 140735983874840 4214612 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4653/statm: 972958 784650 141 357 0 972598 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6238952

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4647 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.02
CPU time (s): 1800.02
CPU user time (s): 1791.46
CPU system time (s): 8.56
CPU usage (%): 99.889
Max. virtual memory (cumulated for all children) (KiB): 6280100

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

runsolver used 4.37134 second user time and 11.4833 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-08 18:32:27
IDJOB=3751663
IDBENCH=92010
IDSOLVER=2335
FILE ID=node134/3751663-1339173146
RUNJOBID= node134-1339168328-4290
PBS_JOBID= 14643800
Free space on /tmp= 69516 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_unif_0null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751663-1339173146/watcher-3751663-1339173146 -o /tmp/evaluation-result-3751663-1339173146/solver-3751663-1339173146 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751663-1339173146.opb 301695913 HOME HOME

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

MD5SUM BENCH= ebc55ee99ce38561d9e6a8d277ae7659
RANDOM SEED=301695913

node134.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		: 2667.091
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	: 5334.18
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24375520 kB
Buffers:          319540 kB
Cached:          2319316 kB
SwapCached:            0 kB
Active:          6893996 kB
Inactive:         765124 kB
Active(anon):    5018772 kB
Inactive(anon):        0 kB
Active(file):    1875224 kB
Inactive(file):   765124 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37012 kB
Writeback:             0 kB
AnonPages:       5023272 kB
Mapped:            15624 kB
Shmem:               212 kB
Slab:             688376 kB
SReclaimable:     130044 kB
SUnreclaim:       558332 kB
KernelStack:        1496 kB
PageTables:        13996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6440760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2861056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67240 MiB
End job on node134 at 2012-06-08 19:02:31