Trace number 3700151

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_3.opb
MD5SUM12e000f4c238d036e0b89e0774c838fa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1797.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint61
Maximum length of a constraint108
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75294
Sum of products size (including duplicates)150588
Number of different products75294
Sum of products size150588

Solver Data

0.00/0.25	c run inc solver
0.00/0.25	c [INC SYSTEM] run initial solver
0.00/0.25	c [INC SYSTEM] preprocess with white file
1.66/1.72	c [INC SYSTEM] finished preprocessing in 1 s
1.66/1.72	c [INC SYSTEM] execute solver
1.69/1.88	c [INC SEARCH] formula is SAT
1.69/1.89	c [INC SYSTEM] solved the initial formula
1.71/1.93	c model valid
1.71/1.93	c current solution ok
2.35/2.44	o 203
2.35/2.44	c execute binary inc search
2.35/2.44	c [INC SEARCH] current bound: 101
2.35/2.44	c [INC SEARCH] iteration: 0
2.35/2.44	c [INC SEARCH] lower bound: 0 upperbound 203 current bound: 101 best value:203
2.35/2.44	c [INC SYSTEM] there exists a inc, kill it!
2.35/2.44	c write failed with 2
2.35/2.44	c [INC SYSTEM] create new solver instance
2.35/2.44	c [INC] encode full formula
2.35/2.44	c (debug) using card networks
2.35/2.46	c set iterative enc to: card
2.35/2.46	c set iterative enc to: none
2.35/2.47	c [INC SEARCH] isOptimum variable: 0
3.17/3.24	c [INC SEARCH] formula is SAT
3.27/3.44	c [INC SEARCH] copied best model
3.27/3.44	c sat variable: 1 optimum/unsat variable: 0
3.27/3.44	c model valid
3.27/3.44	c current solution ok
3.27/3.44	o 57
3.27/3.44	c [INC SEARCH] current bound: 28
3.27/3.44	c [INC SEARCH] iteration: 1
3.27/3.44	c [INC SEARCH] lower bound: 0 upperbound 57 current bound: 28 best value:57
3.27/3.44	c [INC SYSTEM] there exists a inc, kill it!
3.27/3.44	c write failed with 2
3.27/3.44	c [INC SYSTEM] create new solver instance
3.27/3.44	c [INC] encode full formula
3.27/3.44	c (debug) using card networks
3.27/3.44	c set iterative enc to: card
3.27/3.44	c set iterative enc to: none
3.27/3.49	c [INC SEARCH] isOptimum variable: 0
1800.11/1800.61	c an unexpexted return value has been received, exit
1800.11/1800.61	s UNKNOWN
1800.11/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.11/1800.61	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-3700151-1338077117/watcher-3700151-1338077117 -o /tmp/evaluation-result-3700151-1338077117/solver-3700151-1338077117 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700151-1338077117.opb 634042576 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22053
/proc/meminfo: memFree=28592196/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0

