Trace number 3700668

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.04 1802.81

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.G.recomb10-0.10-10.opb
MD5SUM6542e3f188ae9e459d3fe5f14c3a51d5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22950
Best CPU time to get the best result obtained on this benchmark1800.73
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82301
Total number of constraints900565
Number of constraints which are clauses900565
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.39/2.47	c run usual solver
5.44/7.86	c model valid
5.44/7.86	c current solution ok
6.02/8.40	o 69011
6.02/8.40	c current bound: 34505
6.02/8.40	c fallback to adder encoding
1800.04/1802.81	c error: unexpected solver exit code
1800.04/1802.81	s UNKNOWN

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-3700668-1338148419/watcher-3700668-1338148419 -o /tmp/evaluation-result-3700668-1338148419/solver-3700668-1338148419 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700668-1338148419.opb 1261300342 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.17 2.09 2.02 3/177 25322
/proc/meminfo: memFree=30917972/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0

[startup+0.0757901 s]
/proc/loadavg: 2.17 2.09 2.02 3/177 25322
/proc/meminfo: memFree=30917972/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 2.17 2.09 2.02 3/177 25322
/proc/meminfo: memFree=30917972/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.17 2.09 2.02 3/177 25322
/proc/meminfo: memFree=30917972/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 2.17 2.09 2.02 3/177 25322
/proc/meminfo: memFree=30917972/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.17 2.09 2.02 3/179 25325
/proc/meminfo: memFree=30899776/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=19492 CPUtime=1.49 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) R 25322 25322 23064 0 -1 4202496 2615 0 0 0 148 1 0 0 20 0 1 0 280966359 19959808 3134 33554432000 4194304 5992684 140736682031056 140736682027176 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25323/statm: 4873 3134 145 440 0 4429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28640

[startup+3.10035 s]
/proc/loadavg: 2.17 2.09 2.02 3/179 25325
/proc/meminfo: memFree=30801304/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=43964 CPUtime=2.48 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 5713 0 0 0 242 6 0 0 20 0 1 0 280966359 45019136 7226 33554432000 4194304 5992684 140736682031056 140736682025088 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25323/statm: 10991 7226 164 440 0 10547 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 53112
heavy processes:

[startup+6.30039 s]
/proc/loadavg: 2.16 2.08 2.02 2/183 25330
/proc/meminfo: memFree=30207176/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=43964 CPUtime=2.48 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 5713 0 0 0 242 6 0 0 20 0 1 0 280966359 45019136 7226 33554432000 4194304 5992684 140736682031056 140736682025088 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25323/statm: 10991 7226 164 440 0 10547 0
[pid=25326] ppid=25323 vsize=9148 CPUtime=1.72 cores=1,3,5,7
/proc/25326/stat : 25326 (cp2_pre.sh) S 25323 25322 23064 0 -1 4202496 634 21255 0 0 0 0 155 17 20 0 1 0 280966608 9367552 280 33554432000 4194304 5064252 140733566022176 140733566020880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25326/statm: 2287 280 238 213 0 72 0
[pid=25330] ppid=25326 vsize=16692 CPUtime=0 cores=1,3,5,7
/proc/25330/stat : 25330 (mv) D 25326 25322 23064 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 280966794 17092608 185 33554432000 4194304 4296580 140733812808288 140733812806520 251044183383 0 0 4096 0 18446744071580543392 0 0 17 5 0 0 74 0 0
/proc/25330/statm: 4173 185 154 25 0 73 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 78952
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 2.14 2.08 2.02 4/183 25339
/proc/meminfo: memFree=29911428/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=200836 CPUtime=3.18 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 36808 0 0 0 309 9 0 0 20 0 1 0 280967310 205656064 44428 33554432000 4194304 5208918 140735808610656 140735808608328 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 50209 44428 104 248 0 49958 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 331400

