Trace number 3479375

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.29 1788.72

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3479375-1307450401.opb
0.10/0.11	c reading problem ... 
53.83/42.81	c ... done. Wall clock time 42.702s.
53.83/42.81	c #vars     2277736
53.83/42.81	c #constraints  2354
53.83/42.81	c constraints type 
53.83/42.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1177
53.83/42.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1177
1800.07/1788.52	c starts		: 10
1800.07/1788.52	c conflicts		: 1558
1800.07/1788.52	c decisions		: 24238068
1800.07/1788.52	c propagations		: 29695797
1800.07/1788.52	c inspects		: 203340
1800.07/1788.52	c shortcuts		: 0
1800.07/1788.52	c learnt literals	: 0
1800.07/1788.52	c learnt binary clauses	: 0
1800.07/1788.52	c learnt ternary clauses	: 0
1800.07/1788.52	c learnt constraints	: 1557
1800.07/1788.52	c ignored constraints	: 0
1800.07/1788.52	c root simplifications	: 0
1800.07/1788.52	c removed literals (reason simplification)	: 3903
1800.07/1788.52	c reason swapping (by a shorter reason)	: 0
1800.07/1788.52	c Calls to reduceDB	: 0
1800.07/1788.52	c number of reductions to clauses (during analyze)	: 0
1800.07/1788.52	c number of learned constraints concerned by reduction	: 0
1800.07/1788.52	c number of learning phase by resolution	: 0
1800.07/1788.52	c number of learning phase by cutting planes	: 0
1800.07/1788.52	c speed (assignments/second)	: 17010.815139591487
1800.07/1788.52	c non guided choices	0
1800.07/1788.52	c learnt constraints type 
1800.07/1788.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1557
1800.07/1788.52	c constraints type 
1800.07/1788.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1177
1800.07/1788.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1177
1800.07/1788.52	s UNKNOWN
1800.07/1788.52	c Total wall clock time (in seconds): 1788.411

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3479375-1307450401/watcher-3479375-1307450401 -o /tmp/evaluation-result-3479375-1307450401/solver-3479375-1307450401 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3479375-1307450401.opb 

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.04 2.04 2.00 2/473 19512
/proc/meminfo: memFree=22184652/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 4603 0 1 0 0 0 0 0 22 0 2 0 837457151 13850947584 4305 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3381579 4318 917 9 0 3372735 0
[pid=19512/tid=19513] ppid=19510 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 6479 0 1 0 0 0 0 0 24 0 2 0 837457151 13850947584 7295 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.104174 s]
/proc/loadavg: 2.04 2.04 2.00 2/473 19512
/proc/meminfo: memFree=22184652/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13621932 CPUtime=0.1 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 15544 0 1 0 9 1 0 0 22 0 18 0 837457151 13948858368 15240 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3405483 15243 2093 9 0 3396217 0
[pid=19512/tid=19513] ppid=19510 vsize=13621932 CPUtime=0.08 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 13627 0 1 0 7 1 0 0 22 0 18 0 837457151 13948858368 15243 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912496197416 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621932

[startup+0.201156 s]
/proc/loadavg: 2.04 2.04 2.00 2/473 19512
/proc/meminfo: memFree=22184652/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13622928 CPUtime=0.27 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 29349 0 1 0 24 3 0 0 22 0 18 0 837457151 13949878272 29008 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3405732 29008 2175 9 0 3396466 0
[pid=19512/tid=19513] ppid=19510 vsize=13622928 CPUtime=0.18 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 26890 0 1 0 15 3 0 0 22 0 18 0 837457151 13949878272 29008 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13622928

[startup+0.301138 s]
/proc/loadavg: 2.04 2.04 2.00 2/473 19512
/proc/meminfo: memFree=22184652/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13623892 CPUtime=0.47 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 33355 0 1 0 43 4 0 0 22 0 18 0 837457151 13950865408 32575 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3405973 32577 2200 9 0 3396707 0
[pid=19512/tid=19513] ppid=19510 vsize=13623892 CPUtime=0.28 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 29774 0 1 0 25 3 0 0 22 0 18 0 837457151 13950865408 32578 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505605097 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13623892

