Trace number 3751603

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.09 1801.82

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-sp97ar.opb
MD5SUM346508ea645695d9f01013e13e92c545
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2193774424000000011
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14101
Total number of constraints1739
Number of constraints which are clauses181
Number of constraints which are cardinality constraints (but not clauses)1140
Number of constraints which are nor clauses,nor cardinality constraints418
Minimum length of a constraint2
Maximum length of a constraint2463
Number of terms in the objective function 14101
Biggest coefficient in the objective function 234302934400000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 780311080232800000100
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 234302934400000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 780311080232800000100
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

12.35/12.48	c run inc solver
12.35/12.48	c [INC SYSTEM] run initial solver
12.35/12.48	c [INC SYSTEM] preprocess with white file
51.89/53.37	c [INC SYSTEM] finished preprocessing in 40 s
51.89/53.37	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-3751603-1339166496/watcher-3751603-1339166496 -o /tmp/evaluation-result-3751603-1339166496/solver-3751603-1339166496 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751603-1339166496.opb 632105807 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.00 3.63 2.65 4/182 24391
/proc/meminfo: memFree=19319532/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0

[startup+0.035131 s]
/proc/loadavg: 5.00 3.63 2.65 4/182 24391
/proc/meminfo: memFree=19319532/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 5.00 3.63 2.65 4/182 24391
/proc/meminfo: memFree=19319532/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300318 s]
/proc/loadavg: 5.00 3.63 2.65 4/182 24391
/proc/meminfo: memFree=19319532/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700322 s]
/proc/loadavg: 5.00 3.63 2.65 4/182 24391
/proc/meminfo: memFree=19319532/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 5.00 3.63 2.65 4/184 24393
/proc/meminfo: memFree=25095912/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=179544 CPUtime=1.49 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) R 24391 24391 17615 0 -1 4202496 9313 0 0 0 144 5 0 0 20 0 1 0 382774738 183853056 30539 33554432000 4194304 6004724 140736729641824 140736729636424 4534766 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24392/statm: 44886 30539 154 442 0 44440 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188692

[startup+3.10034 s]
/proc/loadavg: 5.00 3.63 2.65 4/184 24393
/proc/meminfo: memFree=31538256/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=310616 CPUtime=3.09 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) R 24391 24391 17615 0 -1 4202496 9944 0 0 0 299 10 0 0 20 0 1 0 382774738 318070784 59211 33554432000 4194304 6004724 140736729641824 140736729636104 4582623 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24392/statm: 77654 59211 154 442 0 77208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 319764

[startup+6.30035 s]
/proc/loadavg: 4.76 3.60 2.65 3/183 24393
/proc/meminfo: memFree=31295384/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=572832 CPUtime=6.28 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) R 24391 24391 17615 0 -1 4202496 10720 0 0 0 609 19 0 0 20 0 1 0 382774738 586579968 120157 33554432000 4194304 6004724 140736729641824 140736729636424 4579328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24392/statm: 143208 120157 154 442 0 142762 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 581980

[startup+12.7002 s]
/proc/loadavg: 4.54 3.57 2.65 2/183 24393
/proc/meminfo: memFree=29674588/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=12.45 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12549 0 0 0 1086 159 0 0 20 0 1 0 382774738 1095446528 199871 33554432000 4194304 6004724 140736729641824 140736729636288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199871 163 442 0 266997 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1078920

[startup+25.5004 s]
/proc/loadavg: 4.13 3.53 2.65 2/185 24395
/proc/meminfo: memFree=28828032/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=12.45 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12549 0 0 0 1086 159 0 0 20 0 1 0 382774738 1095446528 199871 33554432000 4194304 6004724 140736729641824 140736729636288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199871 163 442 0 266997 0
[pid=24394] ppid=24392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24394/stat : 24394 (cp2_pre.sh) S 24392 24391 17615 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 382775989 9367552 276 33554432000 4194304 5064252 140736329175744 140736329174448 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24394/statm: 2287 276 234 213 0 72 0
[pid=24395] ppid=24394 vsize=1436156 CPUtime=11.88 cores=1,3,5,7
/proc/24395/stat : 24395 (coprocessor) D 24394 24391 17615 0 -1 4202496 21796 0 0 0 1122 66 0 0 20 0 1 0 382775989 1470623744 305076 33554432000 4194304 6586260 140737065337008 140737065332760 5732496 0 0 4096 8404994 18446744071580543392 0 0 17 1 0 0 88 0 0
/proc/24395/statm: 359039 305076 158 584 0 358451 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 2524224

