Trace number 3702680

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod010.opb
MD5SUM0155c0c96434984f6ded6bb7ada20c0c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6548
Best CPU time to get the best result obtained on this benchmark0.591909
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6548
Optimality of the best value was proved YES
Number of variables2655
Total number of constraints146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint2655
Number of terms in the objective function 2655
Biggest coefficient in the objective function 266
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 489211
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 266
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 489211
Number of bits of the biggest sum of numbers19
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.10	c run inc solver
0.00/0.10	c [INC SYSTEM] run initial solver
0.00/0.10	c [INC SYSTEM] preprocess with white file
0.98/1.01	c [INC SYSTEM] finished preprocessing in 0 s
0.98/1.01	c [INC SYSTEM] execute solver
160.14/160.22	c [INC SEARCH] formula is SAT
160.14/160.22	c [INC SYSTEM] solved the initial formula
160.14/160.22	c model valid
160.14/160.22	c current solution ok
160.34/160.49	o 8412
160.34/160.49	c starting approximation
160.34/160.49	c factor = 24
160.34/160.49	c factor still to low - shrinking to 67.0016
160.34/160.49	c approx number of clauses: 1e+06
160.34/160.49	c current bound: 4206
1800.07/1800.41	./satsolver.sh: line 5: 10918 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3702680-1338049483/watcher-3702680-1338049483 -o /tmp/evaluation-result-3702680-1338049483/solver-3702680-1338049483 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702680-1338049483.opb 548478267 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.01 1.04 1.35 3/173 10901
/proc/meminfo: memFree=28675476/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0

[startup+0.0824021 s]
/proc/loadavg: 1.01 1.04 1.35 3/173 10901
/proc/meminfo: memFree=28675476/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 1.01 1.04 1.35 3/173 10901
/proc/meminfo: memFree=28675476/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 1.01 1.04 1.35 3/173 10901
/proc/meminfo: memFree=28675476/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70028 s]
/proc/loadavg: 1.01 1.04 1.35 3/173 10901
/proc/meminfo: memFree=28675476/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.01 1.04 1.35 3/183 10911
/proc/meminfo: memFree=28475996/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=11596 CPUtime=0.99 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 3462 14382 0 0 9 1 80 9 20 0 1 0 271072890 11874304 2522 33554432000 4194304 5992684 140735518330224 140735518316488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 2899 2522 174 440 0 2455 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 20744

[startup+3.10031 s]
/proc/loadavg: 1.01 1.04 1.35 3/182 10913
/proc/meminfo: memFree=28492552/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=11596 CPUtime=0.99 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 3462 14382 0 0 9 1 80 9 20 0 1 0 271072890 11874304 2522 33554432000 4194304 5992684 140735518330224 140735518316488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 2899 2522 174 440 0 2455 0
[pid=10913] ppid=10904 vsize=27200 CPUtime=2.07 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) R 10904 10901 8502 0 -1 4202496 6112 0 0 0 207 0 0 0 20 0 1 0 271072991 27852800 6010 33554432000 4194304 5654031 140735456282992 140735456270808 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 6800 6010 142 357 0 6440 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 47944

[startup+6.30031 s]
/proc/loadavg: 1.09 1.06 1.35 3/181 10915
/proc/meminfo: memFree=28568848/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=11596 CPUtime=0.99 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 3462 14382 0 0 9 1 80 9 20 0 1 0 271072890 11874304 2522 33554432000 4194304 5992684 140735518330224 140735518316488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 2899 2522 174 440 0 2455 0
[pid=10913] ppid=10904 vsize=36296 CPUtime=5.28 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) R 10904 10901 8502 0 -1 4202496 7722 0 0 0 527 1 0 0 20 0 1 0 271072991 37167104 7869 33554432000 4194304 5654031 140735456282992 140735456280792 4234964 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 9074 7869 142 357 0 8714 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 57040

