Trace number 3749328

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.1 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_3.opb
MD5SUM0f5da0a781de7969842ad5c8dd7a6f1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
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 constraint26
Maximum length of a constraint50
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)15722
Sum of products size (including duplicates)31444
Number of different products15722
Sum of products size31444

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.33	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.33	c [INC SYSTEM] execute solver
0.00/0.34	c [INC SEARCH] formula is SAT
0.00/0.34	c [INC SYSTEM] solved the initial formula
0.00/0.35	c model valid
0.00/0.35	c current solution ok
0.00/0.38	o 499
0.00/0.38	c execute binary inc search
0.00/0.38	c [INC SEARCH] current bound: 249
0.00/0.38	c [INC SEARCH] iteration: 0
0.00/0.38	c [INC SEARCH] lower bound: 0 upperbound 499 current bound: 249 best value:499
0.00/0.38	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.38	c write failed with 2
0.00/0.38	c [INC SYSTEM] create new solver instance
0.00/0.38	c [INC] encode full formula
0.00/0.38	c (debug) using card networks
0.00/0.38	c old isEQ: 160, new EQ is 0
0.00/0.39	c set iterative enc to: card
0.00/0.39	c set iterative enc to: none
0.00/0.39	c [INC SEARCH] isOptimum variable: 0
1.16/1.25	c [INC SEARCH] formula is SAT
1.16/1.25	c [INC SEARCH] copied best model
1.16/1.25	c sat variable: 1 optimum/unsat variable: 0
1.16/1.26	c model valid
1.16/1.26	c current solution ok
1.16/1.26	o 63
1.16/1.26	c [INC SEARCH] current bound: 31
1.16/1.26	c [INC SEARCH] iteration: 1
1.16/1.26	c [INC SEARCH] lower bound: 0 upperbound 63 current bound: 31 best value:63
1.16/1.26	c [INC SYSTEM] there exists a inc, kill it!
1.16/1.26	c write failed with 2
1.16/1.26	c [INC SYSTEM] create new solver instance
1.16/1.26	c [INC] encode full formula
1.16/1.26	c (debug) using card networks
1.16/1.26	c old isEQ: 96, new EQ is 0
1.16/1.27	c set iterative enc to: card
1.16/1.27	c set iterative enc to: none
1.16/1.27	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.40	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3749328-1339128956/watcher-3749328-1339128956 -o /tmp/evaluation-result-3749328-1339128956/solver-3749328-1339128956 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749328-1339128956.opb 1764635026 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: 1.97 2.06 2.01 2/178 2541
/proc/meminfo: memFree=31714652/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0

[startup+0.093618 s]
/proc/loadavg: 1.97 2.06 2.01 2/178 2541
/proc/meminfo: memFree=31714652/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/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: 1.97 2.06 2.01 2/178 2541
/proc/meminfo: memFree=31714652/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 1.97 2.06 2.01 2/178 2541
/proc/meminfo: memFree=31714652/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700121 s]
/proc/loadavg: 1.97 2.06 2.01 2/178 2541
/proc/meminfo: memFree=31714652/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.97 2.06 2.01 3/181 2550
/proc/meminfo: memFree=31696776/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 15052

[startup+3.10031 s]
/proc/loadavg: 1.97 2.06 2.01 3/181 2552
/proc/meminfo: memFree=31699940/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=15788 CPUtime=1.81 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 3110 0 0 0 181 0 0 0 20 0 1 0 379020163 16166912 3454 33554432000 4194304 5654031 140736225182448 140736225180536 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2552/statm: 3947 3454 142 357 0 3587 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 30840

[startup+6.30035 s]
/proc/loadavg: 1.97 2.05 2.01 3/181 2552
/proc/meminfo: memFree=31677656/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=39168 CPUtime=5.01 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 5420 0 0 0 500 1 0 0 20 0 1 0 379020163 40108032 9192 33554432000 4194304 5654031 140736225182448 140736225180328 4217216 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2552/statm: 9792 9192 142 357 0 9432 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 54220

