Trace number 3749359

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.06 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.04	c run inc solver
0.00/0.04	c [INC SYSTEM] run initial solver
0.00/0.04	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.18	c [INC SEARCH] formula is SAT
0.00/0.18	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.23	c old isEQ: 0, new EQ is 0
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
94.75/94.86	c [INC SEARCH] formula is UNSAT
94.75/94.86	c [INC SYSTEM] there exists a inc, kill it!
94.75/94.86	c write failed with 2
94.75/94.86	c sat variable: 0 optimum/unsat variable: 1
94.75/94.86	c [INC SEARCH] set lower bound to 251 upperbound 500
94.75/94.86	c [INC SEARCH] current bound: 375
94.75/94.86	c [INC SEARCH] iteration: 1
94.75/94.86	c [INC SEARCH] lower bound: 251 upperbound 500 current bound: 375 best value:500
94.75/94.86	c [INC SYSTEM] create new solver instance
94.75/94.86	c [INC] encode full formula
94.75/94.86	c (debug) using card networks
94.75/94.86	c old isEQ: 0, new EQ is 0
94.75/94.87	c set iterative enc to: card
94.75/94.87	c set iterative enc to: none
94.75/94.88	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	HOME/npSolver-pbo-I.sh: line 18: 15471 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3749359-1339130151/watcher-3749359-1339130151 -o /tmp/evaluation-result-3749359-1339130151/solver-3749359-1339130151 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749359-1339130151.opb 2014526694 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15470
/proc/meminfo: memFree=26696344/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0

