Trace number 3749190

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 (fixed)? (TO) 1800.11 1800.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1440225.opb
MD5SUMae858a83a4b73fde0d05a86f9f6907e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.20351
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1285
Total number of constraints330
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint64
Number of terms in the objective function 1285
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 1285
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1285
Number of bits of the biggest sum of numbers11
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.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.18	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.18	c [INC SYSTEM] execute solver
2.16/2.20	c [INC SEARCH] formula is SAT
2.16/2.20	c [INC SYSTEM] solved the initial formula
2.16/2.21	c model valid
2.16/2.21	c current solution ok
2.16/2.27	o 36
2.16/2.27	c execute binary inc search
2.16/2.27	c [INC SEARCH] current bound: 18
2.16/2.27	c [INC SEARCH] iteration: 0
2.16/2.27	c [INC SEARCH] lower bound: 0 upperbound 36 current bound: 18 best value:36
2.16/2.27	c [INC SYSTEM] there exists a inc, kill it!
2.16/2.27	c write failed with 2
2.16/2.28	c [INC SYSTEM] create new solver instance
2.16/2.28	c [INC] encode full formula
2.16/2.28	c (debug) using card networks
2.16/2.28	c old isEQ: 0, new EQ is 0
2.16/2.29	c set iterative enc to: card
2.16/2.29	c set iterative enc to: none
2.16/2.29	c [INC SEARCH] isOptimum variable: 0
3.26/3.38	c [INC SEARCH] formula is UNSAT
3.26/3.38	c [INC SYSTEM] there exists a inc, kill it!
3.26/3.38	c write failed with 2
3.26/3.38	c sat variable: 0 optimum/unsat variable: 1
3.26/3.38	c [INC SEARCH] set lower bound to 19 upperbound 36
3.26/3.38	c [INC SEARCH] current bound: 27
3.26/3.38	c [INC SEARCH] iteration: 1
3.26/3.38	c [INC SEARCH] lower bound: 19 upperbound 36 current bound: 27 best value:36
3.26/3.38	c [INC SYSTEM] create new solver instance
3.26/3.38	c [INC] encode full formula
3.26/3.38	c (debug) using card networks
3.26/3.38	c old isEQ: 0, new EQ is 0
3.26/3.39	c set iterative enc to: card
3.26/3.39	c set iterative enc to: none
3.36/3.40	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.50	c an unexpexted return value has been received, exit
1800.08/1800.50	s UNKNOWN
1800.08/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.50	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-3749190-1339164623/watcher-3749190-1339164623 -o /tmp/evaluation-result-3749190-1339164623/solver-3749190-1339164623 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749190-1339164623.opb 2072257935 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: 2.00 2.00 2.00 2/179 2119
/proc/meminfo: memFree=24692156/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0

