Trace number 3703238

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? (TO) 1800.06 1801.61

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.51	c run inc solver
1.49/1.51	c [INC SYSTEM] run initial solver
1.49/1.51	c [INC SYSTEM] preprocess with white file
5.01/6.22	c [INC SYSTEM] finished preprocessing in 4 s
5.01/6.22	c [INC SYSTEM] execute solver
1800.06/1801.61	HOME/npSolver-pbo-Itdqb.sh: line 18:   861 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -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-3703238-1338096013/watcher-3703238-1338096013 -o /tmp/evaluation-result-3703238-1338096013/solver-3703238-1338096013 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703238-1338096013.opb 33746619 HOME HOME 

running on 4 cores: 0,2,4,6

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: 1.92 1.98 2.03 3/181 860
/proc/meminfo: memFree=31302156/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0

[startup+0.0159179 s]
/proc/loadavg: 1.92 1.98 2.03 3/181 860
/proc/meminfo: memFree=31302156/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/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: 1.92 1.98 2.03 3/181 860
/proc/meminfo: memFree=31302156/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 1.92 1.98 2.03 3/181 860
/proc/meminfo: memFree=31302156/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 1.92 1.98 2.03 3/181 860
/proc/meminfo: memFree=31302156/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.92 1.98 2.03 3/183 862
/proc/meminfo: memFree=31268940/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=114240 CPUtime=1.49 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) R 860 860 23606 0 -1 4202496 4143 0 0 0 143 6 0 0 20 0 1 0 275726657 116981760 23517 33554432000 4194304 5992684 140734292671824 140734292667944 5182699 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/861/statm: 28560 23517 155 440 0 28116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123388

[startup+3.1004 s]
/proc/loadavg: 1.92 1.98 2.03 3/185 864
/proc/meminfo: memFree=31127860/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=1.51 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4150 0 0 0 143 8 0 0 20 0 1 0 275726657 70316032 12130 33554432000 4194304 5992684 140734292671824 140734292666272 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/861/statm: 17167 12130 161 440 0 16723 0
[pid=863] ppid=861 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/863/stat : 863 (cp2_pre.sh) S 861 860 23606 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 275726808 9367552 276 33554432000 4194304 5064252 140736046537504 140736046536208 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/863/statm: 2287 276 234 213 0 72 0
[pid=864] ppid=863 vsize=139088 CPUtime=1.57 cores=0,2,4,6
/proc/864/stat : 864 (coprocessor) R 863 860 23606 0 -1 4202496 31110 0 0 0 151 6 0 0 20 0 1 0 275726808 142426112 34174 33554432000 4194304 6586260 140736940029712 140736940025976 4758954 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/864/statm: 34772 34174 182 584 0 34184 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 226052

[startup+6.30034 s]
/proc/loadavg: 2.01 2.00 2.04 2/185 865
/proc/meminfo: memFree=31141600/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 77816
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.04 3/184 866
/proc/meminfo: memFree=31158740/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=69612 CPUtime=6.46 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 11528 0 0 0 643 3 0 0 20 0 1 0 275727279 71282688 16257 33554432000 4194304 5654031 140735858942272 140735858930088 4232431 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 17403 16257 140 357 0 17043 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 147428

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 866
/proc/meminfo: memFree=31123272/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=72420 CPUtime=19.26 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 14620 0 0 0 1921 5 0 0 20 0 1 0 275727279 74158080 16065 33554432000 4194304 5654031 140735858942272 140735858940056 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 18105 16065 141 357 0 17745 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 150236

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.03 3/182 906
/proc/meminfo: memFree=30671184/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=74900 CPUtime=44.86 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 18667 0 0 0 4477 9 0 0 20 0 1 0 275727279 76697600 17160 33554432000 4194304 5654031 140735858942272 140735858930088 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 18725 17160 141 357 0 18365 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 152716

[startup+102.307 s]
/proc/loadavg: 2.22 2.06 2.05 3/183 910
/proc/meminfo: memFree=28506644/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=98168 CPUtime=96.05 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 27751 0 0 0 9584 21 0 0 20 0 1 0 275727279 100524032 20843 33554432000 4194304 5654031 140735858942272 140735858930088 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 24542 20843 141 357 0 24182 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 175984

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.04 3/183 910
/proc/meminfo: memFree=28435540/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=83968 CPUtime=156.01 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 35782 0 0 0 15571 30 0 0 20 0 1 0 275727279 85983232 19408 33554432000 4194304 5654031 140735858942272 140735858930088 4215112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 20992 19408 141 357 0 20632 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 161784

