Trace number 3699303

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.08 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null20mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM4d2c57def56fd670f2b4aabd3843e594
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-17711
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4408494
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4408494
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.08/4.12	c fallback to adder encoding
5.49/5.56	c run inc solver
5.49/5.56	c [INC SYSTEM] run initial solver
5.49/5.56	c [INC SYSTEM] preprocess with white file
16.85/16.90	c [INC SYSTEM] finished preprocessing in 11 s
16.85/16.90	c [INC SYSTEM] execute solver
658.80/658.96	c [INC SEARCH] formula is SAT
658.90/659.04	c [INC SYSTEM] solved the initial formula
659.79/659.98	c model valid
659.79/659.98	c current solution ok
665.32/665.74	o 0
665.32/665.74	c execute binary inc search
665.32/665.74	c [INC SEARCH] current bound: 2204247
665.32/665.74	c [INC SEARCH] iteration: 0
665.32/665.74	c [INC SEARCH] lower bound: 0 upperbound 4408494 current bound: 2204247 best value:4408494
665.32/665.74	c [INC SYSTEM] there exists a inc, kill it!
665.32/665.74	c write failed with 2
665.32/665.74	c [INC SYSTEM] create new solver instance
665.32/665.74	c [INC] encode full formula
665.32/665.74	c fallback to adder encoding
665.52/665.85	c set iterative enc to: adder
665.52/665.85	c set iterative enc to: none
665.72/666.00	c [INC SEARCH] isOptimum variable: 0
1338.98/1339.45	c [INC SEARCH] formula is UNSAT
1338.98/1339.45	c [INC SYSTEM] there exists a inc, kill it!
1338.98/1339.45	c write failed with 2
1338.98/1339.46	c sat variable: 0 optimum/unsat variable: 1
1338.98/1339.46	c [INC SEARCH] set lower bound to 2204248 upperbound 4408494
1338.98/1339.46	c [INC SEARCH] current bound: 3306371
1338.98/1339.46	c [INC SEARCH] iteration: 1
1338.98/1339.46	c [INC SEARCH] lower bound: 2204248 upperbound 4408494 current bound: 3306371 best value:4408494
1338.98/1339.46	c [INC SYSTEM] create new solver instance
1338.98/1339.46	c [INC] encode full formula
1338.98/1339.46	c fallback to adder encoding
1339.10/1339.58	c set iterative enc to: adder
1339.10/1339.58	c set iterative enc to: none
1339.18/1339.72	c [INC SEARCH] isOptimum variable: 0

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-3699303-1338128054/watcher-3699303-1338128054 -o /tmp/evaluation-result-3699303-1338128054/solver-3699303-1338128054 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699303-1338128054.opb 1688139506 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.27 2.15 2.05 3/179 12420
/proc/meminfo: memFree=29888116/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0

[startup+0.0668131 s]
/proc/loadavg: 2.27 2.15 2.05 3/179 12420
/proc/meminfo: memFree=29888116/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 2.27 2.15 2.05 3/179 12420
/proc/meminfo: memFree=29888116/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30022 s]
/proc/loadavg: 2.27 2.15 2.05 3/179 12420
/proc/meminfo: memFree=29888116/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700209 s]
/proc/loadavg: 2.27 2.15 2.05 3/179 12420
/proc/meminfo: memFree=29888116/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.27 2.15 2.05 3/181 12422
/proc/meminfo: memFree=29882688/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=13524 CPUtime=1.49 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) R 12420 12420 11017 0 -1 4202496 2520 0 0 0 149 0 0 0 20 0 1 0 278929567 13848576 2533 33554432000 4194304 5992684 140736799145216 140736799141336 5179600 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 3381 2533 146 440 0 2937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22672

[startup+3.10029 s]
/proc/loadavg: 2.33 2.17 2.05 3/181 12422
/proc/meminfo: memFree=29874124/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=49764 CPUtime=3.09 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) R 12420 12420 11017 0 -1 4202496 9963 0 0 0 307 2 0 0 20 0 1 0 278929567 50958336 11505 33554432000 4194304 5992684 140736799145216 140736799141816 4377495 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 12441 11505 159 440 0 11997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58912