[startup+0.701062 s]
/proc/loadavg: 2.04 2.04 2.00 2/473 19512
/proc/meminfo: memFree=22184652/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13623892 CPUtime=0.86 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 56178 0 1 0 80 6 0 0 22 0 18 0 837457151 13950865408 55398 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3405973 55401 2200 9 0 3396707 0
[pid=19512/tid=19513] ppid=19510 vsize=13623892 CPUtime=0.68 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 52598 0 1 0 62 6 0 0 24 0 18 0 837457151 13950865408 55402 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505583276 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13623892

[startup+1.50093 s]
/proc/loadavg: 2.04 2.04 2.00 3/491 19530
/proc/meminfo: memFree=21879728/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13623892 CPUtime=1.67 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 102005 0 1 0 155 12 0 0 22 0 18 0 837457151 13950865408 101225 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3405973 101228 2200 9 0 3396707 0
[pid=19512/tid=19513] ppid=19510 vsize=13623892 CPUtime=1.48 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 98425 0 1 0 136 12 0 0 25 0 18 0 837457151 13950865408 101229 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505584382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101230 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101232 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19517] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101233 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101234 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101236 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101237 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101239 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19522] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 101240 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 18265 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 837457154 13950865408 101242 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 18265 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 837457155 13950865408 101243 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19525] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 18265 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 837457155 13950865408 101243 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19526] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19526/stat : 19526 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 837457157 13950865408 101244 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19527] ppid=19510 vsize=13623892 CPUtime=0.08 cores=1,3,5,7
/proc/19512/task/19527/stat : 19527 (java) S 19510 19512 18265 0 -1 4202560 957 0 0 0 8 0 0 0 15 0 18 0 837457157 13950865408 101246 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19528] ppid=19510 vsize=13623892 CPUtime=0.09 cores=1,3,5,7
/proc/19512/task/19528/stat : 19528 (java) S 19510 19512 18265 0 -1 4202560 1476 0 0 0 9 0 0 0 21 0 18 0 837457157 13950865408 101247 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19529] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19529/stat : 19529 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 837457157 13950865408 101248 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19530] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19530/stat : 19530 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 837457157 13950865408 101250 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 13623892

[startup+3.10062 s]
/proc/loadavg: 2.04 2.04 2.00 3/491 19530
/proc/meminfo: memFree=21630860/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13623892 CPUtime=3.26 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 191472 0 1 0 303 23 0 0 22 0 18 0 837457151 13950865408 190692 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3405973 190695 2204 9 0 3396707 0
[pid=19512/tid=19513] ppid=19510 vsize=13623892 CPUtime=3.08 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 187888 0 1 0 285 23 0 0 25 0 18 0 837457151 13950865408 190696 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505584382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190697 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190698 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19517] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190700 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190701 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190702 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190704 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190705 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19522] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 13950865408 190706 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 18265 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 837457154 13950865408 190708 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 18265 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 837457155 13950865408 190709 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19525] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 18265 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 837457155 13950865408 190710 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19526] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19526/stat : 19526 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 837457157 13950865408 190712 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19527] ppid=19510 vsize=13623892 CPUtime=0.08 cores=1,3,5,7
/proc/19512/task/19527/stat : 19527 (java) S 19510 19512 18265 0 -1 4202560 961 0 0 0 8 0 0 0 15 0 18 0 837457157 13950865408 190713 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19528] ppid=19510 vsize=13623892 CPUtime=0.09 cores=1,3,5,7
/proc/19512/task/19528/stat : 19528 (java) S 19510 19512 18265 0 -1 4202560 1476 0 0 0 9 0 0 0 21 0 18 0 837457157 13950865408 190713 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19529] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19529/stat : 19529 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 837457157 13950865408 190714 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19530] ppid=19510 vsize=13623892 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19530/stat : 19530 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 837457157 13950865408 190716 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 13623892

