Trace number 3700128

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
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.4
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)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

Solver Data

0.00/0.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.24	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.24	c [INC SYSTEM] execute solver
0.00/0.36	c [INC SEARCH] formula is SAT
0.00/0.36	c [INC SYSTEM] solved the initial formula
0.00/0.37	c model valid
0.00/0.37	c current solution ok
0.00/0.43	o -8
0.00/0.43	c execute binary inc search
0.00/0.43	c [INC SEARCH] current bound: 46
0.00/0.43	c [INC SEARCH] iteration: 0
0.00/0.43	c [INC SEARCH] lower bound: 0 upperbound 92 current bound: 46 best value:92
0.00/0.43	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.43	c write failed with 2
0.00/0.43	c [INC SYSTEM] create new solver instance
0.00/0.43	c [INC] encode full formula
0.00/0.43	c (debug) using card networks
0.00/0.43	c set iterative enc to: card
0.00/0.43	c set iterative enc to: none
0.00/0.43	c [INC SEARCH] isOptimum variable: 0
60.54/60.63	c [INC SEARCH] formula is UNSAT
60.54/60.63	c [INC SYSTEM] there exists a inc, kill it!
60.54/60.63	c write failed with 2
60.54/60.63	c sat variable: 0 optimum/unsat variable: 1
60.54/60.63	c [INC SEARCH] set lower bound to 47 upperbound 92
60.54/60.63	c [INC SEARCH] current bound: 69
60.54/60.63	c [INC SEARCH] iteration: 1
60.54/60.63	c [INC SEARCH] lower bound: 47 upperbound 92 current bound: 69 best value:92
60.54/60.63	c [INC SYSTEM] create new solver instance
60.54/60.63	c [INC] encode full formula
60.54/60.63	c (debug) using card networks
60.54/60.64	c set iterative enc to: card
60.54/60.64	c set iterative enc to: none
60.54/60.64	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	c an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.41	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-3700128-1338080767/watcher-3700128-1338080767 -o /tmp/evaluation-result-3700128-1338080767/solver-3700128-1338080767 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700128-1338080767.opb 702177368 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.03 2.02 2.00 3/179 5491
/proc/meminfo: memFree=28227964/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0

