Trace number 4108933

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.03 899.698

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-147.opb
MD5SUM8c2053bb677dce90b85fb5832d9bc324
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4108933-1466289419.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
9.20/6.94	c ... done. Wall clock time 6.821s.
9.20/6.94	c declared #vars     42127
9.20/6.94	c #constraints  975848
9.20/6.94	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
9.20/6.94	c constraints type 
9.20/6.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 672019
9.20/6.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 3063
9.20/6.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 204985
9.20/6.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
9.20/6.94	c 975848 constraints processed.
9.20/6.94	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
9.20/6.94	c constraints type 
9.20/6.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
9.20/6.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
9.20/6.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
9.20/6.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
9.20/6.94	c 975848 constraints processed.
20.42/11.84	c cleaning 2492 clauses out of 5000 with flag 110582/5000
34.37/18.55	c cleaning 0 clauses out of 5000 with flag 0/5000
35.59/19.07	c cleaning 4246 clauses out of 8508 with flag 395322/11000
43.86/23.14	c cleaning 0 clauses out of 11001 with flag 0/11001
45.29/23.82	c cleaning 5609 clauses out of 11262 with flag 575586/18000
55.92/29.20	c cleaning 0 clauses out of 18002 with flag 0/18002
56.33/29.34	c cleaning 6806 clauses out of 13656 with flag 869896/26003
73.19/37.72	c cleaning 0 clauses out of 26000 with flag 0/26000
78.17/40.21	c cleaning 7910 clauses out of 15847 with flag 1350086/35000
91.97/47.40	c cleaning 8927 clauses out of 17937 with flag 1535029/45000
94.77/48.83	c cleaning 0 clauses out of 35000 with flag 0/35000
107.37/55.19	c cleaning 10005 clauses out of 20010 with flag 1777543/56000
121.60/62.20	c cleaning 0 clauses out of 45000 with flag 0/45000
134.45/68.69	c cleaning 10996 clauses out of 22006 with flag 2152698/68001
154.69/78.79	c cleaning 0 clauses out of 56000 with flag 0/56000
159.29/81.07	c cleaning 11978 clauses out of 24009 with flag 2485846/81000
180.93/91.88	c cleaning 12952 clauses out of 26032 with flag 2700502/95001
195.58/99.17	c cleaning 0 clauses out of 68000 with flag 0/68000
211.69/107.11	c cleaning 14031 clauses out of 28080 with flag 3059037/110001
228.16/115.34	c cleaning 15014 clauses out of 30049 with flag 3174653/126001
246.85/124.63	c cleaning 0 clauses out of 81001 with flag 0/81001
246.85/124.68	c cleaning 16008 clauses out of 32034 with flag 3298204/143000
265.52/133.97	c cleaning 17006 clauses out of 34026 with flag 3438906/161000
286.60/144.42	c cleaning 17996 clauses out of 36020 with flag 3591873/180000
295.98/149.15	c cleaning 0 clauses out of 95000 with flag 0/95000
309.67/155.94	c cleaning 19002 clauses out of 38024 with flag 3762432/200000
351.74/176.91	c cleaning 19993 clauses out of 40023 with flag 4465509/221001
373.43/187.75	c cleaning 0 clauses out of 110001 with flag 0/110001
385.43/193.80	c cleaning 20962 clauses out of 42030 with flag 5162689/243001
420.00/210.95	c cleaning 22018 clauses out of 44067 with flag 5503852/266000
449.89/225.82	c cleaning 23019 clauses out of 46049 with flag 5653253/290000
454.29/228.03	c cleaning 0 clauses out of 126001 with flag 0/126001
497.07/249.30	c cleaning 23877 clauses out of 48030 with flag 6271656/315000
540.73/271.16	c cleaning 0 clauses out of 143003 with flag 0/143003
552.62/277.09	c cleaning 25025 clauses out of 50153 with flag 6901086/341000
610.80/306.02	c cleaning 25996 clauses out of 52128 with flag 7592336/368000
618.88/310.05	c cleaning 0 clauses out of 161001 with flag 0/161001
645.56/323.32	c cleaning 27054 clauses out of 54134 with flag 7848059/396002
707.14/354.05	c cleaning 0 clauses out of 180002 with flag 0/180002
710.15/355.58	c cleaning 27985 clauses out of 56078 with flag 8400474/425000
765.26/382.97	c cleaning 28974 clauses out of 58095 with flag 8855716/455002
819.14/409.80	c cleaning 30050 clauses out of 60112 with flag 9229400/486000
819.14/409.85	c cleaning 0 clauses out of 200001 with flag 0/200001
863.03/431.72	c cleaning 31019 clauses out of 62057 with flag 9523258/518001
918.44/459.30	c cleaning 32002 clauses out of 64035 with flag 9922182/551000
966.74/483.41	c cleaning 0 clauses out of 221000 with flag 0/221000
974.75/487.41	c cleaning 32952 clauses out of 66033 with flag 10389454/585000
1029.52/514.72	c cleaning 33980 clauses out of 68082 with flag 10682673/620001
1099.36/549.55	c cleaning 34980 clauses out of 70101 with flag 11052254/656000
1117.75/558.76	c cleaning 0 clauses out of 243001 with flag 0/243001
1170.77/585.17	c cleaning 36033 clauses out of 72121 with flag 11637333/693000
1231.46/615.43	c cleaning 37002 clauses out of 74088 with flag 12249794/731000
1298.90/649.05	c cleaning 0 clauses out of 266002 with flag 0/266002
1301.51/650.40	c cleaning 38021 clauses out of 76086 with flag 13275898/770000
1380.80/689.91	c cleaning 38686 clauses out of 78065 with flag 14218461/810000
1452.63/725.72	c cleaning 38650 clauses out of 80379 with flag 15104594/851000
1530.32/764.95	c cleaning 0 clauses out of 290000 with flag 0/290000
1546.14/772.89	c cleaning 38578 clauses out of 83729 with flag 15855753/893000
1614.20/806.84	c cleaning 42293 clauses out of 88154 with flag 16301716/936003
1700.11/849.71	c cleaning 41455 clauses out of 89858 with flag 16942843/980000
1768.76/884.06	c cleaning 0 clauses out of 315000 with flag 0/315000
1779.22/889.29	c cleaning 43994 clauses out of 93403 with flag 17609740/1025000
1800.03/899.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/899.60	c starts		: 4079
1800.03/899.60	c conflicts		: 1041590
1800.03/899.60	c decisions		: 38203978
1800.03/899.60	c propagations		: 1306405546
1800.03/899.60	c inspects		: 7667545699
1800.03/899.60	c shortcuts		: 0
1800.03/899.60	c learnt literals	: 15
1800.03/899.60	c learnt binary clauses	: 2268
1800.03/899.60	c learnt ternary clauses	: 4728
1800.03/899.60	c learnt constraints	: 1041575
1800.03/899.60	c ignored constraints	: 0
1800.03/899.60	c root simplifications	: 0
1800.03/899.60	c removed literals (reason simplification)	: 7655507
1800.03/899.60	c reason swapping (by a shorter reason)	: 0
1800.03/899.60	c Calls to reduceDB	: 41
1800.03/899.60	c Number of update (reduction) of LBD	: 601823
1800.03/899.60	c Imported unit clauses	: 0
1800.03/899.60	c number of reductions to clauses (during analyze)	: 0
1800.03/899.60	c number of learned constraints concerned by reduction	: 0
1800.03/899.60	c number of learning phase by resolution	: 0
1800.03/899.60	c number of learning phase by cutting planes	: 0
1800.03/899.60	c speed (assignments/second)	: 1463540.1161058173
1800.03/899.60	c non guided choices	2851407
1800.03/899.63	c learnt constraints type 
1800.03/899.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2268
1800.03/899.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63732
1800.03/899.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/899.63	c starts		: 135
1800.03/899.63	c conflicts		: 318392
1800.03/899.63	c decisions		: 606544
1800.03/899.63	c propagations		: 289783509
1800.03/899.63	c inspects		: 4638222456
1800.03/899.63	c shortcuts		: 0
1800.03/899.63	c learnt literals	: 0
1800.03/899.63	c learnt binary clauses	: 5
1800.03/899.63	c learnt ternary clauses	: 73
1800.03/899.63	c learnt constraints	: 318391
1800.03/899.63	c ignored constraints	: 0
1800.03/899.63	c root simplifications	: 0
1800.03/899.63	c removed literals (reason simplification)	: 0
1800.03/899.63	c reason swapping (by a shorter reason)	: 0
1800.03/899.63	c Calls to reduceDB	: 21
1800.03/899.63	c Number of update (reduction) of LBD	: 0
1800.03/899.63	c Imported unit clauses	: 0
1800.03/899.63	c number of reductions to clauses (during analyze)	: 0
1800.03/899.63	c number of learned constraints concerned by reduction	: 0
1800.03/899.63	c number of learning phase by resolution	: 0
1800.03/899.63	c number of learning phase by cutting planes	: 0
1800.03/899.63	c speed (assignments/second)	: 324629.2082091726
1800.03/899.63	c non guided choices	4944
1800.03/899.68	c learnt constraints type 
1800.03/899.68	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 318194
1800.03/899.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/899.68	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 5
1800.03/899.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 191
1800.03/899.68	s UNKNOWN
1800.03/899.68	c Total wall clock time (in seconds): 899.562

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-4108933-1466289419/watcher-4108933-1466289419 -o /tmp/evaluation-result-4108933-1466289419/solver-4108933-1466289419 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24418 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4108933-1466289419.opb 

