Trace number 3700202

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/mis/normalized-mis_500_25_5.opb
MD5SUM40141f2f083fa5e1f8a41aa043de0b1b
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-69
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -69
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint47
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15706
Sum of products size (including duplicates)31412
Number of different products7853
Sum of products size15706

Solver Data

0.00/0.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.16	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.16	c [INC SYSTEM] execute solver
0.00/0.17	c [INC SEARCH] formula is SAT
0.00/0.17	c [INC SYSTEM] solved the initial formula
0.00/0.18	c model valid
0.00/0.18	c current solution ok
0.00/0.23	o 0
0.00/0.23	c execute binary inc search
0.00/0.23	c [INC SEARCH] current bound: 250
0.00/0.23	c [INC SEARCH] iteration: 0
0.00/0.23	c [INC SEARCH] lower bound: 0 upperbound 500 current bound: 250 best value:500
0.00/0.23	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.23	c write failed with 2
0.00/0.23	c [INC SYSTEM] create new solver instance
0.00/0.23	c [INC] encode full formula
0.00/0.23	c (debug) using card networks
0.00/0.24	c set iterative enc to: card
0.00/0.24	c set iterative enc to: none
0.00/0.24	c [INC SEARCH] isOptimum variable: 0
97.05/97.12	c [INC SEARCH] formula is UNSAT
97.05/97.12	c [INC SYSTEM] there exists a inc, kill it!
97.05/97.12	c write failed with 2
97.05/97.12	c sat variable: 0 optimum/unsat variable: 1
97.05/97.12	c [INC SEARCH] set lower bound to 251 upperbound 500
97.05/97.12	c [INC SEARCH] current bound: 375
97.05/97.12	c [INC SEARCH] iteration: 1
97.05/97.12	c [INC SEARCH] lower bound: 251 upperbound 500 current bound: 375 best value:500
97.05/97.12	c [INC SYSTEM] create new solver instance
97.05/97.12	c [INC] encode full formula
97.05/97.12	c (debug) using card networks
97.05/97.13	c set iterative enc to: card
97.05/97.13	c set iterative enc to: none
97.05/97.14	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	c an unexpexted return value has been received, exit
1800.06/1800.41	s UNKNOWN
1800.06/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.06/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-3700202-1338077737/watcher-3700202-1338077737 -o /tmp/evaluation-result-3700202-1338077737/solver-3700202-1338077737 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700202-1338077737.opb 716808008 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.06 2.03 2.00 3/178 3852
/proc/meminfo: memFree=30580568/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0

