Trace number 3700152

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_4.opb
MD5SUMca18e0f90c225db0db25139874012827
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.18
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)75484
Sum of products size (including duplicates)150968
Number of different products75484
Sum of products size150968

Solver Data

0.00/0.23	c run inc solver
0.00/0.23	c [INC SYSTEM] run initial solver
0.00/0.23	c [INC SYSTEM] preprocess with white file
1.47/1.59	c [INC SYSTEM] finished preprocessing in 1 s
1.47/1.59	c [INC SYSTEM] execute solver
1.56/1.75	c [INC SEARCH] formula is SAT
1.56/1.76	c [INC SYSTEM] solved the initial formula
1.62/1.80	c model valid
1.62/1.80	c current solution ok
2.17/2.25	o 198
2.17/2.25	c execute binary inc search
2.17/2.25	c [INC SEARCH] current bound: 99
2.17/2.25	c [INC SEARCH] iteration: 0
2.17/2.25	c [INC SEARCH] lower bound: 0 upperbound 198 current bound: 99 best value:198
2.17/2.25	c [INC SYSTEM] there exists a inc, kill it!
2.17/2.25	c write failed with 2
2.17/2.26	c [INC SYSTEM] create new solver instance
2.17/2.26	c [INC] encode full formula
2.17/2.26	c (debug) using card networks
2.17/2.27	c set iterative enc to: card
2.17/2.27	c set iterative enc to: none
2.17/2.28	c [INC SEARCH] isOptimum variable: 0
2.26/2.94	c [INC SEARCH] formula is SAT
2.26/2.95	c [INC SEARCH] copied best model
2.26/2.95	c sat variable: 1 optimum/unsat variable: 0
2.26/2.98	c model valid
2.26/2.98	c current solution ok
2.26/2.98	o 54
2.26/2.98	c [INC SEARCH] current bound: 27
2.26/2.98	c [INC SEARCH] iteration: 1
2.26/2.98	c [INC SEARCH] lower bound: 0 upperbound 54 current bound: 27 best value:54
2.26/2.98	c [INC SYSTEM] there exists a inc, kill it!
2.26/2.98	c write failed with 2
2.26/2.99	c [INC SYSTEM] create new solver instance
2.26/2.99	c [INC] encode full formula
2.26/2.99	c (debug) using card networks
2.99/3.00	c set iterative enc to: card
2.99/3.00	c set iterative enc to: none
2.99/3.02	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.41	c an unexpexted return value has been received, exit
1800.09/1800.41	s UNKNOWN
1800.09/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.41	c write failed with -1
1800.09/1800.41	HOME/npSolver-pbo-I.sh: line 18:  3457 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3700152-1338075460/watcher-3700152-1338075460 -o /tmp/evaluation-result-3700152-1338075460/solver-3700152-1338075460 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700152-1338075460.opb 1754575159 HOME HOME 

running on 4 cores: 0,2,4,6

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.01 2.01 2.00 3/178 3456
/proc/meminfo: memFree=29595816/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0