pid=30241
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: 4.11 4.12 4.11 5/195 30244
/proc/meminfo: memFree=27924728/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/30244/stat : 30244 (java) R 30241 30244 24401 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 30992164 278528 34 33554432000 1073741824 1073778376 140736992439680 140733658708760 235365559477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 68 34 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 4.11 4.12 4.11 5/195 30244
/proc/meminfo: memFree=27924728/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 30992164 9787879424 6036 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200238 s]
/proc/loadavg: 4.11 4.12 4.11 5/195 30244
/proc/meminfo: memFree=27924728/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 4676 0 1 0 22 1 0 0 20 0 18 0 30992164 9787879424 8809 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2389619 8809 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300252 s]
/proc/loadavg: 4.11 4.12 4.11 5/195 30244
/proc/meminfo: memFree=27924728/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 5801 0 1 0 45 1 0 0 20 0 18 0 30992164 9787879424 10981 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2389619 10981 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 4.11 4.12 4.11 5/195 30244
/proc/meminfo: memFree=27924728/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 12438 0 1 0 133 5 0 0 20 0 18 0 30992164 9787879424 44665 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2389619 44665 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 4.26 4.16 4.12 4/213 30262
/proc/meminfo: memFree=27640988/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9558476 CPUtime=2.63 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 13564 0 1 0 248 15 0 0 20 0 18 0 30992164 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2389619 91021 2263 9 0 2380296 0
[pid=30244/tid=30246] ppid=30241 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/30244/task/30246/stat : 30246 (java) S 30241 30244 24401 0 -1 4202560 2531 0 1 0 131 4 0 0 20 0 18 0 30992165 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928125799768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30247] ppid=30241 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/30244/task/30247/stat : 30247 (java) R 30241 30244 24401 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928098253352 139928132696830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30248] ppid=30241 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/30244/task/30248/stat : 30248 (java) R 30241 30244 24401 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928097200728 139928128272115 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30249] ppid=30241 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/30244/task/30249/stat : 30249 (java) R 30241 30244 24401 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928096147928 139928129557644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30250] ppid=30241 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/30244/task/30250/stat : 30250 (java) R 30241 30244 24401 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928095095128 139928132697004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30251] ppid=30241 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/30244/task/30251/stat : 30251 (java) R 30241 30244 24401 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928094043352 139928129976495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30252] ppid=30241 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/30244/task/30252/stat : 30252 (java) R 30241 30244 24401 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928092990552 139928132697004 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30253] ppid=30241 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/30244/task/30253/stat : 30253 (java) R 30241 30244 24401 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928091937600 139928132697163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30254] ppid=30241 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/30244/task/30254/stat : 30254 (java) R 30241 30244 24401 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 30992166 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139928090884952 139928128272041 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30255] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30255/stat : 30255 (java) S 30241 30244 24401 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 30992167 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927479096712 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30256] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30256/stat : 30256 (java) S 30241 30244 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30992168 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927478043896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30257] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30257/stat : 30257 (java) S 30241 30244 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30992168 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927476990984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30258] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30258/stat : 30258 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927475939472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30259] ppid=30241 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/30244/task/30259/stat : 30259 (java) S 30241 30244 24401 0 -1 4202560 3870 0 0 0 43 1 0 0 20 0 18 0 30992170 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927474887608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30260] ppid=30241 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/30244/task/30260/stat : 30260 (java) S 30241 30244 24401 0 -1 4202560 5489 0 0 0 40 2 0 0 20 0 18 0 30992170 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927473834808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30261] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30261/stat : 30261 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927472782200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30262] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30262/stat : 30262 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 91021 33554432000 1073741824 1073778376 140736992439680 139927471729608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 4.26 4.16 4.12 4/213 30262
/proc/meminfo: memFree=27293324/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9558476 CPUtime=4.65 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 14188 0 1 0 434 31 0 0 20 0 18 0 30992164 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2389619 171220 2263 9 0 2380296 0
[pid=30244/tid=30246] ppid=30241 vsize=9558476 CPUtime=2.81 cores=1,3,5,7
/proc/30244/task/30246/stat : 30246 (java) R 30241 30244 24401 0 -1 4202560 2643 0 1 0 274 7 0 0 20 0 18 0 30992165 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928125792176 139927971470221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30247] ppid=30241 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/30244/task/30247/stat : 30247 (java) S 30241 30244 24401 0 -1 4202560 82 0 0 0 11 4 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928098253352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30248] ppid=30241 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30244/task/30248/stat : 30248 (java) S 30241 30244 24401 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928097200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30249] ppid=30241 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/30244/task/30249/stat : 30249 (java) S 30241 30244 24401 0 -1 4202560 42 0 0 0 6 1 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928096147752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30250] ppid=30241 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/30244/task/30250/stat : 30250 (java) S 30241 30244 24401 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928095094952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30251] ppid=30241 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30244/task/30251/stat : 30251 (java) S 30241 30244 24401 0 -1 4202560 47 0 0 0 6 3 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928094043176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30252] ppid=30241 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/30244/task/30252/stat : 30252 (java) S 30241 30244 24401 0 -1 4202560 78 0 0 0 10 4 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928092990376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30253] ppid=30241 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/30244/task/30253/stat : 30253 (java) S 30241 30244 24401 0 -1 4202560 74 0 0 0 8 3 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928091937576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30254] ppid=30241 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/30244/task/30254/stat : 30254 (java) S 30241 30244 24401 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 30992166 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139928090884776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30255] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30255/stat : 30255 (java) S 30241 30244 24401 0 -1 4202560 483 0 0 0 0 0 0 0 20 0 18 0 30992167 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927479097832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30256] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30256/stat : 30256 (java) S 30241 30244 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30992168 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927478043896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30257] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30257/stat : 30257 (java) S 30241 30244 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30992168 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927476990984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30258] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30258/stat : 30258 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927475939472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30259] ppid=30241 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/30244/task/30259/stat : 30259 (java) S 30241 30244 24401 0 -1 4202560 3870 0 0 0 44 2 0 0 20 0 18 0 30992170 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927474887608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30260] ppid=30241 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/30244/task/30260/stat : 30260 (java) S 30241 30244 24401 0 -1 4202560 5489 0 0 0 40 2 0 0 20 0 18 0 30992170 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927473834808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30261] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30261/stat : 30261 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927472782200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30262] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30262/stat : 30262 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 171220 33554432000 1073741824 1073778376 140736992439680 139927471729608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 4.72 4.25 4.15 4/213 30262
/proc/meminfo: memFree=26586648/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9558476 CPUtime=8.59 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 16404 0 1 0 798 61 0 0 20 0 18 0 30992164 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2389619 336082 2263 9 0 2380296 0
[pid=30244/tid=30246] ppid=30241 vsize=9558476 CPUtime=5.74 cores=1,3,5,7
/proc/30244/task/30246/stat : 30246 (java) R 30241 30244 24401 0 -1 4202560 3342 0 1 0 559 15 0 0 20 0 18 0 30992165 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928125792176 235378107661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30247] ppid=30241 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/30244/task/30247/stat : 30247 (java) S 30241 30244 24401 0 -1 4202560 263 0 0 0 16 6 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928098253352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30248] ppid=30241 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/30244/task/30248/stat : 30248 (java) S 30241 30244 24401 0 -1 4202560 95 0 0 0 17 5 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928097200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30249] ppid=30241 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/30244/task/30249/stat : 30249 (java) S 30241 30244 24401 0 -1 4202560 68 0 0 0 12 2 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928096147752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30250] ppid=30241 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/30244/task/30250/stat : 30250 (java) S 30241 30244 24401 0 -1 4202560 228 0 0 0 16 5 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928095094952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30251] ppid=30241 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/30244/task/30251/stat : 30251 (java) S 30241 30244 24401 0 -1 4202560 98 0 0 0 16 5 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928094043176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30252] ppid=30241 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/30244/task/30252/stat : 30252 (java) S 30241 30244 24401 0 -1 4202560 407 0 0 0 20 7 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928092990376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30253] ppid=30241 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/30244/task/30253/stat : 30253 (java) S 30241 30244 24401 0 -1 4202560 162 0 0 0 28 8 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928091937576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30254] ppid=30241 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/30244/task/30254/stat : 30254 (java) S 30241 30244 24401 0 -1 4202560 101 0 0 0 11 4 0 0 20 0 18 0 30992166 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139928090884776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30255] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30255/stat : 30255 (java) S 30241 30244 24401 0 -1 4202560 1027 0 0 0 0 0 0 0 20 0 18 0 30992167 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927479097832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30256] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30256/stat : 30256 (java) S 30241 30244 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30992168 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927478043896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30257] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30257/stat : 30257 (java) S 30241 30244 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30992168 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927476990984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30258] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30258/stat : 30258 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927475939472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30259] ppid=30241 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/30244/task/30259/stat : 30259 (java) S 30241 30244 24401 0 -1 4202560 3870 0 0 0 45 2 0 0 20 0 18 0 30992170 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927474887608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30260] ppid=30241 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/30244/task/30260/stat : 30260 (java) S 30241 30244 24401 0 -1 4202560 5489 0 0 0 40 2 0 0 20 0 18 0 30992170 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927473834808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30261] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30261/stat : 30261 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927472782200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30262] ppid=30241 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30262/stat : 30262 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30992170 9787879424 336082 33554432000 1073741824 1073778376 140736992439680 139927471729608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 4.66 4.25 4.15 5/217 30266
/proc/meminfo: memFree=25508732/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9824732 CPUtime=22.26 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 20864 0 1 0 2133 93 0 0 20 0 22 0 30992164 10060525568 604025 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2456183 604025 2290 9 0 2446860 0

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