[startup+6.30027 s]
/proc/loadavg: 2.33 2.17 2.05 3/181 12422
/proc/meminfo: memFree=29384280/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=5.56 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 29099 0 0 0 524 32 0 0 20 0 1 0 278929567 368799744 62171 33554432000 4194304 5992684 140736799145216 140736799139664 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 90039 62171 174 440 0 89595 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 369304

[startup+12.7004 s]
/proc/loadavg: 2.35 2.18 2.06 3/183 12424
/proc/meminfo: memFree=28608508/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=5.56 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 29099 0 0 0 524 32 0 0 20 0 1 0 278929567 368799744 62171 33554432000 4194304 5992684 140736799145216 140736799139664 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 90039 62171 174 440 0 89595 0
[pid=12423] ppid=12421 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12423/stat : 12423 (cp2_pre.sh) S 12421 12420 11017 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278930124 9367552 277 33554432000 4194304 5064252 140734754420976 140734754419680 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12423/statm: 2287 277 234 213 0 72 0
[pid=12424] ppid=12423 vsize=901588 CPUtime=7.11 cores=1,3,5,7
/proc/12424/stat : 12424 (coprocessor) R 12423 12420 11017 0 -1 4202496 77823 0 0 0 688 23 0 0 20 0 1 0 278930124 923226112 219470 33554432000 4194304 6586260 140733284134976 140733284131000 4760311 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/12424/statm: 225397 219470 180 584 0 224809 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1280040

[startup+25.5005 s]
/proc/loadavg: 2.30 2.17 2.06 3/182 12426
/proc/meminfo: memFree=29205936/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=16.88 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 29115 94323 0 0 524 32 1082 50 20 0 1 0 278929567 368799744 62173 33554432000 4194304 5992684 140736799145216 140736799131480 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 90039 62173 176 440 0 89595 0
[pid=12426] ppid=12421 vsize=424960 CPUtime=8.58 cores=1,3,5,7
/proc/12426/stat : 12426 (glucosInc) R 12421 12420 11017 0 -1 4202496 64935 0 0 0 844 14 0 0 20 0 1 0 278931257 435159040 94921 33554432000 4194304 5654031 140735848211472 140735848209256 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12426/statm: 106240 94921 131 357 0 105880 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 794264

[startup+51.1004 s]
/proc/loadavg: 2.20 2.16 2.05 3/182 12426
/proc/meminfo: memFree=29188940/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=16.88 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 29115 94323 0 0 524 32 1082 50 20 0 1 0 278929567 368799744 62173 33554432000 4194304 5992684 140736799145216 140736799131480 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 90039 62173 176 440 0 89595 0
[pid=12426] ppid=12421 vsize=432644 CPUtime=34.17 cores=1,3,5,7
/proc/12426/stat : 12426 (glucosInc) R 12421 12420 11017 0 -1 4202496 67181 0 0 0 3403 14 0 0 20 0 1 0 278931257 443027456 97678 33554432000 4194304 5654031 140735848211472 140735848209080 4215248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12426/statm: 108161 97678 140 357 0 107801 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 801948

[startup+102.3 s]
/proc/loadavg: 2.23 2.17 2.06 3/180 12428
/proc/meminfo: memFree=29206660/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=16.88 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 29115 94323 0 0 524 32 1082 50 20 0 1 0 278929567 368799744 62173 33554432000 4194304 5992684 140736799145216 140736799131480 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 90039 62173 176 440 0 89595 0
[pid=12426] ppid=12421 vsize=432924 CPUtime=85.37 cores=1,3,5,7
/proc/12426/stat : 12426 (glucosInc) R 12421 12420 11017 0 -1 4202496 67276 0 0 0 8523 14 0 0 20 0 1 0 278931257 443314176 98284 33554432000 4194304 5654031 140735848211472 140735848199288 4215124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12426/statm: 108231 98284 140 357 0 107871 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 802228

