Trace number 3701450

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUM7937d419688402745c19e3544f97b6e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.19/1.27	c run usual solver
14.76/14.94	c model valid
14.76/14.94	c current solution ok
15.75/15.93	o 36
15.75/15.93	c current bound: 18
15.75/15.93	c (debug) using card networks
397.66/397.90	c current bound: 27
397.66/397.90	c (debug) using card networks
665.53/665.82	c model valid
665.53/665.82	c current solution ok
665.53/665.84	o 27
665.53/665.84	c current bound: 23
665.53/665.84	c (debug) using card networks
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	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-3701450-1338071288/watcher-3701450-1338071288 -o /tmp/evaluation-result-3701450-1338071288/solver-3701450-1338071288 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701450-1338071288.opb 1307731624 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.04 2.07 3/179 13889
/proc/meminfo: memFree=30445444/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0

[startup+0.0533899 s]
/proc/loadavg: 2.00 2.04 2.07 3/179 13889
/proc/meminfo: memFree=30445444/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.00 2.04 2.07 3/179 13889
/proc/meminfo: memFree=30445444/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30021 s]
/proc/loadavg: 2.00 2.04 2.07 3/179 13889
/proc/meminfo: memFree=30445444/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700218 s]
/proc/loadavg: 2.00 2.04 2.07 3/179 13889
/proc/meminfo: memFree=30445444/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.04 2.07 3/181 13891
/proc/meminfo: memFree=30436556/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=37788 CPUtime=1.26 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 7701 0 0 0 123 3 0 0 20 0 1 0 273253268 38694912 8930 33554432000 4194304 5992684 140736493455776 140736493449808 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 9447 8930 172 440 0 9003 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 46936

[startup+3.10041 s]
/proc/loadavg: 2.00 2.04 2.07 3/183 13893
/proc/meminfo: memFree=30250916/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=37788 CPUtime=1.26 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 7701 0 0 0 123 3 0 0 20 0 1 0 273253268 38694912 8930 33554432000 4194304 5992684 140736493455776 140736493449808 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 9447 8930 172 440 0 9003 0
[pid=13892] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13892/stat : 13892 (cp2_pre.sh) S 13890 13889 9087 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273253396 9367552 277 33554432000 4194304 5064252 140734134398912 140734134397616 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13892/statm: 2287 277 234 213 0 72 0
[pid=13893] ppid=13892 vsize=199580 CPUtime=1.81 cores=0,2,4,6
/proc/13893/stat : 13893 (coprocessor) R 13892 13889 9087 0 -1 4202496 33856 0 0 0 176 5 0 0 20 0 1 0 273253396 204369920 48700 33554432000 4194304 6586260 140733664491504 140733664486824 4683467 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13893/statm: 49895 48700 190 584 0 49307 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 255664

[startup+6.30041 s]
/proc/loadavg: 2.08 2.06 2.07 3/183 13896
/proc/meminfo: memFree=30327892/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=37788 CPUtime=4.82 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 7708 35031 0 0 123 3 344 12 20 0 1 0 273253268 38694912 8930 33554432000 4194304 5992684 140736493455776 140736493450896 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 9447 8930 172 440 0 9003 0
[pid=13895] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13895/stat : 13895 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273253765 9367552 266 33554432000 4194304 5064252 140734980858512 140734980857424 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13895/statm: 2287 266 226 213 0 72 0
[pid=13896] ppid=13895 vsize=85620 CPUtime=1.32 cores=0,2,4,6
/proc/13896/stat : 13896 (glucose) R 13895 13889 9087 0 -1 4202496 16789 0 0 0 129 3 0 0 20 0 1 0 273253765 87674880 17870 33554432000 4194304 5208918 140734755641488 140734755639160 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13896/statm: 21405 17870 95 248 0 21154 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 141704

[startup+12.7004 s]
/proc/loadavg: 2.07 2.06 2.07 3/183 13896
/proc/meminfo: memFree=30319480/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=37788 CPUtime=4.82 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 7708 35031 0 0 123 3 344 12 20 0 1 0 273253268 38694912 8930 33554432000 4194304 5992684 140736493455776 140736493450896 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 9447 8930 172 440 0 9003 0
[pid=13895] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13895/stat : 13895 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273253765 9367552 266 33554432000 4194304 5064252 140734980858512 140734980857424 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13895/statm: 2287 266 226 213 0 72 0
[pid=13896] ppid=13895 vsize=80404 CPUtime=7.72 cores=0,2,4,6
/proc/13896/stat : 13896 (glucose) R 13895 13889 9087 0 -1 4202496 18377 0 0 0 768 4 0 0 20 0 1 0 273253765 82333696 18037 33554432000 4194304 5208918 140734755641488 140734755639320 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13896/statm: 20101 18037 104 248 0 19850 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 136488