[startup+6.30103 s]
/proc/loadavg: 2.04 2.04 2.00 3/491 19530
/proc/meminfo: memFree=20870044/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13689428 CPUtime=6.68 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 425611 0 1 0 618 50 0 0 22 0 18 0 837457151 14017974272 423902 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3422357 423931 2207 9 0 3413091 0
[pid=19512/tid=19513] ppid=19510 vsize=13689428 CPUtime=6.28 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 420248 0 1 0 579 49 0 0 18 0 18 0 837457151 14017974272 423945 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46941069241434 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 423963 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 423979 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19517] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 423995 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 424011 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 424027 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 424043 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 424060 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19522] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 837457153 14017974272 424075 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 18265 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 837457154 14017974272 424091 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 18265 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 837457155 14017974272 424107 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19525] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 18265 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 837457155 14017974272 424123 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19526] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19526/stat : 19526 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 837457157 14017974272 424138 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19527] ppid=19510 vsize=13689428 CPUtime=0.2 cores=1,3,5,7
/proc/19512/task/19527/stat : 19527 (java) S 19510 19512 18265 0 -1 4202560 2703 0 0 0 20 0 0 0 16 0 18 0 837457157 14017974272 424154 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19528] ppid=19510 vsize=13689428 CPUtime=0.18 cores=1,3,5,7
/proc/19512/task/19528/stat : 19528 (java) S 19510 19512 18265 0 -1 4202560 1552 0 0 0 18 0 0 0 16 0 18 0 837457157 14017974272 424170 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19529] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19529/stat : 19529 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 837457157 14017974272 424187 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19530] ppid=19510 vsize=13689428 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19530/stat : 19530 (java) S 19510 19512 18265 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 837457157 14017974272 424202 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0

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

