Trace number 3749284

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 (fixed)? (TO) 1800.12 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Solver Data

0.00/0.03	c old isEQ: 52, new EQ is 1
0.00/0.06	c run inc solver
0.00/0.06	c [INC SYSTEM] run initial solver
0.00/0.06	c [INC SYSTEM] preprocess with white file
0.00/0.35	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.35	c [INC SYSTEM] execute solver
0.00/0.43	c [INC SEARCH] formula is SAT
0.00/0.43	c [INC SYSTEM] solved the initial formula
0.00/0.43	c model valid
0.00/0.43	c current solution ok
0.00/0.54	o -8
0.00/0.54	c execute binary inc search
0.00/0.54	c [INC SEARCH] current bound: 46
0.00/0.54	c [INC SEARCH] iteration: 0
0.00/0.54	c [INC SEARCH] lower bound: 0 upperbound 92 current bound: 46 best value:92
0.00/0.54	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.54	c write failed with 2
0.00/0.54	c [INC SYSTEM] create new solver instance
0.00/0.54	c [INC] encode full formula
0.00/0.54	c (debug) using card networks
0.00/0.54	c old isEQ: 0, new EQ is 0
0.00/0.54	c set iterative enc to: card
0.00/0.54	c set iterative enc to: none
0.00/0.55	c [INC SEARCH] isOptimum variable: 0
416.91/417.04	c [INC SEARCH] formula is UNSAT
416.91/417.04	c [INC SYSTEM] there exists a inc, kill it!
416.91/417.04	c write failed with 2
416.91/417.04	c sat variable: 0 optimum/unsat variable: 1
416.91/417.04	c [INC SEARCH] set lower bound to 47 upperbound 92
416.91/417.04	c [INC SEARCH] current bound: 69
416.91/417.04	c [INC SEARCH] iteration: 1
416.91/417.04	c [INC SEARCH] lower bound: 47 upperbound 92 current bound: 69 best value:92
416.91/417.04	c [INC SYSTEM] create new solver instance
416.91/417.04	c [INC] encode full formula
416.91/417.04	c (debug) using card networks
416.91/417.04	c old isEQ: 0, new EQ is 0
416.91/417.04	c set iterative enc to: card
416.91/417.04	c set iterative enc to: none
416.91/417.05	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.40	c an unexpexted return value has been received, exit
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.40	c write failed with -1

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-3749284-1339132017/watcher-3749284-1339132017 -o /tmp/evaluation-result-3749284-1339132017/solver-3749284-1339132017 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749284-1339132017.opb 395869923 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13555
/proc/meminfo: memFree=31860228/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0

[startup+0.044128 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13555
/proc/meminfo: memFree=31860228/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13555
/proc/meminfo: memFree=31860228/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13555
/proc/meminfo: memFree=31860228/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700288 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13555
/proc/meminfo: memFree=31860228/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31840956/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=15584 CPUtime=0.94 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 2660 0 0 0 94 0 0 0 20 0 1 0 23168412 15958016 3008 33554432000 4194304 5654031 140734501464080 140734501451896 4976752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 3896 3008 140 357 0 3536 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30572

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31840484/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=14200 CPUtime=2.54 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 3313 0 0 0 254 0 0 0 20 0 1 0 23168412 14540800 2919 33554432000 4194304 5654031 140734501464080 140734501451896 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 3550 2919 141 357 0 3190 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29188

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31837640/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=19040 CPUtime=5.74 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 4183 0 0 0 574 0 0 0 20 0 1 0 23168412 19496960 4090 33554432000 4194304 5654031 140734501464080 140734501451896 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 4760 4090 141 357 0 4400 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34028

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31831136/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=24436 CPUtime=12.14 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 5340 0 0 0 1214 0 0 0 20 0 1 0 23168412 25022464 5639 33554432000 4194304 5654031 140734501464080 140734501451896 4215115 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 6109 5639 141 357 0 5749 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39424

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31788636/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=19040 CPUtime=24.94 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 6327 0 0 0 2493 1 0 0 20 0 1 0 23168412 19496960 4090 33554432000 4194304 5654031 140734501464080 140734501451896 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 4760 4090 141 357 0 4400 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34028

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31767668/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=40484 CPUtime=50.53 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 8034 0 0 0 5051 2 0 0 20 0 1 0 23168412 41455616 9204 33554432000 4194304 5654031 140734501464080 140734501451896 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 10121 9204 141 357 0 9761 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55472

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31809500/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=40484 CPUtime=101.73 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 9775 0 0 0 10169 4 0 0 20 0 1 0 23168412 41455616 8699 33554432000 4194304 5654031 140734501464080 140734501451896 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 10121 8699 141 357 0 9761 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55472

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13564
/proc/meminfo: memFree=31786164/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=63580 CPUtime=161.72 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 10876 0 0 0 16167 5 0 0 20 0 1 0 23168412 65105920 13818 33554432000 4194304 5654031 140734501464080 140734501451896 4233344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 15895 13818 141 357 0 15535 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 78568

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13567
/proc/meminfo: memFree=31744632/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=0.54 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2828 10591 0 0 7 10 30 7 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13564] ppid=13556 vsize=63580 CPUtime=221.71 cores=1,3,5,7
/proc/13564/stat : 13564 (glucosInc) R 13556 13555 8890 0 -1 4202496 10972 0 0 0 22166 5 0 0 20 0 1 0 23168412 65105920 15442 33554432000 4194304 5654031 140734501464080 140734501451896 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13564/statm: 15895 15442 141 357 0 15535 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 78568

[startup+282.3 s]

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

