Trace number 3700136

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_500_10_1.opb
MD5SUM162153f0f0e5f8f2e587b9d579ee09dc
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-146
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -136
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Solver Data

0.00/0.10	c run inc solver
0.00/0.10	c [INC SYSTEM] run initial solver
0.00/0.10	c [INC SYSTEM] preprocess with white file
0.00/0.97	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.97	c [INC SYSTEM] execute solver
2.25/2.39	c [INC SEARCH] formula is SAT
2.25/2.39	c [INC SYSTEM] solved the initial formula
2.36/2.40	c model valid
2.36/2.40	c current solution ok
2.56/2.67	o -92
2.56/2.67	c execute binary inc search
2.56/2.67	c [INC SEARCH] current bound: 204
2.56/2.67	c [INC SEARCH] iteration: 0
2.56/2.67	c [INC SEARCH] lower bound: 0 upperbound 408 current bound: 204 best value:408
2.56/2.67	c [INC SYSTEM] there exists a inc, kill it!
2.56/2.67	c write failed with 2
2.56/2.67	c [INC SYSTEM] create new solver instance
2.56/2.67	c [INC] encode full formula
2.56/2.67	c (debug) using card networks
2.56/2.68	c set iterative enc to: card
2.56/2.68	c set iterative enc to: none
2.56/2.69	c [INC SEARCH] isOptimum variable: 0
1390.45/1390.73	c [INC SEARCH] formula is UNSAT
1390.45/1390.73	c [INC SYSTEM] there exists a inc, kill it!
1390.45/1390.73	c write failed with 2
1390.45/1390.73	c sat variable: 0 optimum/unsat variable: 1
1390.45/1390.73	c [INC SEARCH] set lower bound to 205 upperbound 408
1390.45/1390.73	c [INC SEARCH] current bound: 306
1390.45/1390.73	c [INC SEARCH] iteration: 1
1390.45/1390.73	c [INC SEARCH] lower bound: 205 upperbound 408 current bound: 306 best value:408
1390.45/1390.73	c [INC SYSTEM] create new solver instance
1390.45/1390.73	c [INC] encode full formula
1390.45/1390.73	c (debug) using card networks
1390.45/1390.74	c set iterative enc to: card
1390.45/1390.74	c set iterative enc to: none
1390.45/1390.75	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/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-3700136-1338081766/watcher-3700136-1338081766 -o /tmp/evaluation-result-3700136-1338081766/solver-3700136-1338081766 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700136-1338081766.opb 620157722 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.01 2.00 3/180 15636
/proc/meminfo: memFree=31358524/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0

