Trace number 4080473

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.17 899.687

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
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 variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 568
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080473-1465267178.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  no objective function found
8.05/5.80	c ... done. Wall clock time 5.673s.
8.05/5.80	c declared #vars     33692
8.05/5.80	c #constraints  741696
8.05/5.80	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
8.05/5.80	c constraints type 
8.05/5.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
8.05/5.80	c org.sat4j.specs.Constr$1 => 4115
8.05/5.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
8.05/5.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
8.05/5.80	c org.sat4j.minisat.constraints.cnf.UnitClause => 263
8.05/5.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
8.05/5.80	c 741696 constraints processed.
8.05/5.80	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
8.05/5.80	c constraints type 
8.05/5.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
8.05/5.80	c org.sat4j.specs.Constr$1 => 4115
8.05/5.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
8.05/5.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
8.05/5.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
8.05/5.80	c org.sat4j.pb.constraints.pb.UnitClausePB => 263
8.05/5.80	c 741696 constraints processed.
15.48/9.16	c cleaning 0 clauses out of 5004 with flag 0/5004
23.87/13.11	c cleaning 2499 clauses out of 4998 with flag 84609/5000
25.36/13.67	c cleaning 0 clauses out of 11000 with flag 0/11000
35.41/18.55	c cleaning 0 clauses out of 18003 with flag 0/18003
41.50/21.52	c cleaning 4232 clauses out of 8494 with flag 377784/11000
49.72/25.66	c cleaning 0 clauses out of 26001 with flag 0/26001
55.94/28.79	c cleaning 5608 clauses out of 11259 with flag 770841/18000
67.98/34.79	c cleaning 0 clauses out of 35001 with flag 0/35001
70.98/36.23	c cleaning 6720 clauses out of 13651 with flag 1267760/26000
89.02/45.29	c cleaning 0 clauses out of 45001 with flag 0/45001
92.86/47.15	c cleaning 7852 clauses out of 15926 with flag 1751202/35000
118.25/59.84	c cleaning 0 clauses out of 56001 with flag 0/56001
125.45/63.42	c cleaning 8880 clauses out of 18072 with flag 2324971/45000
149.28/75.32	c cleaning 0 clauses out of 68000 with flag 0/68000
163.92/82.67	c cleaning 9873 clauses out of 20192 with flag 3036088/56000
190.52/95.99	c cleaning 0 clauses out of 81000 with flag 0/81000
198.96/100.17	c cleaning 11142 clauses out of 22312 with flag 3578973/68000
219.00/110.12	c cleaning 12044 clauses out of 24143 with flag 3918917/81000
233.21/117.21	c cleaning 0 clauses out of 95001 with flag 0/95001
239.41/120.37	c cleaning 12856 clauses out of 26096 with flag 4240318/95000
260.86/131.05	c cleaning 14074 clauses out of 28230 with flag 4536434/110000
283.09/142.17	c cleaning 15009 clauses out of 30155 with flag 4803605/126000
284.29/142.80	c cleaning 0 clauses out of 110002 with flag 0/110002
299.91/150.59	c cleaning 16028 clauses out of 32144 with flag 4997300/143000
313.13/157.16	c cleaning 17022 clauses out of 34117 with flag 5206802/161001
335.16/168.14	c cleaning 17981 clauses out of 36094 with flag 5483078/180000
356.21/178.69	c cleaning 19046 clauses out of 38106 with flag 5721416/200000
357.21/179.14	c cleaning 0 clauses out of 126001 with flag 0/126001
379.25/190.13	c cleaning 19965 clauses out of 40053 with flag 6016414/221000
410.86/206.25	c cleaning 20898 clauses out of 42088 with flag 6509464/243000
426.47/214.01	c cleaning 0 clauses out of 143000 with flag 0/143000
443.92/222.75	c cleaning 22036 clauses out of 44190 with flag 7047603/266000
472.97/237.29	c cleaning 22905 clauses out of 46146 with flag 7472492/290000
513.91/257.60	c cleaning 23959 clauses out of 48239 with flag 7872363/315000
523.51/262.47	c cleaning 0 clauses out of 161000 with flag 0/161000
548.40/274.90	c cleaning 24939 clauses out of 50278 with flag 8361008/341000
591.15/296.19	c cleaning 25856 clauses out of 52339 with flag 8854509/368000
623.42/312.22	c cleaning 0 clauses out of 180001 with flag 0/180001
639.85/320.41	c cleaning 27114 clauses out of 54482 with flag 9370264/396000
689.02/344.97	c cleaning 27757 clauses out of 56359 with flag 9865014/425000
725.40/363.04	c cleaning 28857 clauses out of 58598 with flag 10188925/455000
734.62/367.61	c cleaning 0 clauses out of 200004 with flag 0/200004
761.32/380.96	c cleaning 30267 clauses out of 60741 with flag 10448117/486000
790.43/395.46	c cleaning 31231 clauses out of 62474 with flag 10771364/518000
823.89/412.14	c cleaning 32106 clauses out of 64242 with flag 11081055/551000
853.40/426.90	c cleaning 0 clauses out of 221000 with flag 0/221000
864.23/432.30	c cleaning 32817 clauses out of 66135 with flag 11389510/585000
897.13/448.97	c cleaning 33964 clauses out of 68303 with flag 11739005/620000
925.04/462.86	c cleaning 34891 clauses out of 70333 with flag 12118440/656002
953.89/477.22	c cleaning 35494 clauses out of 72438 with flag 12460647/693000
984.26/492.31	c cleaning 36572 clauses out of 74943 with flag 12900552/731003
990.08/495.25	c cleaning 0 clauses out of 243001 with flag 0/243001
1016.76/508.55	c cleaning 38232 clauses out of 77367 with flag 13249112/770000
1044.48/522.30	c cleaning 38263 clauses out of 79135 with flag 13630365/810000
1085.45/542.78	c cleaning 40012 clauses out of 81873 with flag 14177449/851001
1149.63/574.72	c cleaning 40409 clauses out of 83861 with flag 14789035/893001
1158.46/579.14	c cleaning 0 clauses out of 266001 with flag 0/266001
1207.06/603.36	c cleaning 41586 clauses out of 86451 with flag 15337247/936000
1271.09/635.23	c cleaning 42082 clauses out of 88864 with flag 16051384/980004
1309.89/654.97	c cleaning 44030 clauses out of 91778 with flag 16499487/1025000
1341.45/670.68	c cleaning 44897 clauses out of 93739 with flag 16941243/1071000
1355.14/677.46	c cleaning 0 clauses out of 290003 with flag 0/290003
1375.79/687.78	c cleaning 45660 clauses out of 95841 with flag 17376182/1118000
1426.40/712.99	c cleaning 45521 clauses out of 98181 with flag 17905257/1166000
1475.32/737.38	c cleaning 47266 clauses out of 101661 with flag 18438353/1215001
1530.94/765.01	c cleaning 48580 clauses out of 104394 with flag 19010589/1265000
1578.18/788.58	c cleaning 0 clauses out of 315001 with flag 0/315001
1593.02/795.95	c cleaning 49428 clauses out of 106813 with flag 19818779/1316000
1640.84/819.72	c cleaning 51223 clauses out of 109387 with flag 20365363/1368002
1683.48/841.40	c cleaning 52148 clauses out of 111162 with flag 20879364/1421000
1727.79/863.56	c cleaning 52257 clauses out of 113014 with flag 21450633/1475000
1789.94/894.56	c cleaning 53905 clauses out of 115757 with flag 22144340/1530000
1800.17/899.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/899.61	c starts		: 6917
1800.17/899.61	c conflicts		: 1539563
1800.17/899.61	c decisions		: 46056851
1800.17/899.61	c propagations		: 1026764421
1800.17/899.61	c inspects		: 7039312194
1800.17/899.61	c shortcuts		: 0
1800.17/899.61	c learnt literals	: 155
1800.17/899.61	c learnt binary clauses	: 2545
1800.17/899.61	c learnt ternary clauses	: 10351
1800.17/899.61	c learnt constraints	: 1539408
1800.17/899.61	c ignored constraints	: 0
1800.17/899.61	c root simplifications	: 0
1800.17/899.61	c removed literals (reason simplification)	: 10178952
1800.17/899.61	c reason swapping (by a shorter reason)	: 0
1800.17/899.61	c Calls to reduceDB	: 51
1800.17/899.61	c Number of update (reduction) of LBD	: 907112
1800.17/899.61	c Imported unit clauses	: 0
1800.17/899.61	c number of reductions to clauses (during analyze)	: 0
1800.17/899.61	c number of learned constraints concerned by reduction	: 0
1800.17/899.61	c number of learning phase by resolution	: 0
1800.17/899.61	c number of learning phase by cutting planes	: 0
1800.17/899.61	c speed (assignments/second)	: 1148790.0487704454
1800.17/899.61	c non guided choices	5016377
1800.17/899.63	c learnt constraints type 
1800.17/899.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2545
1800.17/899.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68870
1800.17/899.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/899.63	c starts		: 135
1800.17/899.63	c conflicts		: 340743
1800.17/899.63	c decisions		: 447355
1800.17/899.63	c propagations		: 227905120
1800.17/899.63	c inspects		: 4872300406
1800.17/899.63	c shortcuts		: 0
1800.17/899.63	c learnt literals	: 0
1800.17/899.63	c learnt binary clauses	: 0
1800.17/899.63	c learnt ternary clauses	: 2
1800.17/899.63	c learnt constraints	: 340743
1800.17/899.63	c ignored constraints	: 0
1800.17/899.63	c root simplifications	: 0
1800.17/899.63	c removed literals (reason simplification)	: 0
1800.17/899.63	c reason swapping (by a shorter reason)	: 0
1800.17/899.63	c Calls to reduceDB	: 21
1800.17/899.63	c Number of update (reduction) of LBD	: 0
1800.17/899.63	c Imported unit clauses	: 0
1800.17/899.63	c number of reductions to clauses (during analyze)	: 0
1800.17/899.63	c number of learned constraints concerned by reduction	: 0
1800.17/899.63	c number of learning phase by resolution	: 0
1800.17/899.63	c number of learning phase by cutting planes	: 0
1800.17/899.63	c speed (assignments/second)	: 254982.75912222563
1800.17/899.63	c non guided choices	2608
1800.17/899.67	c learnt constraints type 
1800.17/899.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 340737
1800.17/899.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
1800.17/899.67	s UNKNOWN
1800.17/899.67	c Total wall clock time (in seconds): 899.55

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-4080473-1465267178/watcher-4080473-1465267178 -o /tmp/evaluation-result-4080473-1465267178/solver-4080473-1465267178 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17742 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080473-1465267178.opb 

