Trace number 3700174

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.11 1800.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1796.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
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 constraint61
Maximum length of a constraint107
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)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

Solver Data

0.00/0.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
0.00/0.84	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.84	c [INC SYSTEM] execute solver
0.00/0.91	c [INC SEARCH] formula is SAT
0.00/0.92	c [INC SYSTEM] solved the initial formula
0.00/0.94	c model valid
0.00/0.94	c current solution ok
1.07/1.13	o 101
1.07/1.13	c execute binary inc search
1.07/1.13	c [INC SEARCH] current bound: 50
1.07/1.13	c [INC SEARCH] iteration: 0
1.07/1.13	c [INC SEARCH] lower bound: 0 upperbound 101 current bound: 50 best value:101
1.07/1.13	c [INC SYSTEM] there exists a inc, kill it!
1.07/1.13	c write failed with 2
1.07/1.13	c [INC SYSTEM] create new solver instance
1.07/1.13	c [INC] encode full formula
1.07/1.13	c (debug) using card networks
1.07/1.14	c set iterative enc to: card
1.07/1.14	c set iterative enc to: none
1.07/1.14	c [INC SEARCH] isOptimum variable: 0
4.28/4.34	c [INC SEARCH] formula is SAT
4.28/4.34	c [INC SEARCH] copied best model
4.28/4.34	c sat variable: 1 optimum/unsat variable: 0
4.28/4.36	c model valid
4.28/4.36	c current solution ok
4.28/4.36	o 22
4.28/4.36	c [INC SEARCH] current bound: 11
4.28/4.36	c [INC SEARCH] iteration: 1
4.28/4.36	c [INC SEARCH] lower bound: 0 upperbound 22 current bound: 11 best value:22
4.28/4.36	c [INC SYSTEM] there exists a inc, kill it!
4.28/4.36	c write failed with 2
4.28/4.36	c [INC SYSTEM] create new solver instance
4.28/4.36	c [INC] encode full formula
4.28/4.37	c set iterative enc to: swc
4.28/4.37	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	c an unexpexted return value has been received, exit
1800.08/1800.41	s UNKNOWN
1800.08/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.41	c write failed with -1
1800.08/1800.41	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0xf05860)

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-3700174-1338075407/watcher-3700174-1338075407 -o /tmp/evaluation-result-3700174-1338075407/solver-3700174-1338075407 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700174-1338075407.opb 1188299836 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.43 2.10 2.03 3/179 17535
/proc/meminfo: memFree=24163216/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0

[startup+0.098329 s]
/proc/loadavg: 2.43 2.10 2.03 3/179 17535
/proc/meminfo: memFree=24163216/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100177 s]
/proc/loadavg: 2.43 2.10 2.03 3/179 17535
/proc/meminfo: memFree=24163216/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300166 s]
/proc/loadavg: 2.43 2.10 2.03 3/179 17535
/proc/meminfo: memFree=24163216/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700149 s]
/proc/loadavg: 2.43 2.10 2.03 3/179 17535
/proc/meminfo: memFree=24163216/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.43 2.10 2.03 3/182 17541
/proc/meminfo: memFree=24065172/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=13044 CPUtime=1.13 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 4399 19830 0 0 17 16 68 12 20 0 1 0 273666540 13357056 2816 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3261 2816 180 440 0 2817 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 22192

[startup+3.10024 s]
/proc/loadavg: 2.48 2.11 2.04 3/182 17544
/proc/meminfo: memFree=23900648/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=13044 CPUtime=1.13 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 4399 19830 0 0 17 16 68 12 20 0 1 0 273666540 13357056 2816 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3261 2816 180 440 0 2817 0
[pid=17544] ppid=17536 vsize=25636 CPUtime=1.94 cores=1,3,5,7
/proc/17544/stat : 17544 (glucosInc) R 17536 17535 14700 0 -1 4202496 5234 0 0 0 193 1 0 0 20 0 1 0 273666654 26251264 5486 33554432000 4194304 5654031 140735481893712 140735481891320 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17544/statm: 6409 5486 131 357 0 6049 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 47828