[startup+12.7003 s]
/proc/loadavg: 1.97 2.05 2.01 3/181 2552
/proc/meminfo: memFree=31613624/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=62444 CPUtime=11.42 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 7273 0 0 0 1139 3 0 0 20 0 1 0 379020163 63942656 12543 33554432000 4194304 5654031 140736225182448 140736225180328 4232581 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2552/statm: 15611 12543 142 357 0 15251 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 77496

[startup+25.5004 s]
/proc/loadavg: 1.98 2.05 2.01 3/181 2552
/proc/meminfo: memFree=31635188/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=62444 CPUtime=24.21 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 7682 0 0 0 2418 3 0 0 20 0 1 0 379020163 63942656 15112 33554432000 4194304 5654031 140736225182448 140736225180472 4215216 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 15611 15112 142 357 0 15251 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 77496

[startup+51.1004 s]
/proc/loadavg: 1.99 2.05 2.00 3/181 2552
/proc/meminfo: memFree=31573452/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=111764 CPUtime=49.8 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 9865 0 0 0 4973 7 0 0 20 0 1 0 379020163 114446336 23685 33554432000 4194304 5654031 140736225182448 140736225180376 4208659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 27941 23685 142 357 0 27581 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 126816

[startup+102.307 s]
/proc/loadavg: 1.99 2.04 2.00 3/181 2552
/proc/meminfo: memFree=31561196/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=74544 CPUtime=101 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 14413 0 0 0 10085 15 0 0 20 0 1 0 379020163 76333056 18139 33554432000 4194304 5654031 140736225182448 140736225180472 4233455 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 18636 18139 142 357 0 18276 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 89596

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 2553
/proc/meminfo: memFree=31489896/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=123864 CPUtime=160.99 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 18102 0 0 0 16076 23 0 0 20 0 1 0 379020163 126836736 28758 33554432000 4194304 5654031 140736225182448 140736225180376 4232853 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 30966 28758 142 357 0 30606 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 138916