[startup+0.064383 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15470
/proc/meminfo: memFree=26696344/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100343 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15470
/proc/meminfo: memFree=26696344/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15470
/proc/meminfo: memFree=26696344/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15470
/proc/meminfo: memFree=26696344/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15479
/proc/meminfo: memFree=26681104/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=0.23 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 2659 6474 0 0 5 4 11 3 20 0 1 0 379143662 6025216 1059 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1059 176 442 0 1025 0
[pid=15479] ppid=15471 vsize=11216 CPUtime=1.24 cores=1,3,5,7
/proc/15479/stat : 15479 (glucosInc) R 15471 15470 11080 0 -1 4202496 2787 0 0 0 124 0 0 0 20 0 1 0 379143687 11485184 2331 33554432000 4194304 5654031 140734736573504 140734736571592 4232434 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15479/statm: 2804 2331 141 357 0 2444 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26248

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15479
/proc/meminfo: memFree=26677072/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=0.23 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 2659 6474 0 0 5 4 11 3 20 0 1 0 379143662 6025216 1059 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1059 176 442 0 1025 0
[pid=15479] ppid=15471 vsize=14096 CPUtime=2.84 cores=1,3,5,7
/proc/15479/stat : 15479 (glucosInc) R 15471 15470 11080 0 -1 4202496 4162 0 0 0 283 1 0 0 20 0 1 0 379143687 14434304 3006 33554432000 4194304 5654031 140734736573504 140734736561320 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15479/statm: 3524 3006 141 357 0 3164 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29128

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15479
/proc/meminfo: memFree=26662252/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=0.23 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 2659 6474 0 0 5 4 11 3 20 0 1 0 379143662 6025216 1059 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1059 176 442 0 1025 0
[pid=15479] ppid=15471 vsize=22800 CPUtime=6.04 cores=1,3,5,7
/proc/15479/stat : 15479 (glucosInc) R 15471 15470 11080 0 -1 4202496 4859 0 0 0 603 1 0 0 20 0 1 0 379143687 23347200 4696 33554432000 4194304 5654031 140734736573504 140734736561320 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15479/statm: 5700 4696 141 357 0 5340 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37832

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15479
/proc/meminfo: memFree=26651888/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=0.23 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 2659 6474 0 0 5 4 11 3 20 0 1 0 379143662 6025216 1059 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1059 176 442 0 1025 0
[pid=15479] ppid=15471 vsize=21168 CPUtime=12.44 cores=1,3,5,7
/proc/15479/stat : 15479 (glucosInc) R 15471 15470 11080 0 -1 4202496 5117 0 0 0 1243 1 0 0 20 0 1 0 379143687 21676032 4342 33554432000 4194304 5654031 140734736573504 140734736561320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15479/statm: 5292 4342 141 357 0 4932 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36200

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15479
/proc/meminfo: memFree=26617892/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=0.23 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 2659 6474 0 0 5 4 11 3 20 0 1 0 379143662 6025216 1059 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1059 176 442 0 1025 0
[pid=15479] ppid=15471 vsize=37444 CPUtime=25.24 cores=1,3,5,7
/proc/15479/stat : 15479 (glucosInc) R 15471 15470 11080 0 -1 4202496 6763 0 0 0 2522 2 0 0 20 0 1 0 379143687 38342656 7256 33554432000 4194304 5654031 140734736573504 140734736561320 4216159 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15479/statm: 9361 7256 141 357 0 9001 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52476

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15479
/proc/meminfo: memFree=26574204/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=0.23 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 2659 6474 0 0 5 4 11 3 20 0 1 0 379143662 6025216 1059 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1059 176 442 0 1025 0
[pid=15479] ppid=15471 vsize=44624 CPUtime=50.84 cores=1,3,5,7
/proc/15479/stat : 15479 (glucosInc) R 15471 15470 11080 0 -1 4202496 7549 0 0 0 5081 3 0 0 20 0 1 0 379143687 45694976 9025 33554432000 4194304 5654031 140734736573504 140734736561320 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15479/statm: 11156 9025 141 357 0 10796 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59656

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15482
/proc/meminfo: memFree=26614348/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=21384 CPUtime=7.4 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 6054 0 0 0 739 1 0 0 20 0 1 0 379153150 21897216 4908 33554432000 4194304 5654031 140733576526336 140733576514152 4216213 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 5346 4908 141 357 0 4986 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 36416

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15482
/proc/meminfo: memFree=26629832/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=41704 CPUtime=67.38 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 9261 0 0 0 6735 3 0 0 20 0 1 0 379153150 42704896 10025 33554432000 4194304 5654031 140733576526336 140733576514152 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 10426 10025 141 357 0 10066 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 56736

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15482
/proc/meminfo: memFree=26630180/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=72164 CPUtime=127.37 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 10002 0 0 0 12734 3 0 0 20 0 1 0 379153150 73895936 16880 33554432000 4194304 5654031 140733576526336 140733576514152 4233455 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 18041 16880 141 357 0 17681 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 87196

[startup+282.3 s]

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

/proc/loadavg: 2.04 2.01 2.00 3/179 15535
/proc/meminfo: memFree=26479548/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=133252 CPUtime=1207.21 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 13470 0 0 0 120680 41 0 0 20 0 1 0 379153150 136450048 29814 33554432000 4194304 5654031 140733576526336 140733576514152 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 33313 29814 141 357 0 32953 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 148284

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15536
/proc/meminfo: memFree=26488868/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=83932 CPUtime=1267.19 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 13557 0 0 0 126677 42 0 0 20 0 1 0 379153150 85946368 20560 33554432000 4194304 5654031 140733576526336 140733576514152 4215188 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 20983 20560 141 357 0 20623 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 98964

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15536
/proc/meminfo: memFree=26437792/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=164072 CPUtime=1327.18 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 13698 0 0 0 132674 44 0 0 20 0 1 0 379153150 168009728 39097 33554432000 4194304 5654031 140733576526336 140733576514152 4232994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 41018 39097 141 357 0 40658 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 179104

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 15539
/proc/meminfo: memFree=26446548/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=164072 CPUtime=1387.17 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 13837 0 0 0 138671 46 0 0 20 0 1 0 379153150 168009728 37561 33554432000 4194304 5654031 140733576526336 140733576514152 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 41018 37561 141 357 0 40658 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 179104

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 15562
/proc/meminfo: memFree=26422668/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=164072 CPUtime=1447.16 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 13975 0 0 0 144668 48 0 0 20 0 1 0 379153150 168009728 35001 33554432000 4194304 5654031 140733576526336 140733576514152 4233168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 41018 35001 141 357 0 40658 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 179104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15562
/proc/meminfo: memFree=26432928/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=133252 CPUtime=1507.15 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 14046 0 0 0 150665 50 0 0 20 0 1 0 379153150 136450048 32886 33554432000 4194304 5654031 140733576526336 140733576514152 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 33313 32886 141 357 0 32953 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 148284

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15563
/proc/meminfo: memFree=26443368/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=133252 CPUtime=1567.14 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 14474 0 0 0 156662 52 0 0 20 0 1 0 379153150 136450048 29302 33554432000 4194304 5654031 140733576526336 140733576514152 4232772 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 33313 29302 141 357 0 32953 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 148284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15563
/proc/meminfo: memFree=26437844/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=164072 CPUtime=1627.13 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 14561 0 0 0 162660 53 0 0 20 0 1 0 379153150 168009728 39609 33554432000 4194304 5654031 140733576526336 140733576514152 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 41018 39609 141 357 0 40658 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 179104

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15563
/proc/meminfo: memFree=26408256/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=164072 CPUtime=1687.12 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 14707 0 0 0 168658 54 0 0 20 0 1 0 379153150 168009728 38073 33554432000 4194304 5654031 140733576526336 140733576514152 4232949 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 41018 38073 141 357 0 40658 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 179104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15563
/proc/meminfo: memFree=26398328/32873844 swapFree=7120/7120
[pid=15470] ppid=15468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15470/stat : 15470 (npSolver-pbo-I.) S 15468 15470 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379143662 9367552 275 33554432000 4194304 5064252 140737125582512 140737125581424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15470/statm: 2287 275 233 213 0 72 0
[pid=15471] ppid=15470 vsize=5884 CPUtime=94.84 cores=1,3,5,7
/proc/15471/stat : 15471 (npSolver-pbo) S 15470 15470 11080 0 -1 4202496 3094 15166 0 0 6 4 9467 7 20 0 1 0 379143662 6025216 1079 33554432000 4194304 6004724 140735853126720 140735853111640 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15471/statm: 1471 1079 176 442 0 1025 0
[pid=15481] ppid=15471 vsize=214160 CPUtime=1705.22 cores=1,3,5,7
/proc/15481/stat : 15481 (glucosInc) R 15471 15470 11080 0 -1 4202496 15256 0 0 0 170467 55 0 0 20 0 1 0 379153150 219299840 40664 33554432000 4194304 5654031 140733576526336 140733576524424 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15481/statm: 53540 40664 141 357 0 53180 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 229192

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15470 and gives
#  childrusage.ru_utime.tv_sec=94
#  childrusage.ru_utime.tv_usec=744596
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=122981
# CPU time returned by wait4() is 94.8676
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.4
CPU system time (s): 0.66
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 229192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.7446
system time used= 0.122981
maximum resident set size= 44624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18635
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= 67
involuntary context switches= 126

runsolver used 2.70359 second user time and 7.28189 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-08 06:35:51
IDJOB=3749359
IDBENCH=48182
IDSOLVER=2333
FILE ID=node104/3749359-1339130151
RUNJOBID= node104-1339110952-12732
PBS_JOBID= 14643749
Free space on /tmp= 71200 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-3749359-1339130151/watcher-3749359-1339130151 -o /tmp/evaluation-result-3749359-1339130151/solver-3749359-1339130151 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749359-1339130151.opb 2014526694 HOME HOME

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

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=2014526694

node104.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.266
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.53
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.266
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.266
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		: 2666.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26696352 kB
Buffers:         2769080 kB
Cached:          2246284 kB
SwapCached:          924 kB
Active:          2961272 kB
Inactive:        2205844 kB
Active(anon):     142360 kB
Inactive(anon):     8412 kB
Active(file):    2818912 kB
Inactive(file):  2197432 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67105276 kB
Dirty:              8176 kB
Writeback:             0 kB
AnonPages:        160640 kB
Mapped:            12000 kB
Shmem:                 8 kB
Slab:             861076 kB
SReclaimable:     303100 kB
SUnreclaim:       557976 kB
KernelStack:        1464 kB
PageTables:         4400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     284832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 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= 71172 MiB
End job on node104 at 2012-06-08 07:05:51