[startup+0.075851 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15636
/proc/meminfo: memFree=31358524/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15636
/proc/meminfo: memFree=31358524/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15636
/proc/meminfo: memFree=31358524/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15636
/proc/meminfo: memFree=31358524/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15642
/proc/meminfo: memFree=31333992/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=11024 CPUtime=0.94 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 3723 12528 0 0 9 0 75 10 20 0 1 0 274301903 11288576 2395 33554432000 4194304 5992684 140736321962240 140736321948504 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 2756 2395 171 440 0 2312 0
[pid=15642] ppid=15637 vsize=24276 CPUtime=0.51 cores=0,2,4,6
/proc/15642/stat : 15642 (glucosInc) R 15637 15636 8474 0 -1 4202496 4897 0 0 0 51 0 0 0 20 0 1 0 274302000 24858624 5080 33554432000 4194304 5654031 140736015184144 140736321949736 4233322 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15642/statm: 6069 5080 140 357 0 5709 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 44448

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15642
/proc/meminfo: memFree=31325248/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 22460

[startup+6.30035 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15645
/proc/meminfo: memFree=31316948/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=26940 CPUtime=3.59 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 5949 0 0 0 359 0 0 0 20 0 1 0 274302171 27586560 6148 33554432000 4194304 5654031 140733630273328 140733630271112 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 6735 6148 141 357 0 6375 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 49400

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15645
/proc/meminfo: memFree=31314592/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=30788 CPUtime=10 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 7321 0 0 0 999 1 0 0 20 0 1 0 274302171 31526912 6580 33554432000 4194304 5654031 140733630273328 140733630261144 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 7697 6580 142 357 0 7337 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 53248

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 15645
/proc/meminfo: memFree=31301444/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=39948 CPUtime=22.8 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 8816 0 0 0 2278 2 0 0 20 0 1 0 274302171 40906752 9271 33554432000 4194304 5654031 140733630273328 140733630261144 4232733 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 9987 9271 142 357 0 9627 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 62408

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 15645
/proc/meminfo: memFree=31289840/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=47088 CPUtime=48.39 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 9247 0 0 0 4837 2 0 0 20 0 1 0 274302171 48218112 11195 33554432000 4194304 5654031 140733630273328 140733630261144 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 11772 11195 142 357 0 11412 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69548

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15646
/proc/meminfo: memFree=31273336/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=70328 CPUtime=99.59 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 10705 0 0 0 9956 3 0 0 20 0 1 0 274302171 72015872 14190 33554432000 4194304 5654031 140733630273328 140733630261144 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 17582 14190 142 357 0 17222 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92788

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 15646
/proc/meminfo: memFree=31259684/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=89180 CPUtime=159.57 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 11551 0 0 0 15953 4 0 0 20 0 1 0 274302171 91320320 21314 33554432000 4194304 5654031 140733630273328 140733630261144 4232755 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 22295 21314 142 357 0 21935 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 111640

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15646
/proc/meminfo: memFree=31249548/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=89180 CPUtime=219.55 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 11944 0 0 0 21951 4 0 0 20 0 1 0 274302171 91320320 21734 33554432000 4194304 5654031 140733630273328 140733630261144 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 22295 21734 142 357 0 21935 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 111640

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 15646
/proc/meminfo: memFree=31237756/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=31267696/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=194600 CPUtime=1239.4 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 25343 0 0 0 123915 25 0 0 20 0 1 0 274302171 199270400 41930 33554432000 4194304 5654031 140733630273328 140733630261144 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 48650 41930 142 357 0 48290 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 217060

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15702
/proc/meminfo: memFree=31237984/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=163780 CPUtime=1299.4 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 25835 0 0 0 129914 26 0 0 20 0 1 0 274302171 167710720 40327 33554432000 4194304 5654031 140733630273328 140733630261144 4216105 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 40945 40327 142 357 0 40585 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 186240

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15703
/proc/meminfo: memFree=31279828/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=2.67 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 4614 18621 0 0 15 23 217 12 20 0 1 0 274301903 13631488 2943 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2943 181 440 0 2884 0
[pid=15645] ppid=15637 vsize=164204 CPUtime=1359.39 cores=0,2,4,6
/proc/15645/stat : 15645 (glucosInc) R 15637 15636 8474 0 -1 4202496 27018 0 0 0 135911 28 0 0 20 0 1 0 274302171 168144896 38897 33554432000 4194304 5654031 140733630273328 140733630261144 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15645/statm: 41051 38897 142 357 0 40691 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 186664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15705
/proc/meminfo: memFree=31363948/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=38088 CPUtime=31.52 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 9790 0 0 0 3150 2 0 0 20 0 1 0 274440978 39002112 8468 33554432000 4194304 5654031 140736131988896 140736131976712 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 9522 8468 140 357 0 9162 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 60548

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 15705
/proc/meminfo: memFree=31379328/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=73188 CPUtime=91.5 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 11724 0 0 0 9147 3 0 0 20 0 1 0 274440978 74944512 14137 33554432000 4194304 5654031 140736131988896 140736131976712 4215194 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 18297 14137 140 357 0 17937 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 95648

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 15705
/proc/meminfo: memFree=31358972/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=73188 CPUtime=151.49 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 11937 0 0 0 15146 3 0 0 20 0 1 0 274440978 74944512 17413 33554432000 4194304 5654031 140736131988896 140736131976712 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 18297 17413 140 357 0 17937 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 95648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15705
/proc/meminfo: memFree=31299832/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=92044 CPUtime=211.48 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 12733 0 0 0 21144 4 0 0 20 0 1 0 274440978 94253056 22083 33554432000 4194304 5654031 140736131988896 140736131976712 4232710 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 23011 22083 140 357 0 22651 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 114504

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15709
/proc/meminfo: memFree=31276240/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=122392 CPUtime=271.48 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 12943 0 0 0 27143 5 0 0 20 0 1 0 274440978 125329408 25357 33554432000 4194304 5654031 140736131988896 140736131976712 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 30598 25357 140 357 0 30238 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 144852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15709
/proc/meminfo: memFree=31287848/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=122392 CPUtime=331.47 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 13622 0 0 0 33141 6 0 0 20 0 1 0 274440978 125329408 25913 33554432000 4194304 5654031 140736131988896 140736131976712 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 30598 25913 140 357 0 30238 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 144852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15709
/proc/meminfo: memFree=31239504/32873844 swapFree=7112/7112
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=171712 CPUtime=391.45 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 14254 0 0 0 39138 7 0 0 20 0 1 0 274440978 175833088 35428 33554432000 4194304 5654031 140736131988896 140736131976712 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 42928 35428 140 357 0 42568 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 194172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15709
/proc/meminfo: memFree=31273140/32873844 swapFree=7116/7116
[pid=15636] ppid=15634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15636/stat : 15636 (npSolver-pbo-I.) S 15634 15636 8474 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274301902 9367552 274 33554432000 4194304 5064252 140736614855488 140736614854400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15636/statm: 2287 274 233 213 0 72 0
[pid=15637] ppid=15636 vsize=13312 CPUtime=1390.51 cores=0,2,4,6
/proc/15637/stat : 15637 (npSolver-pbo) S 15636 15636 8474 0 -1 4202496 5115 46662 0 0 16 23 138970 42 20 0 1 0 274301903 13631488 2958 33554432000 4194304 5992684 140736321962240 140736321947144 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15637/statm: 3328 2958 182 440 0 2884 0
[pid=15705] ppid=15637 vsize=122392 CPUtime=409.56 cores=0,2,4,6
/proc/15705/stat : 15705 (glucosInc) R 15637 15636 8474 0 -1 4202496 14256 0 0 0 40949 7 0 0 20 0 1 0 274440978 125329408 25913 33554432000 4194304 5654031 140736131988896 140736131976712 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15705/statm: 30598 25913 140 357 0 30238 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 144852

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.36
CPU system time (s): 0.740887
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 217484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.740887
maximum resident set size= 171820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66413
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166
involuntary context switches= 2178

runsolver used 3.64245 second user time and 9.34158 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 03:22:46
IDJOB=3700136
IDBENCH=48258
IDSOLVER=2276
FILE ID=node132/3700136-1338081766
RUNJOBID= node132-1338052924-8490
PBS_JOBID= 14624394
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= 162153f0f0e5f8f2e587b9d579ee09dc
RANDOM SEED=620157722

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31358904 kB
Buffers:          205884 kB
Cached:           248836 kB
SwapCached:         1496 kB
Active:           535784 kB
Inactive:         154520 kB
Active(anon):     227468 kB
Inactive(anon):    10052 kB
Active(file):     308316 kB
Inactive(file):   144468 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105376 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        351156 kB
Mapped:            12416 kB
Shmem:                 8 kB
Slab:             664764 kB
SReclaimable:     106720 kB
SUnreclaim:       558044 kB
KernelStack:        1520 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     403448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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 node132 at 2012-05-27 03:52:46