[startup+222.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/181 2553
/proc/meminfo: memFree=31443036/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=154684 CPUtime=220.98 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 21989 0 0 0 22065 33 0 0 20 0 1 0 379020163 158396416 32409 33554432000 4194304 5654031 140736225182448 140736225180536 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 38671 32409 142 357 0 38311 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 169736

[startup+282.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/182 2556
/proc/meminfo: memFree=31480772/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=31281420/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=187776 CPUtime=1240.81 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 55403 0 0 0 123971 110 0 0 20 0 1 0 379020163 192282624 46315 33554432000 4194304 5654031 140736225182448 140736225180536 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 46944 46315 142 357 0 46584 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 202828

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/180 2562
/proc/meminfo: memFree=31329108/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=187776 CPUtime=1300.81 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 56707 0 0 0 129968 113 0 0 20 0 1 0 379020163 192282624 42731 33554432000 4194304 5654031 140736225182448 140736225180536 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 46944 42731 142 357 0 46584 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 202828

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/181 2563
/proc/meminfo: memFree=31404476/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=156956 CPUtime=1360.78 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 57435 0 0 0 135963 115 0 0 20 0 1 0 379020163 160722944 38056 33554432000 4194304 5654031 140736225182448 140736225180472 4216907 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 39239 38056 142 357 0 38879 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 172008

[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 2564
/proc/meminfo: memFree=31262240/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=237864 CPUtime=1420.78 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 58341 0 0 0 141961 117 0 0 20 0 1 0 379020163 243572736 47128 33554432000 4194304 5654031 140736225182448 140736225180536 4216896 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 59466 47128 142 357 0 59106 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 252916

[startup+1482.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/182 2567
/proc/meminfo: memFree=31324680/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=187776 CPUtime=1480.77 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 59340 0 0 0 147956 121 0 0 20 0 1 0 379020163 192282624 43243 33554432000 4194304 5654031 140736225182448 140736225180536 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 46944 43243 142 357 0 46584 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 202828

[startup+1542.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/181 2567
/proc/meminfo: memFree=31390260/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=187776 CPUtime=1540.76 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 60654 0 0 0 153952 124 0 0 20 0 1 0 379020163 192282624 41195 33554432000 4194304 5654031 140736225182448 140736225180536 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 46944 41195 142 357 0 46584 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 202828

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/181 2567
/proc/meminfo: memFree=31357680/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=287184 CPUtime=1600.75 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 61309 0 0 0 159950 125 0 0 20 0 1 0 379020163 294076416 49507 33554432000 4194304 5654031 140736225182448 140736225180536 4225982 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 71796 49510 142 357 0 71436 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 302236

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/181 2567
/proc/meminfo: memFree=31358944/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=237864 CPUtime=1660.74 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 62281 0 0 0 165946 128 0 0 20 0 1 0 379020163 243572736 47128 33554432000 4194304 5654031 140736225182448 140736225180536 4232788 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 59466 47128 142 357 0 59106 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 252916

[startup+1722.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/181 2568
/proc/meminfo: memFree=31385616/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=187776 CPUtime=1720.72 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 63295 0 0 0 171942 130 0 0 20 0 1 0 379020163 192282624 41707 33554432000 4194304 5654031 140736225182448 140736225180536 4216105 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 46944 41707 142 357 0 46584 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 202828

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/181 2568
/proc/meminfo: memFree=31364132/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=237864 CPUtime=1780.71 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 63610 0 0 0 177940 131 0 0 20 0 1 0 379020163 243572736 48664 33554432000 4194304 5654031 140736225182448 140736225180536 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 59466 48664 142 357 0 59106 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 252916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.07 2.00 3/181 2617
/proc/meminfo: memFree=31587092/32873844 swapFree=6904/6904
[pid=2541] ppid=2539 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2541/stat : 2541 (npSolver-pbo-I.) S 2539 2541 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379020035 9367552 275 33554432000 4194304 5064252 140735564736384 140735564735296 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2541/statm: 2287 275 233 213 0 72 0
[pid=2542] ppid=2541 vsize=5904 CPUtime=1.25 cores=1,3,5,7
/proc/2542/stat : 2542 (npSolver-pbo) S 2541 2541 30741 0 -1 4202496 3629 10913 0 0 7 3 104 11 20 0 1 0 379020036 6045696 1070 33554432000 4194304 6004724 140734671156784 140734671141704 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2542/statm: 1476 1070 178 442 0 1030 0
[pid=2552] ppid=2542 vsize=156956 CPUtime=1798.82 cores=1,3,5,7
/proc/2552/stat : 2552 (glucosInc) R 2542 2541 30741 0 -1 4202496 64017 0 0 0 179749 133 0 0 20 0 1 0 379020163 160722944 37544 33554432000 4194304 5654031 140736225182448 140736225180472 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2552/statm: 39239 37544 142 357 0 38879 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 172008

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.61
CPU system time (s): 1.48377
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 302236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.48377
maximum resident set size= 263756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152
involuntary context switches= 1910

runsolver used 3.49847 second user time and 8.87165 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 06:15:56
IDJOB=3749328
IDBENCH=48113
IDSOLVER=2333
FILE ID=node140/3749328-1339128956
RUNJOBID= node140-1339112243-562
PBS_JOBID= 14643713
Free space on /tmp= 70668 MiB

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

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

MD5SUM BENCH= 0f5da0a781de7969842ad5c8dd7a6f1b
RANDOM SEED=1764635026

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31715188 kB
Buffers:          150112 kB
Cached:           105140 kB
SwapCached:         2756 kB
Active:           255044 kB
Inactive:          52800 kB
Active(anon):      50448 kB
Inactive(anon):     4680 kB
Active(file):     204596 kB
Inactive(file):    48120 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100432 kB
Dirty:             20312 kB
Writeback:             0 kB
AnonPages:        249628 kB
Mapped:             9772 kB
Shmem:                 0 kB
Slab:             710744 kB
SReclaimable:     152356 kB
SUnreclaim:       558388 kB
KernelStack:        1504 kB
PageTables:         4076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 70660 MiB
End job on node140 at 2012-06-08 06:45:57