Trace number 3751586

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.07 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ds-big.opb
MD5SUM0f8cbacf22bcac8867146871fbd72f4e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4124714222330000
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables174997
Total number of constraints1042
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1042
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint259
Maximum length of a constraint11821
Number of terms in the objective function 174997
Biggest coefficient in the objective function 60000000000000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 602632800292929998
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 60000000000000
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 602632800292929998
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.98/9.03	c run inc solver
8.98/9.03	c [INC SYSTEM] run initial solver
8.98/9.03	c [INC SYSTEM] preprocess with white file
46.60/46.83	c [INC SYSTEM] finished preprocessing in 37 s
46.60/46.83	c [INC SYSTEM] execute solver
55.96/56.20	c [INC SEARCH] formula is SAT
56.15/56.36	c [INC SYSTEM] solved the initial formula
57.84/58.06	c model valid
57.84/58.06	c current solution ok
80.07/80.45	o 13559032749220000
80.07/80.45	c starting approximation
80.07/80.45	c factor = 2.275e+12
80.07/80.45	c factor still to low - shrinking to 7.11837e+15
80.07/80.45	c approx number of clauses: 1e+06
80.07/80.45	c current bound: 6779516219293696
80.07/80.45	c factor to high for quickBound
80.07/80.45	c finished approximation
80.07/80.45	c [INC SYSTEM] there exists a inc, kill it!
80.07/80.45	c write failed with 2
80.07/80.50	c [INC SEARCH] iteration: 0
80.07/80.50	c [INC BOUNDS] best value:13559032749220000 search for 13559032749219999
80.07/80.50	c [INC SYSTEM] create new solver instance
80.07/80.50	c [INC] encode full formula
80.07/80.50	c fallback to adder encoding
136.88/137.24	c set iterative enc to: adder
136.88/137.24	c set iterative enc to: none
144.25/144.63	c [INC SEARCH] isOptimum variable: 0

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-3751586-1339165106/watcher-3751586-1339165106 -o /tmp/evaluation-result-3751586-1339165106/solver-3751586-1339165106 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751586-1339165106.opb 864453049 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.24 1.14 1.53 3/178 8305
/proc/meminfo: memFree=30822608/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0

[startup+0.066049 s]
/proc/loadavg: 1.24 1.14 1.53 3/178 8305
/proc/meminfo: memFree=30822608/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100246 s]
/proc/loadavg: 1.24 1.14 1.53 3/178 8305
/proc/meminfo: memFree=30822608/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 1.24 1.14 1.53 3/178 8305
/proc/meminfo: memFree=30822608/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 1.24 1.14 1.53 3/178 8305
/proc/meminfo: memFree=30822608/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 1.24 1.14 1.53 3/180 8310
/proc/meminfo: memFree=30759600/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=94236 CPUtime=1.49 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) R 8305 8305 32754 0 -1 4202496 22808 0 0 0 146 3 0 0 20 0 1 0 382638057 96497664 20941 33554432000 4194304 6004724 140734587025200 140734587020840 5190736 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8306/statm: 23559 20941 130 442 0 23113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103384

[startup+3.10031 s]
/proc/loadavg: 1.24 1.14 1.53 3/180 8310
/proc/meminfo: memFree=30692880/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=336484 CPUtime=3.09 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) R 8305 8305 32754 0 -1 4202496 72589 0 0 0 299 10 0 0 20 0 1 0 382638057 344559616 79063 33554432000 4194304 6004724 140734587025200 140734587021224 4382616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8306/statm: 84121 79063 137 442 0 83675 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 345632

[startup+6.30024 s]
/proc/loadavg: 1.30 1.15 1.53 3/180 8310
/proc/meminfo: memFree=30365952/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=582244 CPUtime=6.29 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) R 8305 8305 32754 0 -1 4202496 74825 0 0 0 612 17 0 0 20 0 1 0 382638057 596217856 115927 33554432000 4194304 6004724 140734587025200 140734587018360 4975569 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8306/statm: 145561 115927 137 442 0 145115 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 591392

[startup+12.7004 s]
/proc/loadavg: 1.35 1.17 1.53 3/182 8312
/proc/meminfo: memFree=29883792/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=817040 CPUtime=9.3 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 76091 0 0 0 846 84 0 0 20 0 1 0 382638057 836648960 136256 33554432000 4194304 6004724 140734587025200 140734587019664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8306/statm: 204260 136256 147 442 0 203814 0
[pid=8311] ppid=8306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8311/stat : 8311 (cp2_pre.sh) S 8306 8305 32754 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 382638987 9367552 277 33554432000 4194304 5064252 140735632176624 140735632175328 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8311/statm: 2287 277 234 213 0 72 0
[pid=8312] ppid=8311 vsize=97000 CPUtime=3.37 cores=0,2,4,6
/proc/8312/stat : 8312 (coprocessor) R 8311 8305 32754 0 -1 4202496 10801 0 0 0 335 2 0 0 20 0 1 0 382638988 99328000 21807 33554432000 4194304 6586260 140733513694800 140733513691560 4367992 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/8312/statm: 24250 21807 138 584 0 23662 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 932336