[startup+0.031776 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3456
/proc/meminfo: memFree=29595816/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3456
/proc/meminfo: memFree=29595816/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30017 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3456
/proc/meminfo: memFree=29595816/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3456
/proc/meminfo: memFree=29595816/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 3460
/proc/meminfo: memFree=29479300/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=28640 CPUtime=0.22 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 5378 0 0 0 21 1 0 0 20 0 1 0 273674510 29327360 4820 33554432000 4194304 5992684 140734618513376 140734618507824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 7160 4820 164 440 0 6716 0
[pid=3459] ppid=3457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3459/stat : 3459 (cp2_pre.sh) S 3457 3456 1127 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273674533 9367552 276 33554432000 4194304 5064252 140735378844464 140735378843168 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3459/statm: 2287 276 234 213 0 72 0
[pid=3460] ppid=3459 vsize=110412 CPUtime=1.25 cores=0,2,4,6
/proc/3460/stat : 3460 (coprocessor) R 3459 3456 1127 0 -1 4202496 22559 0 0 0 115 10 0 0 20 0 1 0 273674534 113061888 26595 33554432000 4194304 6586260 140736822074176 140736822070200 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/3460/statm: 27603 26595 199 584 0 27015 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 157348

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3462
/proc/meminfo: memFree=29530208/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 44936

[startup+6.30031 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3467
/proc/meminfo: memFree=29518700/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=46148 CPUtime=3.26 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 10064 0 0 0 324 2 0 0 20 0 1 0 273674812 47255552 10146 33554432000 4194304 5654031 140734626867968 140734626865752 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 11537 10146 131 357 0 11177 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 91084

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3467
/proc/meminfo: memFree=29517716/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=46544 CPUtime=9.66 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 10381 0 0 0 964 2 0 0 20 0 1 0 273674812 47661056 10462 33554432000 4194304 5654031 140734626867968 140734626865752 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 11636 10462 131 357 0 11276 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 91480

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 3467
/proc/meminfo: memFree=29512140/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=52784 CPUtime=22.45 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 10798 0 0 0 2243 2 0 0 20 0 1 0 273674812 54050816 11899 33554432000 4194304 5654031 140734626867968 140734626865736 4232912 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 13196 11899 131 357 0 12836 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 97720

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3467
/proc/meminfo: memFree=29490540/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=71012 CPUtime=48.05 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 14117 0 0 0 4799 6 0 0 20 0 1 0 273674812 72716288 16671 33554432000 4194304 5654031 140734626867968 140734626855784 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 17753 16671 141 357 0 17393 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 115948

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3467
/proc/meminfo: memFree=29490292/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=71012 CPUtime=99.25 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 14533 0 0 0 9919 6 0 0 20 0 1 0 273674812 72716288 16671 33554432000 4194304 5654031 140734626867968 140734626855784 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 17753 16671 141 357 0 17393 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 115948

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3470
/proc/meminfo: memFree=29476632/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=82504 CPUtime=159.24 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 14918 0 0 0 15917 7 0 0 20 0 1 0 273674812 84484096 19544 33554432000 4194304 5654031 140734626867968 140734626855784 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 20626 19544 141 357 0 20266 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 127440

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3471
/proc/meminfo: memFree=29474592/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=82504 CPUtime=219.23 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 14918 0 0 0 21916 7 0 0 20 0 1 0 273674812 84484096 19544 33554432000 4194304 5654031 140734626867968 140734626855784 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 20626 19544 141 357 0 20266 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 127440

[startup+282.3 s]

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

/proc/meminfo: memFree=30395388/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=181268 CPUtime=1239.07 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17251 0 0 0 123892 15 0 0 20 0 1 0 273674812 185618432 41933 33554432000 4194304 5654031 140734626867968 140734626865896 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 45317 41933 141 357 0 44957 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 226204

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3578
/proc/meminfo: memFree=30391476/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=181268 CPUtime=1299.07 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17301 0 0 0 129891 16 0 0 20 0 1 0 273674812 185618432 42445 33554432000 4194304 5654031 140734626867968 140734626865896 4232415 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 45317 42445 141 357 0 44957 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 226204

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3581
/proc/meminfo: memFree=30393268/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=181268 CPUtime=1359.04 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17347 0 0 0 135888 16 0 0 20 0 1 0 273674812 185618432 40397 33554432000 4194304 5654031 140734626867968 140734626855784 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 45317 40397 141 357 0 44957 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 226204

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3605
/proc/meminfo: memFree=30423244/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=131948 CPUtime=1419.05 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17354 0 0 0 141888 17 0 0 20 0 1 0 273674812 135114752 32176 33554432000 4194304 5654031 140734626867968 140734626855784 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 32987 32176 141 357 0 32627 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 176884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3605
/proc/meminfo: memFree=30382540/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=181268 CPUtime=1479.03 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17401 0 0 0 147886 17 0 0 20 0 1 0 273674812 185618432 41421 33554432000 4194304 5654031 140734626867968 140734626865896 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 45317 41421 141 357 0 44957 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 226204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3605
/proc/meminfo: memFree=30382540/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=181268 CPUtime=1539.02 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17451 0 0 0 153884 18 0 0 20 0 1 0 273674812 185618432 40909 33554432000 4194304 5654031 140734626867968 140734626865896 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 45317 40909 141 357 0 44957 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 226204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3605
/proc/meminfo: memFree=30417108/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=131948 CPUtime=1599.01 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17457 0 0 0 159883 18 0 0 20 0 1 0 273674812 135114752 32176 33554432000 4194304 5654031 140734626867968 140734626865992 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 32987 32176 141 357 0 32627 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 176884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3605
/proc/meminfo: memFree=30417168/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=131948 CPUtime=1659 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17509 0 0 0 165881 19 0 0 20 0 1 0 273674812 135114752 32176 33554432000 4194304 5654031 140734626867968 140734626865992 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 32987 32176 141 357 0 32627 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 176884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3606
/proc/meminfo: memFree=30372112/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=181268 CPUtime=1718.99 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17560 0 0 0 171880 19 0 0 20 0 1 0 273674812 185618432 43469 33554432000 4194304 5654031 140734626867968 140734626865896 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 45317 43469 141 357 0 44957 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 226204

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 3606
/proc/meminfo: memFree=30363424/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=212088 CPUtime=1778.99 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17685 0 0 0 177878 21 0 0 20 0 1 0 273674812 217178112 46096 33554432000 4194304 5654031 140734626867968 140734626855784 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 53022 46096 141 357 0 52662 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 257024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 3606
/proc/meminfo: memFree=30357404/32873844 swapFree=7108/7108
[pid=3456] ppid=3454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3456/stat : 3456 (npSolver-pbo-I.) S 3454 3456 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273674509 9367552 275 33554432000 4194304 5064252 140736057972208 140736057971120 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3456/statm: 2287 275 233 213 0 72 0
[pid=3457] ppid=3456 vsize=35788 CPUtime=3 cores=0,2,4,6
/proc/3457/stat : 3457 (npSolver-pbo) S 3456 3456 1127 0 -1 4202496 9998 44530 0 0 41 40 200 19 20 0 1 0 273674510 36646912 6625 33554432000 4194304 5992684 140734618513376 140734618498280 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/3457/statm: 8947 6625 181 440 0 8503 0
[pid=3467] ppid=3457 vsize=212088 CPUtime=1797.09 cores=0,2,4,6
/proc/3467/stat : 3467 (glucosInc) R 3457 3456 1127 0 -1 4202496 17687 0 0 0 179688 21 0 0 20 0 1 0 273674812 217178112 47120 33554432000 4194304 5654031 140734626867968 140734626855784 4232571 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3467/statm: 53022 47120 141 357 0 52662 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 257024

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.12
CPU user time (s): 1799.31
CPU system time (s): 0.815875
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 257024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.815875
maximum resident set size= 188480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 65728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 627
involuntary context switches= 1983

runsolver used 3.11353 second user time and 9.38457 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 01:37:40
IDJOB=3700152
IDBENCH=48108
IDSOLVER=2276
FILE ID=node102/3700152-1338075460
RUNJOBID= node102-1338052958-1143
PBS_JOBID= 14624412
Free space on /tmp= 71328 MiB

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

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

MD5SUM BENCH= ca18e0f90c225db0db25139874012827
RANDOM SEED=1754575159

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
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		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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.178
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		: 2667.178
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:        29595816 kB
Buffers:          295024 kB
Cached:          1260024 kB
SwapCached:            0 kB
Active:          1897152 kB
Inactive:         556748 kB
Active(anon):     888564 kB
Inactive(anon):    13004 kB
Active(file):    1008588 kB
Inactive(file):   543744 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8944 kB
Writeback:             0 kB
AnonPages:        907932 kB
Mapped:            15540 kB
Shmem:               200 kB
Slab:             681744 kB
SReclaimable:     124320 kB
SUnreclaim:       557424 kB
KernelStack:        1472 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1149764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 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= 71508 MiB
End job on node102 at 2012-05-27 02:07:40