[startup+12.7003 s]
/proc/loadavg: 1.16 1.08 1.36 3/181 10915
/proc/meminfo: memFree=28543892/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=11596 CPUtime=0.99 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 3462 14382 0 0 9 1 80 9 20 0 1 0 271072890 11874304 2522 33554432000 4194304 5992684 140735518330224 140735518316488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 2899 2522 174 440 0 2455 0
[pid=10913] ppid=10904 vsize=36296 CPUtime=11.68 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) R 10904 10901 8502 0 -1 4202496 8325 0 0 0 1167 1 0 0 20 0 1 0 271072991 37167104 8463 33554432000 4194304 5654031 140735456282992 140735456270808 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 9074 8463 142 357 0 8714 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57040

[startup+25.5003 s]
/proc/loadavg: 1.34 1.12 1.37 3/181 10915
/proc/meminfo: memFree=28530116/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=11596 CPUtime=0.99 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 3462 14382 0 0 9 1 80 9 20 0 1 0 271072890 11874304 2522 33554432000 4194304 5992684 140735518330224 140735518316488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 2899 2522 174 440 0 2455 0
[pid=10913] ppid=10904 vsize=55040 CPUtime=24.47 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) R 10904 10901 8502 0 -1 4202496 10867 0 0 0 2445 2 0 0 20 0 1 0 271072991 56360960 10148 33554432000 4194304 5654031 140735456282992 140735456270808 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 13760 10148 142 357 0 13400 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 75784

[startup+51.1003 s]
/proc/loadavg: 1.57 1.19 1.38 3/181 10915
/proc/meminfo: memFree=28486784/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=11596 CPUtime=0.99 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 3462 14382 0 0 9 1 80 9 20 0 1 0 271072890 11874304 2522 33554432000 4194304 5992684 140735518330224 140735518316488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 2899 2522 174 440 0 2455 0
[pid=10913] ppid=10904 vsize=92716 CPUtime=50.06 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) R 10904 10901 8502 0 -1 4202496 12143 0 0 0 5003 3 0 0 20 0 1 0 271072991 94941184 16807 33554432000 4194304 5654031 140735456282992 140735456270808 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23179 16807 142 357 0 22819 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 113460

[startup+102.307 s]
/proc/loadavg: 1.81 1.31 1.41 3/181 10915
/proc/meminfo: memFree=28440340/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=11596 CPUtime=0.99 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 3462 14382 0 0 9 1 80 9 20 0 1 0 271072890 11874304 2522 33554432000 4194304 5992684 140735518330224 140735518316488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 2899 2522 174 440 0 2455 0
[pid=10913] ppid=10904 vsize=92716 CPUtime=101.26 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) R 10904 10901 8502 0 -1 4202496 13270 0 0 0 10121 5 0 0 20 0 1 0 271072991 94941184 18389 33554432000 4194304 5654031 140735456282992 140735456270808 4233232 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23179 18389 142 357 0 22819 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 113460

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.45 3/183 10918
/proc/meminfo: memFree=28371292/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=73516 CPUtime=1.69 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 16238 0 0 0 167 2 0 0 20 0 1 0 271088949 75280384 16584 33554432000 4194304 5208918 140733950876496 140733950874328 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 18379 16584 103 248 0 18128 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 209564

[startup+222.3 s]
/proc/loadavg: 1.97 1.53 1.48 3/183 10918
/proc/meminfo: memFree=28294600/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6

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

