Trace number 3456659

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
Sat4j CuttingPlanes 2.3.0? (TO) 1800.21 1796.69

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
MD5SUM44d5a0b71f17bc4fff0f0dd8401b346c
Bench CategoryOPT-BIGINT (optimisation, big integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
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.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-3456659-1307223142.opb
0.12/0.10	c reading problem ... 
0.70/0.50	c ... done. Wall clock time 0.391s.
0.70/0.50	c #vars     5251
0.70/0.50	c #constraints  16577
0.70/0.50	c constraints type 
0.70/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10200
0.70/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5100
0.70/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1796.53	c starts		: 1
1800.02/1796.53	c conflicts		: 549
1800.02/1796.53	c decisions		: 91113
1800.02/1796.53	c propagations		: 568382
1800.02/1796.53	c inspects		: 98868317
1800.02/1796.53	c shortcuts		: 0
1800.02/1796.53	c learnt literals	: 0
1800.02/1796.53	c learnt binary clauses	: 0
1800.02/1796.53	c learnt ternary clauses	: 0
1800.02/1796.53	c learnt constraints	: 548
1800.02/1796.53	c ignored constraints	: 0
1800.02/1796.53	c root simplifications	: 0
1800.02/1796.53	c removed literals (reason simplification)	: 0
1800.02/1796.53	c reason swapping (by a shorter reason)	: 0
1800.02/1796.53	c Calls to reduceDB	: 0
1800.02/1796.53	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.53	c number of learned constraints concerned by reduction	: 0
1800.02/1796.53	c number of learning phase by resolution	: 0
1800.02/1796.53	c number of learning phase by cutting planes	: 0
1800.02/1796.53	c speed (assignments/second)	: 316.4657605941994
1800.02/1796.53	c non guided choices	2
1800.02/1796.53	c learnt constraints type 
1800.02/1796.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
1800.02/1796.53	c constraints type 
1800.02/1796.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10200
1800.02/1796.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5100
1800.02/1796.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1796.53	s UNKNOWN
1800.02/1796.53	c Total wall clock time (in seconds): 1796.422

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-3456659-1307223142/watcher-3456659-1307223142 -o /tmp/evaluation-result-3456659-1307223142/solver-3456659-1307223142 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456659-1307223142.opb 

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.15 2.08 2.01 2/593 6581
/proc/meminfo: memFree=19476812/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=35820 CPUtime=0 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 1348 0 1 0 0 0 0 0 25 0 2 0 833911897 36679680 1050 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 8955 1055 818 9 0 386 0
[pid=6581/tid=6582] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 8832 0 1 0 0 0 0 0 25 0 10 0 833911897 10704752640 9656 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 47984380064426 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9656 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9659 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9660 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9661 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9666 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9671 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10453860 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) R 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 833911899 10704752640 9675 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0824209 s]
/proc/loadavg: 2.15 2.08 2.01 2/593 6581
/proc/meminfo: memFree=19476812/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10474048 CPUtime=0.07 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 12223 0 1 0 6 1 0 0 25 0 18 0 833911897 10725425152 11919 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2618512 11939 1881 9 0 2609246 0
[pid=6581/tid=6582] ppid=6579 vsize=10474048 CPUtime=0.07 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 10920 0 1 0 6 1 0 0 25 0 18 0 833911897 10725425152 11942 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699504607 0 2147483391 0 16800975 0 0 0 -1 6 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11948 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11950 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11952 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11960 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11972 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11973 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11975 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10474048 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10725425152 11975 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10474048

[startup+0.108704 s]
/proc/loadavg: 2.15 2.08 2.01 2/593 6581
/proc/meminfo: memFree=19476812/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10540608 CPUtime=0.12 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 13126 0 1 0 10 2 0 0 25 0 18 0 833911897 10793582592 12822 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2635152 12822 2124 9 0 2625886 0
[pid=6581/tid=6582] ppid=6579 vsize=10540608 CPUtime=0.09 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 11289 0 1 0 8 1 0 0 18 0 18 0 833911897 10793582592 12822 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699502027 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12823 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12826 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12827 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12837 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12837 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12837 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12837 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10540608 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10793582592 12838 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540608