pid=26035
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.11 4.21 4.18 4/197 26038
/proc/meminfo: memFree=28010128/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26038/stat : 26038 (java) R 26035 26038 17726 0 -1 4202496 687 0 0 0 0 0 0 0 20 0 1 0 108650191 23793664 338 33554432000 1073741824 1073778376 140736767827168 140736767816232 213410429491 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 5809 350 269 9 0 128 0

[startup+0.100058 s]
/proc/loadavg: 4.11 4.21 4.18 4/197 26038
/proc/meminfo: memFree=28010128/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 108650191 9787879424 6039 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 4.11 4.21 4.18 4/197 26038
/proc/meminfo: memFree=28010128/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 4673 0 1 0 21 2 0 0 20 0 18 0 108650191 9787879424 8297 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2389619 8297 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 4.11 4.21 4.18 4/197 26038
/proc/meminfo: memFree=28010128/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 5800 0 1 0 42 2 0 0 20 0 18 0 108650191 9787879424 10058 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2389619 10058 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700289 s]
/proc/loadavg: 4.11 4.21 4.18 4/197 26038
/proc/meminfo: memFree=28010128/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 9907 0 1 0 126 5 0 0 20 0 18 0 108650191 9787879424 42963 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2389619 42963 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.18 4.22 4.18 6/215 26056
/proc/meminfo: memFree=27750380/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9558476 CPUtime=2.45 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 10197 0 1 0 232 13 0 0 20 0 18 0 108650191 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2389619 83048 2263 9 0 2380296 0
[pid=26038/tid=26040] ppid=26035 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/26038/task/26040/stat : 26040 (java) R 26035 26038 17726 0 -1 4202560 2534 0 1 0 133 6 0 0 20 0 18 0 108650192 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478634311808 140478465394390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26041] ppid=26035 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26038/task/26041/stat : 26041 (java) S 26035 26038 17726 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478595811624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26042] ppid=26035 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26038/task/26042/stat : 26042 (java) S 26035 26038 17726 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478594758824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26043] ppid=26035 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26038/task/26043/stat : 26043 (java) S 26035 26038 17726 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478593706536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26044] ppid=26035 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26038/task/26044/stat : 26044 (java) S 26035 26038 17726 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478592653736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26045] ppid=26035 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26038/task/26045/stat : 26045 (java) S 26035 26038 17726 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478591601448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26046] ppid=26035 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26038/task/26046/stat : 26046 (java) S 26035 26038 17726 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478590548648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26047] ppid=26035 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26038/task/26047/stat : 26047 (java) S 26035 26038 17726 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478589496360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26048] ppid=26035 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/26038/task/26048/stat : 26048 (java) S 26035 26038 17726 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 18 0 108650193 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478588443560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26049] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26049/stat : 26049 (java) S 26035 26038 17726 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 18 0 108650194 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478457542888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26050] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26050/stat : 26050 (java) S 26035 26038 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108650195 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478456488952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26051] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26051/stat : 26051 (java) S 26035 26038 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108650195 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478455436552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26052] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26052/stat : 26052 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108650197 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478454385040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26053] ppid=26035 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/26038/task/26053/stat : 26053 (java) S 26035 26038 17726 0 -1 4202560 2360 0 0 0 39 0 0 0 20 0 18 0 108650197 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478453332664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26054] ppid=26035 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/26038/task/26054/stat : 26054 (java) S 26035 26038 17726 0 -1 4202560 3741 0 0 0 37 1 0 0 20 0 18 0 108650197 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478452279864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26055] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26055/stat : 26055 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108650197 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478451227768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26056] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26056/stat : 26056 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108650197 9787879424 83048 33554432000 1073741824 1073778376 140736767827168 140478450175176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558476

