Trace number 3710156

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.27 1778.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552.opb
MD5SUM2f5974fd1cc2be6a4a0cf3d0ad32a019
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 benchmark1.62475
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 variables13201
Total number of constraints38881
Number of constraints which are clauses38880
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 constraint12960
Number of terms in the objective function 81
Biggest coefficient in the objective function 1208925819614629174706176
Number of bits for the biggest coefficient in the objective function 81
Sum of the numbers in the objective function 2417851639229258349412351
Number of bits of the sum of numbers in the objective function 81
Biggest number in a constraint 883423532389192164791648750371459257913741948437809479060803100646309888
Number of bits of the biggest number in a constraint 240
Biggest sum of numbers in a constraint 3533694129556768659166594049428614927482833788414325188820087345754616777
Number of bits of the biggest sum of numbers241
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-2012 Artois University and CNRS
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.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710156-1338156907.opb
0.09/0.12	c reading problem ... 
1.03/0.62	c ... done. Wall clock time 0.497s.
1.03/0.62	c declared #vars     13201
1.03/0.62	c #constraints  38882
1.03/0.62	c constraints type 
1.03/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12960
1.03/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25920
1.03/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.03/0.62	c 38882 constraints processed.
66.52/65.13	c cleaning 2496 clauses out of 5000 with flag 5000/5000
213.41/211.49	c cleaning 4247 clauses out of 8505 with flag 11001/11001
448.93/444.22	c cleaning 5621 clauses out of 11257 with flag 18000/18000
607.39/600.91	c cleaning 6811 clauses out of 13638 with flag 26002/26002
757.59/749.25	c cleaning 7903 clauses out of 15827 with flag 35002/35002
979.43/968.39	c cleaning 8951 clauses out of 17922 with flag 45000/45000
1198.69/1184.84	c cleaning 9980 clauses out of 19972 with flag 56001/56001
1476.08/1458.65	c cleaning 10985 clauses out of 21991 with flag 68000/68000
1679.85/1659.97	c cleaning 11991 clauses out of 24006 with flag 81000/81000
1800.02/1778.62	c starts		: 89
1800.02/1778.62	c conflicts		: 87352
1800.02/1778.62	c decisions		: 131330
1800.02/1778.62	c propagations		: 17128584
1800.02/1778.62	c inspects		: 106382091
1800.02/1778.62	c shortcuts		: 0
1800.02/1778.62	c learnt literals	: 0
1800.02/1778.62	c learnt binary clauses	: 2
1800.02/1778.62	c learnt ternary clauses	: 17
1800.02/1778.62	c learnt constraints	: 87352
1800.02/1778.62	c ignored constraints	: 0
1800.02/1778.62	c root simplifications	: 89
1800.02/1778.62	c removed literals (reason simplification)	: 329522976
1800.02/1778.62	c reason swapping (by a shorter reason)	: 0
1800.02/1778.62	c Calls to reduceDB	: 9
1800.02/1778.62	c number of reductions to clauses (during analyze)	: 0
1800.02/1778.62	c number of learned constraints concerned by reduction	: 0
1800.02/1778.62	c number of learning phase by resolution	: 0
1800.02/1778.62	c number of learning phase by cutting planes	: 0
1800.02/1778.62	c speed (assignments/second)	: 9633.73005673289
1800.02/1778.62	c non guided choices	9187
1800.02/1778.63	c learnt constraints type 
1800.02/1778.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.02/1778.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18366
1800.02/1778.63	c constraints type 
1800.02/1778.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12960
1800.02/1778.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25920
1800.02/1778.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1778.63	c 38882 constraints processed.
1800.02/1778.63	s UNKNOWN
1800.02/1778.63	c Total wall clock time (in seconds): 1778.507

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-3710156-1338156907/watcher-3710156-1338156907 -o /tmp/evaluation-result-3710156-1338156907/solver-3710156-1338156907 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710156-1338156907.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.07 2.02 2/194 22992
/proc/meminfo: memFree=28314184/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22992/stat : 22992 (java) D 22990 22992 21838 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281816624 9515008 183 33554432000 1073741824 1073778376 140736217604800 140736217595832 242167398069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22992/statm: 2323 183 140 9 0 71 0

