Trace number 3702674

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.01 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark0.202968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
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.11	c fallback to adder encoding
0.00/0.32	c fallback to adder encoding
0.00/0.78	c fallback to adder encoding
0.00/0.86	c run inc solver
0.00/0.86	c [INC SYSTEM] run initial solver
0.00/0.86	c [INC SYSTEM] preprocess with white file
2.67/2.79	c [INC SYSTEM] finished preprocessing in 1 s
2.67/2.79	c [INC SYSTEM] execute solver
67.92/68.00	c [INC SEARCH] formula is SAT
67.92/68.01	c [INC SYSTEM] solved the initial formula
67.92/68.01	c model valid
67.92/68.01	c current solution ok
68.72/68.85	o 79627
68.72/68.85	c starting approximation
68.72/68.85	c factor = 22
68.72/68.85	c factor still to low - shrinking to 136.64
68.72/68.85	c approx number of clauses: 1e+06
68.72/68.85	c current bound: 39813
1800.01/1800.41	./satsolver.sh: line 5:   867 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3702674-1338049588/watcher-3702674-1338049588 -o /tmp/evaluation-result-3702674-1338049588/solver-3702674-1338049588 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702674-1338049588.opb 1219433535 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: 2.00 2.61 2.60 3/178 858
/proc/meminfo: memFree=23142952/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0

[startup+0.0576189 s]
/proc/loadavg: 2.00 2.61 2.60 3/178 858
/proc/meminfo: memFree=23142952/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100369 s]
/proc/loadavg: 2.00 2.61 2.60 3/178 858
/proc/meminfo: memFree=23142952/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300331 s]
/proc/loadavg: 2.00 2.61 2.60 3/178 858
/proc/meminfo: memFree=23142952/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70031 s]
/proc/loadavg: 2.00 2.61 2.60 3/178 858
/proc/meminfo: memFree=23142952/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.61 2.60 3/182 862
/proc/meminfo: memFree=23023844/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=62904 CPUtime=0.85 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 16193 0 0 0 81 4 0 0 20 0 1 0 271087352 64413696 15077 33554432000 4194304 5992684 140733330092864 140733330087312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/859/statm: 15726 15077 178 440 0 15282 0
[pid=861] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/861/stat : 861 (cp2_pre.sh) S 859 858 29021 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271087438 9367552 277 33554432000 4194304 5064252 140737253349248 140737253347952 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/861/statm: 2287 277 234 213 0 72 0
[pid=862] ppid=861 vsize=107080 CPUtime=0.62 cores=0,2,4,6
/proc/862/stat : 862 (coprocessor) R 861 858 29021 0 -1 4202496 19339 0 0 0 59 3 0 0 20 0 1 0 271087439 109649920 23935 33554432000 4194304 6586260 140733689368848 140733689365112 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/862/statm: 26770 23935 166 584 0 26182 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 188280

[startup+3.10032 s]
/proc/loadavg: 2.00 2.61 2.60 3/182 862
/proc/meminfo: memFree=22889224/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=62904 CPUtime=2.75 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 16208 25292 0 1 81 5 180 9 20 0 1 0 271087352 64413696 15079 33554432000 4194304 5992684 140733330092864 140733330079128 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/859/statm: 15726 15079 180 440 0 15282 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 72052

[startup+6.30036 s]
/proc/loadavg: 2.00 2.60 2.59 3/181 864
/proc/meminfo: memFree=22869756/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=62904 CPUtime=2.75 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 16208 25292 0 1 81 5 180 9 20 0 1 0 271087352 64413696 15079 33554432000 4194304 5992684 140733330092864 140733330079128 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/859/statm: 15726 15079 180 440 0 15282 0
[pid=864] ppid=859 vsize=68408 CPUtime=3.5 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) R 859 858 29021 0 -1 4202496 13398 0 0 0 347 3 0 0 20 0 1 0 271087631 70049792 14978 33554432000 4194304 5654031 140733217045936 140733217033752 4216312 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/864/statm: 17102 14978 140 357 0 16742 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 140460

