Trace number 3746813

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 (fixed)? (TO) 1800.07 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z7-s2.opb
MD5SUM826cee40b1a37b4e41d6d3a639f8df55
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-7368
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2023
Total number of constraints31798
Number of constraints which are clauses31790
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint2023
Number of terms in the objective function 1997
Biggest coefficient in the objective function 333
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 170608
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 735392
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 5003866
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.37/2.44	c run inc solver
2.37/2.44	c [INC SYSTEM] run initial solver
2.37/2.44	c [INC SYSTEM] preprocess with white file
34.75/34.86	c [INC SYSTEM] finished preprocessing in 32 s
34.75/34.86	c [INC SYSTEM] execute solver
36.05/36.19	c [INC SEARCH] formula is SAT
36.16/36.22	c [INC SYSTEM] solved the initial formula
36.16/36.26	c model valid
36.16/36.26	c current solution ok
40.30/40.43	o 0
40.30/40.43	c [INC SYSTEM] there exists a inc, kill it!
40.30/40.43	c write failed with 2
40.30/40.44	c [INC SEARCH] iteration: 0
40.30/40.44	c [INC BOUNDS] best value:109612 search for 109611
40.30/40.44	c [INC SYSTEM] create new solver instance
40.30/40.44	c [INC] encode full formula
40.30/40.44	c fallback to adder encoding
40.57/40.63	c set iterative enc to: adder
40.57/40.63	c set iterative enc to: none
40.59/40.76	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.41	s UNKNOWN
1800.02/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.41	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-3746813-1339105505/watcher-3746813-1339105505 -o /tmp/evaluation-result-3746813-1339105505/solver-3746813-1339105505 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746813-1339105505.opb 36834480 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23388
/proc/meminfo: memFree=31575524/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0

[startup+0.079784 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23388
/proc/meminfo: memFree=31575524/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100384 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23388
/proc/meminfo: memFree=31575524/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300321 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23388
/proc/meminfo: memFree=31575524/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700336 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23388
/proc/meminfo: memFree=31575524/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23390
/proc/meminfo: memFree=31494412/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=177416 CPUtime=1.49 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) R 23388 23388 22322 0 -1 4202496 16773 0 0 0 142 7 0 0 20 0 1 0 376676630 181673984 28418 33554432000 4194304 6004724 140733365885408 140733365880360 4582623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23389/statm: 44354 28418 153 442 0 43908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186564

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23390
/proc/meminfo: memFree=31416340/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=145380 CPUtime=2.41 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 17295 0 0 0 214 27 0 0 20 0 1 0 376676630 148869120 33228 33554432000 4194304 6004724 140733365885408 140733365879872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/23389/statm: 36345 33228 163 442 0 35899 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 154528
heavy processes:

[startup+6.30045 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23392
/proc/meminfo: memFree=30902096/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=145380 CPUtime=2.41 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 17295 0 0 0 214 27 0 0 20 0 1 0 376676630 148869120 33228 33554432000 4194304 6004724 140733365885408 140733365879872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/23389/statm: 36345 33228 163 442 0 35899 0
[pid=23391] ppid=23389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23391/stat : 23391 (cp2_pre.sh) S 23389 23388 22322 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376676874 9367552 277 33554432000 4194304 5064252 140733323777360 140733323776064 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23391/statm: 2287 277 234 213 0 72 0
[pid=23392] ppid=23391 vsize=502344 CPUtime=3.84 cores=1,3,5,7
/proc/23392/stat : 23392 (coprocessor) R 23391 23388 22322 0 -1 4202496 58535 0 0 0 367 17 0 0 20 0 1 0 376676874 514400256 111827 33554432000 4194304 6586260 140735450551152 140735450547416 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23392/statm: 125586 111827 168 584 0 124998 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 666020

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23392
/proc/meminfo: memFree=30766692/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=145380 CPUtime=2.41 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 17295 0 0 0 214 27 0 0 20 0 1 0 376676630 148869120 33228 33554432000 4194304 6004724 140733365885408 140733365879872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/23389/statm: 36345 33228 163 442 0 35899 0
[pid=23391] ppid=23389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23391/stat : 23391 (cp2_pre.sh) S 23389 23388 22322 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376676874 9367552 277 33554432000 4194304 5064252 140733323777360 140733323776064 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23391/statm: 2287 277 234 213 0 72 0
[pid=23392] ppid=23391 vsize=578216 CPUtime=10.25 cores=1,3,5,7
/proc/23392/stat : 23392 (coprocessor) R 23391 23388 22322 0 -1 4202496 71165 0 0 0 1005 20 0 0 20 0 1 0 376676874 592093184 138254 33554432000 4194304 6586260 140735450551152 140735450546472 4676681 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23392/statm: 144554 138254 190 584 0 143966 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 741892

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23392
/proc/meminfo: memFree=30762728/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=145380 CPUtime=2.41 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 17295 0 0 0 214 27 0 0 20 0 1 0 376676630 148869120 33228 33554432000 4194304 6004724 140733365885408 140733365879872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/23389/statm: 36345 33228 163 442 0 35899 0
[pid=23391] ppid=23389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23391/stat : 23391 (cp2_pre.sh) S 23389 23388 22322 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376676874 9367552 277 33554432000 4194304 5064252 140733323777360 140733323776064 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23391/statm: 2287 277 234 213 0 72 0
[pid=23392] ppid=23391 vsize=578744 CPUtime=23.04 cores=1,3,5,7
/proc/23392/stat : 23392 (coprocessor) R 23391 23388 22322 0 -1 4202496 71302 0 0 0 2284 20 0 0 20 0 1 0 376676874 592633856 138391 33554432000 4194304 6586260 140735450551152 140735450546472 4676454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23392/statm: 144686 138391 190 584 0 144098 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 742420

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 23397
/proc/meminfo: memFree=31026676/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=294512 CPUtime=10.32 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 51527 0 0 0 1020 12 0 0 20 0 1 0 376680705 301580288 66605 33554432000 4194304 5654031 140735605321488 140735605319272 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23397/statm: 73628 66605 140 357 0 73268 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 458724

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 23398
/proc/meminfo: memFree=31036920/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=300500 CPUtime=61.53 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 53251 0 0 0 6139 14 0 0 20 0 1 0 376680705 307712000 69351 33554432000 4194304 5654031 140735605321488 140735605309304 4797458 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 75125 69351 140 357 0 74765 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 464712

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 23398
/proc/meminfo: memFree=31011144/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=314720 CPUtime=121.51 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 55933 0 0 0 12136 15 0 0 20 0 1 0 376680705 322273280 74588 33554432000 4194304 5654031 140735605321488 140735605309304 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 78680 74588 140 357 0 78320 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 478932

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 23398
/proc/meminfo: memFree=30968980/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=319808 CPUtime=181.5 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 57785 0 0 0 18134 16 0 0 20 0 1 0 376680705 327483392 76364 33554432000 4194304 5654031 140735605321488 140735605309304 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 79952 76364 141 357 0 79592 0

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

/proc/meminfo: memFree=30898432/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=395312 CPUtime=1201.28 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 68505 0 0 0 120091 37 0 0 20 0 1 0 376680705 404799488 89296 33554432000 4194304 5654031 140735605321488 140735605309304 4232810 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 98828 89296 141 357 0 98468 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 559524

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23442
/proc/meminfo: memFree=30909428/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=345224 CPUtime=1261.28 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 69092 0 0 0 126089 39 0 0 20 0 1 0 376680705 353509376 83388 33554432000 4194304 5654031 140735605321488 140735605309304 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 86306 83388 141 357 0 85946 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 509436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23443
/proc/meminfo: memFree=30887588/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=395312 CPUtime=1321.26 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 69406 0 0 0 132086 40 0 0 20 0 1 0 376680705 404799488 85333 33554432000 4194304 5654031 140735605321488 140735605309304 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 98828 85333 141 357 0 98468 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 559524

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23443
/proc/meminfo: memFree=30874668/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=395312 CPUtime=1381.26 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 69410 0 0 0 138086 40 0 0 20 0 1 0 376680705 404799488 87381 33554432000 4194304 5654031 140735605321488 140735605309304 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 98828 87381 141 357 0 98468 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 559524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23443
/proc/meminfo: memFree=30926944/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=345224 CPUtime=1441.24 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 69960 0 0 0 144082 42 0 0 20 0 1 0 376680705 353509376 84520 33554432000 4194304 5654031 140735605321488 140735605309304 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 86306 84520 141 357 0 85946 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 509436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23446
/proc/meminfo: memFree=30859668/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=395312 CPUtime=1501.23 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 70273 0 0 0 150080 43 0 0 20 0 1 0 376680705 404799488 86357 33554432000 4194304 5654031 140735605321488 140735605309304 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 98828 86357 141 357 0 98468 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 559524

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23446
/proc/meminfo: memFree=30903476/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=395580 CPUtime=1561.23 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 70370 0 0 0 156079 44 0 0 20 0 1 0 376680705 405073920 87987 33554432000 4194304 5654031 140735605321488 140735605309304 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 98895 87987 141 357 0 98535 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 559792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23447
/proc/meminfo: memFree=30906272/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=345756 CPUtime=1621.22 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 71004 0 0 0 162076 46 0 0 20 0 1 0 376680705 354054144 84698 33554432000 4194304 5654031 140735605321488 140735605309304 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 86439 84698 141 357 0 86079 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 509968

[startup+1722.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 23491
/proc/meminfo: memFree=31266112/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=396260 CPUtime=1681.21 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 71402 0 0 0 168073 48 0 0 20 0 1 0 376680705 405770240 86622 33554432000 4194304 5654031 140735605321488 140735605309304 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 99065 86622 141 357 0 98705 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 560472

[startup+1782.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/182 23579
/proc/meminfo: memFree=30958580/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=397072 CPUtime=1741.2 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 71613 0 0 0 174072 48 0 0 20 0 1 0 376680705 406601728 88877 33554432000 4194304 5654031 140735605321488 140735605309304 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 99268 88877 141 357 0 98908 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 561284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.98 1.98 1.99 3/182 23579
/proc/meminfo: memFree=30978548/32873844 swapFree=7380/7380
[pid=23388] ppid=23386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23388/stat : 23388 (npSolver-pbo-It) S 23386 23388 22322 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376676629 9367552 274 33554432000 4194304 5064252 140735912999648 140735912998560 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23388/statm: 2287 274 233 213 0 72 0
[pid=23389] ppid=23388 vsize=155064 CPUtime=40.72 cores=1,3,5,7
/proc/23389/stat : 23389 (npSolver-pbo) S 23388 23388 22322 0 -1 4202496 21855 117566 0 0 313 366 3322 71 20 0 1 0 376676630 158785536 35664 33554432000 4194304 6004724 140733365885408 140733365871256 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/23389/statm: 38766 35664 178 442 0 38320 0
[pid=23397] ppid=23389 vsize=347272 CPUtime=1759.3 cores=1,3,5,7
/proc/23397/stat : 23397 (glucosInc) R 23389 23388 22322 0 -1 4202496 72220 0 0 0 175880 50 0 0 20 0 1 0 376680705 355606528 84031 33554432000 4194304 5654031 140735605321488 140735605309304 4232438 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23397/statm: 86818 84031 141 357 0 86458 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 511484

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.07
CPU user time (s): 1795.17
CPU system time (s): 4.89525
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 757628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 4.89525
maximum resident set size= 568704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212021
page faults= 0
swaps= 0
block input operations= 8
block output operations= 733112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1294
involuntary context switches= 2458

runsolver used 2.6196 second user time and 7.40587 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-07 23:45:05
IDJOB=3746813
IDBENCH=89884
IDSOLVER=2332
FILE ID=node118/3746813-1339105505
RUNJOBID= node118-1339098177-22339
PBS_JOBID= 14643735
Free space on /tmp= 70800 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z7-s2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746813-1339105505/watcher-3746813-1339105505 -o /tmp/evaluation-result-3746813-1339105505/solver-3746813-1339105505 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746813-1339105505.opb 36834480 HOME HOME

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

MD5SUM BENCH= 826cee40b1a37b4e41d6d3a639f8df55
RANDOM SEED=36834480

node118.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.212
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.42
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.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31576168 kB
Buffers:           67368 kB
Cached:           157136 kB
SwapCached:         6332 kB
Active:           400440 kB
Inactive:         135832 kB
Active(anon):     307796 kB
Inactive(anon):     6328 kB
Active(file):      92644 kB
Inactive(file):   129504 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67095332 kB
Dirty:              8940 kB
Writeback:             0 kB
AnonPages:        312940 kB
Mapped:             9068 kB
Shmem:                 0 kB
Slab:             621436 kB
SReclaimable:      61836 kB
SUnreclaim:       559600 kB
KernelStack:        1472 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     445640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 70656 MiB
End job on node118 at 2012-06-08 00:15:06