[startup+51.1004 s]
/proc/loadavg: 3.46 3.42 2.63 3/185 24395
/proc/meminfo: memFree=28202488/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=12.45 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12549 0 0 0 1086 159 0 0 20 0 1 0 382774738 1095446528 199871 33554432000 4194304 6004724 140736729641824 140736729636288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199871 163 442 0 266997 0
[pid=24394] ppid=24392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24394/stat : 24394 (cp2_pre.sh) S 24392 24391 17615 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 382775989 9367552 276 33554432000 4194304 5064252 140736329175744 140736329174448 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24394/statm: 2287 276 234 213 0 72 0
[pid=24395] ppid=24394 vsize=1436156 CPUtime=37.3 cores=1,3,5,7
/proc/24395/stat : 24395 (coprocessor) R 24394 24391 17615 0 -1 4202496 21796 0 0 0 3523 207 0 0 20 0 1 0 382775989 1470623744 305076 33554432000 4194304 6586260 140737065337008 140737065332760 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 126 0 0
/proc/24395/statm: 359039 305076 158 584 0 358451 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 2524224

[startup+102.3 s]
/proc/loadavg: 2.63 3.20 2.60 3/182 24397
/proc/meminfo: memFree=28384316/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2284052 CPUtime=48.91 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 208484 0 0 0 4809 82 0 0 20 0 1 0 382780075 2338869248 439123 33554432000 4194304 5654031 140733943837264 140733943825080 4216105 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 571013 439123 141 357 0 570653 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 3362972

[startup+162.3 s]
/proc/loadavg: 2.23 2.98 2.56 3/183 24398
/proc/meminfo: memFree=28295688/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2301504 CPUtime=108.9 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 209152 0 0 0 10806 84 0 0 20 0 1 0 382780075 2356740096 460742 33554432000 4194304 5654031 140733943837264 140733943825080 4216213 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 575376 460742 141 357 0 575016 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 3380424

[startup+222.3 s]
/proc/loadavg: 2.08 2.80 2.52 3/183 24398
/proc/meminfo: memFree=28372564/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2303060 CPUtime=168.89 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 210617 0 0 0 16790 99 0 0 20 0 1 0 382780075 2358333440 440326 33554432000 4194304 5654031 140733943837264 140733943825080 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 575765 440326 142 357 0 575405 0
Current children cumulated CPU time (s) 220.92
Current children cumulated vsize (KiB) 3381980

[startup+282.3 s]
/proc/loadavg: 2.03 2.65 2.48 3/183 24398
/proc/meminfo: memFree=28312180/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7

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

/proc/meminfo: memFree=28197740/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2442696 CPUtime=1248.65 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 222195 0 0 0 124664 201 0 0 20 0 1 0 382780075 2501320704 482504 33554432000 4194304 5654031 140733943837264 140733943825080 4214505 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 610674 482504 142 357 0 610314 0
Current children cumulated CPU time (s) 1300.68
Current children cumulated vsize (KiB) 3521616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/183 24431
/proc/meminfo: memFree=28130972/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2450476 CPUtime=1308.64 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 223876 0 0 0 130661 203 0 0 20 0 1 0 382780075 2509287424 496954 33554432000 4194304 5654031 140733943837264 140733943825080 4232810 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 612619 496954 142 357 0 612259 0
Current children cumulated CPU time (s) 1360.67
Current children cumulated vsize (KiB) 3529396

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.12 3/181 24475
/proc/meminfo: memFree=28202576/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2454244 CPUtime=1368.62 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 224908 0 0 0 136658 204 0 0 20 0 1 0 382780075 2513145856 511271 33554432000 4194304 5654031 140733943837264 140733943825080 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 613561 511271 142 357 0 613201 0
Current children cumulated CPU time (s) 1420.65
Current children cumulated vsize (KiB) 3533164

[startup+1482.3 s]
/proc/loadavg: 2.18 2.04 2.12 3/181 24475
/proc/meminfo: memFree=28238640/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2458000 CPUtime=1428.62 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 226845 0 0 0 142645 217 0 0 20 0 1 0 382780075 2516992000 487864 33554432000 4194304 5654031 140733943837264 140733943825080 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 614500 487864 142 357 0 614140 0
Current children cumulated CPU time (s) 1480.65
Current children cumulated vsize (KiB) 3536920

[startup+1542.3 s]
/proc/loadavg: 2.22 2.06 2.12 3/181 24475
/proc/meminfo: memFree=28249036/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2461784 CPUtime=1488.61 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 227789 0 0 0 148643 218 0 0 20 0 1 0 382780075 2520866816 499539 33554432000 4194304 5654031 140733943837264 140733943835048 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 615446 499539 142 357 0 615086 0
Current children cumulated CPU time (s) 1540.64
Current children cumulated vsize (KiB) 3540704

