Trace number 3749291

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.07	c old isEQ: 52, new EQ is 1
0.00/0.09	c run inc solver
0.00/0.09	c [INC SYSTEM] run initial solver
0.00/0.09	c [INC SYSTEM] preprocess with white file
0.00/0.56	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.56	c [INC SYSTEM] execute solver
0.00/0.68	c [INC SEARCH] formula is SAT
0.00/0.68	c [INC SYSTEM] solved the initial formula
0.00/0.69	c model valid
0.00/0.69	c current solution ok
0.00/0.82	o -20
0.00/0.82	c execute binary inc search
0.00/0.82	c [INC SEARCH] current bound: 90
0.00/0.82	c [INC SEARCH] iteration: 0
0.00/0.82	c [INC SEARCH] lower bound: 0 upperbound 180 current bound: 90 best value:180
0.00/0.82	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.82	c write failed with 2
0.00/0.82	c [INC SYSTEM] create new solver instance
0.00/0.82	c [INC] encode full formula
0.00/0.82	c (debug) using card networks
0.00/0.82	c old isEQ: 16, new EQ is 0
0.00/0.83	c set iterative enc to: card
0.00/0.83	c set iterative enc to: none
0.00/0.83	c [INC SEARCH] isOptimum variable: 0
1402.82/1403.19	c [INC SEARCH] formula is UNSAT
1402.82/1403.19	c [INC SYSTEM] there exists a inc, kill it!
1402.82/1403.19	c write failed with 2
1402.82/1403.19	c sat variable: 0 optimum/unsat variable: 1
1402.82/1403.19	c [INC SEARCH] set lower bound to 91 upperbound 180
1402.82/1403.19	c [INC SEARCH] current bound: 135
1402.82/1403.19	c [INC SEARCH] iteration: 1
1402.82/1403.19	c [INC SEARCH] lower bound: 91 upperbound 180 current bound: 135 best value:180
1402.82/1403.19	c [INC SYSTEM] create new solver instance
1402.82/1403.19	c [INC] encode full formula
1402.82/1403.19	c (debug) using card networks
1402.82/1403.19	c old isEQ: 0, new EQ is 0
1402.82/1403.19	c set iterative enc to: card
1402.82/1403.19	c set iterative enc to: none
1402.93/1403.20	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.40	c an unexpexted return value has been received, exit
1800.05/1800.40	s UNKNOWN
1800.05/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.05/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-3749291-1339131221/watcher-3749291-1339131221 -o /tmp/evaluation-result-3749291-1339131221/solver-3749291-1339131221 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749291-1339131221.opb 976240017 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.00 2.00 2.00 3/178 32268
/proc/meminfo: memFree=30887412/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (runsolver) D 32266 32268 28222 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 379249334 12095488 50 33554432000 4194304 5436572 140737479494272 140737479490568 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/32268/statm: 2953 50 31 304 0 2645 0

