Trace number 3710176

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 PB specific settings 2.3.2 snapshot? (TO) 1800.58 1792.23

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129.opb
MD5SUM66d5880a6e31a2306fb439f7c6328d4b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark6.27204
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
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 phase appearing in latest learned clause
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710176-1338157682.opb
0.10/0.11	c reading problem ... 
4.08/3.00	c ... done. Wall clock time 2.896s.
4.08/3.00	c declared #vars     106951
4.08/3.00	c #constraints  318782
4.08/3.00	c constraints type 
4.08/3.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
4.08/3.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
4.08/3.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.08/3.00	c 318782 constraints processed.
1800.01/1792.21	c starts		: 20
1800.01/1792.21	c conflicts		: 4183
1800.01/1792.21	c decisions		: 94674
1800.01/1792.21	c propagations		: 3851223
1800.01/1792.21	c inspects		: 16113983
1800.01/1792.21	c shortcuts		: 0
1800.01/1792.21	c learnt literals	: 0
1800.01/1792.21	c learnt binary clauses	: 0
1800.01/1792.21	c learnt ternary clauses	: 3
1800.01/1792.21	c learnt constraints	: 4183
1800.01/1792.21	c ignored constraints	: 0
1800.01/1792.21	c root simplifications	: 20
1800.01/1792.21	c removed literals (reason simplification)	: 105935879
1800.01/1792.21	c reason swapping (by a shorter reason)	: 0
1800.01/1792.21	c Calls to reduceDB	: 0
1800.01/1792.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1792.21	c number of learned constraints concerned by reduction	: 0
1800.01/1792.21	c number of learning phase by resolution	: 0
1800.01/1792.21	c number of learning phase by cutting planes	: 0
1800.01/1792.21	c speed (assignments/second)	: 2152.5463516712985
1800.01/1792.21	c non guided choices	78519
1800.01/1792.21	c learnt constraints type 
1800.01/1792.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4183
1800.01/1792.21	c constraints type 
1800.01/1792.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.01/1792.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.01/1792.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1792.21	c 318782 constraints processed.
1800.01/1792.21	s UNKNOWN
1800.01/1792.21	c Total wall clock time (in seconds): 1792.106

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710176-1338157682/watcher-3710176-1338157682 -o /tmp/evaluation-result-3710176-1338157682/solver-3710176-1338157682 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710176-1338157682.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: 1.82 1.94 1.98 5/194 29781
/proc/meminfo: memFree=28841088/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 1165 0 0 0 0 0 0 0 20 0 2 0 281893188 91889664 885 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 22435 889 672 9 0 16770 0
[pid=29781/tid=29782] ppid=29779 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 281893188 91889664 894 33554432000 1073741824 1073778376 140735722370064 140735722359128 223642479911 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0839859 s]
/proc/loadavg: 1.82 1.94 1.98 5/194 29781
/proc/meminfo: memFree=28841088/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 4245 0 1 0 7 1 0 0 20 0 18 0 281893188 9787842560 5452 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2389610 5453 2113 9 0 2380296 0
[pid=29781/tid=29782] ppid=29779 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 2384 0 1 0 6 0 0 0 20 0 18 0 281893188 9787842560 5453 33554432000 1073741824 1073778376 140735722370064 140183449935952 140183320248872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100223 s]
/proc/loadavg: 1.82 1.94 1.98 5/194 29781
/proc/meminfo: memFree=28841088/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 4381 0 1 0 9 1 0 0 20 0 18 0 281893188 9787842560 6099 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2389610 6099 2138 9 0 2380296 0
[pid=29781/tid=29782] ppid=29779 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 2485 0 1 0 8 0 0 0 20 0 18 0 281893188 9787842560 6099 33554432000 1073741824 1073778376 140735722370064 140183449926456 140183440009250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300189 s]
/proc/loadavg: 1.82 1.94 1.98 5/194 29781
/proc/meminfo: memFree=28841088/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 5809 0 1 0 51 2 0 0 20 0 18 0 281893188 9787842560 9475 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2389610 9475 2225 9 0 2380296 0
[pid=29781/tid=29782] ppid=29779 vsize=9558440 CPUtime=0.28 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 2502 0 1 0 26 2 0 0 20 0 18 0 281893188 9787842560 9475 33554432000 1073741824 1073778376 140735722370064 140183449926984 223655027981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700194 s]
/proc/loadavg: 1.82 1.94 1.98 5/194 29781
/proc/meminfo: memFree=28841088/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9558440 CPUtime=1.17 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 7591 0 1 0 112 5 0 0 20 0 18 0 281893188 9787842560 41923 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2389610 41923 2253 9 0 2380296 0
[pid=29781/tid=29782] ppid=29779 vsize=9558440 CPUtime=0.65 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 2563 0 1 0 61 4 0 0 20 0 18 0 281893188 9787842560 41923 33554432000 1073741824 1073778376 140735722370064 140183449943888 140183320545481 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 1.82 1.94 1.98 3/212 29799
/proc/meminfo: memFree=28648552/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9558440 CPUtime=2.21 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 7913 0 1 0 207 14 0 0 20 0 18 0 281893188 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2389610 85595 2253 9 0 2380296 0
[pid=29781/tid=29782] ppid=29779 vsize=9558440 CPUtime=1.37 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 2622 0 1 0 131 6 0 0 20 0 18 0 281893188 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183449951656 140183320545348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29784] ppid=29779 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/29781/task/29784/stat : 29784 (java) S 29779 29781 29719 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183439014312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29785] ppid=29779 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/29781/task/29785/stat : 29785 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183292557864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29786] ppid=29779 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/29781/task/29786/stat : 29786 (java) S 29779 29781 29719 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183291504808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29787] ppid=29779 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/29781/task/29787/stat : 29787 (java) S 29779 29781 29719 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183290452264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29788] ppid=29779 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/29781/task/29788/stat : 29788 (java) S 29779 29781 29719 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183289400232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29789] ppid=29779 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/29781/task/29789/stat : 29789 (java) S 29779 29781 29719 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183288347688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29790] ppid=29779 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/29781/task/29790/stat : 29790 (java) S 29779 29781 29719 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183287294632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29791] ppid=29779 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/29781/task/29791/stat : 29791 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 281893189 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183286242088 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29792] ppid=29779 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29792/stat : 29792 (java) S 29779 29781 29719 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 281893190 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183274043752 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29793] ppid=29779 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29793/stat : 29793 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281893190 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183272990072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29794] ppid=29779 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29794/stat : 29794 (java) S 29779 29781 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 281893190 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183271936904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29795] ppid=29779 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29795/stat : 29795 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281893193 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183270885648 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29796] ppid=29779 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/29781/task/29796/stat : 29796 (java) S 29779 29781 29719 0 -1 4202560 2005 0 0 0 21 0 0 0 20 0 18 0 281893193 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183269833528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29797] ppid=29779 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/29781/task/29797/stat : 29797 (java) S 29779 29781 29719 0 -1 4202560 1731 0 0 0 18 0 0 0 20 0 18 0 281893193 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183268780984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29798] ppid=29779 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29798/stat : 29798 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281893193 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183267728120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29799] ppid=29779 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29799/stat : 29799 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281893193 9787842560 85595 33554432000 1073741824 1073778376 140735722370064 140183266675784 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 1.84 1.94 1.98 3/212 29799
/proc/meminfo: memFree=28362640/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9625004 CPUtime=4.33 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 8557 0 1 0 412 21 0 0 20 0 19 0 281893188 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2406251 99026 2267 9 0 2396937 0
[pid=29781/tid=29782] ppid=29779 vsize=9625004 CPUtime=2.9 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 2643 0 1 0 284 6 0 0 20 0 19 0 281893188 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183449952936 140183320873705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29784] ppid=29779 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/29781/task/29784/stat : 29784 (java) S 29779 29781 29719 0 -1 4202560 81 0 0 0 11 3 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183439014312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29785] ppid=29779 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29781/task/29785/stat : 29785 (java) S 29779 29781 29719 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183292557864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29786] ppid=29779 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29781/task/29786/stat : 29786 (java) S 29779 29781 29719 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183291504808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29787] ppid=29779 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/29781/task/29787/stat : 29787 (java) S 29779 29781 29719 0 -1 4202560 64 0 0 0 9 2 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183290452264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29788] ppid=29779 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/29781/task/29788/stat : 29788 (java) S 29779 29781 29719 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183289400232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29789] ppid=29779 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/29781/task/29789/stat : 29789 (java) S 29779 29781 29719 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183288347688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29790] ppid=29779 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29781/task/29790/stat : 29790 (java) S 29779 29781 29719 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183287294632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29791] ppid=29779 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/29781/task/29791/stat : 29791 (java) S 29779 29781 29719 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 19 0 281893189 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183286242088 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29792] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29792/stat : 29792 (java) S 29779 29781 29719 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183274043752 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29793] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29793/stat : 29793 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183272990072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29794] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29794/stat : 29794 (java) S 29779 29781 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183271936904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29795] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29795/stat : 29795 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183270885648 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29796] ppid=29779 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/29781/task/29796/stat : 29796 (java) S 29779 29781 29719 0 -1 4202560 2017 0 0 0 33 0 0 0 20 0 19 0 281893193 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183269833528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29797] ppid=29779 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/29781/task/29797/stat : 29797 (java) S 29779 29781 29719 0 -1 4202560 2167 0 0 0 37 0 0 0 20 0 19 0 281893193 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183268780984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29798] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29798/stat : 29798 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183267728120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29799] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29799/stat : 29799 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 99026 33554432000 1073741824 1073778376 140735722370064 140183266675784 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.84 1.94 1.98 3/213 29800
/proc/meminfo: memFree=27767304/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9625004 CPUtime=8.03 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 10614 0 1 0 765 38 0 0 20 0 19 0 281893188 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2406251 290724 2273 9 0 2396937 0
[pid=29781/tid=29782] ppid=29779 vsize=9625004 CPUtime=5.97 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 3454 0 1 0 580 17 0 0 20 0 19 0 281893188 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183449944408 140183321005319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29784] ppid=29779 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/29781/task/29784/stat : 29784 (java) S 29779 29781 29719 0 -1 4202560 104 0 0 0 16 4 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183439014312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29785] ppid=29779 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/29781/task/29785/stat : 29785 (java) S 29779 29781 29719 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183292557864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29786] ppid=29779 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/29781/task/29786/stat : 29786 (java) S 29779 29781 29719 0 -1 4202560 35 0 0 0 7 1 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183291504808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29787] ppid=29779 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29781/task/29787/stat : 29787 (java) S 29779 29781 29719 0 -1 4202560 91 0 0 0 14 3 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183290452264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29788] ppid=29779 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/29781/task/29788/stat : 29788 (java) S 29779 29781 29719 0 -1 4202560 56 0 0 0 9 2 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183289400232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29789] ppid=29779 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/29781/task/29789/stat : 29789 (java) S 29779 29781 29719 0 -1 4202560 51 0 0 0 10 3 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183288347688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29790] ppid=29779 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/29781/task/29790/stat : 29790 (java) S 29779 29781 29719 0 -1 4202560 76 0 0 0 10 2 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183287294632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29791] ppid=29779 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/29781/task/29791/stat : 29791 (java) S 29779 29781 29719 0 -1 4202560 46 0 0 0 9 2 0 0 20 0 19 0 281893189 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183286242088 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29792] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29792/stat : 29792 (java) S 29779 29781 29719 0 -1 4202560 982 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183274043752 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29793] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29793/stat : 29793 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183272990072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29794] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29794/stat : 29794 (java) S 29779 29781 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183271936904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29795] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29795/stat : 29795 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183270885648 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29796] ppid=29779 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/29781/task/29796/stat : 29796 (java) R 29779 29781 29719 0 -1 4202560 2039 0 0 0 45 0 0 0 20 0 19 0 281893193 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183269833528 140183456927376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29797] ppid=29779 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29781/task/29797/stat : 29797 (java) S 29779 29781 29719 0 -1 4202560 2450 0 0 0 44 0 0 0 20 0 19 0 281893193 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183268780984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29798] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29798/stat : 29798 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183267728120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29799] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29799/stat : 29799 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 290724 33554432000 1073741824 1073778376 140735722370064 140183266675784 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=29781/tid=29789] ppid=29779 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/29781/task/29789/stat : 29789 (java) S 29779 29781 29719 0 -1 4202560 96 0 0 0 93 6 0 0 20 0 19 0 281893189 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183288347688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29790] ppid=29779 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/29781/task/29790/stat : 29790 (java) S 29779 29781 29719 0 -1 4202560 121 0 0 0 93 6 0 0 20 0 19 0 281893189 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183287294632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29791] ppid=29779 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/29781/task/29791/stat : 29791 (java) S 29779 29781 29719 0 -1 4202560 101 0 0 0 92 6 0 0 20 0 19 0 281893189 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183286242088 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29792] ppid=29779 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/29781/task/29792/stat : 29792 (java) S 29779 29781 29719 0 -1 4202560 1352 0 0 0 2 6 0 0 20 0 19 0 281893190 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183274043752 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29793] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29793/stat : 29793 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183272990072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29794] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29794/stat : 29794 (java) S 29779 29781 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183271936904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29795] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29795/stat : 29795 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183270885648 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29796] ppid=29779 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/29781/task/29796/stat : 29796 (java) S 29779 29781 29719 0 -1 4202560 3678 0 0 0 60 2 0 0 20 0 19 0 281893193 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183269833528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29797] ppid=29779 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/29781/task/29797/stat : 29797 (java) S 29779 29781 29719 0 -1 4202560 3253 0 0 0 58 0 0 0 20 0 19 0 281893193 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183268780984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29798] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29798/stat : 29798 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183267728120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29799] ppid=29779 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/29781/task/29799/stat : 29799 (java) S 29779 29781 29719 0 -1 4202560 95 0 0 0 17 18 0 0 20 0 19 0 281893193 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183266675784 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29800] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29800/stat : 29800 (java) S 29779 29781 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281893494 9856004096 613603 33554432000 1073741824 1073778376 140735722370064 140183265621032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1668.91
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 29816
/proc/meminfo: memFree=26007868/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9625004 CPUtime=1729.46 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 14984 0 1 0 172830 116 0 0 20 0 19 0 281893188 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2406251 613540 2275 9 0 2396937 0
[pid=29781/tid=29782] ppid=29779 vsize=9625004 CPUtime=1719.33 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 4494 0 1 0 171861 72 0 0 20 0 19 0 281893188 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183449951472 140183320967468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29784] ppid=29779 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/29781/task/29784/stat : 29784 (java) S 29779 29781 29719 0 -1 4202560 161 0 0 0 106 7 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183439014312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29785] ppid=29779 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/29781/task/29785/stat : 29785 (java) S 29779 29781 29719 0 -1 4202560 96 0 0 0 99 7 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183292557864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29786] ppid=29779 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/29781/task/29786/stat : 29786 (java) S 29779 29781 29719 0 -1 4202560 78 0 0 0 98 5 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183291504808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29787] ppid=29779 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/29781/task/29787/stat : 29787 (java) S 29779 29781 29719 0 -1 4202560 141 0 0 0 115 7 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183290452264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29788] ppid=29779 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/29781/task/29788/stat : 29788 (java) S 29779 29781 29719 0 -1 4202560 120 0 0 0 100 6 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183289400232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29789] ppid=29779 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/29781/task/29789/stat : 29789 (java) S 29779 29781 29719 0 -1 4202560 97 0 0 0 102 6 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183288347688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29790] ppid=29779 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/29781/task/29790/stat : 29790 (java) S 29779 29781 29719 0 -1 4202560 121 0 0 0 103 6 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183287294632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29791] ppid=29779 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/29781/task/29791/stat : 29791 (java) S 29779 29781 29719 0 -1 4202560 103 0 0 0 103 6 0 0 20 0 19 0 281893189 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183286242088 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29792] ppid=29779 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/29781/task/29792/stat : 29792 (java) S 29779 29781 29719 0 -1 4202560 1356 0 0 0 2 7 0 0 20 0 19 0 281893190 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183274043752 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29793] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29793/stat : 29793 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183272990072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29794] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29794/stat : 29794 (java) S 29779 29781 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183271936904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29795] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29795/stat : 29795 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183270885648 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29796] ppid=29779 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/29781/task/29796/stat : 29796 (java) S 29779 29781 29719 0 -1 4202560 3678 0 0 0 60 2 0 0 20 0 19 0 281893193 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183269833528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29797] ppid=29779 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/29781/task/29797/stat : 29797 (java) S 29779 29781 29719 0 -1 4202560 3253 0 0 0 58 0 0 0 20 0 19 0 281893193 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183268780984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29798] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29798/stat : 29798 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183267728120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29799] ppid=29779 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/29781/task/29799/stat : 29799 (java) S 29779 29781 29719 0 -1 4202560 99 0 0 0 17 19 0 0 20 0 19 0 281893193 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183266675784 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29800] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29800/stat : 29800 (java) S 29779 29781 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281893494 9856004096 613540 33554432000 1073741824 1073778376 140735722370064 140183265621032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.46
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 29875
/proc/meminfo: memFree=26321456/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9625004 CPUtime=1790.03 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 15038 0 1 0 178886 117 0 0 20 0 19 0 281893188 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2406251 613237 2275 9 0 2396937 0
[pid=29781/tid=29782] ppid=29779 vsize=9625004 CPUtime=1779.04 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 4531 0 1 0 177831 73 0 0 20 0 19 0 281893188 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183449951504 140183320806056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29784] ppid=29779 vsize=9625004 CPUtime=1.23 cores=0,2,4,6
/proc/29781/task/29784/stat : 29784 (java) S 29779 29781 29719 0 -1 4202560 161 0 0 0 115 8 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183439014312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29785] ppid=29779 vsize=9625004 CPUtime=1.17 cores=0,2,4,6
/proc/29781/task/29785/stat : 29785 (java) S 29779 29781 29719 0 -1 4202560 98 0 0 0 110 7 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183292557864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29786] ppid=29779 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/29781/task/29786/stat : 29786 (java) S 29779 29781 29719 0 -1 4202560 78 0 0 0 110 5 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183291504808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29787] ppid=29779 vsize=9625004 CPUtime=1.32 cores=0,2,4,6
/proc/29781/task/29787/stat : 29787 (java) S 29779 29781 29719 0 -1 4202560 143 0 0 0 125 7 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183290452264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29788] ppid=29779 vsize=9625004 CPUtime=1.17 cores=0,2,4,6
/proc/29781/task/29788/stat : 29788 (java) S 29779 29781 29719 0 -1 4202560 122 0 0 0 111 6 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183289400232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29789] ppid=29779 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/29781/task/29789/stat : 29789 (java) S 29779 29781 29719 0 -1 4202560 99 0 0 0 112 6 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183288347688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29790] ppid=29779 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/29781/task/29790/stat : 29790 (java) S 29779 29781 29719 0 -1 4202560 122 0 0 0 113 6 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183287294632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29791] ppid=29779 vsize=9625004 CPUtime=1.21 cores=0,2,4,6
/proc/29781/task/29791/stat : 29791 (java) S 29779 29781 29719 0 -1 4202560 103 0 0 0 114 7 0 0 20 0 19 0 281893189 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183286242088 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29792] ppid=29779 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/29781/task/29792/stat : 29792 (java) S 29779 29781 29719 0 -1 4202560 1360 0 0 0 3 7 0 0 20 0 19 0 281893190 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183274043752 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29793] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29793/stat : 29793 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183272990072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29794] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29794/stat : 29794 (java) S 29779 29781 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183271936904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29795] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29795/stat : 29795 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183270885648 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29796] ppid=29779 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/29781/task/29796/stat : 29796 (java) S 29779 29781 29719 0 -1 4202560 3678 0 0 0 60 2 0 0 20 0 19 0 281893193 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183269833528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29797] ppid=29779 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/29781/task/29797/stat : 29797 (java) S 29779 29781 29719 0 -1 4202560 3253 0 0 0 58 0 0 0 20 0 19 0 281893193 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183268780984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29798] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29798/stat : 29798 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183267728120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29799] ppid=29779 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/29781/task/29799/stat : 29799 (java) S 29779 29781 29719 0 -1 4202560 103 0 0 0 18 19 0 0 20 0 19 0 281893193 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183266675784 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29800] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29800/stat : 29800 (java) S 29779 29781 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281893494 9856004096 613237 33554432000 1073741824 1073778376 140735722370064 140183265621032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1790.03
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 1.94 2.00 1.99 4/213 29875
/proc/meminfo: memFree=26319928/32873844 swapFree=6856/6856
[pid=29781] ppid=29779 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/29781/stat : 29781 (java) S 29779 29781 29719 0 -1 4202496 15042 0 1 0 179883 118 0 0 20 0 19 0 281893188 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140735722361200 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29781/statm: 2406251 613077 2275 9 0 2396937 0
[pid=29781/tid=29782] ppid=29779 vsize=9625004 CPUtime=1788.91 cores=0,2,4,6
/proc/29781/task/29782/stat : 29782 (java) R 29779 29781 29719 0 -1 4202560 4535 0 1 0 178818 73 0 0 20 0 19 0 281893188 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183449951472 140183320965774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29784] ppid=29779 vsize=9625004 CPUtime=1.25 cores=0,2,4,6
/proc/29781/task/29784/stat : 29784 (java) S 29779 29781 29719 0 -1 4202560 161 0 0 0 117 8 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183439014312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29785] ppid=29779 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/29781/task/29785/stat : 29785 (java) S 29779 29781 29719 0 -1 4202560 98 0 0 0 111 7 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183292557864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29786] ppid=29779 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/29781/task/29786/stat : 29786 (java) S 29779 29781 29719 0 -1 4202560 78 0 0 0 110 5 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183291504808 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29787] ppid=29779 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/29781/task/29787/stat : 29787 (java) S 29779 29781 29719 0 -1 4202560 143 0 0 0 127 7 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183290452264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29788] ppid=29779 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/29781/task/29788/stat : 29788 (java) S 29779 29781 29719 0 -1 4202560 122 0 0 0 113 6 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183289400232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29789] ppid=29779 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/29781/task/29789/stat : 29789 (java) S 29779 29781 29719 0 -1 4202560 99 0 0 0 113 6 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183288347688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29790] ppid=29779 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/29781/task/29790/stat : 29790 (java) S 29779 29781 29719 0 -1 4202560 122 0 0 0 114 6 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183287294632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29791] ppid=29779 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/29781/task/29791/stat : 29791 (java) S 29779 29781 29719 0 -1 4202560 103 0 0 0 115 7 0 0 20 0 19 0 281893189 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183286242088 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29781/tid=29792] ppid=29779 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/29781/task/29792/stat : 29792 (java) S 29779 29781 29719 0 -1 4202560 1360 0 0 0 3 7 0 0 20 0 19 0 281893190 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183274043752 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29793] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29793/stat : 29793 (java) S 29779 29781 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183272990072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29794] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29794/stat : 29794 (java) S 29779 29781 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281893190 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183271936904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29795] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29795/stat : 29795 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183270885648 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29796] ppid=29779 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/29781/task/29796/stat : 29796 (java) S 29779 29781 29719 0 -1 4202560 3678 0 0 0 60 2 0 0 20 0 19 0 281893193 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183269833528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29781/tid=29797] ppid=29779 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/29781/task/29797/stat : 29797 (java) S 29779 29781 29719 0 -1 4202560 3253 0 0 0 58 0 0 0 20 0 19 0 281893193 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183268780984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29781/tid=29798] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29798/stat : 29798 (java) S 29779 29781 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281893193 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183267728120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29799] ppid=29779 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/29781/task/29799/stat : 29799 (java) S 29779 29781 29719 0 -1 4202560 103 0 0 0 18 19 0 0 20 0 19 0 281893193 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183266675784 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29781/tid=29800] ppid=29779 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29781/task/29800/stat : 29800 (java) S 29779 29781 29719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281893494 9856004096 613077 33554432000 1073741824 1073778376 140735722370064 140183265621032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1792.23
CPU time (s): 1800.58
CPU user time (s): 1798.91
CPU system time (s): 1.67174
CPU usage (%): 100.466
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.67175
maximum resident set size= 2817224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15074
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48059
involuntary context switches= 42432

runsolver used 5.56915 second user time and 14.0239 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 00:28:03
IDJOB=3710176
IDBENCH=3037
IDSOLVER=2289
FILE ID=node144/3710176-1338157682
RUNJOBID= node144-1338157682-29735
PBS_JOBID= 14624532
Free space on /tmp= 71452 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710176-1338157682/watcher-3710176-1338157682 -o /tmp/evaluation-result-3710176-1338157682/solver-3710176-1338157682 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710176-1338157682.opb

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

MD5SUM BENCH= 66d5880a6e31a2306fb439f7c6328d4b
RANDOM SEED=1244025283

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28841732 kB
Buffers:          377784 kB
Cached:          2657264 kB
SwapCached:            0 kB
Active:           997248 kB
Inactive:        2186864 kB
Active(anon):     150240 kB
Inactive(anon):        0 kB
Active(file):     847008 kB
Inactive(file):  2186864 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22308 kB
Writeback:             0 kB
AnonPages:        130160 kB
Mapped:            22448 kB
Shmem:               200 kB
Slab:             698752 kB
SReclaimable:     139972 kB
SUnreclaim:       558780 kB
KernelStack:        1592 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     694916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71448 MiB
End job on node144 at 2012-05-28 00:57:57