[startup+3.10074 s]
/proc/loadavg: 4.18 4.22 4.18 10/215 26056
/proc/meminfo: memFree=27445540/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9558476 CPUtime=4.57 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 10937 0 1 0 426 31 0 0 20 0 18 0 108650191 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2389619 170477 2263 9 0 2380296 0
[pid=26038/tid=26040] ppid=26035 vsize=9558476 CPUtime=2.8 cores=0,2,4,6
/proc/26038/task/26040/stat : 26040 (java) R 26035 26038 17726 0 -1 4202560 2646 0 1 0 270 10 0 0 20 0 18 0 108650192 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478634311808 140478465334688 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26041] ppid=26035 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/26038/task/26041/stat : 26041 (java) S 26035 26038 17726 0 -1 4202560 82 0 0 0 10 2 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478595811624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26042] ppid=26035 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/26038/task/26042/stat : 26042 (java) S 26035 26038 17726 0 -1 4202560 59 0 0 0 9 2 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478594758824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26043] ppid=26035 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/26038/task/26043/stat : 26043 (java) S 26035 26038 17726 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478593706536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26044] ppid=26035 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/26038/task/26044/stat : 26044 (java) S 26035 26038 17726 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478592653736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26045] ppid=26035 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/26038/task/26045/stat : 26045 (java) S 26035 26038 17726 0 -1 4202560 74 0 0 0 9 2 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478591601448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26046] ppid=26035 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/26038/task/26046/stat : 26046 (java) S 26035 26038 17726 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478590548648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26047] ppid=26035 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/26038/task/26047/stat : 26047 (java) S 26035 26038 17726 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478589496360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26048] ppid=26035 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/26038/task/26048/stat : 26048 (java) S 26035 26038 17726 0 -1 4202560 75 0 0 0 12 3 0 0 20 0 18 0 108650193 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478588443560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26049] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26049/stat : 26049 (java) S 26035 26038 17726 0 -1 4202560 483 0 0 0 0 0 0 0 20 0 18 0 108650194 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478457542888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26050] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26050/stat : 26050 (java) S 26035 26038 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108650195 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478456488952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26051] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26051/stat : 26051 (java) S 26035 26038 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108650195 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478455436552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26052] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26052/stat : 26052 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108650197 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478454385040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26053] ppid=26035 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/26038/task/26053/stat : 26053 (java) S 26035 26038 17726 0 -1 4202560 2360 0 0 0 41 0 0 0 20 0 18 0 108650197 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478453332664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26054] ppid=26035 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/26038/task/26054/stat : 26054 (java) S 26035 26038 17726 0 -1 4202560 3741 0 0 0 37 1 0 0 20 0 18 0 108650197 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478452279864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26055] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26055/stat : 26055 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108650197 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478451227768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26056] ppid=26035 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26056/stat : 26056 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108650197 9787879424 170477 33554432000 1073741824 1073778376 140736767827168 140478450175176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9558476