Current children cumulated vsize (KiB) 273344

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/183 10929
/proc/meminfo: memFree=28166432/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=186616 CPUtime=1321.48 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 23189 0 0 0 132139 9 0 0 20 0 1 0 271088949 191094784 41003 33554432000 4194304 5208918 140733950876496 140733950874488 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 46654 41003 105 248 0 46403 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 322664

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/184 10933
/proc/meminfo: memFree=28189996/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=137296 CPUtime=1381.47 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 23191 0 0 0 138137 10 0 0 20 0 1 0 271088949 140591104 32974 33554432000 4194304 5208918 140733950876496 140733950872808 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 34324 32974 105 248 0 34073 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 273344

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/185 10936
/proc/meminfo: memFree=28084996/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=186616 CPUtime=1441.46 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 23556 0 0 0 144136 10 0 0 20 0 1 0 271088949 191094784 41515 33554432000 4194304 5208918 140733950876496 140733950874488 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 46654 41515 105 248 0 46403 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 322664

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/185 10936
/proc/meminfo: memFree=28074556/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=137296 CPUtime=1501.46 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 23558 0 0 0 150135 11 0 0 20 0 1 0 271088949 140591104 32974 33554432000 4194304 5208918 140733950876496 140733950872872 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 34324 32974 105 248 0 34073 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 273344

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/185 10936
/proc/meminfo: memFree=28048304/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=186616 CPUtime=1561.45 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 23923 0 0 0 156134 11 0 0 20 0 1 0 271088949 191094784 41515 33554432000 4194304 5208918 140733950876496 140733950874488 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 46654 41515 105 248 0 46403 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 322664

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/185 10936
/proc/meminfo: memFree=28063996/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=137296 CPUtime=1621.44 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 23927 0 0 0 162133 11 0 0 20 0 1 0 271088949 140591104 32975 33554432000 4194304 5208918 140733950876496 140733950874584 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 34324 32975 105 248 0 34073 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 273344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 1.99 1.87 3/185 10936
/proc/meminfo: memFree=28063980/32873844 swapFree=6080/6080
[pid=10901] ppid=10898 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (npSolver-pbo-It) S 10898 10901 8502 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271072889 9367552 274 33554432000 4194304 5064252 140736125414448 140736125413360 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10901/statm: 2287 274 233 213 0 72 0
[pid=10904] ppid=10901 vsize=25028 CPUtime=1.36 cores=0,2,4,6
/proc/10904/stat : 10904 (npSolver-pbo) S 10901 10901 8502 0 -1 4202496 6657 14896 0 0 22 24 80 10 20 0 1 0 271072890 25628672 5778 33554432000 4194304 5992684 140735518330224 140735518322512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10904/statm: 6257 5778 196 440 0 5813 0
[pid=10913] ppid=10904 vsize=92724 CPUtime=159.17 cores=0,2,4,6
/proc/10913/stat : 10913 (glucosInc) S 10904 10901 8502 0 -1 4202496 15368 0 0 0 15908 9 0 0 20 0 1 0 271072991 94949376 18406 33554432000 4194304 5654031 140735456282992 140735456281304 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10913/statm: 23181 18406 148 357 0 22821 0
[pid=10917] ppid=10904 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10917/stat : 10917 (satsolver.sh) S 10904 10901 8502 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271088949 9367552 267 33554432000 4194304 5064252 140737344124320 140737344123232 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10917/statm: 2287 267 226 213 0 72 0
[pid=10918] ppid=10917 vsize=137296 CPUtime=1639.54 cores=0,2,4,6
/proc/10918/stat : 10918 (glucose) R 10917 10901 8502 0 -1 4202496 23927 0 0 0 163943 11 0 0 20 0 1 0 271088949 140591104 32975 33554432000 4194304 5208918 140733950876496 140733950874584 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10918/statm: 34324 32975 105 248 0 34073 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 273344

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.53
CPU system time (s): 0.54
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 322664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1640.47
system time used= 0.470928
maximum resident set size= 172204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 179
involuntary context switches= 1699

runsolver used 3.2685 second user time and 8.73567 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-26 18:24:43
IDJOB=3702680
IDBENCH=1851
IDSOLVER=2278
FILE ID=node139/3702680-1338049483
RUNJOBID= node139-1338049483-10876
PBS_JOBID= 14624336
Free space on /tmp= 71640 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod010.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702680-1338049483/watcher-3702680-1338049483 -o /tmp/evaluation-result-3702680-1338049483/solver-3702680-1338049483 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702680-1338049483.opb 548478267 HOME HOME

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

MD5SUM BENCH= 0155c0c96434984f6ded6bb7ada20c0c
RANDOM SEED=548478267

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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:        28676492 kB
Buffers:          267524 kB
Cached:          3124404 kB
SwapCached:            0 kB
Active:           632904 kB
Inactive:        2769112 kB
Active(anon):       1792 kB
Inactive(anon):    11120 kB
Active(file):     631112 kB
Inactive(file):  2757992 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:         16540 kB
Mapped:            13512 kB
Shmem:               200 kB
Slab:             655788 kB
SReclaimable:      98416 kB
SUnreclaim:       557372 kB
KernelStack:        1400 kB
PageTables:         3828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71596 MiB
End job on node139 at 2012-05-26 18:54:44