[startup+25.5004 s]
/proc/loadavg: 1.56 1.22 1.55 3/182 8312
/proc/meminfo: memFree=29558776/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=817040 CPUtime=9.3 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 76091 0 0 0 846 84 0 0 20 0 1 0 382638057 836648960 136256 33554432000 4194304 6004724 140734587025200 140734587019664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8306/statm: 204260 136256 147 442 0 203814 0
[pid=8311] ppid=8306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8311/stat : 8311 (cp2_pre.sh) S 8306 8305 32754 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 382638987 9367552 277 33554432000 4194304 5064252 140735632176624 140735632175328 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8311/statm: 2287 277 234 213 0 72 0
[pid=8312] ppid=8311 vsize=425840 CPUtime=16.17 cores=0,2,4,6
/proc/8312/stat : 8312 (coprocessor) R 8311 8305 32754 0 -1 4202496 18488 0 0 0 1605 12 0 0 20 0 1 0 382638988 436060160 98738 33554432000 4194304 6586260 140733513694800 140733513691560 4368004 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/8312/statm: 106460 98738 138 584 0 105872 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1261176

[startup+51.1004 s]
/proc/loadavg: 1.93 1.33 1.57 3/181 8314
/proc/meminfo: memFree=29027360/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=817040 CPUtime=46.66 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 76108 24446 0 0 846 84 3656 80 20 0 1 0 382638057 836648960 136261 33554432000 4194304 6004724 140734587025200 140734587011480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8306/statm: 204260 136261 151 442 0 203814 0
[pid=8314] ppid=8306 vsize=1130488 CPUtime=4.25 cores=0,2,4,6
/proc/8314/stat : 8314 (glucosInc) R 8306 8305 32754 0 -1 4202496 132747 0 0 0 393 32 0 0 20 0 1 0 382642740 1157619712 240095 33554432000 4194304 5654031 140734576175552 140734575124904 4232681 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8314/statm: 282622 240095 130 357 0 282262 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 1956676

[startup+102.3 s]
/proc/loadavg: 2.09 1.46 1.60 3/181 8318
/proc/meminfo: memFree=27805500/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=3163044 CPUtime=102 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) R 8305 8305 32754 0 -1 4202496 169070 159256 0 0 3526 1958 4553 163 20 0 1 0 382638057 3238957056 605379 33554432000 4194304 6004724 140734587025200 140734587017992 4579246 0 0 4096 0 0 0 0 17 4 0 0 17 0 0
/proc/8306/statm: 790761 605379 190 442 0 790315 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 3172192

[startup+162.3 s]
/proc/loadavg: 2.66 1.70 1.67 3/181 8320
/proc/meminfo: memFree=21278564/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=4479768 CPUtime=17.65 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 381325 0 0 0 1633 132 0 0 20 0 1 0 382652520 4587282432 970531 33554432000 4194304 5654031 140733333003088 140733331952440 4797458 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 1119942 970531 108 357 0 1119582 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 5364820

[startup+222.307 s]
/proc/loadavg: 3.42 2.08 1.80 3/181 8320
/proc/meminfo: memFree=15849760/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=10406152 CPUtime=77.65 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1017785 0 0 0 7365 400 0 0 20 0 1 0 382652520 10655899648 2313756 33554432000 4194304 5654031 140733333003088 140733333000872 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2601538 2313756 132 357 0 2601178 0
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (KiB) 11291204

[startup+282.3 s]
/proc/loadavg: 2.66 2.11 1.83 3/180 8320
/proc/meminfo: memFree=15903924/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6

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