[startup+0.300622 s]
/proc/loadavg: 2.15 2.08 2.01 2/593 6581
/proc/meminfo: memFree=19476812/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10543680 CPUtime=0.49 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 15846 0 1 0 47 2 0 0 25 0 18 0 833911897 10796728320 15537 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2635920 15538 2203 9 0 2626654 0
[pid=6581/tid=6582] ppid=6579 vsize=10543680 CPUtime=0.28 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 13103 0 1 0 27 1 0 0 18 0 18 0 833911897 10796728320 15539 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 46912505543590 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15539 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15540 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15540 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15541 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15541 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15542 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15542 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833911899 10796728320 15543 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10543680

[startup+0.700557 s]
/proc/loadavg: 2.15 2.08 2.01 2/593 6581
/proc/meminfo: memFree=19476812/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10548804 CPUtime=1.39 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 27260 0 1 0 135 4 0 0 25 0 19 0 833911897 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2637201 25579 2231 9 0 2627935 0
[pid=6581/tid=6582] ppid=6579 vsize=10548804 CPUtime=0.68 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 21159 0 1 0 65 3 0 0 19 0 19 0 833911897 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 47984381374314 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 25579 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10548804

[startup+1.50144 s]
/proc/loadavg: 2.15 2.08 2.01 3/612 6600
/proc/meminfo: memFree=19317516/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10548804 CPUtime=2.43 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 80892 0 1 0 232 11 0 0 25 0 19 0 833911897 10801975296 78490 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2637201 78499 2232 9 0 2627935 0
[pid=6581/tid=6582] ppid=6579 vsize=10548804 CPUtime=1.48 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 73796 0 1 0 139 9 0 0 20 0 19 0 833911897 10801975296 78503 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 46912505893519 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78509 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78515 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78520 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78526 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78532 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78537 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78542 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911899 10801975296 78548 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6592] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6592/stat : 6592 (java) S 6579 6581 5603 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 833911900 10801975296 78554 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 0 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6593] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6593/stat : 6593 (java) S 6579 6581 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833911901 10801975296 78560 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6594] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6594/stat : 6594 (java) S 6579 6581 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833911901 10801975296 78564 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6595] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6595/stat : 6595 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10801975296 78570 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699498929 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6596] ppid=6579 vsize=10548804 CPUtime=0.49 cores=0,2,4,6
/proc/6581/task/6596/stat : 6596 (java) S 6579 6581 5603 0 -1 4202560 3419 0 0 0 48 1 0 0 15 0 19 0 833911903 10801975296 78576 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6597] ppid=6579 vsize=10548804 CPUtime=0.44 cores=0,2,4,6
/proc/6581/task/6597/stat : 6597 (java) S 6579 6581 5603 0 -1 4202560 2530 0 0 0 44 0 0 0 21 0 19 0 833911903 10801975296 78577 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6598] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6598/stat : 6598 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10801975296 78577 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6599] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6599/stat : 6599 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833911903 10801975296 78577 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6600] ppid=6579 vsize=10548804 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6600/stat : 6600 (java) S 6579 6581 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833911948 10801975296 78577 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 10548804

[startup+3.10117 s]

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