[startup+12.7004 s]
/proc/loadavg: 2.00 2.59 2.59 3/181 864
/proc/meminfo: memFree=22688948/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=62904 CPUtime=2.75 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 16208 25292 0 1 81 5 180 9 20 0 1 0 271087352 64413696 15079 33554432000 4194304 5992684 140733330092864 140733330079128 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/859/statm: 15726 15079 180 440 0 15282 0
[pid=864] ppid=859 vsize=69692 CPUtime=9.89 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) R 859 858 29021 0 -1 4202496 14124 0 0 0 986 3 0 0 20 0 1 0 271087631 71364608 15517 33554432000 4194304 5654031 140733217045936 140733217033752 4233204 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/864/statm: 17423 15517 141 357 0 17063 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 141744

[startup+25.5004 s]
/proc/loadavg: 2.00 2.56 2.58 3/181 864
/proc/meminfo: memFree=22289964/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=62904 CPUtime=2.75 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 16208 25292 0 1 81 5 180 9 20 0 1 0 271087352 64413696 15079 33554432000 4194304 5992684 140733330092864 140733330079128 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/859/statm: 15726 15079 180 440 0 15282 0
[pid=864] ppid=859 vsize=107308 CPUtime=22.7 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) R 859 858 29021 0 -1 4202496 15987 0 0 0 2265 5 0 0 20 0 1 0 271087631 109883392 25049 33554432000 4194304 5654031 140733217045936 140733217033752 4215097 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/864/statm: 26827 25049 141 357 0 26467 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 179360

[startup+51.1004 s]
/proc/loadavg: 2.00 2.51 2.56 3/180 864
/proc/meminfo: memFree=21537304/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=62904 CPUtime=2.75 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 16208 25292 0 1 81 5 180 9 20 0 1 0 271087352 64413696 15079 33554432000 4194304 5992684 140733330092864 140733330079128 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/859/statm: 15726 15079 180 440 0 15282 0
[pid=864] ppid=859 vsize=118980 CPUtime=48.28 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) R 859 858 29021 0 -1 4202496 17465 0 0 0 4822 6 0 0 20 0 1 0 271087631 121835520 27046 33554432000 4194304 5654031 140733217045936 140733217033752 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29745 27046 141 357 0 29385 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 191032

[startup+102.3 s]
/proc/loadavg: 2.05 2.45 2.53 3/182 867
/proc/meminfo: memFree=20737568/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28659 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28659 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=103756 CPUtime=33.35 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 22414 0 0 0 3330 5 0 0 20 0 1 0 271094245 106246144 23845 33554432000 4194304 5208918 140736992142832 140736992139208 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 25939 23845 105 248 0 25688 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 323296

[startup+162.3 s]
/proc/loadavg: 2.02 2.36 2.50 3/182 867
/proc/meminfo: memFree=18407444/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28659 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28659 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=151204 CPUtime=93.34 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 25548 0 0 0 9328 6 0 0 20 0 1 0 271094245 154832896 34409 33554432000 4194304 5208918 140736992142832 140736992139144 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 37801 34409 105 248 0 37550 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 370744

[startup+222.307 s]
/proc/loadavg: 2.00 2.29 2.46 3/183 870
/proc/meminfo: memFree=16381864/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6

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

Current children cumulated vsize (KiB) 432320