[startup+0.0399941 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32268
/proc/meminfo: memFree=30887412/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100317 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32268
/proc/meminfo: memFree=30887412/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32268
/proc/meminfo: memFree=30887412/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32268
/proc/meminfo: memFree=30887412/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 32277
/proc/meminfo: memFree=30867508/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=17944 CPUtime=0.65 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 3444 0 0 0 65 0 0 0 20 0 1 0 379249418 18374656 3661 33554432000 4194304 5654031 140733200013936 140733200001752 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 4486 3661 140 357 0 4126 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34256

[startup+3.10033 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 32277
/proc/meminfo: memFree=30862436/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=16800 CPUtime=2.25 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 4269 0 0 0 225 0 0 0 20 0 1 0 379249418 17203200 3463 33554432000 4194304 5654031 140733200013936 140733200001752 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 4200 3463 141 357 0 3840 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 33112

[startup+6.30035 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 32277
/proc/meminfo: memFree=30859272/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=21740 CPUtime=5.45 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 5420 0 0 0 545 0 0 0 20 0 1 0 379249418 22261760 4558 33554432000 4194304 5654031 140733200013936 140733200001752 4208663 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 5435 4558 141 357 0 5075 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38052

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 32277
/proc/meminfo: memFree=30845840/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=28812 CPUtime=11.85 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 6384 0 0 0 1185 0 0 0 20 0 1 0 379249418 29503488 5586 33554432000 4194304 5654031 140733200013936 140733200001752 4232581 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 7203 5586 141 357 0 6843 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 45124

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 32278
/proc/meminfo: memFree=30829608/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=33232 CPUtime=24.65 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 6502 0 0 0 2464 1 0 0 20 0 1 0 379249418 34029568 7227 33554432000 4194304 5654031 140733200013936 140733200001752 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 8308 7227 141 357 0 7948 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 49544

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 32278
/proc/meminfo: memFree=30858084/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=59892 CPUtime=50.24 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 8185 0 0 0 5023 1 0 0 20 0 1 0 379249418 61329408 11217 33554432000 4194304 5654031 140733200013936 140733200001752 4233236 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 14973 11217 141 357 0 14613 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 76204

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/181 32278
/proc/meminfo: memFree=30855652/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=59892 CPUtime=101.44 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 8191 0 0 0 10143 1 0 0 20 0 1 0 379249418 61329408 14289 33554432000 4194304 5654031 140733200013936 140733200001752 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 14973 14289 141 357 0 14613 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76204

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 32278
/proc/meminfo: memFree=30778336/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=78748 CPUtime=161.42 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 8381 0 0 0 16140 2 0 0 20 0 1 0 379249418 80637952 19010 33554432000 4194304 5654031 140733200013936 140733200001752 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 19687 19010 141 357 0 19327 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 95060

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 32278
/proc/meminfo: memFree=30792044/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=91500 CPUtime=221.41 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 8802 0 0 0 22139 2 0 0 20 0 1 0 379249418 93696000 20450 33554432000 4194304 5654031 140733200013936 140733200001752 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 22875 20450 141 357 0 22515 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 107812

[startup+282.3 s]

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

/proc/meminfo: memFree=30808376/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=190856 CPUtime=1241.25 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 19180 0 0 0 124100 25 0 0 20 0 1 0 379249418 195436544 38639 33554432000 4194304 5654031 140733200013936 140733200001752 4232755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 47714 38639 141 357 0 47354 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 207168

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32358
/proc/meminfo: memFree=30810196/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=190856 CPUtime=1301.24 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 20016 0 0 0 130098 26 0 0 20 0 1 0 379249418 195436544 38127 33554432000 4194304 5654031 140733200013936 140733200001752 4232788 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 47714 38127 141 357 0 47354 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 207168

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32358
/proc/meminfo: memFree=30809804/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=0.81 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4782 13270 0 0 11 12 47 11 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32277] ppid=32270 vsize=160036 CPUtime=1361.22 cores=0,2,4,6
/proc/32277/stat : 32277 (glucosInc) R 32270 32268 28222 0 -1 4202496 20346 0 0 0 136094 28 0 0 20 0 1 0 379249418 163876864 38140 33554432000 4194304 5654031 140733200013936 140733200001752 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 40009 38140 141 357 0 39649 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 176348

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32360
/proc/meminfo: memFree=30878836/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=33148 CPUtime=19.08 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 6126 0 0 0 1906 2 0 0 20 0 1 0 379389655 33943552 7359 33554432000 4194304 5654031 140737154361776 140737154349592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 8287 7359 141 357 0 7927 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 49460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32360
/proc/meminfo: memFree=30859996/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=78928 CPUtime=79.07 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 10506 0 0 0 7903 4 0 0 20 0 1 0 379389655 80822272 12926 33554432000 4194304 5654031 140737154361776 140737154349592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 19732 12926 141 357 0 19372 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 95240

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32360
/proc/meminfo: memFree=30838608/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=78928 CPUtime=139.05 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 10524 0 0 0 13901 4 0 0 20 0 1 0 379389655 80822272 19070 33554432000 4194304 5654031 140737154361776 140737154349592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 19732 19070 141 357 0 19372 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 95240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32366
/proc/meminfo: memFree=30910432/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=128248 CPUtime=199.04 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 12037 0 0 0 19898 6 0 0 20 0 1 0 379389655 131325952 27239 33554432000 4194304 5654031 140737154361776 140737154349592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 32062 27239 141 357 0 31702 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 144560

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 32366
/proc/meminfo: memFree=30871700/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=128248 CPUtime=259.04 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 13059 0 0 0 25896 8 0 0 20 0 1 0 379389655 131325952 30823 33554432000 4194304 5654031 140737154361776 140737154349592 4215104 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 32062 30823 141 357 0 31702 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 144560

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 32366
/proc/meminfo: memFree=30880448/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=128396 CPUtime=319.03 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 14185 0 0 0 31893 10 0 0 20 0 1 0 379389655 131477504 29835 33554432000 4194304 5654031 140737154361776 140737154349592 4232398 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 32099 29835 141 357 0 31739 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 144708

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 32366
/proc/meminfo: memFree=30899784/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=79816 CPUtime=379.01 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 15026 0 0 0 37889 12 0 0 20 0 1 0 379389655 81731584 19292 33554432000 4194304 5654031 140737154361776 140737154349592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 19954 19292 141 357 0 19594 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 96128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 32366
/proc/meminfo: memFree=30851192/32873648 swapFree=7376/7376
[pid=32268] ppid=32266 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (npSolver-pbo-I.) S 32266 32268 28222 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379249334 9367552 275 33554432000 4194304 5064252 140734258518192 140734258517104 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32268/statm: 2287 275 233 213 0 72 0
[pid=32270] ppid=32268 vsize=7164 CPUtime=1402.93 cores=0,2,4,6
/proc/32270/stat : 32270 (npSolver-pbo) S 32268 32268 28222 0 -1 4202496 4994 35243 0 0 11 12 140229 41 20 0 1 0 379249335 7335936 1434 33554432000 4194304 6004724 140736754297072 140736754281992 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32270/statm: 1791 1434 177 442 0 1345 0
[pid=32360] ppid=32270 vsize=129136 CPUtime=397.12 cores=0,2,4,6
/proc/32360/stat : 32360 (glucosInc) R 32270 32268 28222 0 -1 4202496 15537 0 0 0 39699 13 0 0 20 0 1 0 379389655 132235264 31556 33554432000 4194304 5654031 140737154361776 140737154349592 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32360/statm: 32284 31556 141 357 0 31924 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 145448

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.09
CPU user time (s): 1799.41
CPU system time (s): 0.677896
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 207168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.677896
maximum resident set size= 166844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56155
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152
involuntary context switches= 1933

runsolver used 2.71359 second user time and 7.11792 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-08 06:53:41
IDJOB=3749291
IDBENCH=48238
IDSOLVER=2333
FILE ID=node112/3749291-1339131221
RUNJOBID= node112-1339112634-30529
PBS_JOBID= 14643741
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=976240017

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30887420 kB
Buffers:          131976 kB
Cached:           839924 kB
SwapCached:         2092 kB
Active:           534976 kB
Inactive:         641816 kB
Active(anon):     203672 kB
Inactive(anon):     3144 kB
Active(file):     331304 kB
Inactive(file):   638672 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099380 kB
Dirty:              8152 kB
Writeback:             0 kB
AnonPages:        236656 kB
Mapped:            10072 kB
Shmem:                 0 kB
Slab:             670648 kB
SReclaimable:     114692 kB
SUnreclaim:       555956 kB
KernelStack:        1504 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     371848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71144 MiB
End job on node112 at 2012-06-08 07:23:41