Trace number 3697569

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? (TO) 1800.03 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__32.opb
MD5SUMdb32a99ae563cdd0a4508d97506524ef
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107914
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 variables48498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint32
Maximum length of a constraint673
Number of terms in the objective function 48000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1641931968
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1641931968
Number of bits of the biggest sum of numbers31
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.42	c run inc solver
0.00/0.42	c [INC SYSTEM] run initial solver
0.00/0.42	c [INC SYSTEM] preprocess with white file
2.92/3.17	c [INC SYSTEM] finished preprocessing in 2 s
2.92/3.17	c [INC SYSTEM] execute solver
3.30/3.56	c [INC SEARCH] formula is SAT
3.30/3.57	c [INC SYSTEM] solved the initial formula
3.41/3.64	c model valid
3.41/3.64	c current solution ok
4.81/5.08	o 392203
4.81/5.08	c [INC SYSTEM] there exists a inc, kill it!
4.81/5.08	c write failed with 2
4.81/5.09	c [INC SEARCH] iteration: 0
4.81/5.09	c [INC BOUNDS] best value:392203 search for 392202
4.81/5.09	c [INC SYSTEM] create new solver instance
4.81/5.09	c [INC] encode full formula
4.81/5.09	c fallback to adder encoding
10.03/10.26	c set iterative enc to: adder
10.03/10.26	c set iterative enc to: none
10.82/11.01	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-3697569-1338084252/watcher-3697569-1338084252 -o /tmp/evaluation-result-3697569-1338084252/solver-3697569-1338084252 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697569-1338084252.opb 934972529 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: 1.92 1.98 1.99 3/178 6394
/proc/meminfo: memFree=26845444/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0

[startup+0.104623 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 6394
/proc/meminfo: memFree=26845444/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200335 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 6394
/proc/meminfo: memFree=26845444/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300363 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 6394
/proc/meminfo: memFree=26845444/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70031 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 6394
/proc/meminfo: memFree=26845444/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 6398
/proc/meminfo: memFree=26667332/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=48332 CPUtime=0.5 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 6758 0 0 0 40 10 0 0 20 0 1 0 274550617 49491968 8136 33554432000 4194304 5992684 140734297211904 140734297206352 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 12083 8136 164 440 0 11639 0
[pid=6397] ppid=6395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6397/stat : 6397 (cp2_pre.sh) S 6395 6394 1914 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 274550667 9367552 276 33554432000 4194304 5064252 140736968666752 140736968665456 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6397/statm: 2287 276 234 213 0 72 0
[pid=6398] ppid=6397 vsize=165772 CPUtime=0.98 cores=1,3,5,7
/proc/6398/stat : 6398 (coprocessor) R 6397 6394 1914 0 -1 4202496 29010 0 0 0 91 7 0 0 20 0 1 0 274550667 169750528 37211 33554432000 4194304 6586260 140734679553456 140734679550216 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6398/statm: 41443 37211 166 584 0 40855 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 232400

[startup+3.10037 s]
/proc/loadavg: 1.92 1.98 1.99 3/182 6398
/proc/meminfo: memFree=26607908/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=48332 CPUtime=0.5 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 6758 0 0 0 40 10 0 0 20 0 1 0 274550617 49491968 8136 33554432000 4194304 5992684 140734297211904 140734297206352 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 12083 8136 164 440 0 11639 0
[pid=6397] ppid=6395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6397/stat : 6397 (cp2_pre.sh) S 6395 6394 1914 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 274550667 9367552 276 33554432000 4194304 5064252 140736968666752 140736968665456 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6397/statm: 2287 276 234 213 0 72 0
[pid=6398] ppid=6397 vsize=190880 CPUtime=2.42 cores=1,3,5,7
/proc/6398/stat : 6398 (coprocessor) R 6397 6394 1914 0 -1 4202496 34014 0 0 0 230 12 0 0 20 0 1 0 274550667 195461120 46799 33554432000 4194304 6586260 140734679553456 140734679549208 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 16 0 0
/proc/6398/statm: 47720 46799 200 584 0 47132 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 257508

[startup+6.30035 s]
/proc/loadavg: 2.09 2.02 2.01 3/180 6401
/proc/meminfo: memFree=26679800/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=256960 CPUtime=6.12 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) R 6394 6394 1914 0 -1 4202496 23170 54461 0 0 191 129 269 23 20 0 1 0 274550617 263127040 46453 33554432000 4194304 5992684 140734297211904 140734297204312 5044334 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 64240 46453 182 440 0 63796 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 266108

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 6403
/proc/meminfo: memFree=26113212/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=430940 CPUtime=1.67 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 58707 0 0 0 153 14 0 0 20 0 1 0 274551718 441282560 96926 33554432000 4194304 5654031 140733420351040 140733419300392 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6403/statm: 107735 96926 109 357 0 107375 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 517088