[startup+1542.31 s]
/proc/loadavg: 2.03 2.02 2.09 3/185 929
/proc/meminfo: memFree=29563492/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28722 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28722 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=212780 CPUtime=1473.1 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 30661 0 0 0 147286 24 0 0 20 0 1 0 271094245 217886720 49377 33554432000 4194304 5208918 140736992142832 140736992140824 4229757 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 53195 49377 105 248 0 52944 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 432320

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/185 929
/proc/meminfo: memFree=29546940/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28722 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28722 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=212780 CPUtime=1533.08 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 31396 0 0 0 153282 26 0 0 20 0 1 0 271094245 217886720 48353 33554432000 4194304 5208918 140736992142832 140736992138520 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 53195 48353 105 248 0 52944 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 432320

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/185 929
/proc/meminfo: memFree=29559072/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28722 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28722 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=212780 CPUtime=1593.08 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 32132 0 0 0 159280 28 0 0 20 0 1 0 271094245 217886720 48865 33554432000 4194304 5208918 140736992142832 140736992139208 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 53195 48865 105 248 0 52944 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 432320

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/185 929
/proc/meminfo: memFree=29513772/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28722 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28722 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=243600 CPUtime=1653.07 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 32727 0 0 0 165278 29 0 0 20 0 1 0 271094245 249446400 54052 33554432000 4194304 5208918 140736992142832 140736992139144 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 60900 54052 105 248 0 60649 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 463140

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.07 3/185 929
/proc/meminfo: memFree=29540364/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28722 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28722 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=243600 CPUtime=1713.05 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 33461 0 0 0 171275 30 0 0 20 0 1 0 271094245 249446400 52516 33554432000 4194304 5208918 140736992142832 140736992140984 4212619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 60900 52516 105 248 0 60649 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 463140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 2.07 3/185 930
/proc/meminfo: memFree=29583884/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28722 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28722 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=163460 CPUtime=1731.16 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 33463 0 0 0 173085 31 0 0 20 0 1 0 271094245 167383040 39527 33554432000 4194304 5208918 140736992142832 140736992140920 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 40865 39527 105 248 0 40614 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 383000

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 2.07 3/185 930
/proc/meminfo: memFree=29583884/32873844 swapFree=7108/7108
[pid=858] ppid=856 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/858/stat : 858 (npSolver-pbo-It) S 856 858 29021 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271087352 9367552 274 33554432000 4194304 5064252 140734982953792 140734982952704 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/858/statm: 2287 274 233 213 0 72 0
[pid=859] ppid=858 vsize=82256 CPUtime=3.67 cores=0,2,4,6
/proc/859/stat : 859 (npSolver-pbo) S 858 858 29021 0 -1 4202496 19369 25808 0 1 102 74 180 11 20 0 1 0 271087352 84230144 19458 33554432000 4194304 5992684 140733330092864 140733330085152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/859/statm: 20564 19458 201 440 0 20120 0
[pid=864] ppid=859 vsize=118988 CPUtime=65.18 cores=0,2,4,6
/proc/864/stat : 864 (glucosInc) S 859 858 29021 0 -1 4202496 17545 0 0 0 6512 6 0 0 20 0 1 0 271087631 121843712 28722 33554432000 4194304 5654031 140733217045936 140733217044248 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/864/statm: 29747 28722 147 357 0 29387 0
[pid=866] ppid=859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/866/stat : 866 (satsolver.sh) S 859 858 29021 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271094245 9367552 267 33554432000 4194304 5064252 140733239273760 140733239272672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/866/statm: 2287 267 226 213 0 72 0
[pid=867] ppid=866 vsize=163460 CPUtime=1731.16 cores=0,2,4,6
/proc/867/stat : 867 (glucose) R 866 858 29021 0 -1 4202496 33463 0 0 0 173085 31 0 0 20 0 1 0 271094245 167383040 39527 33554432000 4194304 5208918 140736992142832 140736992140920 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/867/statm: 40865 39527 105 248 0 40614 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 383000

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 858 and gives
#  childrusage.ru_utime.tv_sec=1733
#  childrusage.ru_utime.tv_usec=689439
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=182820
# CPU time returned by wait4() is 1734.87
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.01
CPU user time (s): 1798.79
CPU system time (s): 1.22
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 463140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1733.69
system time used= 1.18282
maximum resident set size= 220304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79629
page faults= 1
swaps= 0
block input operations= 232
block output operations= 100136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 366
involuntary context switches= 1828

runsolver used 3.02154 second user time and 8.23375 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 18:26:28
IDJOB=3702674
IDBENCH=1855
IDSOLVER=2278
FILE ID=node102/3702674-1338049588
RUNJOBID= node102-1338048655-32000
PBS_JOBID= 14624369
Free space on /tmp= 71520 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-cracpb1.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702674-1338049588/watcher-3702674-1338049588 -o /tmp/evaluation-result-3702674-1338049588/solver-3702674-1338049588 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702674-1338049588.opb 1219433535 HOME HOME

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=1219433535

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:        23143108 kB
Buffers:          268052 kB
Cached:          1658984 kB
SwapCached:            0 kB
Active:          7906280 kB
Inactive:         977072 kB
Active(anon):    6947320 kB
Inactive(anon):    11720 kB
Active(file):     958960 kB
Inactive(file):   965352 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8176 kB
Writeback:             0 kB
AnonPages:       6959228 kB
Mapped:            14888 kB
Shmem:               200 kB
Slab:             671600 kB
SReclaimable:     114000 kB
SUnreclaim:       557600 kB
KernelStack:        1472 kB
PageTables:        17624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8515492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6938624 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= 71516 MiB
End job on node102 at 2012-05-26 18:56:29