[startup+6.30035 s]
/proc/loadavg: 2.48 2.11 2.04 3/182 17546
/proc/meminfo: memFree=23594476/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=23656 CPUtime=1.9 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 6046 0 0 0 190 0 0 0 20 0 1 0 273666977 24223744 5043 33554432000 4194304 5654031 140733215045664 140733215033480 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17546/statm: 5914 5043 141 357 0 5554 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 47444

[startup+12.7003 s]
/proc/loadavg: 2.40 2.11 2.03 3/182 17546
/proc/meminfo: memFree=22901536/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=31216 CPUtime=8.3 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 8062 0 0 0 829 1 0 0 20 0 1 0 273666977 31965184 7287 33554432000 4194304 5654031 140733215045664 140733215043544 4208599 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17546/statm: 7804 7287 141 357 0 7444 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 55004

[startup+25.5002 s]
/proc/loadavg: 2.34 2.10 2.03 3/182 17546
/proc/meminfo: memFree=21490316/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=42712 CPUtime=21.1 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 9189 0 0 0 2108 2 0 0 20 0 1 0 273666977 43737088 9948 33554432000 4194304 5654031 140733215045664 140733215033480 4233344 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17546/statm: 10678 9948 142 357 0 10318 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 66500

[startup+51.1003 s]
/proc/loadavg: 2.22 2.09 2.03 3/182 17546
/proc/meminfo: memFree=21483472/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=49892 CPUtime=46.7 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 9667 0 0 0 4668 2 0 0 20 0 1 0 273666977 51089408 11934 33554432000 4194304 5654031 140733215045664 140733215033480 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17546/statm: 12473 11934 142 357 0 12113 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 73680

[startup+102.307 s]
/proc/loadavg: 2.43 2.16 2.05 3/182 17546
/proc/meminfo: memFree=20589412/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=85360 CPUtime=97.9 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 11757 0 0 0 9786 4 0 0 20 0 1 0 273666977 87408640 13927 33554432000 4194304 5654031 140733215045664 140733215033480 4232581 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17546/statm: 21340 13927 142 357 0 20980 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 109148

[startup+162.3 s]
/proc/loadavg: 2.43 2.22 2.08 3/180 17548
/proc/meminfo: memFree=23353216/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=85360 CPUtime=157.88 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 11781 0 0 0 15784 4 0 0 20 0 1 0 273666977 87408640 17017 33554432000 4194304 5654031 140733215045664 140733215033480 4232794 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17546/statm: 21340 17017 142 357 0 20980 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 109148

[startup+222.3 s]
/proc/loadavg: 2.14 2.17 2.07 3/182 17552
/proc/meminfo: memFree=23306476/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=85360 CPUtime=217.87 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 12006 0 0 0 21782 5 0 0 20 0 1 0 273666977 87408640 18772 33554432000 4194304 5654031 140733215045664 140733215033480 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 21340 18772 142 357 0 20980 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 109148