/proc/6581/task/6594/stat : 6594 (java) S 6579 6581 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833911901 10804072448 944665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6595] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6595/stat : 6595 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 944665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699498929 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6596] ppid=6579 vsize=10550852 CPUtime=0.77 cores=0,2,4,6
/proc/6581/task/6596/stat : 6596 (java) S 6579 6581 5603 0 -1 4202560 3941 0 0 0 76 1 0 0 15 0 19 0 833911903 10804072448 944665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6597] ppid=6579 vsize=10550852 CPUtime=0.74 cores=0,2,4,6
/proc/6581/task/6597/stat : 6597 (java) S 6579 6581 5603 0 -1 4202560 8049 0 0 0 72 2 0 0 15 0 19 0 833911903 10804072448 944665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6598] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6598/stat : 6598 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 944665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6599] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6599/stat : 6599 (java) S 6579 6581 5603 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 833911903 10804072448 944665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6600] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6600/stat : 6600 (java) S 6579 6581 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833911948 10804072448 944665 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1665.54
Current children cumulated vsize (KiB) 10550852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 5/612 6703
/proc/meminfo: memFree=15555528/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10550852 CPUtime=1725.7 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 959902 0 1 0 172453 117 0 0 25 0 19 0 833911897 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2637713 948819 2251 9 0 2628447 0
[pid=6581/tid=6582] ppid=6579 vsize=10550852 CPUtime=1721.01 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 851072 0 1 0 172006 95 0 0 25 0 19 0 833911897 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 46912505767138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10550852 CPUtime=0.36 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 13188 0 0 0 35 1 0 0 15 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 0 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10550852 CPUtime=0.41 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 10465 0 0 0 40 1 0 0 15 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 0 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10550852 CPUtime=0.37 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 11119 0 0 0 35 2 0 0 15 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10550852 CPUtime=0.37 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 13126 0 0 0 36 1 0 0 16 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10550852 CPUtime=0.37 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 12682 0 0 0 36 1 0 0 15 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10550852 CPUtime=0.36 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 11081 0 0 0 34 2 0 0 16 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10550852 CPUtime=0.33 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 8282 0 0 0 32 1 0 0 16 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 0 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10550852 CPUtime=0.45 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 15540 0 0 0 43 2 0 0 16 0 19 0 833911899 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6592] ppid=6579 vsize=10550852 CPUtime=0.03 cores=0,2,4,6
/proc/6581/task/6592/stat : 6592 (java) S 6579 6581 5603 0 -1 4202560 106 0 0 0 2 1 0 0 15 0 19 0 833911900 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 0 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6593] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6593/stat : 6593 (java) S 6579 6581 5603 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833911901 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6594] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6594/stat : 6594 (java) S 6579 6581 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833911901 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6595] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6595/stat : 6595 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699498929 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6596] ppid=6579 vsize=10550852 CPUtime=0.77 cores=0,2,4,6
/proc/6581/task/6596/stat : 6596 (java) S 6579 6581 5603 0 -1 4202560 3941 0 0 0 76 1 0 0 15 0 19 0 833911903 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6597] ppid=6579 vsize=10550852 CPUtime=0.74 cores=0,2,4,6
/proc/6581/task/6597/stat : 6597 (java) S 6579 6581 5603 0 -1 4202560 8049 0 0 0 72 2 0 0 15 0 19 0 833911903 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6598] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6598/stat : 6598 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6599] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6599/stat : 6599 (java) S 6579 6581 5603 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833911903 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6600] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6600/stat : 6600 (java) S 6579 6581 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833911948 10804072448 948819 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1725.7
Current children cumulated vsize (KiB) 10550852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 5/612 6705
/proc/meminfo: memFree=15528992/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10550852 CPUtime=1785.79 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 961581 0 1 0 178462 117 0 0 25 0 19 0 833911897 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2637713 950444 2251 9 0 2628447 0
[pid=6581/tid=6582] ppid=6579 vsize=10550852 CPUtime=1780.95 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 851079 0 1 0 178000 95 0 0 25 0 19 0 833911897 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 46912505886255 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10550852 CPUtime=0.37 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 13212 0 0 0 36 1 0 0 15 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 0 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10550852 CPUtime=0.42 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 10878 0 0 0 41 1 0 0 15 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10550852 CPUtime=0.39 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 11501 0 0 0 37 2 0 0 16 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10550852 CPUtime=0.39 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 13416 0 0 0 38 1 0 0 16 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 0 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10550852 CPUtime=0.4 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 12850 0 0 0 39 1 0 0 15 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10550852 CPUtime=0.4 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 11407 0 0 0 38 2 0 0 16 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10550852 CPUtime=0.34 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 8318 0 0 0 33 1 0 0 16 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10550852 CPUtime=0.46 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 15565 0 0 0 44 2 0 0 15 0 19 0 833911899 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6592] ppid=6579 vsize=10550852 CPUtime=0.03 cores=0,2,4,6
/proc/6581/task/6592/stat : 6592 (java) S 6579 6581 5603 0 -1 4202560 110 0 0 0 2 1 0 0 15 0 19 0 833911900 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 0 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6593] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6593/stat : 6593 (java) S 6579 6581 5603 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833911901 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6594] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6594/stat : 6594 (java) S 6579 6581 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833911901 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6595] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6595/stat : 6595 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699498929 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6596] ppid=6579 vsize=10550852 CPUtime=0.77 cores=0,2,4,6
/proc/6581/task/6596/stat : 6596 (java) S 6579 6581 5603 0 -1 4202560 3941 0 0 0 76 1 0 0 15 0 19 0 833911903 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6597] ppid=6579 vsize=10550852 CPUtime=0.74 cores=0,2,4,6
/proc/6581/task/6597/stat : 6597 (java) S 6579 6581 5603 0 -1 4202560 8049 0 0 0 72 2 0 0 15 0 19 0 833911903 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6598] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6598/stat : 6598 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6599] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6599/stat : 6599 (java) S 6579 6581 5603 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833911903 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6600] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6600/stat : 6600 (java) S 6579 6581 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833911948 10804072448 950444 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1785.79
Current children cumulated vsize (KiB) 10550852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/612 6705
/proc/meminfo: memFree=15525760/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=10550852 CPUtime=1800.02 cores=0,2,4,6
/proc/6581/stat : 6581 (java) S 6579 6581 5603 0 -1 4202496 961598 0 1 0 179885 117 0 0 25 0 19 0 833911897 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 2637713 950458 2251 9 0 2628447 0
[pid=6581/tid=6582] ppid=6579 vsize=10550852 CPUtime=1795.16 cores=0,2,4,6
/proc/6581/task/6582/stat : 6582 (java) R 6579 6581 5603 0 -1 4202560 851082 0 1 0 179421 95 0 0 25 0 19 0 833911897 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 46912505893735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6581/tid=6583] ppid=6579 vsize=10550852 CPUtime=0.37 cores=0,2,4,6
/proc/6581/task/6583/stat : 6583 (java) S 6579 6581 5603 0 -1 4202560 13213 0 0 0 36 1 0 0 15 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 0 0 0 0
[pid=6581/tid=6584] ppid=6579 vsize=10550852 CPUtime=0.42 cores=0,2,4,6
/proc/6581/task/6584/stat : 6584 (java) S 6579 6581 5603 0 -1 4202560 10880 0 0 0 41 1 0 0 15 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6585] ppid=6579 vsize=10550852 CPUtime=0.4 cores=0,2,4,6
/proc/6581/task/6585/stat : 6585 (java) S 6579 6581 5603 0 -1 4202560 11503 0 0 0 38 2 0 0 16 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6586] ppid=6579 vsize=10550852 CPUtime=0.4 cores=0,2,4,6
/proc/6581/task/6586/stat : 6586 (java) S 6579 6581 5603 0 -1 4202560 13416 0 0 0 39 1 0 0 16 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 0 0 0 0
[pid=6581/tid=6587] ppid=6579 vsize=10550852 CPUtime=0.4 cores=0,2,4,6
/proc/6581/task/6587/stat : 6587 (java) S 6579 6581 5603 0 -1 4202560 12858 0 0 0 39 1 0 0 15 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6588] ppid=6579 vsize=10550852 CPUtime=0.41 cores=0,2,4,6
/proc/6581/task/6588/stat : 6588 (java) S 6579 6581 5603 0 -1 4202560 11407 0 0 0 39 2 0 0 16 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6589] ppid=6579 vsize=10550852 CPUtime=0.34 cores=0,2,4,6
/proc/6581/task/6589/stat : 6589 (java) S 6579 6581 5603 0 -1 4202560 8319 0 0 0 33 1 0 0 15 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6590] ppid=6579 vsize=10550852 CPUtime=0.47 cores=0,2,4,6
/proc/6581/task/6590/stat : 6590 (java) S 6579 6581 5603 0 -1 4202560 15565 0 0 0 45 2 0 0 16 0 19 0 833911899 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6592] ppid=6579 vsize=10550852 CPUtime=0.03 cores=0,2,4,6
/proc/6581/task/6592/stat : 6592 (java) S 6579 6581 5603 0 -1 4202560 110 0 0 0 2 1 0 0 15 0 19 0 833911900 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 0 0 16800975 18446604449467405632 0 0 -1 4 0 0 0
[pid=6581/tid=6593] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6593/stat : 6593 (java) S 6579 6581 5603 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833911901 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6594] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6594/stat : 6594 (java) S 6579 6581 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833911901 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6595] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6595/stat : 6595 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699498929 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6596] ppid=6579 vsize=10550852 CPUtime=0.77 cores=0,2,4,6
/proc/6581/task/6596/stat : 6596 (java) S 6579 6581 5603 0 -1 4202560 3941 0 0 0 76 1 0 0 15 0 19 0 833911903 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 2 0 0 0
[pid=6581/tid=6597] ppid=6579 vsize=10550852 CPUtime=0.74 cores=0,2,4,6
/proc/6581/task/6597/stat : 6597 (java) S 6579 6581 5603 0 -1 4202560 8049 0 0 0 72 2 0 0 15 0 19 0 833911903 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6598] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6598/stat : 6598 (java) S 6579 6581 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833911903 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491225 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6599] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6599/stat : 6599 (java) S 6579 6581 5603 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833911903 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
[pid=6581/tid=6600] ppid=6579 vsize=10550852 CPUtime=0 cores=0,2,4,6
/proc/6581/task/6600/stat : 6600 (java) S 6579 6581 5603 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833911948 10804072448 950458 33554432000 1073741824 1073778376 140733982997472 18446744073709551615 212699491840 0 4 0 16800975 18446604449467405632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10550852

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

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