[startup+1602.3 s]
/proc/loadavg: 2.23 2.08 2.12 3/181 24475
/proc/meminfo: memFree=28078828/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2499144 CPUtime=1548.58 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 230149 0 0 0 154638 220 0 0 20 0 1 0 382780075 2559123456 517306 33554432000 4194304 5654031 140733943837264 140733943825080 4215168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 624786 517306 142 357 0 624426 0
Current children cumulated CPU time (s) 1600.61
Current children cumulated vsize (KiB) 3578064

[startup+1662.3 s]
/proc/loadavg: 2.24 2.10 2.12 3/181 24476
/proc/meminfo: memFree=28204164/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2499144 CPUtime=1608.57 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 231243 0 0 0 160625 232 0 0 20 0 1 0 382780075 2559123456 491520 33554432000 4194304 5654031 140733943837264 140733943825080 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 624786 491520 142 357 0 624426 0
Current children cumulated CPU time (s) 1660.6
Current children cumulated vsize (KiB) 3578064

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.11 3/182 24522
/proc/meminfo: memFree=28211532/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2499144 CPUtime=1668.56 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 231274 0 0 0 166623 233 0 0 20 0 1 0 382780075 2559123456 505348 33554432000 4194304 5654031 140733943837264 140733943825080 4216337 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 624786 505348 142 357 0 624426 0
Current children cumulated CPU time (s) 1720.59
Current children cumulated vsize (KiB) 3578064

[startup+1782.3 s]
/proc/loadavg: 2.04 2.07 2.10 3/181 24522
/proc/meminfo: memFree=28146556/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2518180 CPUtime=1728.56 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 232181 0 0 0 172622 234 0 0 20 0 1 0 382780075 2578616320 517497 33554432000 4194304 5654031 140733943837264 140733943825080 4214550 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 629545 517497 142 357 0 629185 0
Current children cumulated CPU time (s) 1780.59
Current children cumulated vsize (KiB) 3597100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.03 2.07 2.09 3/181 24522
/proc/meminfo: memFree=28164072/32873844 swapFree=7124/7124
[pid=24391] ppid=24389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24391/stat : 24391 (npSolver-pbo-It) S 24389 24391 17615 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 382774738 9367552 274 33554432000 4194304 5064252 140735977914784 140735977913696 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24391/statm: 2287 274 233 213 0 72 0
[pid=24392] ppid=24391 vsize=1069772 CPUtime=52.03 cores=1,3,5,7
/proc/24392/stat : 24392 (npSolver-pbo) S 24391 24391 17615 0 -1 4202496 12566 22698 0 0 1086 159 3725 233 20 0 1 0 382774738 1095446528 199875 33554432000 4194304 6004724 140736729641824 140736729628104 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/24392/statm: 267443 199875 167 442 0 266997 0
[pid=24397] ppid=24392 vsize=2518396 CPUtime=1748.06 cores=1,3,5,7
/proc/24397/stat : 24397 (glucosInc) R 24392 24391 17615 0 -1 4202496 232228 0 0 0 174571 235 0 0 20 0 1 0 382780075 2578837504 521632 33554432000 4194304 5654031 140733943837264 140733943825080 4232386 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 629599 521632 142 357 0 629239 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3597316

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24391 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.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.82
CPU time (s): 1800.09
CPU user time (s): 1793.82
CPU system time (s): 6.27
CPU usage (%): 99.9042
Max. virtual memory (cumulated for all children) (KiB): 4486112

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= 356
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= 1

runsolver used 4.32034 second user time and 10.7554 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 16:41:37
IDJOB=3751603
IDBENCH=89902
IDSOLVER=2335
FILE ID=node138/3751603-1339166496
RUNJOBID= node138-1339134209-17632
PBS_JOBID= 14643796
Free space on /tmp= 63540 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-sp97ar.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751603-1339166496/watcher-3751603-1339166496 -o /tmp/evaluation-result-3751603-1339166496/solver-3751603-1339166496 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751603-1339166496.opb 632105807 HOME HOME

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

MD5SUM BENCH= 346508ea645695d9f01013e13e92c545
RANDOM SEED=632105807

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        19215760 kB
Buffers:           79704 kB
Cached:         12210904 kB
SwapCached:        17456 kB
Active:           295720 kB
Inactive:       12176080 kB
Active(anon):     164116 kB
Inactive(anon):    20008 kB
Active(file):     131604 kB
Inactive(file): 12156072 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67082908 kB
Dirty:             17444 kB
Writeback:             0 kB
AnonPages:        173044 kB
Mapped:             9592 kB
Shmem:                 0 kB
Slab:            1045068 kB
SReclaimable:     485316 kB
SUnreclaim:       559752 kB
KernelStack:        1520 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     317720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 69928 MiB
End job on node138 at 2012-06-08 17:11:41