/proc/meminfo: memFree=15474844/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=10494372 CPUtime=1217.46 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1040786 0 0 0 121337 409 0 0 20 0 1 0 382652520 10746236928 2400051 33554432000 4194304 5654031 140733333003088 140733332990904 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2623593 2400051 141 357 0 2623233 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 11379424

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8332
/proc/meminfo: memFree=15501168/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=10494372 CPUtime=1277.44 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1040795 0 0 0 127335 409 0 0 20 0 1 0 382652520 10746236928 2403635 33554432000 4194304 5654031 140733333003088 140733332990904 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2623593 2403635 141 357 0 2623233 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 11379424

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8332
/proc/meminfo: memFree=15458256/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=10494372 CPUtime=1337.43 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1040803 0 0 0 133334 409 0 0 20 0 1 0 382652520 10746236928 2403637 33554432000 4194304 5654031 140733333003088 140733332990904 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2623593 2403637 141 357 0 2623233 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 11379424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8333
/proc/meminfo: memFree=15489180/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=11997724 CPUtime=1397.42 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1042104 0 0 0 139316 426 0 0 20 0 1 0 382652520 12285669376 2408004 33554432000 4194304 5654031 140733333003088 140733333001176 4215964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2999431 2408004 141 357 0 2999071 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 12882776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8333
/proc/meminfo: memFree=15438404/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=11997724 CPUtime=1457.41 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1042411 0 0 0 145315 426 0 0 20 0 1 0 382652520 12285669376 2410862 33554432000 4194304 5654031 140733333003088 140733332990904 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2999431 2410862 141 357 0 2999071 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 12882776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8333
/proc/meminfo: memFree=15403184/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=11997724 CPUtime=1517.4 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1042416 0 0 0 151314 426 0 0 20 0 1 0 382652520 12285669376 2412910 33554432000 4194304 5654031 140733333003088 140733332990904 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2999431 2412910 141 357 0 2999071 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 12882776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8333
/proc/meminfo: memFree=15428336/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=11997724 CPUtime=1577.39 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1042534 0 0 0 157313 426 0 0 20 0 1 0 382652520 12285669376 2416091 33554432000 4194304 5654031 140733333003088 140733332990904 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2999431 2416091 141 357 0 2999071 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 12882776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8333
/proc/meminfo: memFree=15388464/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=11999656 CPUtime=1637.38 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1042970 0 0 0 163312 426 0 0 20 0 1 0 382652520 12287647744 2418564 33554432000 4194304 5654031 140733333003088 140733332990904 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2999914 2418564 141 357 0 2999554 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 12884708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8392
/proc/meminfo: memFree=15588116/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=11999656 CPUtime=1655.79 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1042973 0 0 0 165152 427 0 0 20 0 1 0 382652520 12287647744 2419588 33554432000 4194304 5654031 140733333003088 140733332990904 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2999914 2419588 141 357 0 2999554 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 12884708

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

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 8392
/proc/meminfo: memFree=15588116/32873648 swapFree=7376/7376
[pid=8305] ppid=8303 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8305/stat : 8305 (npSolver-pbo-It) S 8303 8305 32754 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382638057 9367552 275 33554432000 4194304 5064252 140734069846256 140734069845168 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8305/statm: 2287 275 233 213 0 72 0
[pid=8306] ppid=8305 vsize=875904 CPUtime=144.28 cores=0,2,4,6
/proc/8306/stat : 8306 (npSolver-pbo) S 8305 8305 32754 0 -1 4202496 177424 159770 0 0 6964 2706 4553 205 20 0 1 0 382638057 896925696 153913 33554432000 4194304 6004724 140734587025200 140734587011048 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 20 0 0
/proc/8306/statm: 218976 153913 191 442 0 218530 0
[pid=8320] ppid=8306 vsize=11999656 CPUtime=1655.79 cores=0,2,4,6
/proc/8320/stat : 8320 (glucosInc) R 8306 8305 32754 0 -1 4202496 1042973 0 0 0 165152 427 0 0 20 0 1 0 382652520 12287647744 2419588 33554432000 4194304 5654031 140733333003088 140733332990904 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8320/statm: 2999914 2419588 141 357 0 2999554 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 12884708

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.72
CPU time (s): 1800.07
CPU user time (s): 1766.69
CPU system time (s): 33.38
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 14908528

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

runsolver used 3.77243 second user time and 10.5344 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-08 16:18:28
IDJOB=3751586
IDBENCH=89879
IDSOLVER=2335
FILE ID=node112/3751586-1339165106
RUNJOBID= node112-1339165106-8272
PBS_JOBID= 14643761
Free space on /tmp= 71036 MiB

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

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

MD5SUM BENCH= 0f8cbacf22bcac8867146871fbd72f4e
RANDOM SEED=864453049

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30823360 kB
Buffers:          194356 kB
Cached:          1004520 kB
SwapCached:         2092 kB
Active:           526592 kB
Inactive:         689596 kB
Active(anon):      16700 kB
Inactive(anon):     3064 kB
Active(file):     509892 kB
Inactive(file):   686532 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099380 kB
Dirty:             68008 kB
Writeback:             0 kB
AnonPages:         23172 kB
Mapped:             9652 kB
Shmem:                 0 kB
Slab:             695560 kB
SReclaimable:     138932 kB
SUnreclaim:       556628 kB
KernelStack:        1456 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66316 MiB
End job on node112 at 2012-06-08 16:48:31