/proc/30244/task/30249/stat : 30249 (java) S 30241 30244 24401 0 -1 4202560 467 0 0 0 151 13 0 0 20 0 22 0 30992166 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139928096147752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30250] ppid=30241 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/30244/task/30250/stat : 30250 (java) S 30241 30244 24401 0 -1 4202560 581 0 0 0 157 14 0 0 20 0 22 0 30992166 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139928095094952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30251] ppid=30241 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/30244/task/30251/stat : 30251 (java) S 30241 30244 24401 0 -1 4202560 460 0 0 0 163 14 0 0 20 0 22 0 30992166 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139928094043176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30252] ppid=30241 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/30244/task/30252/stat : 30252 (java) S 30241 30244 24401 0 -1 4202560 683 0 0 0 154 14 0 0 20 0 22 0 30992166 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139928092990376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30253] ppid=30241 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/30244/task/30253/stat : 30253 (java) S 30241 30244 24401 0 -1 4202560 503 0 0 0 158 15 0 0 20 0 22 0 30992166 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139928091937576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30254] ppid=30241 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/30244/task/30254/stat : 30254 (java) S 30241 30244 24401 0 -1 4202560 491 0 0 0 163 17 0 0 20 0 22 0 30992166 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139928090884776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30255] ppid=30241 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/30244/task/30255/stat : 30255 (java) S 30241 30244 24401 0 -1 4202560 1888 0 0 0 149 7 0 0 20 0 22 0 30992167 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927479097832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30256] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30256/stat : 30256 (java) S 30241 30244 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30992168 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927478043896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30257] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30257/stat : 30257 (java) S 30241 30244 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30992168 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927476990984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30258] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30258/stat : 30258 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30992170 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927475939472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30259] ppid=30241 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30244/task/30259/stat : 30259 (java) S 30241 30244 24401 0 -1 4202560 6944 0 0 0 128 2 0 0 20 0 22 0 30992170 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927474887608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30260] ppid=30241 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/30244/task/30260/stat : 30260 (java) S 30241 30244 24401 0 -1 4202560 6628 0 0 0 132 2 0 0 20 0 22 0 30992170 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927473834808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30261] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30261/stat : 30261 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30992170 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927472782200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30262] ppid=30241 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/30244/task/30262/stat : 30262 (java) S 30241 30244 24401 0 -1 4202560 49 0 0 0 12 18 0 0 20 0 22 0 30992170 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927471729608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30263] ppid=30241 vsize=9824732 CPUtime=808.34 cores=1,3,5,7
/proc/30244/task/30263/stat : 30263 (java) R 30241 30244 24401 0 -1 4202560 69 0 0 0 80821 13 0 0 20 0 22 0 30992859 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927470673440 139927971810413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30264] ppid=30241 vsize=9824732 CPUtime=808.34 cores=1,3,5,7
/proc/30244/task/30264/stat : 30264 (java) R 30241 30244 24401 0 -1 4202560 509 0 0 0 80809 25 0 0 20 0 22 0 30992859 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927469619360 139927971810598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30265] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30265/stat : 30265 (java) S 30241 30244 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30992862 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927468569512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30266] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30266/stat : 30266 (java) S 30241 30244 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30992862 10060525568 794076 33554432000 1073741824 1073778376 140736992439680 139927467516712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1645.25
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.06 3.88 3.98 4/213 30354
/proc/meminfo: memFree=20331484/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9824732 CPUtime=1765.36 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 25213 0 1 0 176354 182 0 0 20 0 22 0 30992164 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2456183 750146 2298 9 0 2446860 0
[pid=30244/tid=30246] ppid=30241 vsize=9824732 CPUtime=6.44 cores=1,3,5,7
/proc/30244/task/30246/stat : 30246 (java) S 30241 30244 24401 0 -1 4202560 3552 0 1 0 622 22 0 0 20 0 22 0 30992165 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928125801336 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30247] ppid=30241 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/30244/task/30247/stat : 30247 (java) S 30241 30244 24401 0 -1 4202560 616 0 0 0 147 16 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928098253352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30248] ppid=30241 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/30244/task/30248/stat : 30248 (java) S 30241 30244 24401 0 -1 4202560 486 0 0 0 153 15 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928097200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30249] ppid=30241 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/30244/task/30249/stat : 30249 (java) S 30241 30244 24401 0 -1 4202560 468 0 0 0 154 13 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928096147752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30250] ppid=30241 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/30244/task/30250/stat : 30250 (java) S 30241 30244 24401 0 -1 4202560 581 0 0 0 159 14 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928095094952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30251] ppid=30241 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/30244/task/30251/stat : 30251 (java) S 30241 30244 24401 0 -1 4202560 460 0 0 0 167 15 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928094043176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30252] ppid=30241 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/30244/task/30252/stat : 30252 (java) S 30241 30244 24401 0 -1 4202560 688 0 0 0 157 14 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928092990376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30253] ppid=30241 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/30244/task/30253/stat : 30253 (java) S 30241 30244 24401 0 -1 4202560 508 0 0 0 162 15 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928091937576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30254] ppid=30241 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/30244/task/30254/stat : 30254 (java) S 30241 30244 24401 0 -1 4202560 492 0 0 0 165 17 0 0 20 0 22 0 30992166 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139928090884776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30255] ppid=30241 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/30244/task/30255/stat : 30255 (java) S 30241 30244 24401 0 -1 4202560 1892 0 0 0 149 7 0 0 20 0 22 0 30992167 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927479097832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30256] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30256/stat : 30256 (java) S 30241 30244 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30992168 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927478043896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30257] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30257/stat : 30257 (java) S 30241 30244 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30992168 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927476990984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30258] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30258/stat : 30258 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30992170 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927475939472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30259] ppid=30241 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30244/task/30259/stat : 30259 (java) S 30241 30244 24401 0 -1 4202560 6944 0 0 0 128 2 0 0 20 0 22 0 30992170 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927474887608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30260] ppid=30241 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/30244/task/30260/stat : 30260 (java) S 30241 30244 24401 0 -1 4202560 6628 0 0 0 132 2 0 0 20 0 22 0 30992170 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927473834808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30261] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30261/stat : 30261 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30992170 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927472782200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30262] ppid=30241 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/30244/task/30262/stat : 30262 (java) S 30241 30244 24401 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 30992170 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927471729608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30263] ppid=30241 vsize=9824732 CPUtime=868.12 cores=1,3,5,7
/proc/30244/task/30263/stat : 30263 (java) R 30241 30244 24401 0 -1 4202560 71 0 0 0 86798 14 0 0 20 0 22 0 30992859 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927470673440 139927972008815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30264] ppid=30241 vsize=9824732 CPUtime=868.12 cores=1,3,5,7
/proc/30244/task/30264/stat : 30264 (java) R 30241 30244 24401 0 -1 4202560 509 0 0 0 86786 26 0 0 20 0 22 0 30992859 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927469619888 139927971692556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30265] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30265/stat : 30265 (java) S 30241 30244 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30992862 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927468569512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30266] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30266/stat : 30266 (java) S 30241 30244 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30992862 10060525568 750146 33554432000 1073741824 1073778376 140736992439680 139927467516712 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1765.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 3.83 3.83 3.97 4/213 30354
/proc/meminfo: memFree=20199924/32872528 swapFree=447868/480572
[pid=30244] ppid=30241 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/30244/stat : 30244 (java) S 30241 30244 24401 0 -1 4202496 25232 0 1 0 179820 183 0 0 20 0 22 0 30992164 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 140736992430816 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30244/statm: 2456183 722172 2298 9 0 2446860 0
[pid=30244/tid=30246] ppid=30241 vsize=9824732 CPUtime=6.44 cores=1,3,5,7
/proc/30244/task/30246/stat : 30246 (java) S 30241 30244 24401 0 -1 4202560 3552 0 1 0 622 22 0 0 20 0 22 0 30992165 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928125801336 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30247] ppid=30241 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/30244/task/30247/stat : 30247 (java) S 30241 30244 24401 0 -1 4202560 616 0 0 0 149 16 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928098253352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30248] ppid=30241 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/30244/task/30248/stat : 30248 (java) S 30241 30244 24401 0 -1 4202560 486 0 0 0 154 15 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928097200552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30249] ppid=30241 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/30244/task/30249/stat : 30249 (java) S 30241 30244 24401 0 -1 4202560 473 0 0 0 155 13 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928096147752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30250] ppid=30241 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/30244/task/30250/stat : 30250 (java) S 30241 30244 24401 0 -1 4202560 581 0 0 0 161 14 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928095094952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30251] ppid=30241 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/30244/task/30251/stat : 30251 (java) S 30241 30244 24401 0 -1 4202560 464 0 0 0 171 15 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928094043176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30252] ppid=30241 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/30244/task/30252/stat : 30252 (java) S 30241 30244 24401 0 -1 4202560 688 0 0 0 159 14 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928092990376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30253] ppid=30241 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/30244/task/30253/stat : 30253 (java) S 30241 30244 24401 0 -1 4202560 511 0 0 0 164 15 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928091937576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30254] ppid=30241 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/30244/task/30254/stat : 30254 (java) S 30241 30244 24401 0 -1 4202560 496 0 0 0 166 17 0 0 20 0 22 0 30992166 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139928090884776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30255] ppid=30241 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/30244/task/30255/stat : 30255 (java) S 30241 30244 24401 0 -1 4202560 1892 0 0 0 149 7 0 0 20 0 22 0 30992167 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927479097832 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30256] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30256/stat : 30256 (java) S 30241 30244 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30992168 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927478043896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30257] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30257/stat : 30257 (java) S 30241 30244 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30992168 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927476990984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30258] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30258/stat : 30258 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30992170 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927475939472 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30259] ppid=30241 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30244/task/30259/stat : 30259 (java) S 30241 30244 24401 0 -1 4202560 6944 0 0 0 128 2 0 0 20 0 22 0 30992170 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927474887608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30260] ppid=30241 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/30244/task/30260/stat : 30260 (java) S 30241 30244 24401 0 -1 4202560 6628 0 0 0 132 2 0 0 20 0 22 0 30992170 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927473834808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30244/tid=30261] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30261/stat : 30261 (java) S 30241 30244 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30992170 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927472782200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30262] ppid=30241 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/30244/task/30262/stat : 30262 (java) S 30241 30244 24401 0 -1 4202560 53 0 0 0 13 20 0 0 20 0 22 0 30992170 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927471729608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30244/tid=30263] ppid=30241 vsize=9824732 CPUtime=885.34 cores=1,3,5,7
/proc/30244/task/30263/stat : 30263 (java) R 30241 30244 24401 0 -1 4202560 71 0 0 0 88520 14 0 0 20 0 22 0 30992859 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927470665744 139927971898907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30264] ppid=30241 vsize=9824732 CPUtime=885.34 cores=1,3,5,7
/proc/30244/task/30264/stat : 30264 (java) R 30241 30244 24401 0 -1 4202560 510 0 0 0 88508 26 0 0 20 0 22 0 30992859 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927469620528 139927971484444 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30244/tid=30265] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30265/stat : 30265 (java) S 30241 30244 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30992862 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927468569512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30244/tid=30266] ppid=30241 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30244/task/30266/stat : 30266 (java) S 30241 30244 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30992862 10060525568 722172 33554432000 1073741824 1073778376 140736992439680 139927467516712 235378096041 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 30244 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30244 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=779304
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=290651
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.698
CPU time (s): 1800.03
CPU user time (s): 1798.2
CPU system time (s): 1.83
CPU usage (%): 200.07
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.29065
maximum resident set size= 3314972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25267
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23276
involuntary context switches= 23045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2732 second user time and 7.76282 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-19 00:37:00
IDJOB=4108933
IDBENCH=89747
IDSOLVER=2543
FILE ID=node104/4108933-1466289419
RUNJOBID= node104-1466276650-24418
PBS_JOBID= 19918266
Free space on /tmp= 71580 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-147.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108933-1466289419/watcher-4108933-1466289419 -o /tmp/evaluation-result-4108933-1466289419/solver-4108933-1466289419 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24418 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4108933-1466289419.opb

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=23804913

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.55
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		: 2667.035
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.55
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		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27925272 kB
Buffers:          154256 kB
Cached:           388696 kB
SwapCached:        40452 kB
Active:          3373056 kB
Inactive:         334248 kB
Active(anon):    3126932 kB
Inactive(anon):    39968 kB
Active(file):     246124 kB
Inactive(file):   294280 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:             43780 kB
Writeback:             0 kB
AnonPages:       3616348 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             612772 kB
SReclaimable:      56384 kB
SUnreclaim:       556388 kB
KernelStack:        1592 kB
PageTables:        11360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3952196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3117056 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= 70480 MiB
End job on node104 at 2016-06-19 00:52:00