[startup+0.0646329 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22053
/proc/meminfo: memFree=28592196/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22053
/proc/meminfo: memFree=28592196/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300265 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22053
/proc/meminfo: memFree=28592196/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700278 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22053
/proc/meminfo: memFree=28592196/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 22057
/proc/meminfo: memFree=28474588/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=28616 CPUtime=0.23 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 5539 0 0 0 21 2 0 0 20 0 1 0 273837112 29302784 4987 33554432000 4194304 5992684 140736129562976 140736129557424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 7154 4987 164 440 0 6710 0
[pid=22056] ppid=22054 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22056/stat : 22056 (cp2_pre.sh) S 22054 22053 18146 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273837137 9367552 277 33554432000 4194304 5064252 140733701138224 140733701136928 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22056/statm: 2287 277 234 213 0 72 0
[pid=22057] ppid=22056 vsize=110196 CPUtime=1.23 cores=1,3,5,7
/proc/22057/stat : 22057 (coprocessor) R 22056 22053 18146 0 -1 4202496 22480 0 0 0 113 10 0 0 20 0 1 0 273837137 112840704 26517 33554432000 4194304 6586260 140734907997344 140734907993608 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/22057/statm: 27549 26517 199 584 0 26961 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 157108

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 22059
/proc/meminfo: memFree=28525440/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=32460 CPUtime=2.44 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 7723 32980 0 0 36 44 147 17 20 0 1 0 273837112 33239040 5923 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8115 5923 180 440 0 7671 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 41608
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 22064
/proc/meminfo: memFree=28513048/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=46112 CPUtime=2.79 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 9758 0 0 0 278 1 0 0 20 0 1 0 273837461 47218688 10378 33554432000 4194304 5654031 140734601696480 140734601694360 4232651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22064/statm: 11528 10378 131 357 0 11168 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 91016

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 22064
/proc/meminfo: memFree=28479692/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=46508 CPUtime=9.19 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 9851 0 0 0 918 1 0 0 20 0 1 0 273837461 47624192 10471 33554432000 4194304 5654031 140734601696480 140734601694264 4216337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22064/statm: 11627 10471 131 357 0 11267 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 91412

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 22064
/proc/meminfo: memFree=28511220/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=51456 CPUtime=21.99 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 10331 0 0 0 2197 2 0 0 20 0 1 0 273837461 52690944 10946 33554432000 4194304 5654031 140734601696480 140734601694264 4232659 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22064/statm: 12864 10946 131 357 0 12504 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 96360

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 22064
/proc/meminfo: memFree=28508488/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=52512 CPUtime=47.58 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 11320 0 0 0 4755 3 0 0 20 0 1 0 273837461 53772288 11692 33554432000 4194304 5654031 140734601696480 140734601694264 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22064/statm: 13128 11692 141 357 0 12768 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 97416

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 22064
/proc/meminfo: memFree=28492344/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=66848 CPUtime=98.77 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 12852 0 0 0 9874 3 0 0 20 0 1 0 273837461 68452352 15611 33554432000 4194304 5654031 140734601696480 140734601694280 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 16712 15611 141 357 0 16352 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 111752

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22114
/proc/meminfo: memFree=28582640/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=78452 CPUtime=158.75 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 14367 0 0 0 15871 4 0 0 20 0 1 0 273837461 80334848 18692 33554432000 4194304 5654031 140734601696480 140734601684296 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 19613 18692 141 357 0 19253 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 123356

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22114
/proc/meminfo: memFree=28568852/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=78452 CPUtime=218.74 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 14367 0 0 0 21870 4 0 0 20 0 1 0 273837461 80334848 18692 33554432000 4194304 5654031 140734601696480 140734601684296 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 19613 18692 141 357 0 19253 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 123356


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

/proc/meminfo: memFree=28487436/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=102800 CPUtime=1238.58 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 16665 0 0 0 123852 6 0 0 20 0 1 0 273837461 105267200 24779 33554432000 4194304 5654031 140734601696480 140734601684296 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 25700 24779 141 357 0 25340 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 147704

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22123
/proc/meminfo: memFree=28438844/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=102800 CPUtime=1298.58 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 17171 0 0 0 129851 7 0 0 20 0 1 0 273837461 105267200 24779 33554432000 4194304 5654031 140734601696480 140734601684296 4232563 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 25700 24779 141 357 0 25340 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 147704

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22124
/proc/meminfo: memFree=28423284/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1358.57 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 17410 0 0 0 135849 8 0 0 20 0 1 0 273837461 125300736 29106 33554432000 4194304 5654031 140734601696480 140734601684296 4233166 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29106 141 357 0 30231 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 167268

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22124
/proc/meminfo: memFree=28455136/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1418.57 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 17411 0 0 0 141849 8 0 0 20 0 1 0 273837461 125300736 29618 33554432000 4194304 5654031 140734601696480 140734601684296 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29618 141 357 0 30231 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 167268

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22124
/proc/meminfo: memFree=28414672/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1478.55 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 17970 0 0 0 147846 9 0 0 20 0 1 0 273837461 125300736 29670 33554432000 4194304 5654031 140734601696480 140734601684296 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29670 141 357 0 30231 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 167268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22127
/proc/meminfo: memFree=28400032/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1538.54 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 17971 0 0 0 153845 9 0 0 20 0 1 0 273837461 125300736 29670 33554432000 4194304 5654031 140734601696480 140734601684296 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29670 141 357 0 30231 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 167268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22127
/proc/meminfo: memFree=28404276/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1598.53 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 18477 0 0 0 159843 10 0 0 20 0 1 0 273837461 125300736 29670 33554432000 4194304 5654031 140734601696480 140734601694504 4232880 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29670 141 357 0 30231 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 167268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22128
/proc/meminfo: memFree=28389524/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1658.52 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 18477 0 0 0 165842 10 0 0 20 0 1 0 273837461 125300736 29670 33554432000 4194304 5654031 140734601696480 140734601684296 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29670 141 357 0 30231 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 167268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22128
/proc/meminfo: memFree=28398288/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1718.51 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 18984 0 0 0 171841 10 0 0 20 0 1 0 273837461 125300736 29670 33554432000 4194304 5654031 140734601696480 140734601684296 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29670 141 357 0 30231 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 167268

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 22129
/proc/meminfo: memFree=28414308/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1778.5 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 18984 0 0 0 177840 10 0 0 20 0 1 0 273837461 125300736 29670 33554432000 4194304 5654031 140734601696480 140734601684296 4232994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29670 141 357 0 30231 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 167268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22129
/proc/meminfo: memFree=28406248/32873852 swapFree=6848/6848
[pid=22053] ppid=22051 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (npSolver-pbo-I.) S 22051 22053 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273837112 9367552 275 33554432000 4194304 5064252 140734694381200 140734694380112 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22053/statm: 2287 275 233 213 0 72 0
[pid=22054] ppid=22053 vsize=35756 CPUtime=3.3 cores=1,3,5,7
/proc/22054/stat : 22054 (npSolver-pbo) S 22053 22053 18146 0 -1 4202496 10213 43985 0 0 42 45 222 21 20 0 1 0 273837112 36614144 6789 33554432000 4194304 5992684 140736129562976 140736129547880 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/22054/statm: 8939 6789 181 440 0 8495 0
[pid=22064] ppid=22054 vsize=122364 CPUtime=1796.81 cores=1,3,5,7
/proc/22064/stat : 22064 (glucosInc) R 22054 22053 18146 0 -1 4202496 18984 0 0 0 179671 10 0 0 20 0 1 0 273837461 125300736 29670 33554432000 4194304 5654031 140734601696480 140734601684296 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22064/statm: 30591 29670 141 357 0 30231 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 167268

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.62
CPU time (s): 1800.14
CPU user time (s): 1799.36
CPU system time (s): 0.778881
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 216588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.778881
maximum resident set size= 153412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 65552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 627
involuntary context switches= 1954

runsolver used 2.84257 second user time and 6.99794 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-27 02:05:17
IDJOB=3700151
IDBENCH=48149
IDSOLVER=2276
FILE ID=node129/3700151-1338077117
RUNJOBID= node129-1338052936-18163
PBS_JOBID= 14624400
Free space on /tmp= 71104 MiB

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

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

MD5SUM BENCH= 12e000f4c238d036e0b89e0774c838fa
RANDOM SEED=634042576

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28592352 kB
Buffers:          293448 kB
Cached:          3023844 kB
SwapCached:            0 kB
Active:          1327232 kB
Inactive:        2150392 kB
Active(anon):     162488 kB
Inactive(anon):        0 kB
Active(file):    1164744 kB
Inactive(file):  2150392 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9348 kB
Writeback:             0 kB
AnonPages:        166352 kB
Mapped:            15572 kB
Shmem:               204 kB
Slab:             665936 kB
SReclaimable:     108484 kB
SUnreclaim:       557452 kB
KernelStack:        1456 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     274036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71084 MiB
End job on node129 at 2012-05-27 02:35:17