Trace number 3699610

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUMa65a3b6248e07fcc15fb8d2bec9ac9bd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark186
Best CPU time to get the best result obtained on this benchmark1789.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.37	c run inc solver
0.00/0.37	c [INC SYSTEM] run initial solver
0.00/0.37	c [INC SYSTEM] preprocess with white file
0.00/0.68	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.68	c [INC SYSTEM] execute solver
0.00/0.74	c [INC SEARCH] formula is SAT
0.00/0.74	c [INC SYSTEM] solved the initial formula
0.00/0.74	c model valid
0.00/0.74	c current solution ok
0.00/0.87	o 261
0.00/0.87	c execute binary inc search
0.00/0.87	c [INC SEARCH] current bound: 130
0.00/0.87	c [INC SEARCH] iteration: 0
0.00/0.87	c [INC SEARCH] lower bound: 0 upperbound 261 current bound: 130 best value:261
0.00/0.87	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.87	c write failed with 2
0.00/0.87	c [INC SYSTEM] create new solver instance
0.00/0.87	c [INC] encode full formula
0.00/0.87	c (debug) using card networks
0.00/0.88	c set iterative enc to: card
0.00/0.88	c set iterative enc to: none
0.00/0.88	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -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-3699610-1338310772/watcher-3699610-1338310772 -o /tmp/evaluation-result-3699610-1338310772/solver-3699610-1338310772 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699610-1338310772.opb 1997727025 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: 0.00 0.05 2.22 4/176 5964
/proc/meminfo: memFree=27572208/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0

[startup+0.043936 s]
/proc/loadavg: 0.00 0.05 2.22 4/176 5964
/proc/meminfo: memFree=27572208/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10024 s]
/proc/loadavg: 0.00 0.05 2.22 4/176 5964
/proc/meminfo: memFree=27572208/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300188 s]
/proc/loadavg: 0.00 0.05 2.22 4/176 5964
/proc/meminfo: memFree=27572208/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700239 s]
/proc/loadavg: 0.00 0.05 2.22 4/176 5964
/proc/meminfo: memFree=27572208/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 0.00 0.05 2.22 4/181 5981
/proc/meminfo: memFree=27529396/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=16460 CPUtime=0.6 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 2901 0 0 0 60 0 0 0 20 0 1 0 297205916 16855040 3336 33554432000 4194304 5654031 140736224390480 140736224378296 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5981/statm: 4115 3336 140 357 0 3755 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34808

[startup+3.10027 s]
/proc/loadavg: 0.16 0.08 2.21 4/181 5981
/proc/meminfo: memFree=27524620/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=17168 CPUtime=2.2 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 3823 0 0 0 220 0 0 0 20 0 1 0 297205916 17580032 3630 33554432000 4194304 5654031 140736224390480 140736224388248 4232495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5981/statm: 4292 3630 141 357 0 3932 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 35516

[startup+6.3003 s]
/proc/loadavg: 0.16 0.08 2.21 4/181 5981
/proc/meminfo: memFree=27503744/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=28780 CPUtime=5.4 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 4679 0 0 0 539 1 0 0 20 0 1 0 297205916 29470720 6518 33554432000 4194304 5654031 140736224390480 140736224378296 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 7195 6518 141 357 0 6835 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47128

[startup+12.7003 s]
/proc/loadavg: 0.44 0.14 2.21 4/181 5981
/proc/meminfo: memFree=27490904/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=33200 CPUtime=11.8 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 5497 0 0 0 1179 1 0 0 20 0 1 0 297205916 33996800 7793 33554432000 4194304 5654031 140736224390480 140736224378296 4216557 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 8300 7793 141 357 0 7940 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 51548

[startup+25.5003 s]
/proc/loadavg: 0.68 0.20 2.21 4/181 5981
/proc/meminfo: memFree=27479580/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=28848 CPUtime=24.6 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 6513 0 0 0 2458 2 0 0 20 0 1 0 297205916 29540352 6753 33554432000 4194304 5654031 140736224390480 140736224378296 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 7212 6753 141 357 0 6852 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47196

[startup+51.1003 s]
/proc/loadavg: 1.13 0.35 2.20 4/182 5984
/proc/meminfo: memFree=27461688/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=54832 CPUtime=50.19 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 8704 0 0 0 5016 3 0 0 20 0 1 0 297205916 56147968 12705 33554432000 4194304 5654031 140736224390480 140736224378296 4216416 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 13708 12705 141 357 0 13348 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 73180

[startup+102.307 s]
/proc/loadavg: 1.65 0.62 2.18 4/182 6007
/proc/meminfo: memFree=27451932/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=73688 CPUtime=101.38 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 10543 0 0 0 10134 4 0 0 20 0 1 0 297205916 75456512 11823 33554432000 4194304 5654031 140736224390480 140736224378296 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 18422 11823 141 357 0 18062 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 92036

[startup+162.3 s]
/proc/loadavg: 1.87 0.87 2.17 4/181 6007
/proc/meminfo: memFree=27396148/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=86480 CPUtime=161.37 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 11079 0 0 0 16132 5 0 0 20 0 1 0 297205916 88555520 20015 33554432000 4194304 5654031 140736224390480 140736224378296 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 21620 20015 141 357 0 21260 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 104828

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 2.16 4/181 6007
/proc/meminfo: memFree=27379012/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=86480 CPUtime=221.36 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 11219 0 0 0 22130 6 0 0 20 0 1 0 297205916 88555520 21129 33554432000 4194304 5654031 140736224390480 140736224378296 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 21620 21129 141 357 0 21260 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 104828

[startup+282.3 s]

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