[startup+222.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/183 911
/proc/meminfo: memFree=28414400/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=107456 CPUtime=216.01 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 42049 0 0 0 21563 38 0 0 20 0 1 0 275727279 110034944 24066 33554432000 4194304 5654031 140735858942272 140735858930088 4233005 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 26864 24066 141 357 0 26504 0
Current children cumulated CPU time (s) 221.03
Current children cumulated vsize (KiB) 185272

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/183 911
/proc/meminfo: memFree=28403652/32873844 swapFree=7112/7112

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

/proc/loadavg: 2.00 2.00 2.00 3/183 920
/proc/meminfo: memFree=28273676/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=179984 CPUtime=1295.85 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 105225 0 0 0 129459 126 0 0 20 0 1 0 275727279 184303616 42146 33554432000 4194304 5654031 140735858942272 140735858930088 4216720 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 44996 42146 141 357 0 44636 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 257800

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 920
/proc/meminfo: memFree=28289212/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=180736 CPUtime=1355.83 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 108176 0 0 0 135451 132 0 0 20 0 1 0 275727279 185073664 37208 33554432000 4194304 5654031 140735858942272 140735858930088 4233160 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 45184 37208 141 357 0 44824 0
Current children cumulated CPU time (s) 1360.85
Current children cumulated vsize (KiB) 258552

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 920
/proc/meminfo: memFree=28330080/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=182476 CPUtime=1415.84 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 109719 0 0 0 141449 135 0 0 20 0 1 0 275727279 186855424 43266 33554432000 4194304 5654031 140735858942272 140735858930088 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 45619 43266 141 357 0 45259 0
Current children cumulated CPU time (s) 1420.86
Current children cumulated vsize (KiB) 260292

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 921
/proc/meminfo: memFree=28349848/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=182956 CPUtime=1475.82 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 112712 0 0 0 147442 140 0 0 20 0 1 0 275727279 187346944 37787 33554432000 4194304 5654031 140735858942272 140735858930088 4233213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 45739 37787 141 357 0 45379 0
Current children cumulated CPU time (s) 1480.84
Current children cumulated vsize (KiB) 260772

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 921
/proc/meminfo: memFree=28334024/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=183460 CPUtime=1535.81 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 114291 0 0 0 153438 143 0 0 20 0 1 0 275727279 187863040 39964 33554432000 4194304 5654031 140735858942272 140735858930088 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 45865 39964 141 357 0 45505 0
Current children cumulated CPU time (s) 1540.83
Current children cumulated vsize (KiB) 261276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 921
/proc/meminfo: memFree=28302208/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=234412 CPUtime=1595.8 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 115631 0 0 0 159434 146 0 0 20 0 1 0 275727279 240037888 45652 33554432000 4194304 5654031 140735858942272 140735858930088 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 58603 45652 141 357 0 58243 0
Current children cumulated CPU time (s) 1600.82
Current children cumulated vsize (KiB) 312228

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 922
/proc/meminfo: memFree=28325780/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=154108 CPUtime=1655.78 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 116763 0 0 0 165428 150 0 0 20 0 1 0 275727279 157806592 35480 33554432000 4194304 5654031 140735858942272 140735858940296 4233148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 38527 35480 141 357 0 38167 0
Current children cumulated CPU time (s) 1660.8
Current children cumulated vsize (KiB) 231924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 922
/proc/meminfo: memFree=28305368/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=185556 CPUtime=1715.75 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 117950 0 0 0 171422 153 0 0 20 0 1 0 275727279 190009344 39648 33554432000 4194304 5654031 140735858942272 140735858930088 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 46389 39648 141 357 0 46029 0
Current children cumulated CPU time (s) 1720.77
Current children cumulated vsize (KiB) 263372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 923
/proc/meminfo: memFree=28285748/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=188308 CPUtime=1775.74 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 120371 0 0 0 177418 156 0 0 20 0 1 0 275727279 192827392 41574 33554432000 4194304 5654031 140735858942272 140735858940056 4215088 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 47077 41574 141 357 0 46717 0
Current children cumulated CPU time (s) 1780.76
Current children cumulated vsize (KiB) 266124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 926
/proc/meminfo: memFree=28265316/32873844 swapFree=7112/7112
[pid=860] ppid=858 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/860/stat : 860 (npSolver-pbo-It) S 858 860 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275726656 9367552 274 33554432000 4194304 5064252 140735752932176 140735752931088 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/860/statm: 2287 274 233 213 0 72 0
[pid=861] ppid=860 vsize=68668 CPUtime=5.02 cores=0,2,4,6
/proc/861/stat : 861 (npSolver-pbo) S 860 860 23606 0 -1 4202496 4167 33533 0 0 143 8 337 14 20 0 1 0 275726657 70316032 12132 33554432000 4194304 5992684 140734292671824 140734292658088 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/861/statm: 17167 12132 163 440 0 16723 0
[pid=866] ppid=861 vsize=190268 CPUtime=1795.04 cores=0,2,4,6
/proc/866/stat : 866 (glucosInc) R 861 860 23606 0 -1 4202496 120782 0 0 0 179347 157 0 0 20 0 1 0 275727279 194834432 46073 33554432000 4194304 5654031 140735858942272 140735858940104 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/866/statm: 47567 46073 141 357 0 47207 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 268084

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1801.61
CPU time (s): 1800.06
CPU user time (s): 1798.27
CPU system time (s): 1.79
CPU usage (%): 99.9138
Max. virtual memory (cumulated for all children) (KiB): 364452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.81027
system time used= 0.228965
maximum resident set size= 142792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38074
page faults= 0
swaps= 0
block input operations= 0
block output operations= 149432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35
involuntary context switches= 21

runsolver used 3.58545 second user time and 9.44656 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 07:20:13
IDJOB=3703238
IDBENCH=89848
IDSOLVER=2278
FILE ID=node132/3703238-1338096013
RUNJOBID= node132-1338088060-23622
PBS_JOBID= 14624453
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=33746619

node132.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.832
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	: 5333.66
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.832
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		: 2666.832
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.56
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.832
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.56
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.832
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		: 2666.832
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		: 2666.832
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.55
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.832
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:        31302684 kB
Buffers:          281260 kB
Cached:           381900 kB
SwapCached:         1488 kB
Active:           415944 kB
Inactive:         338808 kB
Active(anon):      83952 kB
Inactive(anon):     8844 kB
Active(file):     331992 kB
Inactive(file):   329964 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105400 kB
Dirty:              9008 kB
Writeback:             0 kB
AnonPages:        202448 kB
Mapped:            12560 kB
Shmem:                 8 kB
Slab:             676356 kB
SReclaimable:     118172 kB
SUnreclaim:       558184 kB
KernelStack:        1544 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     206572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71236 MiB
End job on node132 at 2012-05-27 07:50:15