Trace number 3699249

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.08 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z11-s8.opb
MD5SUM9014f307b4266a1d3ed4d1915c3fbd07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28803
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8019
Total number of constraints223082
Number of constraints which are clauses223074
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 constraint8018
Number of terms in the objective function 7959
Biggest coefficient in the objective function 526
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1025025
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2853664
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 19481292
Number of bits of the biggest sum of numbers25
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.61	c fallback to adder encoding
1.69/1.70	c fallback to adder encoding
2.79/2.82	c fallback to adder encoding
3.89/3.98	c fallback to adder encoding
5.19/5.20	c fallback to adder encoding
6.29/6.34	c fallback to adder encoding
7.39/7.49	c fallback to adder encoding
8.59/8.62	c fallback to adder encoding
10.68/10.76	c run inc solver
10.68/10.76	c [INC SYSTEM] run initial solver
10.68/10.76	c [INC SYSTEM] preprocess with white file
39.90/40.22	c [INC SYSTEM] finished preprocessing in 29 s
39.90/40.22	c [INC SYSTEM] execute solver

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-3699249-1338112767/watcher-3699249-1338112767 -o /tmp/evaluation-result-3699249-1338112767/solver-3699249-1338112767 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699249-1338112767.opb 1163950037 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.01 2.02 2.00 4/178 27276
/proc/meminfo: memFree=28785360/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0

[startup+0.092697 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 27276
/proc/meminfo: memFree=28785360/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100234 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 27276
/proc/meminfo: memFree=28785360/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/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.01 2.02 2.00 4/178 27276
/proc/meminfo: memFree=28785360/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 27276
/proc/meminfo: memFree=28785360/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/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.01 2.02 2.00 3/180 27278
/proc/meminfo: memFree=28723140/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=102320 CPUtime=1.48 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) R 27276 27276 22912 0 -1 4202496 12016 0 0 0 144 4 0 0 20 0 1 0 277401554 104775680 24282 33554432000 4194304 5992684 140734328723616 140734328718584 4571337 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 25580 24282 166 440 0 25136 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 111468

[startup+3.10031 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 27278
/proc/meminfo: memFree=28644092/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=332884 CPUtime=3.09 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) R 27276 27276 22912 0 -1 4202496 21665 0 0 0 298 11 0 0 20 0 1 0 277401554 340873216 53764 33554432000 4194304 5992684 140734328723616 140734328718584 4523485 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 83221 53764 166 440 0 82777 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 342032

[startup+6.30033 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 27278
/proc/meminfo: memFree=28393852/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=637020 CPUtime=6.29 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) R 27276 27276 22912 0 -1 4202496 32904 0 0 0 608 21 0 0 20 0 1 0 277401554 652308480 114953 33554432000 4194304 5992684 140734328723616 140734328719016 4957503 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 159255 114954 166 440 0 158811 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 646168

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 27280
/proc/meminfo: memFree=27333644/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=10.77 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45479 0 0 0 955 122 0 0 20 0 1 0 277401554 1233100800 181487 33554432000 4194304 5992684 140734328723616 140734328718064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181487 173 440 0 300606 0
[pid=27279] ppid=27277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27279/stat : 27279 (cp2_pre.sh) S 27277 27276 22912 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277402631 9367552 277 33554432000 4194304 5064252 140735021365296 140735021364000 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27279/statm: 2287 277 234 213 0 72 0
[pid=27280] ppid=27279 vsize=216544 CPUtime=1.9 cores=1,3,5,7
/proc/27280/stat : 27280 (coprocessor) R 27279 27276 22912 0 -1 4202496 13167 0 0 0 181 9 0 0 20 0 1 0 277402632 221741056 51129 33554432000 4194304 6586260 140735502094032 140735502090792 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27280/statm: 54136 51129 137 584 0 53548 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1439040