[startup+0.08728 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 2119
/proc/meminfo: memFree=24692156/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100504 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 2119
/proc/meminfo: memFree=24692156/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300204 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 2119
/proc/meminfo: memFree=24692156/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700192 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 2119
/proc/meminfo: memFree=24692156/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2125
/proc/meminfo: memFree=24680140/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=4696 CPUtime=0.16 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 2970 2872 0 0 2 1 13 0 20 0 1 0 382529300 4808704 696 33554432000 4194304 6004724 140733730544928 140733730531208 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1174 696 151 442 0 728 0
[pid=2125] ppid=2120 vsize=13840 CPUtime=1.3 cores=0,2,4,6
/proc/2125/stat : 2125 (glucosInc) R 2120 2119 28683 0 -1 4202496 3247 0 0 0 130 0 0 0 20 0 1 0 382529319 14172160 2781 33554432000 4194304 5654031 140737431175136 140737431172920 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2125/statm: 3460 2781 141 357 0 3100 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 27684

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2125
/proc/meminfo: memFree=24676736/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=2.26 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 3758 8529 0 0 5 5 214 2 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 15208
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2130
/proc/meminfo: memFree=24670536/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=35376 CPUtime=2.89 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 6435 0 0 0 287 2 0 0 20 0 1 0 382529640 36225024 6634 33554432000 4194304 5654031 140733268068912 140733268066792 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2130/statm: 8844 6634 141 357 0 8484 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 50584

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2130
/proc/meminfo: memFree=24646984/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=39840 CPUtime=9.28 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 7334 0 0 0 926 2 0 0 20 0 1 0 382529640 40796160 9503 33554432000 4194304 5654031 140733268068912 140733268056728 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 9960 9503 141 357 0 9600 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 55048

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2130
/proc/meminfo: memFree=24623844/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=85176 CPUtime=22.08 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 7862 0 0 0 2206 2 0 0 20 0 1 0 382529640 87220224 15338 33554432000 4194304 5654031 140733268068912 140733268066792 4232509 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 21294 15338 141 357 0 20934 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 100384

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2130
/proc/meminfo: memFree=24584996/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=85176 CPUtime=47.68 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 7866 0 0 0 4765 3 0 0 20 0 1 0 382529640 87220224 16365 33554432000 4194304 5654031 140733268068912 140733268056728 4216105 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 21294 16365 141 357 0 20934 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100384

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2130
/proc/meminfo: memFree=24617940/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=85176 CPUtime=98.87 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 9520 0 0 0 9882 5 0 0 20 0 1 0 382529640 87220224 16365 33554432000 4194304 5654031 140733268068912 140733268056728 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 21294 16365 141 357 0 20934 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100384

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2131
/proc/meminfo: memFree=24581892/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=134496 CPUtime=158.85 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 10766 0 0 0 15878 7 0 0 20 0 1 0 382529640 137723904 25464 33554432000 4194304 5654031 140733268068912 140733268056728 4215687 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 33624 25464 141 357 0 33264 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 149704

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2131
/proc/meminfo: memFree=24579744/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=134496 CPUtime=218.85 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 12771 0 0 0 21874 11 0 0 20 0 1 0 382529640 137723904 25976 33554432000 4194304 5654031 140733268068912 140733268056728 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 33624 25976 141 357 0 33264 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 149704

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2131
/proc/meminfo: memFree=24558848/32873844 swapFree=7128/7128

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

/proc/meminfo: memFree=24463764/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=177592 CPUtime=1298.62 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 31669 0 0 0 129813 49 0 0 20 0 1 0 382529640 181854208 38734 33554432000 4194304 5654031 140733268068912 140733268056728 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 44398 38734 141 357 0 44038 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 192800

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/181 2141
/proc/meminfo: memFree=24466140/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=227680 CPUtime=1358.61 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 31988 0 0 0 135811 50 0 0 20 0 1 0 382529640 233144320 47227 33554432000 4194304 5654031 140733268068912 140733268056728 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 56920 47227 141 357 0 56560 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 242888

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2142
/proc/meminfo: memFree=24444348/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=177592 CPUtime=1418.61 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 32996 0 0 0 141809 52 0 0 20 0 1 0 382529640 181854208 38222 33554432000 4194304 5654031 140733268068912 140733268056728 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 44398 38222 141 357 0 44038 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 192800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2142
/proc/meminfo: memFree=24428864/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=227680 CPUtime=1478.57 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 33338 0 0 0 147804 53 0 0 20 0 1 0 382529640 233144320 46715 33554432000 4194304 5654031 140733268068912 140733268056728 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 56920 46715 141 357 0 56560 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 242888

[startup+1542.3 s]
/proc/loadavg: 2.25 2.06 2.02 3/181 2186
/proc/meminfo: memFree=23140700/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=177592 CPUtime=1538.56 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 34262 0 0 0 153798 58 0 0 20 0 1 0 382529640 181854208 36600 33554432000 4194304 5654031 140733268068912 140733268067000 4233181 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 44398 36600 141 357 0 44038 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 192800

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/181 2186
/proc/meminfo: memFree=23090704/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=227680 CPUtime=1598.53 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 34691 0 0 0 159794 59 0 0 20 0 1 0 382529640 233144320 46715 33554432000 4194304 5654031 140733268068912 140733268056728 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 56920 46715 141 357 0 56560 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 242888

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/181 2186
/proc/meminfo: memFree=23138168/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=147448 CPUtime=1658.51 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 35283 0 0 0 165791 60 0 0 20 0 1 0 382529640 150986752 33203 33554432000 4194304 5654031 140733268068912 140733268056728 4232973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 36862 33203 141 357 0 36502 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 162656

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 2187
/proc/meminfo: memFree=23095164/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=178268 CPUtime=1718.51 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 35881 0 0 0 171789 62 0 0 20 0 1 0 382529640 182546432 42998 33554432000 4194304 5654031 140733268068912 140733268056728 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 44567 42998 141 357 0 44207 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 193476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 2190
/proc/meminfo: memFree=23061676/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=228356 CPUtime=1778.5 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 36195 0 0 0 177787 63 0 0 20 0 1 0 382529640 233836544 49955 33554432000 4194304 5654031 140733268068912 140733268056728 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 57089 49955 141 357 0 56729 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 243564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 2190
/proc/meminfo: memFree=23164340/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=99412 CPUtime=1796.7 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 36504 0 0 0 179607 63 0 0 20 0 1 0 382529640 101797888 24406 33554432000 4194304 5654031 140733268068912 140733268056728 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 24853 24406 141 357 0 24493 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 114620

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 2190
/proc/meminfo: memFree=23164340/32873844 swapFree=7128/7128
[pid=2119] ppid=2117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2119/stat : 2119 (npSolver-pbo-I.) S 2117 2119 28683 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382529300 9367552 275 33554432000 4194304 5064252 140736663701408 140736663700320 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2119/statm: 2287 275 233 213 0 72 0
[pid=2120] ppid=2119 vsize=6060 CPUtime=3.38 cores=0,2,4,6
/proc/2120/stat : 2120 (npSolver-pbo) S 2119 2119 28683 0 -1 4202496 4435 13056 0 0 7 6 322 3 20 0 1 0 382529300 6205440 971 33554432000 4194304 6004724 140733730544928 140733730529848 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2120/statm: 1515 971 176 442 0 1069 0
[pid=2130] ppid=2120 vsize=99412 CPUtime=1796.7 cores=0,2,4,6
/proc/2130/stat : 2130 (glucosInc) R 2120 2119 28683 0 -1 4202496 36504 0 0 0 179607 63 0 0 20 0 1 0 382529640 101797888 24406 33554432000 4194304 5654031 140733268068912 140733268056728 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2130/statm: 24853 24406 141 357 0 24493 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 114620

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1799.38
CPU system time (s): 0.735888
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 243564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.735888
maximum resident set size= 209392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151
involuntary context switches= 2083

runsolver used 7.2469 second user time and 18.5162 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-08 16:10:23
IDJOB=3749190
IDBENCH=89878
IDSOLVER=2333
FILE ID=node105/3749190-1339164623
RUNJOBID= node105-1339158391-1413
PBS_JOBID= 14643798
Free space on /tmp= 66856 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1440225.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749190-1339164623/watcher-3749190-1339164623 -o /tmp/evaluation-result-3749190-1339164623/solver-3749190-1339164623 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749190-1339164623.opb 2072257935 HOME HOME

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

MD5SUM BENCH= ae858a83a4b73fde0d05a86f9f6907e8
RANDOM SEED=2072257935

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24694692 kB
Buffers:          576988 kB
Cached:          6413656 kB
SwapCached:         1660 kB
Active:          1341600 kB
Inactive:        5740144 kB
Active(anon):      88232 kB
Inactive(anon):     5008 kB
Active(file):    1253368 kB
Inactive(file):  5735136 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:              8580 kB
Writeback:             0 kB
AnonPages:        188536 kB
Mapped:            10308 kB
Shmem:                 0 kB
Slab:             956528 kB
SReclaimable:     398180 kB
SUnreclaim:       558348 kB
KernelStack:        1512 kB
PageTables:         4552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     214928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 66540 MiB
End job on node105 at 2012-06-08 16:40:23