Trace number 4080617

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.66 895.855

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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.08	c version PB16.v20160501
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080617-1465258327.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.56/1.06	c ... done. Wall clock time 0.951s.
2.56/1.06	c declared #vars     1000
2.56/1.06	c internal #vars     16706
2.56/1.06	c #constraints  32915
2.56/1.06	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.56/1.06	c constraints type 
2.56/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
2.56/1.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.56/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.56/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
2.56/1.06	c 32915 constraints processed.
2.56/1.06	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.56/1.06	c constraints type 
2.56/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.56/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
2.56/1.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
2.56/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
2.56/1.06	c 32915 constraints processed.
11.86/4.78	c cleaning 2572 clauses out of 5143 with flag 11640/5143
20.40/8.79	c cleaning 4164 clauses out of 8430 with flag 23980/11002
30.39/13.74	c cleaning 5638 clauses out of 11275 with flag 38486/18011
42.51/19.77	c cleaning 6856 clauses out of 13712 with flag 55240/26086
56.82/26.86	c cleaning 7910 clauses out of 15820 with flag 74070/35050
74.34/35.56	c cleaning 8860 clauses out of 17860 with flag 95255/45000
94.93/45.84	c cleaning 9938 clauses out of 20001 with flag 120523/56001
117.74/57.19	c cleaning 11021 clauses out of 22062 with flag 149174/68000
135.24/65.89	c cleaning 12039 clauses out of 24078 with flag 189469/81037
156.05/76.23	c cleaning 13013 clauses out of 26026 with flag 224068/95024
180.04/88.20	c cleaning 13905 clauses out of 27990 with flag 256078/110001
206.84/101.69	c cleaning 14932 clauses out of 30085 with flag 291151/126001
237.63/117.01	c cleaning 16114 clauses out of 32227 with flag 327596/143075
272.15/134.12	c cleaning 16975 clauses out of 34039 with flag 366622/161001
314.30/155.04	c cleaning 18032 clauses out of 36063 with flag 408532/180000
351.66/173.69	c cleaning 18970 clauses out of 38031 with flag 462923/200000
391.49/193.44	c cleaning 20099 clauses out of 40198 with flag 510531/221137
433.52/214.32	c cleaning 21029 clauses out of 42057 with flag 557720/243095
475.37/235.38	c cleaning 21949 clauses out of 43933 with flag 606290/266000
521.93/258.48	c cleaning 22919 clauses out of 45985 with flag 658973/290001
564.78/280.00	c cleaning 24058 clauses out of 48115 with flag 729370/315050
603.63/299.37	c cleaning 25065 clauses out of 50130 with flag 800547/341123
654.50/324.68	c cleaning 25988 clauses out of 51975 with flag 858539/368033
709.32/352.12	c cleaning 27010 clauses out of 54019 with flag 919511/396065
770.63/382.66	c cleaning 27999 clauses out of 55997 with flag 993151/425053
819.35/406.89	c cleaning 28870 clauses out of 57946 with flag 1066343/455001
868.17/431.37	c cleaning 29944 clauses out of 60076 with flag 1140476/486001
957.22/475.64	c cleaning 31034 clauses out of 62131 with flag 1211458/518000
1022.93/508.23	c cleaning 0 clauses out of 5005 with flag 0/5005
1056.38/524.63	c cleaning 32083 clauses out of 64166 with flag 1285316/551069
1113.18/553.10	c cleaning 33007 clauses out of 66016 with flag 1369068/585002
1186.99/589.82	c cleaning 34009 clauses out of 68018 with flag 1452857/620011
1272.21/632.75	c cleaning 35016 clauses out of 70107 with flag 1538182/656109
1335.42/664.12	c cleaning 36027 clauses out of 72056 with flag 1628219/693074
1446.70/719.31	c cleaning 37022 clauses out of 74044 with flag 1709091/731089
1530.03/761.28	c cleaning 37908 clauses out of 75933 with flag 1803000/770000
1620.73/806.34	c cleaning 39058 clauses out of 78116 with flag 1898151/810091
1735.72/863.36	c cleaning 39913 clauses out of 79967 with flag 1996019/851000
1800.03/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.80	c starts		: 847
1800.03/895.80	c conflicts		: 886275
1800.03/895.80	c decisions		: 8526878
1800.03/895.80	c propagations		: 80794042
1800.03/895.80	c inspects		: 6197002352
1800.03/895.80	c shortcuts		: 0
1800.03/895.80	c learnt literals	: 0
1800.03/895.80	c learnt binary clauses	: 0
1800.03/895.80	c learnt ternary clauses	: 4
1800.03/895.80	c learnt constraints	: 886275
1800.03/895.80	c ignored constraints	: 0
1800.03/895.80	c root simplifications	: 0
1800.03/895.80	c removed literals (reason simplification)	: 75399665
1800.03/895.80	c reason swapping (by a shorter reason)	: 0
1800.03/895.80	c Calls to reduceDB	: 37
1800.03/895.80	c Number of update (reduction) of LBD	: 70651
1800.03/895.80	c Imported unit clauses	: 0
1800.03/895.80	c number of reductions to clauses (during analyze)	: 0
1800.03/895.80	c number of learned constraints concerned by reduction	: 0
1800.03/895.80	c number of learning phase by resolution	: 0
1800.03/895.80	c number of learning phase by cutting planes	: 0
1800.03/895.80	c speed (assignments/second)	: 90300.92319384836
1800.03/895.80	c non guided choices	16171
1800.03/895.83	c learnt constraints type 
1800.03/895.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75329
1800.03/895.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.83	c starts		: 30
1800.03/895.83	c conflicts		: 8515
1800.03/895.83	c decisions		: 219153
1800.03/895.83	c propagations		: 6037100
1800.03/895.83	c inspects		: 530059720
1800.03/895.83	c shortcuts		: 0
1800.03/895.83	c learnt literals	: 0
1800.03/895.83	c learnt binary clauses	: 0
1800.03/895.83	c learnt ternary clauses	: 0
1800.03/895.83	c learnt constraints	: 8515
1800.03/895.83	c ignored constraints	: 0
1800.03/895.83	c root simplifications	: 0
1800.03/895.83	c removed literals (reason simplification)	: 0
1800.03/895.83	c reason swapping (by a shorter reason)	: 0
1800.03/895.83	c Calls to reduceDB	: 1
1800.03/895.83	c Number of update (reduction) of LBD	: 0
1800.03/895.83	c Imported unit clauses	: 0
1800.03/895.83	c number of reductions to clauses (during analyze)	: 0
1800.03/895.83	c number of learned constraints concerned by reduction	: 0
1800.03/895.83	c number of learning phase by resolution	: 0
1800.03/895.83	c number of learning phase by cutting planes	: 0
1800.03/895.83	c speed (assignments/second)	: 6747.270457458924
1800.03/895.83	c non guided choices	16171
1800.03/895.83	c learnt constraints type 
1800.03/895.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/895.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8514
1800.03/895.83	s UNKNOWN
1800.03/895.83	c Total wall clock time (in seconds): 895.728

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080617-1465258327/watcher-4080617-1465258327 -o /tmp/evaluation-result-4080617-1465258327/solver-4080617-1465258327 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080617-1465258327.opb 