[startup+1796.63 s]
/proc/loadavg: 2.00 2.03 2.00 3/612 6705
/proc/meminfo: memFree=15525760/32951124 swapFree=58940260/67111528
[pid=6581] ppid=6579 vsize=0 CPUtime=1800.15 cores=0,2,4,6
/proc/6581/stat : 6581 (java) Z 6579 6581 5603 0 -1 4203548 961627 0 1 0 179888 127 0 0 17 0 2 0 833911897 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6581/statm: 0 0 0 0 0 0 0
[pid=6581/tid=6600] ppid=6579 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/6581/task/6600/stat : 6600 (java) R 6579 6581 5603 0 -1 4203588 7 0 0 0 0 9 0 0 18 0 2 0 833911948 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.69
CPU time (s): 1800.21
CPU user time (s): 1798.88
CPU system time (s): 1.3298
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 10550852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.3298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 961627
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= 41390
involuntary context switches= 30500

runsolver used 11.2993 second user time and 24.1863 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 23:32:22
IDJOB=3456659
IDBENCH=3043
IDSOLVER=1951
FILE ID=node139/3456659-1307223142
RUNJOBID= node139-1307215866-5621
PBS_JOBID= 13509085
Free space on /tmp= 73472 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456659-1307223142/watcher-3456659-1307223142 -o /tmp/evaluation-result-3456659-1307223142/solver-3456659-1307223142 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456659-1307223142.opb

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

MD5SUM BENCH= 44d5a0b71f17bc4fff0f0dd8401b346c
RANDOM SEED=960084231

node139.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.852
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.70
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.75
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19476844 kB
Buffers:        291532 kB
Cached:         664644 kB
SwapCached:       3628 kB
Active:       12626148 kB
Inactive:       536724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19476844 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:            1084 kB
Writeback:           0 kB
AnonPages:    12205740 kB
Mapped:          41264 kB
Slab:           154160 kB
PageTables:      86684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181256628 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= 73468 MiB
End job on node139 at 2011-06-05 00:02:20