[startup+25.5007 s]
/proc/loadavg: 2.11 2.08 2.02 3/183 25339
/proc/meminfo: memFree=29912544/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=200836 CPUtime=15.98 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 36808 0 0 0 1589 9 0 0 20 0 1 0 280967310 205656064 44428 33554432000 4194304 5208918 140735808610656 140735808608328 4205640 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 50209 44428 104 248 0 49958 0
Current children cumulated CPU time (s) 23.03
Current children cumulated vsize (KiB) 331400

[startup+51.1006 s]
/proc/loadavg: 2.07 2.07 2.02 3/183 25339
/proc/meminfo: memFree=29913412/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=200836 CPUtime=41.57 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 36819 0 0 0 4148 9 0 0 20 0 1 0 280967310 205656064 44439 33554432000 4194304 5208918 140735808610656 140735808608328 4210641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 50209 44439 104 248 0 49958 0
Current children cumulated CPU time (s) 48.62
Current children cumulated vsize (KiB) 331400

[startup+102.301 s]
/proc/loadavg: 2.03 2.06 2.01 3/183 25339
/proc/meminfo: memFree=29903488/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=200836 CPUtime=92.77 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 36821 0 0 0 9268 9 0 0 20 0 1 0 280967310 205656064 44441 33554432000 4194304 5208918 140735808610656 140735808608328 4228947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 50209 44441 104 248 0 49958 0
Current children cumulated CPU time (s) 99.82
Current children cumulated vsize (KiB) 331400