/proc/meminfo: memFree=27267756/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=117572 CPUtime=1241.2 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 15317 0 0 0 124075 45 0 0 20 0 1 0 297205916 120393728 28902 33554432000 4194304 5654031 140736224390480 140736224388504 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 29393 28902 141 357 0 29033 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 135920

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 2.03 4/181 6017
/proc/meminfo: memFree=27217712/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=166892 CPUtime=1301.19 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 15493 0 0 0 130072 47 0 0 20 0 1 0 297205916 170897408 38149 33554432000 4194304 5654031 140736224390480 140736224388408 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 41723 38149 141 357 0 41363 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 185240

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 2.02 4/181 6017
/proc/meminfo: memFree=27253872/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=166892 CPUtime=1361.18 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 15623 0 0 0 136070 48 0 0 20 0 1 0 297205916 170897408 39173 33554432000 4194304 5654031 140736224390480 140736224388408 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 41723 39173 141 357 0 41363 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 185240

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 2.02 4/181 6017
/proc/meminfo: memFree=27211204/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=186208 CPUtime=1421.17 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 15938 0 0 0 142067 50 0 0 20 0 1 0 297205916 190676992 41550 33554432000 4194304 5654031 140736224390480 140736224378296 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 46552 41550 141 357 0 46192 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 204556

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 2.01 4/181 6017
/proc/meminfo: memFree=27152140/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=228784 CPUtime=1481.16 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 16947 0 0 0 148063 53 0 0 20 0 1 0 297205916 234274816 54176 33554432000 4194304 5654031 140736224390480 140736224378296 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 57196 54176 141 357 0 56836 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 247132

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 2.01 4/181 6017
/proc/meminfo: memFree=27264000/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=148644 CPUtime=1541.15 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 17081 0 0 0 154060 55 0 0 20 0 1 0 297205916 152211456 36670 33554432000 4194304 5654031 140736224390480 140736224378296 4232925 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 37161 36670 141 357 0 36801 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 166992

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/180 6017
/proc/meminfo: memFree=27263852/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=148644 CPUtime=1601.14 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 17216 0 0 0 160057 57 0 0 20 0 1 0 297205916 152211456 36670 33554432000 4194304 5654031 140736224390480 140736224388504 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 37161 36670 141 357 0 36801 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 166992

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/181 6018
/proc/meminfo: memFree=27226992/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=197964 CPUtime=1661.13 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 17397 0 0 0 166054 59 0 0 20 0 1 0 297205916 202715136 45917 33554432000 4194304 5654031 140736224390480 140736224388408 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 49491 45917 141 357 0 49131 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 216312

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/181 6018
/proc/meminfo: memFree=27214780/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=197964 CPUtime=1721.11 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 17532 0 0 0 172051 60 0 0 20 0 1 0 297205916 202715136 48989 33554432000 4194304 5654031 140736224390480 140736224378296 4232988 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 49491 48989 141 357 0 49131 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 216312

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/182 6019
/proc/meminfo: memFree=27203988/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=228784 CPUtime=1781.1 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 17738 0 0 0 178048 62 0 0 20 0 1 0 297205916 234274816 52128 33554432000 4194304 5654031 140736224390480 140736224378296 4216632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 57196 52128 141 357 0 56836 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 247132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.97 2.00 4/181 6019
/proc/meminfo: memFree=27223560/32873844 swapFree=7116/7116
[pid=5964] ppid=5962 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5964/stat : 5964 (npSolver-pbo-I.) S 5962 5964 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140736656325264 140736656324176 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5964/statm: 2287 275 233 213 0 72 0
[pid=5965] ppid=5964 vsize=9200 CPUtime=0.87 cores=0,2,4,6
/proc/5965/stat : 5965 (npSolver-pbo) S 5964 5964 5920 0 -1 4202496 3038 7156 0 0 40 10 35 2 20 0 1 0 297205827 9420800 1809 33554432000 4194304 5992684 140734432380512 140734432365416 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5965/statm: 2300 1809 180 440 0 1856 0
[pid=5981] ppid=5965 vsize=148644 CPUtime=1799.21 cores=0,2,4,6
/proc/5981/stat : 5981 (glucosInc) R 5965 5964 5920 0 -1 4202496 17742 0 0 0 179858 63 0 0 20 0 1 0 297205916 152211456 36670 33554432000 4194304 5654031 140736224390480 140736224388504 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5981/statm: 37161 36670 141 357 0 36801 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 166992

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.34
CPU system time (s): 0.768883
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 247132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.768883
maximum resident set size= 218752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62
involuntary context switches= 1956

runsolver used 2.82357 second user time and 7.00793 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-29 18:59:32
IDJOB=3699610
IDBENCH=1948
IDSOLVER=2276
FILE ID=node108/3699610-1338310772
RUNJOBID= node108-1338310772-5936
PBS_JOBID= 14632120
Free space on /tmp= 71676 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699610-1338310772/watcher-3699610-1338310772 -o /tmp/evaluation-result-3699610-1338310772/solver-3699610-1338310772 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699610-1338310772.opb 1997727025 HOME HOME

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

MD5SUM BENCH= a65a3b6248e07fcc15fb8d2bec9ac9bd
RANDOM SEED=1997727025

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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	: 5438.55
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.273
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.90
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.273
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:        27573744 kB
Buffers:          311264 kB
Cached:          4178216 kB
SwapCached:            0 kB
Active:           995448 kB
Inactive:        3509224 kB
Active(anon):       1624 kB
Inactive(anon):    13584 kB
Active(file):     993824 kB
Inactive(file):  3495640 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16408 kB
Writeback:             0 kB
AnonPages:         19844 kB
Mapped:            13500 kB
Shmem:               200 kB
Slab:             658808 kB
SReclaimable:     101060 kB
SUnreclaim:       557748 kB
KernelStack:        1392 kB
PageTables:         3860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71652 MiB
End job on node108 at 2012-05-29 19:29:33