[startup+6.30076 s]
/proc/loadavg: 4.17 4.22 4.18 4/215 26056
/proc/meminfo: memFree=26780644/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9824732 CPUtime=9.59 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 12992 0 1 0 896 63 0 0 20 0 22 0 108650191 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2456183 336483 2279 9 0 2446860 0
[pid=26038/tid=26040] ppid=26035 vsize=9824732 CPUtime=5.23 cores=0,2,4,6
/proc/26038/task/26040/stat : 26040 (java) S 26035 26038 17726 0 -1 4202560 3357 0 1 0 503 20 0 0 20 0 22 0 108650192 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478634320760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26041] ppid=26035 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/26038/task/26041/stat : 26041 (java) S 26035 26038 17726 0 -1 4202560 199 0 0 0 26 7 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478595811624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26042] ppid=26035 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/26038/task/26042/stat : 26042 (java) S 26035 26038 17726 0 -1 4202560 168 0 0 0 24 7 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478594758824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26043] ppid=26035 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26038/task/26043/stat : 26043 (java) S 26035 26038 17726 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478593706536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26044] ppid=26035 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26038/task/26044/stat : 26044 (java) S 26035 26038 17726 0 -1 4202560 121 0 0 0 9 3 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478592653736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26045] ppid=26035 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/26038/task/26045/stat : 26045 (java) S 26035 26038 17726 0 -1 4202560 154 0 0 0 16 5 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478591601448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26046] ppid=26035 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26038/task/26046/stat : 26046 (java) S 26035 26038 17726 0 -1 4202560 65 0 0 0 11 3 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478590548648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26047] ppid=26035 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/26038/task/26047/stat : 26047 (java) S 26035 26038 17726 0 -1 4202560 119 0 0 0 20 6 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478589496360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26048] ppid=26035 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/26038/task/26048/stat : 26048 (java) S 26035 26038 17726 0 -1 4202560 194 0 0 0 29 8 0 0 20 0 22 0 108650193 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478588443560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26049] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26049/stat : 26049 (java) S 26035 26038 17726 0 -1 4202560 1032 0 0 0 0 0 0 0 20 0 22 0 108650194 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478457542888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26050] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26050/stat : 26050 (java) S 26035 26038 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478456488952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26051] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26051/stat : 26051 (java) S 26035 26038 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478455436552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26052] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26052/stat : 26052 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478454385040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26053] ppid=26035 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/26038/task/26053/stat : 26053 (java) S 26035 26038 17726 0 -1 4202560 2367 0 0 0 65 0 0 0 20 0 22 0 108650197 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478453332664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26054] ppid=26035 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/26038/task/26054/stat : 26054 (java) S 26035 26038 17726 0 -1 4202560 3760 0 0 0 69 2 0 0 20 0 22 0 108650197 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478452279864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26055] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26055/stat : 26055 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478451227768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26056] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26056/stat : 26056 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 336483 33554432000 1073741824 1073778376 140736767827168 140478450175176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 9824732