[startup+162.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 25340
/proc/meminfo: memFree=29895424/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=202896 CPUtime=152.76 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 37291 0 0 0 15267 9 0 0 20 0 1 0 280967310 207765504 45422 33554432000 4194304 5208918 140735808610656 140735808608488 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 50724 45422 104 248 0 50473 0
Current children cumulated CPU time (s) 159.81
Current children cumulated vsize (KiB) 333460

[startup+222.307 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 25340

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

/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 99335 0 0 0 141157 98 0 0 20 0 1 0 280967310 436240384 96210 33554432000 4194304 5208918 140735808610656 140735808608504 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 106504 96210 105 248 0 106253 0
Current children cumulated CPU time (s) 1419.6
Current children cumulated vsize (KiB) 556580

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 25373
/proc/meminfo: memFree=29452336/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=432872 CPUtime=1472.53 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 101789 0 0 0 147151 102 0 0 20 0 1 0 280967310 443260928 99461 33554432000 4194304 5208918 140735808610656 140735808608504 4229850 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 108218 99461 105 248 0 107967 0
Current children cumulated CPU time (s) 1479.58
Current children cumulated vsize (KiB) 563436

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25373
/proc/meminfo: memFree=29441964/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=439040 CPUtime=1532.53 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 103883 0 0 0 153148 105 0 0 20 0 1 0 280967310 449576960 102342 33554432000 4194304 5208918 140735808610656 140735808608504 4211625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 109760 102342 105 248 0 109509 0
Current children cumulated CPU time (s) 1539.58
Current children cumulated vsize (KiB) 569604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25376
/proc/meminfo: memFree=29420452/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=444012 CPUtime=1592.52 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 105199 0 0 0 159144 108 0 0 20 0 1 0 280967310 454668288 103207 33554432000 4194304 5208918 140735808610656 140735808608504 4211623 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 111003 103207 105 248 0 110752 0
Current children cumulated CPU time (s) 1599.57
Current children cumulated vsize (KiB) 574576

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25378
/proc/meminfo: memFree=29442864/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=447620 CPUtime=1652.51 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 106550 0 0 0 165140 111 0 0 20 0 1 0 280967310 458362880 102361 33554432000 4194304 5208918 140735808610656 140735808608504 4229745 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 111905 102361 105 248 0 111654 0
Current children cumulated CPU time (s) 1659.56
Current children cumulated vsize (KiB) 578184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25378
/proc/meminfo: memFree=29421152/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=457392 CPUtime=1712.5 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 109092 0 0 0 171136 114 0 0 20 0 1 0 280967310 468369408 107070 33554432000 4194304 5208918 140735808610656 140735808608408 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 114348 107070 105 248 0 114097 0
Current children cumulated CPU time (s) 1719.55
Current children cumulated vsize (KiB) 587956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25378
/proc/meminfo: memFree=29414704/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=459568 CPUtime=1772.49 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 110107 0 0 0 177133 116 0 0 20 0 1 0 280967310 470597632 103846 33554432000 4194304 5208918 140735808610656 140735808608504 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 114892 103846 105 248 0 114641 0
Current children cumulated CPU time (s) 1779.54
Current children cumulated vsize (KiB) 590132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 1.78 1.95 1.98 2/174 25403
/proc/meminfo: memFree=30542396/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=460760 CPUtime=1792.99 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 110402 0 0 0 179183 116 0 0 20 0 1 0 280967310 471818240 105674 33554432000 4194304 5208918 140735808610656 140735808608408 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 115190 105674 105 248 0 114939 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 591324

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.8 s]
/proc/loadavg: 1.78 1.95 1.98 2/174 25403
/proc/meminfo: memFree=30542396/32873844 swapFree=7620/7620
[pid=25322] ppid=25320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25322/stat : 25322 (npSolver-pbo.sh) S 25320 25322 23064 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280966359 9367552 274 33554432000 4194304 5064252 140736206345024 140736206343936 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25322/statm: 2287 274 233 213 0 72 0
[pid=25323] ppid=25322 vsize=112268 CPUtime=7.05 cores=1,3,5,7
/proc/25323/stat : 25323 (npSolver-pbo) S 25322 25322 23064 0 -1 4202496 12022 35354 0 0 441 66 175 23 20 0 1 0 280966359 114962432 23984 33554432000 4194304 5992684 140736682031056 140736682023376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/25323/statm: 28067 23984 180 440 0 27623 0
[pid=25338] ppid=25323 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25338/stat : 25338 (satsolver.sh) S 25323 25322 23064 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280967310 9367552 266 33554432000 4194304 5064252 140734882790432 140734882789344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25338/statm: 2287 266 226 213 0 72 0
[pid=25339] ppid=25338 vsize=460760 CPUtime=1792.99 cores=1,3,5,7
/proc/25339/stat : 25339 (glucose) R 25338 25322 23064 0 -1 4202496 110402 0 0 0 179183 116 0 0 20 0 1 0 280967310 471818240 105674 33554432000 4194304 5208918 140735808610656 140735808608408 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25339/statm: 115190 105674 105 248 0 114939 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 591324

Child status: 0

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

Real time (s): 1802.81
CPU time (s): 1800.04
CPU user time (s): 1797.99
CPU system time (s): 2.05
CPU usage (%): 99.8461
Max. virtual memory (cumulated for all children) (KiB): 719156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.17906
system time used= 0.909861
maximum resident set size= 158988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 197512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269
involuntary context switches= 28

runsolver used 6.02408 second user time and 17.1164 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 21:53:40
IDJOB=3700668
IDBENCH=92865
IDSOLVER=2277
FILE ID=node143/3700668-1338148419
RUNJOBID= node143-1338124293-23081
PBS_JOBID= 14624509
Free space on /tmp= 71524 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped3.G.recomb10-0.10-10.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700668-1338148419/watcher-3700668-1338148419 -o /tmp/evaluation-result-3700668-1338148419/solver-3700668-1338148419 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700668-1338148419.opb 1261300342 HOME HOME

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

MD5SUM BENCH= 6542e3f188ae9e459d3fe5f14c3a51d5
RANDOM SEED=1261300342

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.787
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		: 2666.787
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	: 5298.57
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.787
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.787
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:        30918872 kB
Buffers:          361712 kB
Cached:           651896 kB
SwapCached:            0 kB
Active:           816140 kB
Inactive:         305356 kB
Active(anon):      97836 kB
Inactive(anon):    12524 kB
Active(file):     718304 kB
Inactive(file):   292832 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            155224 kB
Writeback:             0 kB
AnonPages:        114944 kB
Mapped:            14868 kB
Shmem:               200 kB
Slab:             692856 kB
SReclaimable:     134372 kB
SUnreclaim:       558484 kB
KernelStack:        1472 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     228620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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= 71560 MiB
End job on node143 at 2012-05-27 22:23:43