[pid=19512/tid=19532] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19532/stat : 19532 (java) S 19510 19512 18265 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 837461498 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1673.85
Current children cumulated vsize (KiB) 13690848

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/492 19586
/proc/meminfo: memFree=16405460/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13690848 CPUtime=1733.86 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 1378736 0 1 0 173216 170 0 0 22 0 19 0 837457151 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3422712 1370957 2241 9 0 3413446 0
[pid=19512/tid=19513] ppid=19510 vsize=13690848 CPUtime=1718.62 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 845517 0 1 0 171759 103 0 0 25 0 19 0 837457151 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505887352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=13690848 CPUtime=2.08 cores=1,3,5,7
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 18265 0 -1 4202560 84842 0 0 0 198 10 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=13690848 CPUtime=2.02 cores=1,3,5,7
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 18265 0 -1 4202560 73632 0 0 0 193 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19517] ppid=19510 vsize=13690848 CPUtime=1.83 cores=1,3,5,7
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 18265 0 -1 4202560 55034 0 0 0 177 6 0 0 15 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=13690848 CPUtime=1.09 cores=1,3,5,7
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 18265 0 -1 4202560 31809 0 0 0 105 4 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=13690848 CPUtime=1.83 cores=1,3,5,7
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 18265 0 -1 4202560 67282 0 0 0 174 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=13690848 CPUtime=2.06 cores=1,3,5,7
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 18265 0 -1 4202560 83409 0 0 0 196 10 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=13690848 CPUtime=1.61 cores=1,3,5,7
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 18265 0 -1 4202560 57796 0 0 0 155 6 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19522] ppid=19510 vsize=13690848 CPUtime=1.71 cores=1,3,5,7
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 18265 0 -1 4202560 71473 0 0 0 162 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 18265 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 837457154 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 18265 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837457155 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19525] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 18265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 837457155 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19526] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19526/stat : 19526 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19527] ppid=19510 vsize=13690848 CPUtime=0.55 cores=1,3,5,7
/proc/19512/task/19527/stat : 19527 (java) S 19510 19512 18265 0 -1 4202560 5009 0 0 0 55 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19528] ppid=19510 vsize=13690848 CPUtime=0.34 cores=1,3,5,7
/proc/19512/task/19528/stat : 19528 (java) S 19510 19512 18265 0 -1 4202560 1666 0 0 0 34 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19529] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19529/stat : 19529 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19530] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19530/stat : 19530 (java) S 19510 19512 18265 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19532] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19532/stat : 19532 (java) S 19510 19512 18265 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 837461498 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1733.86
Current children cumulated vsize (KiB) 13690848

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/492 19588
/proc/meminfo: memFree=16405164/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13690848 CPUtime=1793.87 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 1378740 0 1 0 179217 170 0 0 22 0 19 0 837457151 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3422712 1370957 2241 9 0 3413446 0
[pid=19512/tid=19513] ppid=19510 vsize=13690848 CPUtime=1778.64 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 845517 0 1 0 177761 103 0 0 25 0 19 0 837457151 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505887361 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=13690848 CPUtime=2.08 cores=1,3,5,7
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 18265 0 -1 4202560 84842 0 0 0 198 10 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=13690848 CPUtime=2.02 cores=1,3,5,7
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 18265 0 -1 4202560 73632 0 0 0 193 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19517] ppid=19510 vsize=13690848 CPUtime=1.83 cores=1,3,5,7
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 18265 0 -1 4202560 55034 0 0 0 177 6 0 0 15 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=13690848 CPUtime=1.09 cores=1,3,5,7
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 18265 0 -1 4202560 31809 0 0 0 105 4 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=13690848 CPUtime=1.83 cores=1,3,5,7
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 18265 0 -1 4202560 67282 0 0 0 174 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=13690848 CPUtime=2.06 cores=1,3,5,7
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 18265 0 -1 4202560 83409 0 0 0 196 10 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=13690848 CPUtime=1.61 cores=1,3,5,7
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 18265 0 -1 4202560 57796 0 0 0 155 6 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19522] ppid=19510 vsize=13690848 CPUtime=1.71 cores=1,3,5,7
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 18265 0 -1 4202560 71473 0 0 0 162 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 18265 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 837457154 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 18265 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837457155 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19525] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 18265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 837457155 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19526] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19526/stat : 19526 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19527] ppid=19510 vsize=13690848 CPUtime=0.55 cores=1,3,5,7
/proc/19512/task/19527/stat : 19527 (java) S 19510 19512 18265 0 -1 4202560 5009 0 0 0 55 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19528] ppid=19510 vsize=13690848 CPUtime=0.34 cores=1,3,5,7
/proc/19512/task/19528/stat : 19528 (java) S 19510 19512 18265 0 -1 4202560 1666 0 0 0 34 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19529] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19529/stat : 19529 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19530] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19530/stat : 19530 (java) S 19510 19512 18265 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19532] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19532/stat : 19532 (java) S 19510 19512 18265 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 837461498 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1793.87
Current children cumulated vsize (KiB) 13690848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 2.00 2.02 2.00 2/472 19591
/proc/meminfo: memFree=18270160/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=13690848 CPUtime=1800.07 cores=1,3,5,7
/proc/19512/stat : 19512 (java) S 19510 19512 18265 0 -1 4202496 1378740 0 1 0 179837 170 0 0 22 0 19 0 837457151 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 3422712 1370957 2241 9 0 3413446 0
[pid=19512/tid=19513] ppid=19510 vsize=13690848 CPUtime=1784.84 cores=1,3,5,7
/proc/19512/task/19513/stat : 19513 (java) R 19510 19512 18265 0 -1 4202560 845517 0 1 0 178381 103 0 0 25 0 19 0 837457151 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 46912505887361 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19512/tid=19515] ppid=19510 vsize=13690848 CPUtime=2.08 cores=1,3,5,7
/proc/19512/task/19515/stat : 19515 (java) S 19510 19512 18265 0 -1 4202560 84842 0 0 0 198 10 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19516] ppid=19510 vsize=13690848 CPUtime=2.02 cores=1,3,5,7
/proc/19512/task/19516/stat : 19516 (java) S 19510 19512 18265 0 -1 4202560 73632 0 0 0 193 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19517] ppid=19510 vsize=13690848 CPUtime=1.83 cores=1,3,5,7
/proc/19512/task/19517/stat : 19517 (java) S 19510 19512 18265 0 -1 4202560 55034 0 0 0 177 6 0 0 15 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19518] ppid=19510 vsize=13690848 CPUtime=1.09 cores=1,3,5,7
/proc/19512/task/19518/stat : 19518 (java) S 19510 19512 18265 0 -1 4202560 31809 0 0 0 105 4 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19519] ppid=19510 vsize=13690848 CPUtime=1.83 cores=1,3,5,7
/proc/19512/task/19519/stat : 19519 (java) S 19510 19512 18265 0 -1 4202560 67282 0 0 0 174 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19520] ppid=19510 vsize=13690848 CPUtime=2.06 cores=1,3,5,7
/proc/19512/task/19520/stat : 19520 (java) S 19510 19512 18265 0 -1 4202560 83409 0 0 0 196 10 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19521] ppid=19510 vsize=13690848 CPUtime=1.61 cores=1,3,5,7
/proc/19512/task/19521/stat : 19521 (java) S 19510 19512 18265 0 -1 4202560 57796 0 0 0 155 6 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19522] ppid=19510 vsize=13690848 CPUtime=1.71 cores=1,3,5,7
/proc/19512/task/19522/stat : 19522 (java) S 19510 19512 18265 0 -1 4202560 71473 0 0 0 162 9 0 0 16 0 19 0 837457153 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19523] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19523/stat : 19523 (java) S 19510 19512 18265 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 837457154 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=19512/tid=19524] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19524/stat : 19524 (java) S 19510 19512 18265 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837457155 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19525] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19525/stat : 19525 (java) S 19510 19512 18265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 837457155 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19526] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19526/stat : 19526 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19527] ppid=19510 vsize=13690848 CPUtime=0.55 cores=1,3,5,7
/proc/19512/task/19527/stat : 19527 (java) S 19510 19512 18265 0 -1 4202560 5009 0 0 0 55 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19528] ppid=19510 vsize=13690848 CPUtime=0.34 cores=1,3,5,7
/proc/19512/task/19528/stat : 19528 (java) S 19510 19512 18265 0 -1 4202560 1666 0 0 0 34 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=19512/tid=19529] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19529/stat : 19529 (java) S 19510 19512 18265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=19512/tid=19530] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19530/stat : 19530 (java) S 19510 19512 18265 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 837457157 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=19512/tid=19532] ppid=19510 vsize=13690848 CPUtime=0 cores=1,3,5,7
/proc/19512/task/19532/stat : 19532 (java) S 19510 19512 18265 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 837461498 14019428352 1370957 33554432000 1073741824 1073778376 140735176775328 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13690848

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1788.62 s]
/proc/loadavg: 2.00 2.02 2.00 2/472 19591
/proc/meminfo: memFree=18270160/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/19512/stat : 19512 (java) Z 19510 19512 18265 0 -1 4203548 1378768 0 1 0 179839 180 0 0 17 0 2 0 837457151 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 0 0 0 0 0 0 0
[pid=19512/tid=19532] ppid=19510 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/19512/task/19532/stat : 19532 (java) R 19510 19512 18265 0 -1 4203588 7 0 0 0 0 9 0 0 18 0 2 0 837461498 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1788.7 s]
/proc/loadavg: 2.00 2.02 2.00 2/472 19591
/proc/meminfo: memFree=18270160/32951124 swapFree=60476376/67111528
[pid=19512] ppid=19510 vsize=0 CPUtime=1800.27 cores=1,3,5,7
/proc/19512/stat : 19512 (java) Z 19510 19512 18265 0 -1 4203548 1378768 0 1 0 179839 188 0 0 17 0 2 0 837457151 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19512/statm: 0 0 0 0 0 0 0
[pid=19512/tid=19532] ppid=19510 vsize=0 CPUtime=0.17 cores=1,3,5,7
/proc/19512/task/19532/stat : 19532 (java) R 19510 19512 18265 0 -1 4203588 7 0 0 0 0 17 0 0 18 0 2 0 837461498 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.72
CPU time (s): 1800.29
CPU user time (s): 1798.39
CPU system time (s): 1.90071
CPU usage (%): 100.647
Max. virtual memory (cumulated for all children) (KiB): 13697936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.90071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1378768
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36996
involuntary context switches= 6142

runsolver used 8.5567 second user time and 18.4492 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-07 14:40:12
IDJOB=3479375
IDBENCH=89900
IDSOLVER=1952
FILE ID=node147/3479375-1307450401
RUNJOBID= node147-1307450401-19475
PBS_JOBID= 13519941
Free space on /tmp= 73440 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu06-big.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479375-1307450401/watcher-3479375-1307450401 -o /tmp/evaluation-result-3479375-1307450401/solver-3479375-1307450401 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3479375-1307450401.opb

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=1221776344

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22184684 kB
Buffers:        363092 kB
Cached:        2224928 kB
SwapCached:      11188 kB
Active:        8799340 kB
Inactive:      1681452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22184684 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:          340912 kB
Writeback:           0 kB
AnonPages:     7890424 kB
Mapped:          30776 kB
Slab:           155820 kB
PageTables:      61704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134201444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73436 MiB
End job on node147 at 2011-06-07 15:10:03