[startup+25.5004 s]
/proc/loadavg: 2.06 2.06 2.07 3/183 13903
/proc/meminfo: memFree=30289456/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=45352 CPUtime=15.82 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 11846 60331 0 0 194 84 1283 21 20 0 1 0 273253268 46440448 10739 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 11338 10739 182 440 0 10894 0
[pid=13902] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13902/stat : 13902 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273254865 9367552 266 33554432000 4194304 5064252 140737449425872 140737449424784 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13902/statm: 2287 266 226 213 0 72 0
[pid=13903] ppid=13902 vsize=104684 CPUtime=9.52 cores=0,2,4,6
/proc/13903/stat : 13903 (glucose) R 13902 13889 9087 0 -1 4202496 20010 0 0 0 949 3 0 0 20 0 1 0 273254865 107196416 22506 33554432000 4194304 5208918 140735487268576 140735487266408 4229717 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13903/statm: 26171 22506 102 248 0 25920 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 168332

[startup+51.1004 s]
/proc/loadavg: 2.04 2.05 2.07 3/183 13903
/proc/meminfo: memFree=30266784/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=45352 CPUtime=15.82 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 11846 60331 0 0 194 84 1283 21 20 0 1 0 273253268 46440448 10739 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 11338 10739 182 440 0 10894 0
[pid=13902] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13902/stat : 13902 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273254865 9367552 266 33554432000 4194304 5064252 140737449425872 140737449424784 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13902/statm: 2287 266 226 213 0 72 0
[pid=13903] ppid=13902 vsize=133692 CPUtime=35.11 cores=0,2,4,6
/proc/13903/stat : 13903 (glucose) R 13902 13889 9087 0 -1 4202496 22012 0 0 0 3507 4 0 0 20 0 1 0 273254865 136900608 28209 33554432000 4194304 5208918 140735487268576 140735487266520 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13903/statm: 33423 28209 104 248 0 33172 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 197340

[startup+102.307 s]
/proc/loadavg: 2.01 2.04 2.06 3/183 13903
/proc/meminfo: memFree=30239332/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=45352 CPUtime=15.82 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 11846 60331 0 0 194 84 1283 21 20 0 1 0 273253268 46440448 10739 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 11338 10739 182 440 0 10894 0
[pid=13902] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13902/stat : 13902 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273254865 9367552 266 33554432000 4194304 5064252 140737449425872 140737449424784 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13902/statm: 2287 266 226 213 0 72 0
[pid=13903] ppid=13902 vsize=152368 CPUtime=86.31 cores=0,2,4,6
/proc/13903/stat : 13903 (glucose) R 13902 13889 9087 0 -1 4202496 23383 0 0 0 8624 7 0 0 20 0 1 0 273254865 156024832 34936 33554432000 4194304 5208918 140735487268576 140735487266664 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13903/statm: 38092 34936 104 248 0 37841 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 216016

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/182 13946
/proc/meminfo: memFree=30373456/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=45352 CPUtime=15.82 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 11846 60331 0 0 194 84 1283 21 20 0 1 0 273253268 46440448 10739 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 11338 10739 182 440 0 10894 0
[pid=13902] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13902/stat : 13902 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273254865 9367552 266 33554432000 4194304 5064252 140737449425872 140737449424784 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13902/statm: 2287 266 226 213 0 72 0
[pid=13903] ppid=13902 vsize=152368 CPUtime=146.29 cores=0,2,4,6
/proc/13903/stat : 13903 (glucose) R 13902 13889 9087 0 -1 4202496 23725 0 0 0 14622 7 0 0 20 0 1 0 273254865 156024832 35172 33554432000 4194304 5208918 140735487268576 140735487266664 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13903/statm: 38092 35172 104 248 0 37841 0
Current children cumulated CPU time (s) 162.11

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

/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 31325 0 0 0 75605 23 0 0 20 0 1 0 273319857 156106752 35584 33554432000 4194304 5208918 140735443198768 140735443196760 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 38112 35584 104 248 0 37861 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 219168

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 13998
/proc/meminfo: memFree=30185900/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=232588 CPUtime=816.26 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 31924 0 0 0 81602 24 0 0 20 0 1 0 273319857 238170112 48446 33554432000 4194304 5208918 140735443198768 140735443196920 4229075 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 58147 48446 104 248 0 57896 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 299308