[startup+282.3 s]
/proc/loadavg: 2.06 2.14 2.07 3/181 17601
/proc/meminfo: memFree=28264008/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=28114004/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=110640 CPUtime=1297.69 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 17127 0 0 0 129755 14 0 0 20 0 1 0 273666977 113295360 27208 33554432000 4194304 5654031 140733215045664 140733215043688 4216672 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 27660 27208 142 357 0 27300 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 134428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17607
/proc/meminfo: memFree=28114144/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=110640 CPUtime=1357.69 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 17370 0 0 0 135754 15 0 0 20 0 1 0 273666977 113295360 27208 33554432000 4194304 5654031 140733215045664 140733215043688 4232803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 27660 27208 142 357 0 27300 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 134428

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 17611
/proc/meminfo: memFree=28105596/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=110640 CPUtime=1417.67 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 17614 0 0 0 141752 15 0 0 20 0 1 0 273666977 113295360 27208 33554432000 4194304 5654031 140733215045664 140733215043688 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 27660 27208 142 357 0 27300 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 134428

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 17633
/proc/meminfo: memFree=28099484/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=110640 CPUtime=1477.67 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 17858 0 0 0 147751 16 0 0 20 0 1 0 273666977 113295360 27208 33554432000 4194304 5654031 140733215045664 140733215043688 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 27660 27208 142 357 0 27300 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 134428

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 17633
/proc/meminfo: memFree=28095412/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=110640 CPUtime=1537.66 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 18108 0 0 0 153749 17 0 0 20 0 1 0 273666977 113295360 27208 33554432000 4194304 5654031 140733215045664 140733215043688 4232403 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 27660 27208 142 357 0 27300 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 134428

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 17633
/proc/meminfo: memFree=28035852/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=180316 CPUtime=1597.65 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 18855 0 0 0 159747 18 0 0 20 0 1 0 273666977 184643584 43277 33554432000 4194304 5654031 140733215045664 140733215033480 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 45079 43277 142 357 0 44719 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 204104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17633
/proc/meminfo: memFree=28033696/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=180316 CPUtime=1657.64 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 19130 0 0 0 165745 19 0 0 20 0 1 0 273666977 184643584 44324 33554432000 4194304 5654031 140733215045664 140733215043592 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 45079 44324 142 357 0 44719 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 204104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17634
/proc/meminfo: memFree=28043972/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=199144 CPUtime=1717.63 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 19988 0 0 0 171743 20 0 0 20 0 1 0 273666977 203923456 42292 33554432000 4194304 5654031 140733215045664 140733215033480 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 49786 42292 142 357 0 49426 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 222932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17634
/proc/meminfo: memFree=28056540/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=199144 CPUtime=1777.62 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 20822 0 0 0 177740 22 0 0 20 0 1 0 273666977 203923456 40756 33554432000 4194304 5654031 140733215045664 140733215043592 4218714 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 49786 40756 142 357 0 49426 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 222932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17634
/proc/meminfo: memFree=28029856/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=199144 CPUtime=1795.73 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 20828 0 0 0 179551 22 0 0 20 0 1 0 273666977 203923456 43828 33554432000 4194304 5654031 140733215045664 140733215043592 4232755 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 49786 43828 142 357 0 49426 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 222932

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17634
/proc/meminfo: memFree=28029856/32873648 swapFree=7104/7104
[pid=17535] ppid=17533 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17535/stat : 17535 (npSolver-pbo-I.) S 17533 17535 14700 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273666539 9367552 275 33554432000 4194304 5064252 140733858610576 140733858609488 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17535/statm: 2287 275 233 213 0 72 0
[pid=17536] ppid=17535 vsize=14640 CPUtime=4.35 cores=1,3,5,7
/proc/17536/stat : 17536 (npSolver-pbo) S 17535 17535 14700 0 -1 4202496 5392 25993 0 0 19 16 386 14 20 0 1 0 273666540 14991360 3266 33554432000 4194304 5992684 140733346325984 140733346310888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17536/statm: 3660 3266 182 440 0 3216 0
[pid=17546] ppid=17536 vsize=199144 CPUtime=1795.73 cores=1,3,5,7
/proc/17546/stat : 17546 (glucosInc) R 17536 17535 14700 0 -1 4202496 20828 0 0 0 179551 22 0 0 20 0 1 0 273666977 203923456 43828 33554432000 4194304 5654031 140733215045664 140733215043592 4232755 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17546/statm: 49786 43828 142 357 0 49426 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 222932

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.11
CPU user time (s): 1799.57
CPU system time (s): 0.540917
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 253752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.540917
maximum resident set size= 187804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 28848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302
involuntary context switches= 2227

runsolver used 3.42348 second user time and 8.03078 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 01:36:51
IDJOB=3700174
IDBENCH=48104
IDSOLVER=2276
FILE ID=node127/3700174-1338075407
RUNJOBID= node127-1338052949-14717
PBS_JOBID= 14624406
Free space on /tmp= 69724 MiB

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

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=1188299836

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        24164860 kB
Buffers:          334672 kB
Cached:          4710484 kB
SwapCached:            0 kB
Active:          4705016 kB
Inactive:        3119844 kB
Active(anon):    2781776 kB
Inactive(anon):        0 kB
Active(file):    1923240 kB
Inactive(file):  3119844 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:           1420592 kB
Writeback:             0 kB
AnonPages:       2784188 kB
Mapped:            15608 kB
Shmem:               200 kB
Slab:             739736 kB
SReclaimable:     179536 kB
SUnreclaim:       560200 kB
KernelStack:        1456 kB
PageTables:         9404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3602248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1746944 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= 71088 MiB
End job on node127 at 2012-05-27 02:06:51