[startup+0.010576 s]
/proc/loadavg: 2.01 2.07 2.02 2/194 22992
/proc/meminfo: memFree=28314184/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 281816624 94019584 917 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100213 s]
/proc/loadavg: 2.01 2.07 2.02 2/194 22992
/proc/meminfo: memFree=28314184/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 4344 0 1 0 8 1 0 0 20 0 18 0 281816624 9787842560 5551 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2389610 5551 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300161 s]
/proc/loadavg: 2.01 2.07 2.02 2/194 22992
/proc/meminfo: memFree=28314184/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9558440 CPUtime=0.48 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 5708 0 1 0 46 2 0 0 20 0 18 0 281816624 9787842560 7930 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2389610 7930 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700178 s]
/proc/loadavg: 2.01 2.07 2.02 2/194 22992
/proc/meminfo: memFree=28314184/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9625004 CPUtime=1.25 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 7374 0 1 0 122 3 0 0 20 0 19 0 281816624 9856004096 30334 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2406251 30334 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.01 2.07 2.02 4/213 23011
/proc/meminfo: memFree=28155776/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9625004 CPUtime=2.47 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 8336 0 1 0 240 7 0 0 20 0 19 0 281816624 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2406251 57663 2274 9 0 2396937 0
[pid=22992/tid=22994] ppid=22990 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/22992/task/22994/stat : 22994 (java) R 22990 22992 21838 0 -1 4202560 2665 0 1 0 138 5 0 0 20 0 19 0 281816625 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658841629096 139658782084845 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=22995] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/22995/stat : 22995 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658685623336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22996] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/22996/stat : 22996 (java) S 22990 22992 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658684570536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22997] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/22997/stat : 22997 (java) S 22990 22992 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658683517736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=22998] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/22998/stat : 22998 (java) S 22990 22992 21838 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658682464936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22999] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/22999/stat : 22999 (java) S 22990 22992 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658681412136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23000] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23000/stat : 23000 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658680359336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23001] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23001/stat : 23001 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658679306536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23002] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23002/stat : 23002 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658678253736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=23003] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23003/stat : 23003 (java) S 22990 22992 21838 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658665843688 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23004] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23004/stat : 23004 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658664789752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23005] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23005/stat : 23005 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658663736840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23006] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23006/stat : 23006 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658662685328 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23007] ppid=22990 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/22992/task/23007/stat : 23007 (java) S 22990 22992 21838 0 -1 4202560 2024 0 0 0 46 0 0 0 20 0 19 0 281816630 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658661632440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23008] ppid=22990 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/22992/task/23008/stat : 23008 (java) S 22990 22992 21838 0 -1 4202560 2330 0 0 0 43 0 0 0 20 0 19 0 281816630 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658660579640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23009] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23009/stat : 23009 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658659527032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23010] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23010/stat : 23010 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658658474440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23011] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23011/stat : 23011 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816688 9856004096 57663 33554432000 1073741824 1073778376 140735968845056 139658657420968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.01 2.07 2.02 3/213 23011
/proc/meminfo: memFree=28011424/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 8525 0 1 0 399 11 0 0 20 0 19 0 281816624 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2406251 77761 2274 9 0 2396937 0
[pid=22992/tid=22994] ppid=22990 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/22992/task/22994/stat : 22994 (java) R 22990 22992 21838 0 -1 4202560 2700 0 1 0 295 6 0 0 20 0 19 0 281816625 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658841627056 139658782084627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22995] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/22995/stat : 22995 (java) S 22990 22992 21838 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658685623336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22996] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/22996/stat : 22996 (java) S 22990 22992 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658684570536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22997] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/22997/stat : 22997 (java) S 22990 22992 21838 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658683517736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=22998] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/22998/stat : 22998 (java) S 22990 22992 21838 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658682464936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22999] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/22999/stat : 22999 (java) S 22990 22992 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658681412136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23000] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/23000/stat : 23000 (java) S 22990 22992 21838 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658680359336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23001] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/23001/stat : 23001 (java) S 22990 22992 21838 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658679306536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23002] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23002/stat : 23002 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658678253736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=23003] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23003/stat : 23003 (java) S 22990 22992 21838 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658665843688 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23004] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23004/stat : 23004 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658664789752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23005] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23005/stat : 23005 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658663736840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23006] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23006/stat : 23006 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658662685328 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23007] ppid=22990 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/22992/task/23007/stat : 23007 (java) S 22990 22992 21838 0 -1 4202560 2024 0 0 0 47 0 0 0 20 0 19 0 281816630 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658661632440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23008] ppid=22990 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/22992/task/23008/stat : 23008 (java) S 22990 22992 21838 0 -1 4202560 2330 0 0 0 43 0 0 0 20 0 19 0 281816630 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658660579640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23009] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23009/stat : 23009 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658659527032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23010] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23010/stat : 23010 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658658474440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23011] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23011/stat : 23011 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816688 9856004096 77761 33554432000 1073741824 1073778376 140735968845056 139658657420968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 2.01 2.07 2.02 3/213 23011
/proc/meminfo: memFree=27986116/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9625004 CPUtime=7.36 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 8704 0 1 0 722 14 0 0 20 0 19 0 281816624 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2406251 127832 2275 9 0 2396937 0
[pid=22992/tid=22994] ppid=22990 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/22992/task/22994/stat : 22994 (java) R 22990 22992 21838 0 -1 4202560 2793 0 1 0 610 8 0 0 20 0 19 0 281816625 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658841627208 139658782084669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22995] ppid=22990 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22992/task/22995/stat : 22995 (java) S 22990 22992 21838 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658685623336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22996] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/22996/stat : 22996 (java) S 22990 22992 21838 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658684570536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22997] ppid=22990 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22992/task/22997/stat : 22997 (java) S 22990 22992 21838 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658683517736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=22998] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/22998/stat : 22998 (java) S 22990 22992 21838 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658682464936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22999] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/22999/stat : 22999 (java) S 22990 22992 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658681412136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23000] ppid=22990 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22992/task/23000/stat : 23000 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658680359336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23001] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/23001/stat : 23001 (java) S 22990 22992 21838 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658679306536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23002] ppid=22990 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22992/task/23002/stat : 23002 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281816626 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658678253736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=23003] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23003/stat : 23003 (java) S 22990 22992 21838 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658665843688 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23004] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23004/stat : 23004 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658664789752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23005] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23005/stat : 23005 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658663736840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23006] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23006/stat : 23006 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658662685328 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23007] ppid=22990 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/22992/task/23007/stat : 23007 (java) S 22990 22992 21838 0 -1 4202560 2085 0 0 0 49 0 0 0 20 0 19 0 281816630 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658661632440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23008] ppid=22990 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/22992/task/23008/stat : 23008 (java) S 22990 22992 21838 0 -1 4202560 2330 0 0 0 43 0 0 0 20 0 19 0 281816630 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658660579640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23009] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23009/stat : 23009 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658659527032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23010] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23010/stat : 23010 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658658474440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23011] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23011/stat : 23011 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816688 9856004096 127832 33554432000 1073741824 1073778376 140735968845056 139658657420968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=22992/tid=23000] ppid=22990 vsize=9625004 CPUtime=3.21 cores=1,3,5,7
/proc/22992/task/23000/stat : 23000 (java) S 22990 22992 21838 0 -1 4202560 98 0 0 0 314 7 0 0 20 0 19 0 281816626 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658680359336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23001] ppid=22990 vsize=9625004 CPUtime=3.36 cores=1,3,5,7
/proc/22992/task/23001/stat : 23001 (java) S 22990 22992 21838 0 -1 4202560 130 0 0 0 328 8 0 0 20 0 19 0 281816626 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658679306536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23002] ppid=22990 vsize=9625004 CPUtime=3.48 cores=1,3,5,7
/proc/22992/task/23002/stat : 23002 (java) S 22990 22992 21838 0 -1 4202560 85 0 0 0 341 7 0 0 20 0 19 0 281816626 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658678253736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23003] ppid=22990 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/22992/task/23003/stat : 23003 (java) S 22990 22992 21838 0 -1 4202560 2771 0 0 0 51 17 0 0 20 0 19 0 281816627 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658665843688 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23004] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23004/stat : 23004 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658664789752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23005] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23005/stat : 23005 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658663736840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23006] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23006/stat : 23006 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658662685328 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23007] ppid=22990 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22992/task/23007/stat : 23007 (java) S 22990 22992 21838 0 -1 4202560 2089 0 0 0 51 0 0 0 20 0 19 0 281816630 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658661632440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23008] ppid=22990 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/22992/task/23008/stat : 23008 (java) S 22990 22992 21838 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 281816630 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658660579640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23009] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23009/stat : 23009 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658659527032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23010] ppid=22990 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/22992/task/23010/stat : 23010 (java) S 22990 22992 21838 0 -1 4202560 87 0 0 0 19 25 0 0 20 0 19 0 281816630 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658658474440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23011] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23011/stat : 23011 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816688 9856004096 348084 33554432000 1073741824 1073778376 140735968845056 139658657420968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1621.58
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 23086
/proc/meminfo: memFree=29535952/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9625004 CPUtime=1682.26 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 15811 0 1 0 168082 144 0 0 20 0 19 0 281816624 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2406251 342317 2290 9 0 2396937 0
[pid=22992/tid=22994] ppid=22990 vsize=9625004 CPUtime=1651.76 cores=1,3,5,7
/proc/22992/task/22994/stat : 22994 (java) R 22990 22992 21838 0 -1 4202560 5715 0 1 0 165115 61 0 0 20 0 19 0 281816625 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658841627824 139658782084814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22995] ppid=22990 vsize=9625004 CPUtime=3.49 cores=1,3,5,7
/proc/22992/task/22995/stat : 22995 (java) S 22990 22992 21838 0 -1 4202560 118 0 0 0 341 8 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658685623336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=22996] ppid=22990 vsize=9625004 CPUtime=3.41 cores=1,3,5,7
/proc/22992/task/22996/stat : 22996 (java) S 22990 22992 21838 0 -1 4202560 76 0 0 0 335 6 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658684570536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=22997] ppid=22990 vsize=9625004 CPUtime=3.56 cores=1,3,5,7
/proc/22992/task/22997/stat : 22997 (java) S 22990 22992 21838 0 -1 4202560 104 0 0 0 349 7 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658683517736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22998] ppid=22990 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/22992/task/22998/stat : 22998 (java) S 22990 22992 21838 0 -1 4202560 113 0 0 0 357 7 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658682464936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22999] ppid=22990 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/22992/task/22999/stat : 22999 (java) S 22990 22992 21838 0 -1 4202560 118 0 0 0 355 9 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658681412136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=23000] ppid=22990 vsize=9625004 CPUtime=3.34 cores=1,3,5,7
/proc/22992/task/23000/stat : 23000 (java) S 22990 22992 21838 0 -1 4202560 101 0 0 0 327 7 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658680359336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23001] ppid=22990 vsize=9625004 CPUtime=3.5 cores=1,3,5,7
/proc/22992/task/23001/stat : 23001 (java) S 22990 22992 21838 0 -1 4202560 133 0 0 0 342 8 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658679306536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=23002] ppid=22990 vsize=9625004 CPUtime=3.6 cores=1,3,5,7
/proc/22992/task/23002/stat : 23002 (java) S 22990 22992 21838 0 -1 4202560 87 0 0 0 353 7 0 0 20 0 19 0 281816626 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658678253736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23003] ppid=22990 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/22992/task/23003/stat : 23003 (java) S 22990 22992 21838 0 -1 4202560 2896 0 0 0 56 17 0 0 20 0 19 0 281816627 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658665843688 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23004] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23004/stat : 23004 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658664789752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23005] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23005/stat : 23005 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658663736840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23006] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23006/stat : 23006 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658662685328 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23007] ppid=22990 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22992/task/23007/stat : 23007 (java) S 22990 22992 21838 0 -1 4202560 2089 0 0 0 51 0 0 0 20 0 19 0 281816630 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658661632440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23008] ppid=22990 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/22992/task/23008/stat : 23008 (java) S 22990 22992 21838 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 281816630 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658660579640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23009] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23009/stat : 23009 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658659527032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23010] ppid=22990 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/22992/task/23010/stat : 23010 (java) S 22990 22992 21838 0 -1 4202560 91 0 0 0 20 26 0 0 20 0 19 0 281816630 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658658474440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23011] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23011/stat : 23011 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816688 9856004096 342317 33554432000 1073741824 1073778376 140735968845056 139658657420968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1682.26
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.25 2.06 2.02 3/213 23086
/proc/meminfo: memFree=29566832/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9625004 CPUtime=1742.94 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 15888 0 1 0 174147 147 0 0 20 0 19 0 281816624 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2406251 334616 2290 9 0 2396937 0
[pid=22992/tid=22994] ppid=22990 vsize=9625004 CPUtime=1711.42 cores=1,3,5,7
/proc/22992/task/22994/stat : 22994 (java) R 22990 22992 21838 0 -1 4202560 5778 0 1 0 171079 63 0 0 20 0 19 0 281816625 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658841627840 139658781951327 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=22995] ppid=22990 vsize=9625004 CPUtime=3.61 cores=1,3,5,7
/proc/22992/task/22995/stat : 22995 (java) S 22990 22992 21838 0 -1 4202560 119 0 0 0 353 8 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658685623336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22996] ppid=22990 vsize=9625004 CPUtime=3.54 cores=1,3,5,7
/proc/22992/task/22996/stat : 22996 (java) S 22990 22992 21838 0 -1 4202560 78 0 0 0 348 6 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658684570536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=22997] ppid=22990 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/22992/task/22997/stat : 22997 (java) S 22990 22992 21838 0 -1 4202560 105 0 0 0 361 8 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658683517736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=22998] ppid=22990 vsize=9625004 CPUtime=3.77 cores=1,3,5,7
/proc/22992/task/22998/stat : 22998 (java) S 22990 22992 21838 0 -1 4202560 114 0 0 0 370 7 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658682464936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22992/tid=22999] ppid=22990 vsize=9625004 CPUtime=3.77 cores=1,3,5,7
/proc/22992/task/22999/stat : 22999 (java) S 22990 22992 21838 0 -1 4202560 119 0 0 0 368 9 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658681412136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23000] ppid=22990 vsize=9625004 CPUtime=3.47 cores=1,3,5,7
/proc/22992/task/23000/stat : 23000 (java) S 22990 22992 21838 0 -1 4202560 102 0 0 0 340 7 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658680359336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23001] ppid=22990 vsize=9625004 CPUtime=3.61 cores=1,3,5,7
/proc/22992/task/23001/stat : 23001 (java) S 22990 22992 21838 0 -1 4202560 134 0 0 0 352 9 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658679306536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23002] ppid=22990 vsize=9625004 CPUtime=3.71 cores=1,3,5,7
/proc/22992/task/23002/stat : 23002 (java) S 22990 22992 21838 0 -1 4202560 89 0 0 0 364 7 0 0 20 0 19 0 281816626 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658678253736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23003] ppid=22990 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/22992/task/23003/stat : 23003 (java) S 22990 22992 21838 0 -1 4202560 2898 0 0 0 57 17 0 0 20 0 19 0 281816627 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658665843688 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23004] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23004/stat : 23004 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658664789752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23005] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23005/stat : 23005 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658663736840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23006] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23006/stat : 23006 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658662685328 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23007] ppid=22990 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22992/task/23007/stat : 23007 (java) S 22990 22992 21838 0 -1 4202560 2089 0 0 0 51 0 0 0 20 0 19 0 281816630 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658661632440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23008] ppid=22990 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/22992/task/23008/stat : 23008 (java) S 22990 22992 21838 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 281816630 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658660579640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23009] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23009/stat : 23009 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658659527032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23010] ppid=22990 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/22992/task/23010/stat : 23010 (java) S 22990 22992 21838 0 -1 4202560 93 0 0 0 21 27 0 0 20 0 19 0 281816630 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658658474440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23011] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23011/stat : 23011 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816688 9856004096 334616 33554432000 1073741824 1073778376 140735968845056 139658657420968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1742.94
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.6 s]
/proc/loadavg: 2.09 2.05 2.01 3/213 23086
/proc/meminfo: memFree=29582336/32873648 swapFree=7112/7112
[pid=22992] ppid=22990 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/22992/stat : 22992 (java) S 22990 22992 21838 0 -1 4202496 15964 0 1 0 179851 151 0 0 20 0 19 0 281816624 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 140735968836192 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22992/statm: 2406251 331016 2290 9 0 2396937 0
[pid=22992/tid=22994] ppid=22990 vsize=9625004 CPUtime=1767.33 cores=1,3,5,7
/proc/22992/task/22994/stat : 22994 (java) R 22990 22992 21838 0 -1 4202560 5839 0 1 0 176670 63 0 0 20 0 19 0 281816625 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658841627960 139658782084645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=22995] ppid=22990 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22992/task/22995/stat : 22995 (java) S 22990 22992 21838 0 -1 4202560 120 0 0 0 367 8 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658685623336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=22996] ppid=22990 vsize=9625004 CPUtime=3.66 cores=1,3,5,7
/proc/22992/task/22996/stat : 22996 (java) S 22990 22992 21838 0 -1 4202560 79 0 0 0 359 7 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658684570536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22997] ppid=22990 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/22992/task/22997/stat : 22997 (java) S 22990 22992 21838 0 -1 4202560 106 0 0 0 376 8 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658683517736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=22998] ppid=22990 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/22992/task/22998/stat : 22998 (java) S 22990 22992 21838 0 -1 4202560 115 0 0 0 382 7 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658682464936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=22999] ppid=22990 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/22992/task/22999/stat : 22999 (java) S 22990 22992 21838 0 -1 4202560 120 0 0 0 381 9 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658681412136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23000] ppid=22990 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/22992/task/23000/stat : 23000 (java) S 22990 22992 21838 0 -1 4202560 103 0 0 0 356 8 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658680359336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23001] ppid=22990 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22992/task/23001/stat : 23001 (java) S 22990 22992 21838 0 -1 4202560 135 0 0 0 366 9 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658679306536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23002] ppid=22990 vsize=9625004 CPUtime=3.87 cores=1,3,5,7
/proc/22992/task/23002/stat : 23002 (java) S 22990 22992 21838 0 -1 4202560 89 0 0 0 380 7 0 0 20 0 19 0 281816626 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658678253736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23003] ppid=22990 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/22992/task/23003/stat : 23003 (java) S 22990 22992 21838 0 -1 4202560 2902 0 0 0 57 18 0 0 20 0 19 0 281816627 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658665843688 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23004] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23004/stat : 23004 (java) S 22990 22992 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658664789752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23005] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23005/stat : 23005 (java) S 22990 22992 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281816627 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658663736840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23006] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23006/stat : 23006 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658662685328 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23007] ppid=22990 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22992/task/23007/stat : 23007 (java) S 22990 22992 21838 0 -1 4202560 2089 0 0 0 51 0 0 0 20 0 19 0 281816630 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658661632440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22992/tid=23008] ppid=22990 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/22992/task/23008/stat : 23008 (java) S 22990 22992 21838 0 -1 4202560 2989 0 0 0 59 0 0 0 20 0 19 0 281816630 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658660579640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23009] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23009/stat : 23009 (java) S 22990 22992 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281816630 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658659527032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22992/tid=23010] ppid=22990 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/22992/task/23010/stat : 23010 (java) S 22990 22992 21838 0 -1 4202560 97 0 0 0 22 28 0 0 20 0 19 0 281816630 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658658474440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22992/tid=23011] ppid=22990 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22992/task/23011/stat : 23011 (java) S 22990 22992 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281816688 9856004096 331016 33554432000 1073741824 1073778376 140735968845056 139658657420968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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): 1778.64
CPU time (s): 1800.27
CPU user time (s): 1798.4
CPU system time (s): 1.87371
CPU usage (%): 101.216
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.4
system time used= 1.87371
maximum resident set size= 2149780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15996
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94704
involuntary context switches= 140782

runsolver used 6.10207 second user time and 15.2217 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 00:15:07
IDJOB=3710156
IDBENCH=3002
IDSOLVER=2289
FILE ID=node126/3710156-1338156907
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71336 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=160-sizeP=81-sizeQ=160-451332552.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-3710156-1338156907/watcher-3710156-1338156907 -o /tmp/evaluation-result-3710156-1338156907/solver-3710156-1338156907 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710156-1338156907.opb

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

MD5SUM BENCH= 2f5974fd1cc2be6a4a0cf3d0ad32a019
RANDOM SEED=745780721

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.91
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28314456 kB
Buffers:          315996 kB
Cached:           604784 kB
SwapCached:        17756 kB
Active:          3551856 kB
Inactive:         185252 kB
Active(anon):    2796128 kB
Inactive(anon):    22048 kB
Active(file):     755728 kB
Inactive(file):   163204 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       2813992 kB
Mapped:            17876 kB
Shmem:                 0 kB
Slab:             668844 kB
SReclaimable:     113104 kB
SUnreclaim:       555740 kB
KernelStack:        1600 kB
PageTables:         9736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3181544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2779136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71352 MiB
End job on node126 at 2012-05-28 00:44:48