[startup+1542.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 13998
/proc/meminfo: memFree=30148432/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=201768 CPUtime=876.26 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 32452 0 0 0 87600 26 0 0 20 0 1 0 273319857 206610432 45307 33554432000 4194304 5208918 140735443198768 140735443196760 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 50442 45307 104 248 0 50191 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 268488

[startup+1602.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/183 13998
/proc/meminfo: memFree=30130000/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=232588 CPUtime=936.24 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 32531 0 0 0 93598 26 0 0 20 0 1 0 273319857 238170112 51518 33554432000 4194304 5208918 140735443198768 140735443194504 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 58147 51518 104 248 0 57896 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 299308

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/183 13998
/proc/meminfo: memFree=30148696/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=232588 CPUtime=996.24 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 33130 0 0 0 99596 28 0 0 20 0 1 0 273319857 238170112 48446 33554432000 4194304 5208918 140735443198768 140735443196920 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 58147 48446 104 248 0 57896 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 299308

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 13998
/proc/meminfo: memFree=30198856/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=201768 CPUtime=1056.23 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 33665 0 0 0 105594 29 0 0 20 0 1 0 273319857 206610432 44795 33554432000 4194304 5208918 140735443198768 140735443196760 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 50442 44795 104 248 0 50191 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 268488

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 13999
/proc/meminfo: memFree=30127860/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=232588 CPUtime=1116.22 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 33745 0 0 0 111592 30 0 0 20 0 1 0 273319857 238170112 51518 33554432000 4194304 5208918 140735443198768 140735443194456 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 58147 51518 104 248 0 57896 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 299308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 13999
/proc/meminfo: memFree=30119668/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=232588 CPUtime=1134.42 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 33748 0 0 0 113412 30 0 0 20 0 1 0 273319857 238170112 53054 33554432000 4194304 5208918 140735443198768 140735443194456 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 58147 53054 104 248 0 57896 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 299308

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 13999
/proc/meminfo: memFree=30119668/32873844 swapFree=7388/7388
[pid=13889] ppid=13887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13889/stat : 13889 (npSolver-pbo.sh) S 13887 13889 9087 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273253268 9367552 274 33554432000 4194304 5064252 140735044641168 140735044640080 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13889/statm: 2287 274 233 213 0 72 0
[pid=13890] ppid=13889 vsize=48424 CPUtime=665.61 cores=0,2,4,6
/proc/13890/stat : 13890 (npSolver-pbo) S 13889 13889 9087 0 -1 4202496 17459 123272 0 0 252 85 66169 55 20 0 1 0 273253268 49586176 11262 33554432000 4194304 5992684 140736493455776 140736493448096 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13890/statm: 12106 11262 182 440 0 11662 0
[pid=13988] ppid=13890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13988/stat : 13988 (satsolver.sh) S 13890 13889 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273319856 9367552 266 33554432000 4194304 5064252 140733659433776 140733659432688 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13988/statm: 2287 266 226 213 0 72 0
[pid=13989] ppid=13988 vsize=232588 CPUtime=1134.42 cores=0,2,4,6
/proc/13989/stat : 13989 (glucose) R 13988 13889 9087 0 -1 4202496 33748 0 0 0 113412 30 0 0 20 0 1 0 273319857 238170112 53054 33554432000 4194304 5208918 140735443198768 140735443194456 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13989/statm: 58147 53054 104 248 0 57896 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 299308

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13889 and gives
#  childrusage.ru_utime.tv_sec=664
#  childrusage.ru_utime.tv_usec=222022
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=415784
# CPU time returned by wait4() is 665.638
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1798.33
CPU system time (s): 1.7
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 299308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 664.222
system time used= 1.41578
maximum resident set size= 202008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 162504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1259
involuntary context switches= 722

runsolver used 2.70759 second user time and 7.12192 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-27 00:28:09
IDJOB=3701450
IDBENCH=25013
IDSOLVER=2277
FILE ID=node147/3701450-1338071288
RUNJOBID= node147-1338052925-9103
PBS_JOBID= 14624395
Free space on /tmp= 71632 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701450-1338071288/watcher-3701450-1338071288 -o /tmp/evaluation-result-3701450-1338071288/solver-3701450-1338071288 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701450-1338071288.opb 1307731624 HOME HOME

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=1307731624

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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		: 2666.951
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.951
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.951
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:        30445708 kB
Buffers:          298348 kB
Cached:          1180752 kB
SwapCached:         5068 kB
Active:           689372 kB
Inactive:         931884 kB
Active(anon):     137084 kB
Inactive(anon):     7596 kB
Active(file):     552288 kB
Inactive(file):   924288 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:             19800 kB
Writeback:             0 kB
AnonPages:        168008 kB
Mapped:            10684 kB
Shmem:                 0 kB
Slab:             665112 kB
SReclaimable:     106308 kB
SUnreclaim:       558804 kB
KernelStack:        1528 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     272804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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 node147 at 2012-05-27 00:58:09