[startup+162.3 s]
/proc/loadavg: 2.09 2.14 2.06 3/181 12429
/proc/meminfo: memFree=29194188/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=16.88 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 29115 94323 0 0 524 32 1082 50 20 0 1 0 278929567 368799744 62173 33554432000 4194304 5992684 140736799145216 140736799131480 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 90039 62173 176 440 0 89595 0
[pid=12426] ppid=12421 vsize=446828 CPUtime=145.36 cores=1,3,5,7
/proc/12426/stat : 12426 (glucosInc) R 12421 12420 11017 0 -1 4202496 68953 0 0 0 14521 15 0 0 20 0 1 0 278931257 457551872 100983 33554432000 4194304 5654031 140735848211472 140735848199288 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12426/statm: 111707 100983 141 357 0 111347 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 816132

[startup+222.307 s]
/proc/loadavg: 2.03 2.11 2.05 3/181 12429
/proc/meminfo: memFree=29191636/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=16.88 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 29115 94323 0 0 524 32 1082 50 20 0 1 0 278929567 368799744 62173 33554432000 4194304 5992684 140736799145216 140736799131480 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/12421/statm: 90039 62173 176 440 0 89595 0
[pid=12426] ppid=12421 vsize=446828 CPUtime=205.36 cores=1,3,5,7
/proc/12426/stat : 12426 (glucosInc) R 12421 12420 11017 0 -1 4202496 69070 0 0 0 20521 15 0 0 20 0 1 0 278931257 457551872 101611 33554432000 4194304 5654031 140735848211472 140735848199288 4233012 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12426/statm: 111707 101611 141 357 0 111347 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 816132

[startup+282.3 s]
/proc/loadavg: 2.01 2.09 2.05 3/181 12429
/proc/meminfo: memFree=29161212/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=360156 CPUtime=16.88 cores=1,3,5,7

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

/proc/meminfo: memFree=22316836/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=435280 CPUtime=22.57 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 67076 0 0 0 2241 16 0 0 20 0 1 0 279063539 445726720 100040 33554432000 4194304 5654031 140733707035344 140733707023160 4208621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 108820 100040 141 357 0 108460 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 836576

[startup+1422.3 s]
/proc/loadavg: 2.75 2.33 2.12 3/183 12588
/proc/meminfo: memFree=25428088/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=452076 CPUtime=82.56 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 69561 0 0 0 8239 17 0 0 20 0 1 0 279063539 462925824 104569 33554432000 4194304 5654031 140733707035344 140733707023160 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 113019 104569 141 357 0 112659 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 853372

[startup+1482.3 s]
/proc/loadavg: 3.25 2.50 2.18 2/182 12591
/proc/meminfo: memFree=22283124/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=502164 CPUtime=142.54 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 70171 0 0 0 14237 17 0 0 20 0 1 0 279063539 514215936 107211 33554432000 4194304 5654031 140733707035344 140733707023160 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 125541 107211 141 357 0 125181 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 903460

[startup+1542.31 s]
/proc/loadavg: 2.62 2.48 2.19 3/182 12638
/proc/meminfo: memFree=28975824/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=452076 CPUtime=202.53 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 70443 0 0 0 20235 18 0 0 20 0 1 0 279063539 462925824 104870 33554432000 4194304 5654031 140733707035344 140733707023160 4215307 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 113019 104870 142 357 0 112659 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 853372

[startup+1602.3 s]
/proc/loadavg: 2.23 2.39 2.18 3/182 12641
/proc/meminfo: memFree=28971776/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=502164 CPUtime=262.51 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 71276 0 0 0 26232 19 0 0 20 0 1 0 279063539 514215936 107219 33554432000 4194304 5654031 140733707035344 140733707023160 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 125541 107219 142 357 0 125181 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 903460

[startup+1662.3 s]
/proc/loadavg: 2.08 2.32 2.17 3/181 12642
/proc/meminfo: memFree=28976108/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=457680 CPUtime=322.5 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 71548 0 0 0 32229 21 0 0 20 0 1 0 279063539 468664320 105247 33554432000 4194304 5654031 140733707035344 140733707023160 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 114420 105247 142 357 0 114060 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 858976