pid=23865
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: 3.84 3.99 4.02 4/197 23868
/proc/meminfo: memFree=28600380/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107765988 98570240 978 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 24065 978 744 9 0 16771 0
[pid=23868/tid=23869] ppid=23865 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) R 23865 23868 20210 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107765989 98570240 978 33554432000 1073741824 1073778376 140736542357280 139749663915560 262962759040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 3.84 3.99 4.02 4/197 23868
/proc/meminfo: memFree=28600380/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 4489 0 1 0 9 1 0 0 20 0 18 0 107765988 9787879424 6113 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2389619 6113 2156 9 0 2380296 0
[pid=23868/tid=23869] ppid=23865 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) R 23865 23868 20210 0 -1 4202560 2384 0 1 0 6 1 0 0 20 0 18 0 107765989 9787879424 6116 33554432000 1073741824 1073778376 140736542357280 139749663918792 139749528511663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200379 s]
/proc/loadavg: 3.84 3.99 4.02 4/197 23868
/proc/meminfo: memFree=28600380/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 4712 0 1 0 23 2 0 0 20 0 18 0 107765988 9787879424 7305 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2389619 7305 2213 9 0 2380296 0
[pid=23868/tid=23869] ppid=23865 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) R 23865 23868 20210 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 107765989 9787879424 7305 33554432000 1073741824 1073778376 140736542357280 139749663919496 139749528519815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300382 s]
/proc/loadavg: 3.84 3.99 4.02 4/197 23868
/proc/meminfo: memFree=28600380/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 6252 0 1 0 46 2 0 0 20 0 18 0 107765988 9787879424 9684 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2389619 9684 2244 9 0 2380296 0
[pid=23868/tid=23869] ppid=23865 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) R 23865 23868 20210 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 18 0 107765989 9787879424 9684 33554432000 1073741824 1073778376 140736542357280 139749663919048 139749528502235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 3.84 3.99 4.02 4/197 23868
/proc/meminfo: memFree=28600380/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9558476 CPUtime=1.64 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 24283 0 1 0 158 6 0 0 20 0 18 0 107765988 9787879424 35428 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2389619 35428 2256 9 0 2380296 0
[pid=23868/tid=23869] ppid=23865 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) R 23865 23868 20210 0 -1 4202560 2441 0 1 0 65 2 0 0 20 0 18 0 107765989 9787879424 35428 33554432000 1073741824 1073778376 140736542357280 139749663919048 139749667206032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 3.93 4.01 4.02 7/219 23890
/proc/meminfo: memFree=28359492/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 32157 0 1 0 440 13 0 0 20 0 22 0 107765988 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2456183 63337 2282 9 0 2446860 0
[pid=23868/tid=23869] ppid=23865 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) S 23865 23868 20210 0 -1 4202560 2483 0 1 0 93 4 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749663921016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23871] ppid=23865 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23868/task/23871/stat : 23871 (java) S 23865 23868 20210 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749652982312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23872] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23872/stat : 23872 (java) S 23865 23868 20210 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749651929512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23873] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23873/stat : 23873 (java) S 23865 23868 20210 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749650876712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23874] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23874/stat : 23874 (java) S 23865 23868 20210 0 -1 4202560 136 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749649823912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23875] ppid=23865 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23868/task/23875/stat : 23875 (java) S 23865 23868 20210 0 -1 4202560 127 0 0 0 3 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749648772136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23876] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23876/stat : 23876 (java) S 23865 23868 20210 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749647719336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23877] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23877/stat : 23877 (java) S 23865 23868 20210 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749500861224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23878] ppid=23865 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23868/task/23878/stat : 23878 (java) S 23865 23868 20210 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 107765989 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749499808424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23879] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23879/stat : 23879 (java) S 23865 23868 20210 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 107765990 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749487610344 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23880] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23880/stat : 23880 (java) S 23865 23868 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749486556408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23881] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23881/stat : 23881 (java) S 23865 23868 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749485503496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23882] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23882/stat : 23882 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749484451984 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23883] ppid=23865 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/23868/task/23883/stat : 23883 (java) R 23865 23868 20210 0 -1 4202560 12074 0 0 0 120 2 0 0 20 0 22 0 107765993 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749483387648 139749670735889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23884] ppid=23865 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/23868/task/23884/stat : 23884 (java) R 23865 23868 20210 0 -1 4202560 15791 0 0 0 118 3 0 0 20 0 22 0 107765993 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749482340280 139749665877584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23885] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23885/stat : 23885 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749481294712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23886] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23886/stat : 23886 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749480242120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23887] ppid=23865 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/23868/task/23887/stat : 23887 (java) R 23865 23868 20210 0 -1 4202560 22 0 0 0 41 0 0 0 20 0 22 0 107766095 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749479186920 139749528460876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23888] ppid=23865 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/23868/task/23888/stat : 23888 (java) R 23865 23868 20210 0 -1 4202560 24 0 0 0 42 0 0 0 20 0 22 0 107766095 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749478131744 139749666654136 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23889] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23889/stat : 23889 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749477082024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23890] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23890/stat : 23890 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 63337 33554432000 1073741824 1073778376 140736542357280 139749476029224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 3.93 4.01 4.02 5/219 23890
/proc/meminfo: memFree=28357784/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9824732 CPUtime=8.6 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 34736 0 1 0 847 13 0 0 20 0 22 0 107765988 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2456183 62442 2286 9 0 2446860 0
[pid=23868/tid=23869] ppid=23865 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) S 23865 23868 20210 0 -1 4202560 2483 0 1 0 93 4 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749663921016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23871] ppid=23865 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23868/task/23871/stat : 23871 (java) S 23865 23868 20210 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749652982312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23872] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23872/stat : 23872 (java) S 23865 23868 20210 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749651929512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23873] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23873/stat : 23873 (java) S 23865 23868 20210 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749650876712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23874] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23874/stat : 23874 (java) S 23865 23868 20210 0 -1 4202560 136 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749649823912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23875] ppid=23865 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23868/task/23875/stat : 23875 (java) S 23865 23868 20210 0 -1 4202560 127 0 0 0 3 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749648772136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23876] ppid=23865 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23868/task/23876/stat : 23876 (java) S 23865 23868 20210 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749647719336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23877] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23877/stat : 23877 (java) S 23865 23868 20210 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749500861224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23878] ppid=23865 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23868/task/23878/stat : 23878 (java) S 23865 23868 20210 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 107765989 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749499808424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23879] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23879/stat : 23879 (java) S 23865 23868 20210 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 107765990 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749487610344 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23880] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23880/stat : 23880 (java) S 23865 23868 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749486556408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23881] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23881/stat : 23881 (java) S 23865 23868 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749485503496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23882] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23882/stat : 23882 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749484451984 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23883] ppid=23865 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/23868/task/23883/stat : 23883 (java) S 23865 23868 20210 0 -1 4202560 12169 0 0 0 168 3 0 0 20 0 22 0 107765993 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749483400120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23884] ppid=23865 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/23868/task/23884/stat : 23884 (java) S 23865 23868 20210 0 -1 4202560 18274 0 0 0 158 3 0 0 20 0 22 0 107765993 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749482347320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23885] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23885/stat : 23885 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749481294712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23886] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23886/stat : 23886 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749480242120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23887] ppid=23865 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/23868/task/23887/stat : 23887 (java) R 23865 23868 20210 0 -1 4202560 23 0 0 0 201 0 0 0 20 0 22 0 107766095 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749479187272 139749530116185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23888] ppid=23865 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/23868/task/23888/stat : 23888 (java) R 23865 23868 20210 0 -1 4202560 24 0 0 0 201 0 0 0 20 0 22 0 107766095 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749478134136 139749529745305 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23889] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23889/stat : 23889 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749477082024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23890] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23890/stat : 23890 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 62442 33554432000 1073741824 1073778376 140736542357280 139749476029224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 3.93 4.01 4.02 5/219 23890
/proc/meminfo: memFree=28286376/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9824732 CPUtime=15.43 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 37832 0 1 0 1523 20 0 0 20 0 22 0 107765988 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2456183 102646 2294 9 0 2446860 0
[pid=23868/tid=23869] ppid=23865 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) S 23865 23868 20210 0 -1 4202560 2483 0 1 0 93 4 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749663921016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23871] ppid=23865 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23868/task/23871/stat : 23871 (java) S 23865 23868 20210 0 -1 4202560 49 0 0 0 3 2 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749652982312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23872] ppid=23865 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23868/task/23872/stat : 23872 (java) S 23865 23868 20210 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749651929512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23873] ppid=23865 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23868/task/23873/stat : 23873 (java) S 23865 23868 20210 0 -1 4202560 106 0 0 0 3 0 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749650876712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23874] ppid=23865 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23868/task/23874/stat : 23874 (java) S 23865 23868 20210 0 -1 4202560 144 0 0 0 4 0 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749649823912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23875] ppid=23865 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23868/task/23875/stat : 23875 (java) S 23865 23868 20210 0 -1 4202560 153 0 0 0 5 1 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749648772136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23876] ppid=23865 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23868/task/23876/stat : 23876 (java) S 23865 23868 20210 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749647719336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23877] ppid=23865 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23868/task/23877/stat : 23877 (java) S 23865 23868 20210 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 107765989 10060525568 102646 33554432000 1073741824 1073778376 140736542357280 139749500861224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23878] ppid=23865 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 3.88 3.97 3.98 5/219 24114
/proc/meminfo: memFree=25312476/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9824732 CPUtime=1652.98 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 65319 0 1 0 164978 320 0 0 20 0 22 0 107765988 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2456183 994461 2302 9 0 2446860 0
[pid=23868/tid=23869] ppid=23865 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) S 23865 23868 20210 0 -1 4202560 2496 0 1 0 96 6 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749663921016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23871] ppid=23865 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/23868/task/23871/stat : 23871 (java) S 23865 23868 20210 0 -1 4202560 2137 0 0 0 248 33 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749652982312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23872] ppid=23865 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/23868/task/23872/stat : 23872 (java) S 23865 23868 20210 0 -1 4202560 2863 0 0 0 243 40 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749651929512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23873] ppid=23865 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/23868/task/23873/stat : 23873 (java) S 23865 23868 20210 0 -1 4202560 2759 0 0 0 259 28 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749650876712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23874] ppid=23865 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/23868/task/23874/stat : 23874 (java) S 23865 23868 20210 0 -1 4202560 3834 0 0 0 264 29 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749649823912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23875] ppid=23865 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/23868/task/23875/stat : 23875 (java) S 23865 23868 20210 0 -1 4202560 2629 0 0 0 262 34 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749648772136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23876] ppid=23865 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/23868/task/23876/stat : 23876 (java) S 23865 23868 20210 0 -1 4202560 4083 0 0 0 262 27 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749647719336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23877] ppid=23865 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/23868/task/23877/stat : 23877 (java) S 23865 23868 20210 0 -1 4202560 2520 0 0 0 259 29 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749500861224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23878] ppid=23865 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/23868/task/23878/stat : 23878 (java) S 23865 23868 20210 0 -1 4202560 2578 0 0 0 257 31 0 0 20 0 22 0 107765989 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749499808424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23879] ppid=23865 vsize=9824732 CPUtime=5.45 cores=1,3,5,7
/proc/23868/task/23879/stat : 23879 (java) S 23865 23868 20210 0 -1 4202560 2699 0 0 0 531 14 0 0 20 0 22 0 107765990 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749487610344 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23880] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23880/stat : 23880 (java) S 23865 23868 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749486556408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23881] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23881/stat : 23881 (java) S 23865 23868 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749485503496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23882] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23882/stat : 23882 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749484451984 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23883] ppid=23865 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/23868/task/23883/stat : 23883 (java) S 23865 23868 20210 0 -1 4202560 12230 0 0 0 266 3 0 0 20 0 22 0 107765993 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749483400120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23884] ppid=23865 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/23868/task/23884/stat : 23884 (java) S 23865 23868 20210 0 -1 4202560 21053 0 0 0 198 4 0 0 20 0 22 0 107765993 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749482347320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23885] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23885/stat : 23885 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749481294712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23886] ppid=23865 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23868/task/23886/stat : 23886 (java) S 23865 23868 20210 0 -1 4202560 47 0 0 0 13 20 0 0 20 0 22 0 107765993 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749480242120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23887] ppid=23865 vsize=9824732 CPUtime=809.32 cores=1,3,5,7
/proc/23868/task/23887/stat : 23887 (java) R 23865 23868 20210 0 -1 4202560 309 0 0 0 80915 17 0 0 20 0 22 0 107766095 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749479185200 139749529661621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23888] ppid=23865 vsize=9824732 CPUtime=809.26 cores=1,3,5,7
/proc/23868/task/23888/stat : 23888 (java) R 23865 23868 20210 0 -1 4202560 1817 0 0 0 80886 40 0 0 20 0 22 0 107766095 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749478133120 139749530192823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23889] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23889/stat : 23889 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749477082024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23890] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23890/stat : 23890 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 994461 33554432000 1073741824 1073778376 140736542357280 139749476029224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1652.98
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.95 3.97 3.98 5/219 24115
/proc/meminfo: memFree=25157556/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9824732 CPUtime=1772.86 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 65871 0 1 0 176949 337 0 0 20 0 22 0 107765988 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2456183 1034843 2302 9 0 2446860 0
[pid=23868/tid=23869] ppid=23865 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) S 23865 23868 20210 0 -1 4202560 2496 0 1 0 96 6 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749663921016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23871] ppid=23865 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/23868/task/23871/stat : 23871 (java) S 23865 23868 20210 0 -1 4202560 2191 0 0 0 268 35 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749652982312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23872] ppid=23865 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/23868/task/23872/stat : 23872 (java) S 23865 23868 20210 0 -1 4202560 2936 0 0 0 268 42 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749651929512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23873] ppid=23865 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/23868/task/23873/stat : 23873 (java) S 23865 23868 20210 0 -1 4202560 2803 0 0 0 290 30 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749650876712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23874] ppid=23865 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/23868/task/23874/stat : 23874 (java) S 23865 23868 20210 0 -1 4202560 3855 0 0 0 289 30 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749649823912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23875] ppid=23865 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/23868/task/23875/stat : 23875 (java) S 23865 23868 20210 0 -1 4202560 2662 0 0 0 289 36 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749648772136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23876] ppid=23865 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/23868/task/23876/stat : 23876 (java) S 23865 23868 20210 0 -1 4202560 4134 0 0 0 293 30 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749647719336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23877] ppid=23865 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/23868/task/23877/stat : 23877 (java) S 23865 23868 20210 0 -1 4202560 2581 0 0 0 285 31 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749500861224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23878] ppid=23865 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/23868/task/23878/stat : 23878 (java) S 23865 23868 20210 0 -1 4202560 2590 0 0 0 280 32 0 0 20 0 22 0 107765989 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749499808424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23879] ppid=23865 vsize=9824732 CPUtime=6.62 cores=1,3,5,7
/proc/23868/task/23879/stat : 23879 (java) S 23865 23868 20210 0 -1 4202560 2888 0 0 0 647 15 0 0 20 0 22 0 107765990 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749487610344 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23880] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23880/stat : 23880 (java) S 23865 23868 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749486556408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23881] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23881/stat : 23881 (java) S 23865 23868 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749485503496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23882] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23882/stat : 23882 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749484451984 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23883] ppid=23865 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/23868/task/23883/stat : 23883 (java) S 23865 23868 20210 0 -1 4202560 12230 0 0 0 266 3 0 0 20 0 22 0 107765993 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749483400120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23884] ppid=23865 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/23868/task/23884/stat : 23884 (java) S 23865 23868 20210 0 -1 4202560 21053 0 0 0 198 4 0 0 20 0 22 0 107765993 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749482347320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23885] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23885/stat : 23885 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749481294712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23886] ppid=23865 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23868/task/23886/stat : 23886 (java) S 23865 23868 20210 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 107765993 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749480242120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23887] ppid=23865 vsize=9824732 CPUtime=867.56 cores=1,3,5,7
/proc/23868/task/23887/stat : 23887 (java) R 23865 23868 20210 0 -1 4202560 309 0 0 0 86738 18 0 0 20 0 22 0 107766095 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749479185952 139749529681800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23888] ppid=23865 vsize=9824732 CPUtime=867.51 cores=1,3,5,7
/proc/23868/task/23888/stat : 23888 (java) R 23865 23868 20210 0 -1 4202560 1827 0 0 0 86710 41 0 0 20 0 22 0 107766095 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749478134336 139749529935107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23889] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23889/stat : 23889 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749477082024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23890] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23890/stat : 23890 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 1034843 33554432000 1073741824 1073778376 140736542357280 139749476029224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.86
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 3.96 3.97 3.98 6/219 24115
/proc/meminfo: memFree=25155132/32872528 swapFree=11320/319964
[pid=23868] ppid=23865 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/23868/stat : 23868 (java) S 23865 23868 20210 0 -1 4202496 65888 0 1 0 179665 338 0 0 20 0 22 0 107765988 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 140736542348416 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23868/statm: 2456183 1034853 2302 9 0 2446860 0
[pid=23868/tid=23869] ppid=23865 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/23868/task/23869/stat : 23869 (java) S 23865 23868 20210 0 -1 4202560 2496 0 1 0 96 6 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749663921016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23871] ppid=23865 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/23868/task/23871/stat : 23871 (java) S 23865 23868 20210 0 -1 4202560 2193 0 0 0 275 35 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749652982312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23872] ppid=23865 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/23868/task/23872/stat : 23872 (java) S 23865 23868 20210 0 -1 4202560 2939 0 0 0 276 42 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749651929512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23873] ppid=23865 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/23868/task/23873/stat : 23873 (java) S 23865 23868 20210 0 -1 4202560 2803 0 0 0 295 30 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749650876712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23874] ppid=23865 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/23868/task/23874/stat : 23874 (java) S 23865 23868 20210 0 -1 4202560 3855 0 0 0 293 30 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749649823912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23875] ppid=23865 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/23868/task/23875/stat : 23875 (java) S 23865 23868 20210 0 -1 4202560 2662 0 0 0 293 36 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749648772136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23876] ppid=23865 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/23868/task/23876/stat : 23876 (java) S 23865 23868 20210 0 -1 4202560 4134 0 0 0 297 30 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749647719336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23877] ppid=23865 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/23868/task/23877/stat : 23877 (java) S 23865 23868 20210 0 -1 4202560 2581 0 0 0 291 31 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749500861224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23878] ppid=23865 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/23868/task/23878/stat : 23878 (java) S 23865 23868 20210 0 -1 4202560 2590 0 0 0 284 32 0 0 20 0 22 0 107765989 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749499808424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23879] ppid=23865 vsize=9824732 CPUtime=6.62 cores=1,3,5,7
/proc/23868/task/23879/stat : 23879 (java) S 23865 23868 20210 0 -1 4202560 2897 0 0 0 647 15 0 0 20 0 22 0 107765990 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749487610344 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23880] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23880/stat : 23880 (java) S 23865 23868 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749486556408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23881] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23881/stat : 23881 (java) S 23865 23868 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107765991 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749485503496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23882] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23882/stat : 23882 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749484451984 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23883] ppid=23865 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/23868/task/23883/stat : 23883 (java) S 23865 23868 20210 0 -1 4202560 12230 0 0 0 266 3 0 0 20 0 22 0 107765993 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749483400120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23884] ppid=23865 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/23868/task/23884/stat : 23884 (java) S 23865 23868 20210 0 -1 4202560 21053 0 0 0 198 4 0 0 20 0 22 0 107765993 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749482347320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23868/tid=23885] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23885/stat : 23885 (java) S 23865 23868 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107765993 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749481294712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23886] ppid=23865 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23868/task/23886/stat : 23886 (java) S 23865 23868 20210 0 -1 4202560 51 0 0 0 15 22 0 0 20 0 22 0 107765993 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749480242120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23887] ppid=23865 vsize=9824732 CPUtime=880.94 cores=1,3,5,7
/proc/23868/task/23887/stat : 23887 (java) R 23865 23868 20210 0 -1 4202560 309 0 0 0 88076 18 0 0 20 0 22 0 107766095 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749479185968 139749530167163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23868/tid=23888] ppid=23865 vsize=9824732 CPUtime=880.9 cores=1,3,5,7
/proc/23868/task/23888/stat : 23888 (java) R 23865 23868 20210 0 -1 4202560 1830 0 0 0 88049 41 0 0 20 0 22 0 107766095 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749478134368 139749529571954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23868/tid=23889] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23889/stat : 23889 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749477082024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23868/tid=23890] ppid=23865 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23868/task/23890/stat : 23890 (java) S 23865 23868 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107766097 10060525568 1034853 33554432000 1073741824 1073778376 140736542357280 139749476029224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23868 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.855
CPU time (s): 1800.66
CPU user time (s): 1796.74
CPU system time (s): 3.9224
CPU usage (%): 200.999
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.74
system time used= 3.9224
maximum resident set size= 4140720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65922
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27742
involuntary context switches= 45013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82411 second user time and 7.35388 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 02:12:07
IDJOB=4080617
IDBENCH=48295
IDSOLVER=2543
FILE ID=node128/4080617-1465258327
RUNJOBID= node128-1465247049-20227
PBS_JOBID= 19843253
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080617-1465258327/watcher-4080617-1465258327 -o /tmp/evaluation-result-4080617-1465258327/solver-4080617-1465258327 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080617-1465258327.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1011864178

node128.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.486
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.97
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.486
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	: 5332.55
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.486
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	: 5332.55
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.486
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	: 5332.56
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.486
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	: 5332.54
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.486
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	: 5332.56
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.486
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	: 5332.55
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.486
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28600272 kB
Buffers:           56836 kB
Cached:           111588 kB
SwapCached:         1656 kB
Active:          3137372 kB
Inactive:         101928 kB
Active(anon):    3072456 kB
Inactive(anon):      528 kB
Active(file):      64916 kB
Inactive(file):   101400 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:              1068 kB
Writeback:             0 kB
AnonPages:       3393968 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             570664 kB
SReclaimable:      13884 kB
SUnreclaim:       556780 kB
KernelStack:        1624 kB
PageTables:        10800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3762436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3284992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node128 at 2016-06-07 02:27:03