[startup+0.0732991 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5491
/proc/meminfo: memFree=28227964/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100204 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5491
/proc/meminfo: memFree=28227964/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300209 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5491
/proc/meminfo: memFree=28227964/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 5491
/proc/meminfo: memFree=28227964/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 5500
/proc/meminfo: memFree=28218460/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=0.41 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1376 7429 0 0 3 5 28 5 20 0 1 0 274203644 4382720 681 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 681 181 440 0 626 0
[pid=5500] ppid=5492 vsize=9588 CPUtime=1.05 cores=0,2,4,6
/proc/5500/stat : 5500 (glucosInc) R 5492 5491 2277 0 -1 4202496 2052 0 0 0 105 0 0 0 20 0 1 0 274203688 9818112 1842 33554432000 4194304 5654031 140733939882080 140733939869896 4232528 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5500/statm: 2397 1842 142 357 0 2037 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 23016

[startup+3.10026 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 5500
/proc/meminfo: memFree=28215188/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=0.41 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1376 7429 0 0 3 5 28 5 20 0 1 0 274203644 4382720 681 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 681 181 440 0 626 0
[pid=5500] ppid=5492 vsize=14132 CPUtime=2.65 cores=0,2,4,6
/proc/5500/stat : 5500 (glucosInc) R 5492 5491 2277 0 -1 4202496 3143 0 0 0 265 0 0 0 20 0 1 0 274203688 14471168 2899 33554432000 4194304 5654031 140733939882080 140733939869896 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5500/statm: 3533 2899 142 357 0 3173 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 27560

[startup+6.30026 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 5500
/proc/meminfo: memFree=28206628/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=0.41 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1376 7429 0 0 3 5 28 5 20 0 1 0 274203644 4382720 681 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 681 181 440 0 626 0
[pid=5500] ppid=5492 vsize=15808 CPUtime=5.84 cores=0,2,4,6
/proc/5500/stat : 5500 (glucosInc) R 5492 5491 2277 0 -1 4202496 3711 0 0 0 584 0 0 0 20 0 1 0 274203688 16187392 3403 33554432000 4194304 5654031 140733939882080 140733939869896 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5500/statm: 3952 3403 142 357 0 3592 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 29236

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 5500
/proc/meminfo: memFree=28197460/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=0.41 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1376 7429 0 0 3 5 28 5 20 0 1 0 274203644 4382720 681 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 681 181 440 0 626 0
[pid=5500] ppid=5492 vsize=21484 CPUtime=12.25 cores=0,2,4,6
/proc/5500/stat : 5500 (glucosInc) R 5492 5491 2277 0 -1 4202496 4209 0 0 0 1224 1 0 0 20 0 1 0 274203688 21999616 4668 33554432000 4194304 5654031 140733939882080 140733939869896 4232577 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5500/statm: 5371 4668 142 357 0 5011 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34912

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 5500
/proc/meminfo: memFree=28181592/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=0.41 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1376 7429 0 0 3 5 28 5 20 0 1 0 274203644 4382720 681 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 681 181 440 0 626 0
[pid=5500] ppid=5492 vsize=28556 CPUtime=25.04 cores=0,2,4,6
/proc/5500/stat : 5500 (glucosInc) R 5492 5491 2277 0 -1 4202496 4541 0 0 0 2503 1 0 0 20 0 1 0 274203688 29241344 5502 33554432000 4194304 5654031 140733939882080 140733939869896 4232810 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5500/statm: 7139 5502 142 357 0 6779 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41984

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 5500
/proc/meminfo: memFree=28229332/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=0.41 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1376 7429 0 0 3 5 28 5 20 0 1 0 274203644 4382720 681 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 681 181 440 0 626 0
[pid=5500] ppid=5492 vsize=35696 CPUtime=50.64 cores=0,2,4,6
/proc/5500/stat : 5500 (glucosInc) R 5492 5491 2277 0 -1 4202496 5347 0 0 0 5063 1 0 0 20 0 1 0 274203688 36552704 8309 33554432000 4194304 5654031 140733939882080 140733939869896 4215906 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5500/statm: 8924 8309 142 357 0 8564 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 49124

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 5502
/proc/meminfo: memFree=28181416/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=34784 CPUtime=41.64 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 7839 0 0 0 4163 1 0 0 20 0 1 0 274209709 35618816 7724 33554432000 4194304 5654031 140734658153344 140734658141160 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 8696 7724 142 357 0 8336 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 48212

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5502
/proc/meminfo: memFree=28175092/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=49048 CPUtime=101.61 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 9943 0 0 0 10160 1 0 0 20 0 1 0 274209709 50225152 11328 33554432000 4194304 5654031 140734658153344 140734658141160 4232482 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 12262 11328 142 357 0 11902 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 62476

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5503
/proc/meminfo: memFree=28154072/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=49048 CPUtime=161.6 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 10577 0 0 0 16158 2 0 0 20 0 1 0 274209709 50225152 11732 33554432000 4194304 5654031 140734658153344 140734658141160 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 12262 11732 142 357 0 11902 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 62476

[startup+282.3 s]

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

/proc/meminfo: memFree=28035472/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=133780 CPUtime=1181.45 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 23325 0 0 0 118119 26 0 0 20 0 1 0 274209709 136990720 32196 33554432000 4194304 5654031 140734658153344 140734658141160 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 33445 32196 142 357 0 33085 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 147208

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 5614
/proc/meminfo: memFree=28025560/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=164600 CPUtime=1241.44 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 24514 0 0 0 124116 28 0 0 20 0 1 0 274209709 168550400 33135 33554432000 4194304 5654031 140734658153344 140734658141160 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 41150 33135 142 357 0 40790 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 178028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5614
/proc/meminfo: memFree=28029484/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=133780 CPUtime=1301.42 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 25041 0 0 0 130113 29 0 0 20 0 1 0 274209709 136990720 31684 33554432000 4194304 5654031 140734658153344 140734658141160 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 33445 31684 142 357 0 33085 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 147208

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5824
/proc/meminfo: memFree=28153992/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=133780 CPUtime=1361.42 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 26003 0 0 0 136111 31 0 0 20 0 1 0 274209709 136990720 30660 33554432000 4194304 5654031 140734658153344 140734658141160 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 33445 30660 142 357 0 33085 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 147208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5826
/proc/meminfo: memFree=28147368/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=133780 CPUtime=1421.41 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 26969 0 0 0 142108 33 0 0 20 0 1 0 274209709 136990720 32708 33554432000 4194304 5654031 140734658153344 140734658141160 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 33445 32708 142 357 0 33085 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 147208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5826
/proc/meminfo: memFree=28153536/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=133780 CPUtime=1481.4 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 27936 0 0 0 148105 35 0 0 20 0 1 0 274209709 136990720 30660 33554432000 4194304 5654031 140734658153344 140734658141160 4214993 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 33445 30660 142 357 0 33085 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 147208

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5826
/proc/meminfo: memFree=28157772/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=133780 CPUtime=1541.39 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 28899 0 0 0 154103 36 0 0 20 0 1 0 274209709 136990720 29636 33554432000 4194304 5654031 140734658153344 140734658141160 4232607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 33445 29636 142 357 0 33085 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 147208

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5826
/proc/meminfo: memFree=28085536/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=164600 CPUtime=1601.38 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 29505 0 0 0 160101 37 0 0 20 0 1 0 274209709 168550400 37895 33554432000 4194304 5654031 140734658153344 140734658141160 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 41150 37895 142 357 0 40790 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 178028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5826
/proc/meminfo: memFree=28135960/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=164600 CPUtime=1661.37 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 30478 0 0 0 166098 39 0 0 20 0 1 0 274209709 168550400 35335 33554432000 4194304 5654031 140734658153344 140734658141160 4232912 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 41150 35335 142 357 0 40790 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 178028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5829
/proc/meminfo: memFree=28097724/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=164600 CPUtime=1721.36 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 31443 0 0 0 172096 40 0 0 20 0 1 0 274209709 168550400 34311 33554432000 4194304 5654031 140734658153344 140734658141160 4208694 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 41150 34311 142 357 0 40790 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 178028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 5829
/proc/meminfo: memFree=28128948/32873844 swapFree=7100/7100
[pid=5491] ppid=5489 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (npSolver-pbo-I.) S 5489 5491 2277 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274203644 9367552 275 33554432000 4194304 5064252 140735871285584 140735871284496 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5491/statm: 2287 275 233 213 0 72 0
[pid=5492] ppid=5491 vsize=4280 CPUtime=60.6 cores=0,2,4,6
/proc/5492/stat : 5492 (npSolver-pbo) S 5491 5491 2277 0 -1 4202496 1551 13885 0 0 3 5 6044 8 20 0 1 0 274203644 4382720 682 33554432000 4194304 5992684 140735725516048 140735725500952 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5492/statm: 1070 682 182 440 0 626 0
[pid=5502] ppid=5492 vsize=164600 CPUtime=1739.47 cores=0,2,4,6
/proc/5502/stat : 5502 (glucosInc) R 5492 5491 2277 0 -1 4202496 31448 0 0 0 173906 41 0 0 20 0 1 0 274209709 168550400 36871 33554432000 4194304 5654031 140734658153344 140734658141160 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5502/statm: 41150 36871 142 357 0 40790 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 178028

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.1
CPU user time (s): 1799.55
CPU system time (s): 0.554915
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 178028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.554915
maximum resident set size= 151580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47266
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79
involuntary context switches= 2453

runsolver used 3.75043 second user time and 9.2046 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 03:06:07
IDJOB=3700128
IDBENCH=48237
IDSOLVER=2276
FILE ID=node111/3700128-1338080767
RUNJOBID= node111-1338052066-2293
PBS_JOBID= 14624388
Free space on /tmp= 71564 MiB

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

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=702177368

node111.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.152
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	: 5332.30
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.152
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.152
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.92
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28228344 kB
Buffers:          300864 kB
Cached:          3389196 kB
SwapCached:            0 kB
Active:          1027548 kB
Inactive:        2785924 kB
Active(anon):     125716 kB
Inactive(anon):        0 kB
Active(file):     901832 kB
Inactive(file):  2785924 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        252612 kB
Mapped:            16144 kB
Shmem:               200 kB
Slab:             679032 kB
SReclaimable:     121796 kB
SUnreclaim:       557236 kB
KernelStack:        1512 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     262164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71648 MiB
End job on node111 at 2012-05-27 03:36:07