[startup+25.5003 s]
/proc/loadavg: 2.16 2.05 2.01 3/182 27280
/proc/meminfo: memFree=26372568/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=10.77 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45479 0 0 0 955 122 0 0 20 0 1 0 277401554 1233100800 181487 33554432000 4194304 5992684 140734328723616 140734328718064 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181487 173 440 0 300606 0
[pid=27279] ppid=27277 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27279/stat : 27279 (cp2_pre.sh) S 27277 27276 22912 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277402631 9367552 277 33554432000 4194304 5064252 140735021365296 140735021364000 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27279/statm: 2287 277 234 213 0 72 0
[pid=27280] ppid=27279 vsize=1133312 CPUtime=14.56 cores=1,3,5,7
/proc/27280/stat : 27280 (coprocessor) R 27279 27276 22912 0 -1 4202496 20799 0 0 0 1383 73 0 0 20 0 1 0 277402632 1160511488 236093 33554432000 4194304 6586260 140735502094032 140735502089784 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 14 0 0
/proc/27280/statm: 283328 236093 158 584 0 282740 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 2355808

[startup+51.107 s]
/proc/loadavg: 2.17 2.06 2.01 3/182 27285
/proc/meminfo: memFree=26192732/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1535624 CPUtime=10.86 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 165651 0 0 0 1032 54 0 0 20 0 1 0 277405575 1572478976 321700 33554432000 4194304 5654031 140735901499648 140735901497432 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 383906 321700 136 357 0 383546 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 2748972