[startup+0.0482359 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 3852
/proc/meminfo: memFree=30580568/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100187 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 3852
/proc/meminfo: memFree=30580568/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 3852
/proc/meminfo: memFree=30580568/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 3852
/proc/meminfo: memFree=30580568/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 3861
/proc/meminfo: memFree=30568128/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=0.23 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1527 6473 0 0 5 4 10 4 20 0 1 0 273902261 5390336 911 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 911 181 440 0 872 0
[pid=3861] ppid=3853 vsize=11212 CPUtime=1.24 cores=1,3,5,7
/proc/3861/stat : 3861 (glucosInc) R 3853 3852 1127 0 -1 4202496 2848 0 0 0 124 0 0 0 20 0 1 0 273902286 11481088 2332 33554432000 4194304 5654031 140734846182976 140734846181064 4232495 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3861/statm: 2803 2332 141 357 0 2443 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 25624

[startup+3.10033 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 3861
/proc/meminfo: memFree=30566640/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=0.23 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1527 6473 0 0 5 4 10 4 20 0 1 0 273902261 5390336 911 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 911 181 440 0 872 0
[pid=3861] ppid=3853 vsize=14092 CPUtime=2.85 cores=1,3,5,7
/proc/3861/stat : 3861 (glucosInc) R 3853 3852 1127 0 -1 4202496 4224 0 0 0 284 1 0 0 20 0 1 0 273902286 14430208 3008 33554432000 4194304 5654031 140734846182976 140734846170792 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3861/statm: 3523 3008 141 357 0 3163 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28504

[startup+6.30038 s]
/proc/loadavg: 2.13 2.05 2.01 3/181 3861
/proc/meminfo: memFree=30557956/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=0.23 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1527 6473 0 0 5 4 10 4 20 0 1 0 273902261 5390336 911 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 911 181 440 0 872 0
[pid=3861] ppid=3853 vsize=22796 CPUtime=6.05 cores=1,3,5,7
/proc/3861/stat : 3861 (glucosInc) R 3853 3852 1127 0 -1 4202496 5005 0 0 0 604 1 0 0 20 0 1 0 273902286 23343104 4798 33554432000 4194304 5654031 140734846182976 140734846170792 4216237 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3861/statm: 5699 4798 141 357 0 5339 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37208

[startup+12.7004 s]
/proc/loadavg: 2.12 2.04 2.01 3/181 3861
/proc/meminfo: memFree=30558036/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=0.23 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1527 6473 0 0 5 4 10 4 20 0 1 0 273902261 5390336 911 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 911 181 440 0 872 0
[pid=3861] ppid=3853 vsize=21164 CPUtime=12.44 cores=1,3,5,7
/proc/3861/stat : 3861 (glucosInc) R 3853 3852 1127 0 -1 4202496 6059 0 0 0 1243 1 0 0 20 0 1 0 273902286 21671936 4578 33554432000 4194304 5654031 140734846182976 140734846170792 4232528 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3861/statm: 5291 4578 141 357 0 4931 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35576

[startup+25.5004 s]
/proc/loadavg: 2.09 2.04 2.01 3/181 3861
/proc/meminfo: memFree=30546744/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=0.23 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1527 6473 0 0 5 4 10 4 20 0 1 0 273902261 5390336 911 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 911 181 440 0 872 0
[pid=3861] ppid=3853 vsize=37440 CPUtime=25.24 cores=1,3,5,7
/proc/3861/stat : 3861 (glucosInc) R 3853 3852 1127 0 -1 4202496 7244 0 0 0 2522 2 0 0 20 0 1 0 273902286 38338560 7492 33554432000 4194304 5654031 140734846182976 140734846170792 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3861/statm: 9360 7492 141 357 0 9000 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 51852

[startup+51.1004 s]
/proc/loadavg: 2.06 2.04 2.00 3/180 3861
/proc/meminfo: memFree=30527452/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=0.23 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1527 6473 0 0 5 4 10 4 20 0 1 0 273902261 5390336 911 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 911 181 440 0 872 0
[pid=3861] ppid=3853 vsize=44620 CPUtime=50.84 cores=1,3,5,7
/proc/3861/stat : 3861 (glucosInc) R 3853 3852 1127 0 -1 4202496 7492 0 0 0 5082 2 0 0 20 0 1 0 273902286 45690880 9261 33554432000 4194304 5654031 140734846182976 140734846170792 4232973 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3861/statm: 11155 9261 141 357 0 10795 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59032

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 3864
/proc/meminfo: memFree=30539352/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=21384 CPUtime=5.15 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 4783 0 0 0 514 1 0 0 20 0 1 0 273911975 21897216 4852 33554432000 4194304 5654031 140734043479184 140734043467000 4215104 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 5346 4852 141 357 0 4986 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35796

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 3864
/proc/meminfo: memFree=30517448/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=41704 CPUtime=65.14 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 6643 0 0 0 6511 3 0 0 20 0 1 0 273911975 42704896 10025 33554432000 4194304 5654031 140734043479184 140734043467000 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 10426 10025 141 357 0 10066 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 56116

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 3864
/proc/meminfo: memFree=30489576/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=72164 CPUtime=125.13 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 7618 0 0 0 12509 4 0 0 20 0 1 0 273911975 73895936 17104 33554432000 4194304 5654031 140734043479184 140734043467000 4233036 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 18041 17104 141 357 0 17681 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 86576

[startup+282.3 s]

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

/proc/meminfo: memFree=30358744/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=133252 CPUtime=1144.96 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 27457 0 0 0 114453 43 0 0 20 0 1 0 273911975 136450048 29132 33554432000 4194304 5654031 140734043479184 140734043477112 4232551 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 33313 29132 141 357 0 32953 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 147664

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3875
/proc/meminfo: memFree=30400720/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=133252 CPUtime=1204.96 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 28448 0 0 0 120450 46 0 0 20 0 1 0 273911975 136450048 28620 33554432000 4194304 5654031 140734043479184 140734043477112 4232611 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 33313 28620 141 357 0 32953 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 147664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3979
/proc/meminfo: memFree=30577188/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=83932 CPUtime=1264.95 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 29053 0 0 0 126447 48 0 0 20 0 1 0 273911975 85946368 20568 33554432000 4194304 5654031 140734043479184 140734043467000 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 20983 20568 141 357 0 20623 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 98344

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3979
/proc/meminfo: memFree=30485804/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=164072 CPUtime=1324.93 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 30061 0 0 0 132443 50 0 0 20 0 1 0 273911975 168009728 38927 33554432000 4194304 5654031 140734043479184 140734043467000 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 41018 38927 141 357 0 40658 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 178484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3982
/proc/meminfo: memFree=30459896/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=164072 CPUtime=1384.92 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 31049 0 0 0 138440 52 0 0 20 0 1 0 273911975 168009728 37391 33554432000 4194304 5654031 140734043479184 140734043467000 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 41018 37391 141 357 0 40658 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 178484

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3982
/proc/meminfo: memFree=30467492/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=164072 CPUtime=1444.91 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 32033 0 0 0 144437 54 0 0 20 0 1 0 273911975 168009728 34831 33554432000 4194304 5654031 140734043479184 140734043467000 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 41018 34831 141 357 0 40658 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 178484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3983
/proc/meminfo: memFree=30478180/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=133252 CPUtime=1504.89 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 32437 0 0 0 150434 55 0 0 20 0 1 0 273911975 136450048 32716 33554432000 4194304 5654031 140734043479184 140734043467000 4215168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 33313 32716 141 357 0 32953 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 147664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3983
/proc/meminfo: memFree=30492656/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=133252 CPUtime=1564.88 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 33429 0 0 0 156431 57 0 0 20 0 1 0 273911975 136450048 29132 33554432000 4194304 5654031 140734043479184 140734043467000 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 33313 29132 141 357 0 32953 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 147664

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3983
/proc/meminfo: memFree=30451264/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=164072 CPUtime=1624.87 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 34032 0 0 0 162428 59 0 0 20 0 1 0 273911975 168009728 39439 33554432000 4194304 5654031 140734043479184 140734043467000 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 41018 39439 141 357 0 40658 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 178484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3983
/proc/meminfo: memFree=30443896/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=164072 CPUtime=1684.86 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 35022 0 0 0 168425 61 0 0 20 0 1 0 273911975 168009728 37903 33554432000 4194304 5654031 140734043479184 140734043467000 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 41018 37903 141 357 0 40658 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 178484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3983
/proc/meminfo: memFree=30431608/32873844 swapFree=7108/7108
[pid=3852] ppid=3850 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3852/stat : 3852 (npSolver-pbo-I.) S 3850 3852 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273902261 9367552 275 33554432000 4194304 5064252 140736052114496 140736052113408 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3852/statm: 2287 275 233 213 0 72 0
[pid=3853] ppid=3852 vsize=5264 CPUtime=97.1 cores=1,3,5,7
/proc/3853/stat : 3853 (npSolver-pbo) S 3852 3852 1127 0 -1 4202496 1947 15116 0 0 6 4 9693 7 20 0 1 0 273902261 5390336 926 33554432000 4194304 5992684 140734937294128 140734937279032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3853/statm: 1316 926 182 440 0 872 0
[pid=3864] ppid=3853 vsize=164072 CPUtime=1702.96 cores=1,3,5,7
/proc/3864/stat : 3864 (glucosInc) R 3853 3852 1127 0 -1 4202496 35058 0 0 0 170235 61 0 0 20 0 1 0 273911975 168009728 40494 33554432000 4194304 5654031 140734043479184 140734043467000 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3864/statm: 41018 40494 141 357 0 40658 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 178484

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.741887
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 178484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.741887
maximum resident set size= 161976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110
involuntary context switches= 2226

runsolver used 3.75443 second user time and 8.68368 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 02:15:37
IDJOB=3700202
IDBENCH=48182
IDSOLVER=2276
FILE ID=node102/3700202-1338077737
RUNJOBID= node102-1338052958-1144
PBS_JOBID= 14624412
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=716808008

node102.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30580832 kB
Buffers:          296052 kB
Cached:          1053916 kB
SwapCached:            0 kB
Active:           913056 kB
Inactive:         556424 kB
Active(anon):     109812 kB
Inactive(anon):    12276 kB
Active(file):     803244 kB
Inactive(file):   544148 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8148 kB
Writeback:             0 kB
AnonPages:        148876 kB
Mapped:            15724 kB
Shmem:               200 kB
Slab:             681792 kB
SReclaimable:     124352 kB
SUnreclaim:       557440 kB
KernelStack:        1504 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     253880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71520 MiB
End job on node102 at 2012-05-27 02:45:38