[startup+12.701 s]
/proc/loadavg: 4.15 4.21 4.18 5/219 26060
/proc/meminfo: memFree=25676252/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9824732 CPUtime=23 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 14476 0 1 0 2210 90 0 0 20 0 22 0 108650191 10060525568 586913 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2456183 586913 2288 9 0 2446860 0

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

/proc/26038/task/26043/stat : 26043 (java) S 26035 26038 17726 0 -1 4202560 264 0 0 0 183 8 0 0 20 0 22 0 108650193 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478593706536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26044] ppid=26035 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/26038/task/26044/stat : 26044 (java) S 26035 26038 17726 0 -1 4202560 324 0 0 0 185 12 0 0 20 0 22 0 108650193 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478592653736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26045] ppid=26035 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/26038/task/26045/stat : 26045 (java) S 26035 26038 17726 0 -1 4202560 354 0 0 0 189 13 0 0 20 0 22 0 108650193 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478591601448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26046] ppid=26035 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/26038/task/26046/stat : 26046 (java) S 26035 26038 17726 0 -1 4202560 408 0 0 0 179 10 0 0 20 0 22 0 108650193 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478590548648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26047] ppid=26035 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26038/task/26047/stat : 26047 (java) S 26035 26038 17726 0 -1 4202560 330 0 0 0 189 16 0 0 20 0 22 0 108650193 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478589496360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26048] ppid=26035 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/26038/task/26048/stat : 26048 (java) S 26035 26038 17726 0 -1 4202560 417 0 0 0 190 14 0 0 20 0 22 0 108650193 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478588443560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26049] ppid=26035 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/26038/task/26049/stat : 26049 (java) S 26035 26038 17726 0 -1 4202560 10963 0 0 0 206 17 0 0 20 0 22 0 108650194 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478457542888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26050] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26050/stat : 26050 (java) S 26035 26038 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478456488952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26051] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26051/stat : 26051 (java) S 26035 26038 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478455436552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26052] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26052/stat : 26052 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478454385040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26053] ppid=26035 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/26038/task/26053/stat : 26053 (java) S 26035 26038 17726 0 -1 4202560 9758 0 0 0 123 2 0 0 20 0 22 0 108650197 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478453332664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26054] ppid=26035 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/26038/task/26054/stat : 26054 (java) S 26035 26038 17726 0 -1 4202560 4072 0 0 0 122 2 0 0 20 0 22 0 108650197 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478452279864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26055] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26055/stat : 26055 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478451227768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26056] ppid=26035 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/26038/task/26056/stat : 26056 (java) S 26035 26038 17726 0 -1 4202560 47 0 0 0 10 18 0 0 20 0 22 0 108650197 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140478450175176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26057] ppid=26035 vsize=9824732 CPUtime=807.9 cores=0,2,4,6
/proc/26038/task/26057/stat : 26057 (java) R 26035 26038 17726 0 -1 4202560 107 0 0 0 80777 13 0 0 20 0 22 0 108650772 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140477441497648 140478465810643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26058] ppid=26035 vsize=9824732 CPUtime=807.9 cores=0,2,4,6
/proc/26038/task/26058/stat : 26058 (java) R 26035 26038 17726 0 -1 4202560 1128 0 0 0 80757 33 0 0 20 0 22 0 108650772 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140477440445560 140478465893082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26059] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26059/stat : 26059 (java) S 26035 26038 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108650774 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140477439394984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26060] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26060/stat : 26060 (java) S 26035 26038 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108650774 10060525568 456055 33554432000 1073741824 1073778376 140736767827168 140477438342184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1646.09
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.23 4.25 4.20 12/219 26289
/proc/meminfo: memFree=23877036/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9824732 CPUtime=1765.5 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 38601 0 1 0 176365 185 0 0 20 0 22 0 108650191 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2456183 450136 2296 9 0 2446860 0
[pid=26038/tid=26040] ppid=26035 vsize=9824732 CPUtime=5.27 cores=0,2,4,6
/proc/26038/task/26040/stat : 26040 (java) S 26035 26038 17726 0 -1 4202560 3363 0 1 0 505 22 0 0 20 0 22 0 108650192 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478634320760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26041] ppid=26035 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/26038/task/26041/stat : 26041 (java) S 26035 26038 17726 0 -1 4202560 421 0 0 0 208 15 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478595811624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26042] ppid=26035 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/26038/task/26042/stat : 26042 (java) S 26035 26038 17726 0 -1 4202560 369 0 0 0 213 14 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478594758824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26043] ppid=26035 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26038/task/26043/stat : 26043 (java) S 26035 26038 17726 0 -1 4202560 266 0 0 0 197 8 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478593706536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26044] ppid=26035 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/26038/task/26044/stat : 26044 (java) S 26035 26038 17726 0 -1 4202560 326 0 0 0 202 12 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478592653736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26045] ppid=26035 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/26038/task/26045/stat : 26045 (java) S 26035 26038 17726 0 -1 4202560 355 0 0 0 201 13 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478591601448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26046] ppid=26035 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/26038/task/26046/stat : 26046 (java) S 26035 26038 17726 0 -1 4202560 408 0 0 0 190 10 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478590548648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26047] ppid=26035 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/26038/task/26047/stat : 26047 (java) S 26035 26038 17726 0 -1 4202560 332 0 0 0 202 16 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478589496360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26048] ppid=26035 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/26038/task/26048/stat : 26048 (java) S 26035 26038 17726 0 -1 4202560 417 0 0 0 200 15 0 0 20 0 22 0 108650193 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478588443560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26049] ppid=26035 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/26038/task/26049/stat : 26049 (java) S 26035 26038 17726 0 -1 4202560 15949 0 0 0 304 19 0 0 20 0 22 0 108650194 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478457542888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26050] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26050/stat : 26050 (java) S 26035 26038 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478456488952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26051] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26051/stat : 26051 (java) S 26035 26038 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478455436552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26052] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26052/stat : 26052 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478454385040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26053] ppid=26035 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/26038/task/26053/stat : 26053 (java) S 26035 26038 17726 0 -1 4202560 9758 0 0 0 123 2 0 0 20 0 22 0 108650197 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478453332664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26054] ppid=26035 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/26038/task/26054/stat : 26054 (java) S 26035 26038 17726 0 -1 4202560 4072 0 0 0 122 2 0 0 20 0 22 0 108650197 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478452279864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26055] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26055/stat : 26055 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478451227768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26056] ppid=26035 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26038/task/26056/stat : 26056 (java) S 26035 26038 17726 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 108650197 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140478450175176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26057] ppid=26035 vsize=9824732 CPUtime=866.41 cores=0,2,4,6
/proc/26038/task/26057/stat : 26057 (java) R 26035 26038 17726 0 -1 4202560 114 0 0 0 86627 14 0 0 20 0 22 0 108650772 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140477441497648 140478465766637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26058] ppid=26035 vsize=9824732 CPUtime=866.43 cores=0,2,4,6
/proc/26038/task/26058/stat : 26058 (java) R 26035 26038 17726 0 -1 4202560 1136 0 0 0 86608 35 0 0 20 0 22 0 108650772 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140477440445504 140478465766822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26059] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26059/stat : 26059 (java) S 26035 26038 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108650774 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140477439394984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26060] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26060/stat : 26060 (java) S 26035 26038 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108650774 10060525568 450136 33554432000 1073741824 1073778376 140736767827168 140477438342184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1765.5
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 4.25 4.25 4.20 5/219 26289
/proc/meminfo: memFree=23888388/32872528 swapFree=16636/1570076
[pid=26038] ppid=26035 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/26038/stat : 26038 (java) S 26035 26038 17726 0 -1 4202496 38605 0 1 0 179831 186 0 0 20 0 22 0 108650191 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140736767818304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26038/statm: 2456183 447347 2296 9 0 2446860 0
[pid=26038/tid=26040] ppid=26035 vsize=9824732 CPUtime=5.27 cores=0,2,4,6
/proc/26038/task/26040/stat : 26040 (java) S 26035 26038 17726 0 -1 4202560 3363 0 1 0 505 22 0 0 20 0 22 0 108650192 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478634320760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26041] ppid=26035 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/26038/task/26041/stat : 26041 (java) S 26035 26038 17726 0 -1 4202560 421 0 0 0 210 15 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478595811624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26042] ppid=26035 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/26038/task/26042/stat : 26042 (java) S 26035 26038 17726 0 -1 4202560 369 0 0 0 218 14 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478594758824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26043] ppid=26035 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/26038/task/26043/stat : 26043 (java) S 26035 26038 17726 0 -1 4202560 266 0 0 0 201 8 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478593706536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26044] ppid=26035 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/26038/task/26044/stat : 26044 (java) S 26035 26038 17726 0 -1 4202560 326 0 0 0 206 12 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478592653736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26045] ppid=26035 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/26038/task/26045/stat : 26045 (java) S 26035 26038 17726 0 -1 4202560 355 0 0 0 203 13 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478591601448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26046] ppid=26035 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/26038/task/26046/stat : 26046 (java) S 26035 26038 17726 0 -1 4202560 408 0 0 0 193 10 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478590548648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26047] ppid=26035 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/26038/task/26047/stat : 26047 (java) S 26035 26038 17726 0 -1 4202560 332 0 0 0 203 16 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478589496360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26038/tid=26048] ppid=26035 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/26038/task/26048/stat : 26048 (java) S 26035 26038 17726 0 -1 4202560 417 0 0 0 202 15 0 0 20 0 22 0 108650193 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478588443560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26049] ppid=26035 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/26038/task/26049/stat : 26049 (java) S 26035 26038 17726 0 -1 4202560 15949 0 0 0 304 19 0 0 20 0 22 0 108650194 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478457542888 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26050] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26050/stat : 26050 (java) S 26035 26038 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478456488952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26051] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26051/stat : 26051 (java) S 26035 26038 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108650195 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478455436552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26052] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26052/stat : 26052 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478454385040 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26053] ppid=26035 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/26038/task/26053/stat : 26053 (java) S 26035 26038 17726 0 -1 4202560 9758 0 0 0 123 2 0 0 20 0 22 0 108650197 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478453332664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26054] ppid=26035 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/26038/task/26054/stat : 26054 (java) S 26035 26038 17726 0 -1 4202560 4072 0 0 0 122 2 0 0 20 0 22 0 108650197 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478452279864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26055] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26055/stat : 26055 (java) S 26035 26038 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108650197 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478451227768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26056] ppid=26035 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/26038/task/26056/stat : 26056 (java) S 26035 26038 17726 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 108650197 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140478450175176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26057] ppid=26035 vsize=9824732 CPUtime=883.59 cores=0,2,4,6
/proc/26038/task/26057/stat : 26057 (java) R 26035 26038 17726 0 -1 4202560 115 0 0 0 88345 14 0 0 20 0 22 0 108650772 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140477441497552 140478465810564 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26038/tid=26058] ppid=26035 vsize=9824732 CPUtime=883.6 cores=0,2,4,6
/proc/26038/task/26058/stat : 26058 (java) R 26035 26038 17726 0 -1 4202560 1139 0 0 0 88325 35 0 0 20 0 22 0 108650772 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140477440445552 140478465892370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26038/tid=26059] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26059/stat : 26059 (java) S 26035 26038 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108650774 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140477439394984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26038/tid=26060] ppid=26035 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26038/task/26060/stat : 26060 (java) S 26035 26038 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108650774 10060525568 447347 33554432000 1073741824 1073778376 140736767827168 140477438342184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 26038 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 26038 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=970275
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=331645
# CPU time returned by wait4() is 1796.3
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.687
CPU time (s): 1800.17
CPU user time (s): 1798.31
CPU system time (s): 1.86
CPU usage (%): 200.088
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 2.33164
maximum resident set size= 2857920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38639
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28204
involuntary context switches= 44650

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78312 second user time and 7.43587 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 04:39:38
IDJOB=4080473
IDBENCH=89805
IDSOLVER=2543
FILE ID=node140/4080473-1465267178
RUNJOBID= node140-1465252001-17742
PBS_JOBID= 19843256
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=1547968290

node140.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.768
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	: 5333.53
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.768
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.768
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.768
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.768
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		: 2666.768
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.55
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28010036 kB
Buffers:          121960 kB
Cached:           190312 kB
SwapCached:         1712 kB
Active:          2361212 kB
Inactive:         189452 kB
Active(anon):    2237952 kB
Inactive(anon):     2656 kB
Active(file):     123260 kB
Inactive(file):   186796 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:             33408 kB
Writeback:             0 kB
AnonPages:       3815716 kB
Mapped:            15568 kB
Shmem:                 0 kB
Slab:             602200 kB
SReclaimable:      45784 kB
SUnreclaim:       556416 kB
KernelStack:        1616 kB
PageTables:        11996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4085040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3762176 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= 71708 MiB
End job on node140 at 2016-06-07 04:54:38