[startup+1722.3 s]
/proc/loadavg: 2.07 2.27 2.16 3/181 12642
/proc/meminfo: memFree=28965492/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=507768 CPUtime=382.48 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 72659 0 0 0 38226 22 0 0 20 0 1 0 279063539 519954432 108100 33554432000 4194304 5654031 140733707035344 140733707023160 4232651 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 126942 108100 142 357 0 126582 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 909064

[startup+1782.3 s]
/proc/loadavg: 2.02 2.22 2.15 3/181 12642
/proc/meminfo: memFree=28951272/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=507768 CPUtime=442.47 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 72793 0 0 0 44225 22 0 0 20 0 1 0 279063539 519954432 110788 33554432000 4194304 5654031 140733707035344 140733707023160 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 126942 110788 142 357 0 126582 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 909064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.02 2.20 2.14 3/181 12642
/proc/meminfo: memFree=28947080/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=507768 CPUtime=460.77 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 72894 0 0 0 46055 22 0 0 20 0 1 0 279063539 519954432 111911 33554432000 4194304 5654031 140733707035344 140733707023160 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 126942 111911 142 357 0 126582 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 909064

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 2.02 2.20 2.14 3/181 12642
/proc/meminfo: memFree=28947080/32873648 swapFree=7368/7368
[pid=12420] ppid=12418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12420/stat : 12420 (npSolver-pbo-I.) S 12418 12420 11017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278929567 9367552 275 33554432000 4194304 5064252 140736527190304 140736527189216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12420/statm: 2287 275 233 213 0 72 0
[pid=12421] ppid=12420 vsize=392148 CPUtime=1339.31 cores=1,3,5,7
/proc/12421/stat : 12421 (npSolver-pbo) S 12420 12420 11017 0 -1 4202496 40752 239523 0 0 747 488 132563 133 20 0 1 0 278929567 401559552 68487 33554432000 4194304 5992684 140736799145216 140736799130120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/12421/statm: 98037 68487 186 440 0 97593 0
[pid=12545] ppid=12421 vsize=507768 CPUtime=460.77 cores=1,3,5,7
/proc/12545/stat : 12545 (glucosInc) R 12421 12420 11017 0 -1 4202496 72894 0 0 0 46055 22 0 0 20 0 1 0 279063539 519954432 111911 33554432000 4194304 5654031 140733707035344 140733707023160 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12545/statm: 126942 111911 142 357 0 126582 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 909064

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.62
CPU time (s): 1800.08
CPU user time (s): 1793.65
CPU system time (s): 6.43
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 1408152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.75143 second user time and 10.4234 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 16:14:15
IDJOB=3699303
IDBENCH=92619
IDSOLVER=2276
FILE ID=node149/3699303-1338128054
RUNJOBID= node149-1338120218-11034
PBS_JOBID= 14624479
Free space on /tmp= 71656 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null20mast_rapportOE2.0_TMAX15_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699303-1338128054/watcher-3699303-1338128054 -o /tmp/evaluation-result-3699303-1338128054/solver-3699303-1338128054 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699303-1338128054.opb 1688139506 HOME HOME

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

MD5SUM BENCH= 4d2c57def56fd670f2b4aabd3843e594
RANDOM SEED=1688139506

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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.55
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.145
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.145
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:       32873648 kB
MemFree:        29888876 kB
Buffers:          348640 kB
Cached:          1679092 kB
SwapCached:         2452 kB
Active:           973636 kB
Inactive:        1199112 kB
Active(anon):     136772 kB
Inactive(anon):     9340 kB
Active(file):     836864 kB
Inactive(file):  1189772 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104876 kB
Dirty:             36984 kB
Writeback:             0 kB
AnonPages:        192300 kB
Mapped:            15800 kB
Shmem:                96 kB
Slab:             672356 kB
SReclaimable:     115212 kB
SUnreclaim:       557144 kB
KernelStack:        1520 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     288308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node149 at 2012-05-27 16:44:17