[startup+25.5005 s]
/proc/loadavg: 2.13 2.03 2.01 3/181 6403
/proc/meminfo: memFree=25506380/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=918584 CPUtime=14.47 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 131938 0 0 0 1404 43 0 0 20 0 1 0 274551718 940630016 219314 33554432000 4194304 5654031 140733420351040 140733420338856 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6403/statm: 229646 219314 141 357 0 229286 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1004732

[startup+51.1005 s]
/proc/loadavg: 2.09 2.03 2.01 3/181 6403
/proc/meminfo: memFree=25507000/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=918728 CPUtime=40.07 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 131948 0 0 0 3964 43 0 0 20 0 1 0 274551718 940777472 219324 33554432000 4194304 5654031 140733420351040 140733420348936 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 229682 219324 141 357 0 229322 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 1004876

[startup+102.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 6403
/proc/meminfo: memFree=25501604/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=921632 CPUtime=91.26 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 132738 0 0 0 9083 43 0 0 20 0 1 0 274551718 943751168 220625 33554432000 4194304 5654031 140733420351040 140733420338856 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 230408 220625 141 357 0 230048 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 1007780

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 6404
/proc/meminfo: memFree=25500736/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=922424 CPUtime=151.25 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 132954 0 0 0 15082 43 0 0 20 0 1 0 274551718 944562176 220841 33554432000 4194304 5654031 140733420351040 140733420338856 4214475 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 230606 220841 141 357 0 230246 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 1008572

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 6404
/proc/meminfo: memFree=25499868/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=923360 CPUtime=211.25 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 133177 0 0 0 21082 43 0 0 20 0 1 0 274551718 945520640 221064 33554432000 4194304 5654031 140733420351040 140733420348824 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 230840 221064 141 357 0 230480 0
Current children cumulated CPU time (s) 222.08

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

/proc/meminfo: memFree=27285796/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=925580 CPUtime=1291.07 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 133856 0 0 0 129063 44 0 0 20 0 1 0 274551718 947793920 222018 33554432000 4194304 5654031 140733420351040 140733420338856 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231395 222018 141 357 0 231035 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1011728

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6593
/proc/meminfo: memFree=27276924/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=926384 CPUtime=1351.06 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 134108 0 0 0 135062 44 0 0 20 0 1 0 274551718 948617216 222267 33554432000 4194304 5654031 140733420351040 140733420338856 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231596 222267 141 357 0 231236 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 1012532

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6593
/proc/meminfo: memFree=27284696/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=926384 CPUtime=1411.06 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 134118 0 0 0 141062 44 0 0 20 0 1 0 274551718 948617216 222277 33554432000 4194304 5654031 140733420351040 140733420338856 4233448 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231596 222277 141 357 0 231236 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1012532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6593
/proc/meminfo: memFree=27278864/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=926384 CPUtime=1471.04 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 134126 0 0 0 147060 44 0 0 20 0 1 0 274551718 948617216 222285 33554432000 4194304 5654031 140733420351040 140733420338856 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231596 222285 141 357 0 231236 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1012532

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6593
/proc/meminfo: memFree=27285520/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=926384 CPUtime=1531.04 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 134135 0 0 0 153060 44 0 0 20 0 1 0 274551718 948617216 222294 33554432000 4194304 5654031 140733420351040 140733420338856 4233448 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231596 222294 141 357 0 231236 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1012532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6596
/proc/meminfo: memFree=27279304/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=926384 CPUtime=1591.02 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 134145 0 0 0 159058 44 0 0 20 0 1 0 274551718 948617216 222304 33554432000 4194304 5654031 140733420351040 140733420338856 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231596 222304 141 357 0 231236 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1012532

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 6596
/proc/meminfo: memFree=27272612/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=926384 CPUtime=1651.01 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 134155 0 0 0 165057 44 0 0 20 0 1 0 274551718 948617216 222314 33554432000 4194304 5654031 140733420351040 140733420338856 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231596 222314 141 357 0 231236 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1012532

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 6597
/proc/meminfo: memFree=27280260/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=926384 CPUtime=1711 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 134167 0 0 0 171056 44 0 0 20 0 1 0 274551718 948617216 222326 33554432000 4194304 5654031 140733420351040 140733420338856 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 231596 222326 141 357 0 231236 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1012532

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 6597
/proc/meminfo: memFree=27268476/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=932092 CPUtime=1771 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 135660 0 0 0 177055 45 0 0 20 0 1 0 274551718 954462208 223812 33554432000 4194304 5654031 140733420351040 140733420348728 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 233023 223812 141 357 0 232663 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1018240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6597
/proc/meminfo: memFree=27266428/32873844 swapFree=7384/7384
[pid=6394] ppid=6392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6394/stat : 6394 (npSolver-pbo-It) S 6392 6394 1914 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274550616 9367552 274 33554432000 4194304 5064252 140733520907248 140733520906160 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6394/statm: 2287 274 233 213 0 72 0
[pid=6395] ppid=6394 vsize=77000 CPUtime=10.83 cores=1,3,5,7
/proc/6395/stat : 6395 (npSolver-pbo) S 6394 6394 1914 0 -1 4202496 25164 54977 0 0 588 200 269 26 20 0 1 0 274550617 78848000 15354 33554432000 4194304 5992684 140734297211904 140734297197736 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6395/statm: 19250 15354 183 440 0 18806 0
[pid=6403] ppid=6395 vsize=932092 CPUtime=1789.2 cores=1,3,5,7
/proc/6403/stat : 6403 (glucosInc) R 6395 6394 1914 0 -1 4202496 135665 0 0 0 178875 45 0 0 20 0 1 0 274551718 954462208 223816 33554432000 4194304 5654031 140733420351040 140733420348728 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6403/statm: 233023 223816 141 357 0 232663 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1018240

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6394 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=581695
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=281653
# CPU time returned by wait4() is 10.8633
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.03
CPU user time (s): 1797.32
CPU system time (s): 2.71
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 1321988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.58169
system time used= 2.28165
maximum resident set size= 785992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 891560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 493
involuntary context switches= 23

runsolver used 4.37134 second user time and 11.6042 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 04:04:12
IDJOB=3697569
IDBENCH=71907
IDSOLVER=2275
FILE ID=node136/3697569-1338084252
RUNJOBID= node136-1338052928-1931
PBS_JOBID= 14624396
Free space on /tmp= 70944 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__32.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697569-1338084252/watcher-3697569-1338084252 -o /tmp/evaluation-result-3697569-1338084252/solver-3697569-1338084252 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697569-1338084252.opb 934972529 HOME HOME

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

MD5SUM BENCH= db32a99ae563cdd0a4508d97506524ef
RANDOM SEED=934972529

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26846196 kB
Buffers:          359448 kB
Cached:          3095664 kB
SwapCached:        24460 kB
Active:          3270532 kB
Inactive:        1943432 kB
Active(anon):    1733488 kB
Inactive(anon):    25096 kB
Active(file):    1537044 kB
Inactive(file):  1918336 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             10108 kB
Writeback:             0 kB
AnonPages:       1741544 kB
Mapped:            10928 kB
Shmem:                 0 kB
Slab:             668628 kB
SReclaimable:     110448 kB
SUnreclaim:       558180 kB
KernelStack:        1472 kB
PageTables:         7544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2242520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1165312 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= 71152 MiB
End job on node136 at 2012-05-27 04:34:14