/proc/meminfo: memFree=31585852/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=103492 CPUtime=825.1 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 11922 0 0 0 82502 8 0 0 20 0 1 0 23210063 105975808 25417 33554432000 4194304 5654031 140736405407504 140736405395320 4232518 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 25873 25417 141 357 0 25513 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 118480

[startup+1302.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 13620
/proc/meminfo: memFree=31526108/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=152812 CPUtime=885.1 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 11986 0 0 0 88501 9 0 0 20 0 1 0 23210063 156479488 33624 33554432000 4194304 5654031 140736405407504 140736405395320 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 38203 33624 141 357 0 37843 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 167800

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 13620
/proc/meminfo: memFree=31554060/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=103492 CPUtime=945.09 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12020 0 0 0 94499 10 0 0 20 0 1 0 23210063 105975808 25417 33554432000 4194304 5654031 140736405407504 140736405395320 4232611 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 25873 25417 141 357 0 25513 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 118480

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13623
/proc/meminfo: memFree=31518904/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=152812 CPUtime=1005.08 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12084 0 0 0 100497 11 0 0 20 0 1 0 23210063 156479488 34136 33554432000 4194304 5654031 140736405407504 140736405395320 4216075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 38203 34136 141 357 0 37843 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 167800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13624
/proc/meminfo: memFree=31553788/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=103492 CPUtime=1065.07 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12119 0 0 0 106495 12 0 0 20 0 1 0 23210063 105975808 25417 33554432000 4194304 5654031 140736405407504 140736405395320 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 25873 25417 141 357 0 25513 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 118480

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13624
/proc/meminfo: memFree=31484156/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=152812 CPUtime=1125.06 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12186 0 0 0 112493 13 0 0 20 0 1 0 23210063 156479488 34648 33554432000 4194304 5654031 140736405407504 140736405395320 4232963 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 38203 34648 141 357 0 37843 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 167800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13624
/proc/meminfo: memFree=31553912/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=103492 CPUtime=1185.05 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12223 0 0 0 118491 14 0 0 20 0 1 0 23210063 105975808 25417 33554432000 4194304 5654031 140736405407504 140736405395320 4216105 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 25873 25417 141 357 0 25513 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 118480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13624
/proc/meminfo: memFree=31553912/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=103492 CPUtime=1245.04 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12257 0 0 0 124489 15 0 0 20 0 1 0 23210063 105975808 25417 33554432000 4194304 5654031 140736405407504 140736405395320 4232949 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 25873 25417 141 357 0 25513 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 118480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13624
/proc/meminfo: memFree=31521020/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=103492 CPUtime=1305.03 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12291 0 0 0 130487 16 0 0 20 0 1 0 23210063 105975808 25417 33554432000 4194304 5654031 140736405407504 140736405395320 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 25873 25417 141 357 0 25513 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 118480

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 13625
/proc/meminfo: memFree=31481860/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=152812 CPUtime=1365.02 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12359 0 0 0 136485 17 0 0 20 0 1 0 23210063 156479488 34136 33554432000 4194304 5654031 140736405407504 140736405395320 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 38203 34136 141 357 0 37843 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 167800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.09 2.03 2.00 3/183 13625
/proc/meminfo: memFree=31512952/32873844 swapFree=6868/6868
[pid=13555] ppid=13553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13555/stat : 13555 (npSolver-pbo-I.) S 13553 13555 8890 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 23168357 9367552 275 33554432000 4194304 5064252 140736536191168 140736536190080 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13555/statm: 2287 275 233 213 0 72 0
[pid=13556] ppid=13555 vsize=5840 CPUtime=416.97 cores=1,3,5,7
/proc/13556/stat : 13556 (npSolver-pbo) S 13555 13555 8890 0 -1 4202496 2942 23854 0 0 7 10 41666 14 20 0 1 0 23168358 5980160 903 33554432000 4194304 6004724 140736277544128 140736277529048 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13556/statm: 1460 903 177 442 0 1014 0
[pid=13570] ppid=13556 vsize=152812 CPUtime=1383.12 cores=1,3,5,7
/proc/13570/stat : 13570 (glucosInc) R 13556 13555 8890 0 -1 4202496 12362 0 0 0 138295 17 0 0 20 0 1 0 23210063 156479488 35672 33554432000 4194304 5654031 140736405407504 140736405395320 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13570/statm: 38203 35672 141 357 0 37843 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 167800

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.7
CPU system time (s): 0.425935
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 167800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.425935
maximum resident set size= 144736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99
involuntary context switches= 1885

runsolver used 3.37349 second user time and 9.72052 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 07:06:57
IDJOB=3749284
IDBENCH=48267
IDSOLVER=2333
FILE ID=node135/3749284-1339132017
RUNJOBID= node135-1339112432-11228
PBS_JOBID= 14643718
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749284-1339132017/watcher-3749284-1339132017 -o /tmp/evaluation-result-3749284-1339132017/solver-3749284-1339132017 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749284-1339132017.opb 395869923 HOME HOME

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=395869923

node135.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.905
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.81
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.905
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	: 5274.12
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.905
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.905
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.905
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.93
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.905
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.905
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.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31860384 kB
Buffers:           69236 kB
Cached:            47908 kB
SwapCached:         2388 kB
Active:           197660 kB
Inactive:          19608 kB
Active(anon):     101328 kB
Inactive(anon):     1448 kB
Active(file):      96332 kB
Inactive(file):    18160 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67097996 kB
Dirty:              8148 kB
Writeback:             0 kB
AnonPages:        143356 kB
Mapped:             9052 kB
Shmem:                 0 kB
Slab:             655552 kB
SReclaimable:      97136 kB
SUnreclaim:       558416 kB
KernelStack:        1520 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 70716 MiB
End job on node135 at 2012-06-08 07:36:58