[startup+102.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/182 27308
/proc/meminfo: memFree=26181116/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1536548 CPUtime=62.06 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 165880 0 0 0 6151 55 0 0 20 0 1 0 277405575 1573425152 321929 33554432000 4194304 5654031 140735901499648 140735901497544 4232932 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 384137 321929 136 357 0 383777 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 2749896

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/181 27308
/proc/meminfo: memFree=26057296/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1638540 CPUtime=122.04 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 189059 0 0 0 12146 58 0 0 20 0 1 0 277405575 1677864960 349706 33554432000 4194304 5654031 140735901499648 140735901487464 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 409635 349706 140 357 0 409275 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 2851888

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 27308
/proc/meminfo: memFree=26010436/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1663440 CPUtime=182.03 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 195380 0 0 0 18143 60 0 0 20 0 1 0 277405575 1703362560 357560 33554432000 4194304 5654031 140735901499648 140735901487464 4232767 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 415860 357560 140 357 0 415500 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 2876788

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 27309
/proc/meminfo: memFree=26058304/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=25885748/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1729188 CPUtime=1321.87 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 212862 0 0 0 132108 79 0 0 20 0 1 0 277405575 1770688512 372719 33554432000 4194304 5654031 140735901499648 140735901487464 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 432297 372719 141 357 0 431937 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 2942536

[startup+1422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 27360
/proc/meminfo: memFree=26126392/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1730244 CPUtime=1381.85 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 213126 0 0 0 138105 80 0 0 20 0 1 0 277405575 1771769856 374516 33554432000 4194304 5654031 140735901499648 140735901487464 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 432561 374516 141 357 0 432201 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 2943592

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/181 27363
/proc/meminfo: memFree=25848856/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1732212 CPUtime=1441.84 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 213479 0 0 0 144104 80 0 0 20 0 1 0 277405575 1773785088 376402 33554432000 4194304 5654031 140735901499648 140735901487464 4232581 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 433053 376402 141 357 0 432693 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 2945560

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 27363
/proc/meminfo: memFree=25841472/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1733804 CPUtime=1501.83 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 213903 0 0 0 150102 81 0 0 20 0 1 0 277405575 1775415296 378359 33554432000 4194304 5654031 140735901499648 140735901497432 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 433451 378359 141 357 0 433091 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 2947152

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 27363
/proc/meminfo: memFree=25826528/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1733936 CPUtime=1561.82 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 213962 0 0 0 156101 81 0 0 20 0 1 0 277405575 1775550464 378929 33554432000 4194304 5654031 140735901499648 140735901487464 4232916 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 433484 378929 141 357 0 433124 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 2947284

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 27363
/proc/meminfo: memFree=25800968/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1735132 CPUtime=1621.81 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 214245 0 0 0 162100 81 0 0 20 0 1 0 277405575 1776775168 380745 33554432000 4194304 5654031 140735901499648 140735901487464 4209096 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 433783 380745 141 357 0 433423 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 2948480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27363
/proc/meminfo: memFree=25790916/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1736584 CPUtime=1681.81 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 214638 0 0 0 168099 82 0 0 20 0 1 0 277405575 1778262016 383182 33554432000 4194304 5654031 140735901499648 140735901487464 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 434146 383182 141 357 0 433786 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 2949932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27364
/proc/meminfo: memFree=25784892/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1738340 CPUtime=1741.77 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 215111 0 0 0 174095 82 0 0 20 0 1 0 277405575 1780060160 384648 33554432000 4194304 5654031 140735901499648 140735901497432 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 434585 384648 141 357 0 434225 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 2951688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27364
/proc/meminfo: memFree=25784488/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1738604 CPUtime=1760.07 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 215183 0 0 0 175925 82 0 0 20 0 1 0 277405575 1780330496 384715 33554432000 4194304 5654031 140735901499648 140735901487464 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 434651 384715 141 357 0 434291 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2951952

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27364
/proc/meminfo: memFree=25784488/32873844 swapFree=6600/6600
[pid=27276] ppid=27274 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (npSolver-pbo-I.) S 27274 27276 22912 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 277401553 9367552 275 33554432000 4194304 5064252 140733885341184 140733885340096 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27276/statm: 2287 275 233 213 0 72 0
[pid=27277] ppid=27276 vsize=1204200 CPUtime=40.01 cores=1,3,5,7
/proc/27277/stat : 27277 (npSolver-pbo) S 27276 27276 22912 0 -1 4202496 45496 21701 0 0 955 122 2761 163 20 0 1 0 277401554 1233100800 181490 33554432000 4194304 5992684 140734328723616 140734328709880 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27277/statm: 301050 181490 176 440 0 300606 0
[pid=27285] ppid=27277 vsize=1738604 CPUtime=1760.07 cores=1,3,5,7
/proc/27285/stat : 27285 (glucosInc) R 27277 27276 22912 0 -1 4202496 215183 0 0 0 175925 82 0 0 20 0 1 0 277405575 1780330496 384715 33554432000 4194304 5654031 140735901499648 140735901487464 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27285/statm: 434651 384715 141 357 0 434291 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2951952

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27276 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.08
CPU user time (s): 1796.41
CPU system time (s): 3.67
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 3500940

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

runsolver used 4.33034 second user time and 11.0943 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 11:59:27
IDJOB=3699249
IDBENCH=89893
IDSOLVER=2276
FILE ID=node140/3699249-1338112767
RUNJOBID= node140-1338099527-24517
PBS_JOBID= 14624467
Free space on /tmp= 70924 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z11-s8.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699249-1338112767/watcher-3699249-1338112767 -o /tmp/evaluation-result-3699249-1338112767/solver-3699249-1338112767 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699249-1338112767.opb 1163950037 HOME HOME

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

MD5SUM BENCH= 9014f307b4266a1d3ed4d1915c3fbd07
RANDOM SEED=1163950037

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        28786268 kB
Buffers:          363164 kB
Cached:          1087324 kB
SwapCached:         1492 kB
Active:          3018848 kB
Inactive:         209016 kB
Active(anon):    1769112 kB
Inactive(anon):     8612 kB
Active(file):    1249736 kB
Inactive(file):   200404 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:             14364 kB
Writeback:             0 kB
AnonPages:       1907548 kB
Mapped:            13028 kB
Shmem:                 8 kB
Slab:             715492 kB
SReclaimable:     157712 kB
SUnreclaim:       557780 kB
KernelStack:        1504 kB
PageTables:         7856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2225632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 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= 70376 MiB
End job on node140 at 2012-05-27 12:29:30