Trace number 4107040

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.04 896.901

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_15.opb
MD5SUMc41d0ae6b2deb2ba6caac7b74c416b6f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4107040-1466279908.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.74/0.44	c ... done. Wall clock time 0.336s.
0.74/0.44	c declared #vars     200
0.74/0.44	c internal #vars     3270
0.74/0.44	c #constraints  6443
0.74/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.45	c constraints type 
0.74/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
0.74/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.74/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.74/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
0.74/0.45	c 6443 constraints processed.
0.74/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.45	c constraints type 
0.74/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.74/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
0.74/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.74/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
0.74/0.45	c 6443 constraints processed.
4.67/1.46	c cleaning 2491 clauses out of 5000 with flag 11857/5000
6.16/1.98	c cleaning 4251 clauses out of 8509 with flag 27242/11000
7.46/2.56	c cleaning 5627 clauses out of 11260 with flag 46204/18002
8.99/3.21	c cleaning 6811 clauses out of 13633 with flag 66509/26002
10.49/3.96	c cleaning 7902 clauses out of 15820 with flag 89868/35000
12.09/4.77	c cleaning 8953 clauses out of 17919 with flag 116597/45001
14.22/5.76	c cleaning 9974 clauses out of 19965 with flag 142871/56000
16.49/6.80	c cleaning 10992 clauses out of 21992 with flag 173461/68001
20.95/9.09	c cleaning 12003 clauses out of 24008 with flag 207228/81009
25.59/11.34	c cleaning 13000 clauses out of 26001 with flag 240633/95005
31.46/14.29	c cleaning 14008 clauses out of 28016 with flag 276337/110020
36.73/16.87	c cleaning 14982 clauses out of 29989 with flag 316763/126001
41.53/19.27	c cleaning 16004 clauses out of 32007 with flag 368951/143001
48.00/22.40	c cleaning 16999 clauses out of 34003 with flag 416025/161001
53.60/25.26	c cleaning 18002 clauses out of 36003 with flag 475035/180000
59.05/27.97	c cleaning 18999 clauses out of 38003 with flag 541639/200002
64.45/30.63	c cleaning 20004 clauses out of 40013 with flag 640398/221011
69.86/33.34	c cleaning 20997 clauses out of 41998 with flag 747213/243000
75.73/36.23	c cleaning 21999 clauses out of 44004 with flag 864776/266003
81.33/39.08	c cleaning 22996 clauses out of 46002 with flag 993414/290000
87.15/41.92	c cleaning 24003 clauses out of 48007 with flag 1108116/315001
93.19/44.90	c cleaning 25002 clauses out of 50003 with flag 1230337/341000
100.41/48.51	c cleaning 25998 clauses out of 52001 with flag 1338327/368000
108.06/52.37	c cleaning 27001 clauses out of 54004 with flag 1448882/396001
116.26/56.48	c cleaning 27996 clauses out of 56002 with flag 1561263/425000
125.54/61.02	c cleaning 29001 clauses out of 58006 with flag 1681970/455000
131.15/63.88	c cleaning 0 clauses out of 5000 with flag 0/5000
135.04/65.67	c cleaning 30002 clauses out of 60007 with flag 1806561/486002
144.25/70.29	c cleaning 31002 clauses out of 62003 with flag 1941711/518000
155.31/75.70	c cleaning 32000 clauses out of 64003 with flag 2094949/551002
167.16/81.63	c cleaning 33001 clauses out of 66003 with flag 2281894/585002
177.62/86.85	c cleaning 33999 clauses out of 68000 with flag 2432074/620000
190.70/93.31	c cleaning 35001 clauses out of 70001 with flag 2573106/656000
204.77/100.32	c cleaning 35999 clauses out of 72000 with flag 2738456/693000
218.43/107.12	c cleaning 36976 clauses out of 74002 with flag 2928543/731001
232.50/114.18	c cleaning 38000 clauses out of 76025 with flag 3096745/770000
246.87/121.54	c cleaning 39011 clauses out of 78027 with flag 3279341/810002
260.69/128.43	c cleaning 40009 clauses out of 80018 with flag 3455439/851004
276.98/136.52	c cleaning 40995 clauses out of 82005 with flag 3626620/893000
294.42/145.29	c cleaning 42006 clauses out of 84012 with flag 3806150/936002
313.89/154.96	c cleaning 42998 clauses out of 86005 with flag 3978591/980001
334.41/165.15	c cleaning 44003 clauses out of 88006 with flag 4151299/1025000
356.67/176.29	c cleaning 45004 clauses out of 90007 with flag 4339470/1071004
376.36/186.09	c cleaning 46000 clauses out of 92000 with flag 4530595/1118001
398.07/196.89	c cleaning 47000 clauses out of 94000 with flag 4717358/1166001
418.36/206.98	c cleaning 47998 clauses out of 96000 with flag 4915448/1215001
440.21/217.89	c cleaning 49001 clauses out of 98002 with flag 5103726/1265001
465.15/230.22	c cleaning 49999 clauses out of 100000 with flag 5291403/1316000
490.24/242.79	c cleaning 50997 clauses out of 102001 with flag 5486333/1368000
512.73/253.98	c cleaning 52000 clauses out of 104004 with flag 5692149/1421000
535.83/265.42	c cleaning 52997 clauses out of 106005 with flag 5906338/1475001
564.33/279.94	c cleaning 53987 clauses out of 108008 with flag 6119865/1530001
591.63/293.52	c cleaning 54999 clauses out of 110020 with flag 6325636/1586000
609.48/302.45	c cleaning 0 clauses out of 11002 with flag 0/11002
621.34/308.38	c cleaning 56006 clauses out of 112022 with flag 6547782/1643001
650.69/322.94	c cleaning 56989 clauses out of 114019 with flag 6782884/1701004
680.01/337.52	c cleaning 58006 clauses out of 116028 with flag 7007825/1760002
710.54/352.76	c cleaning 58996 clauses out of 118021 with flag 7232686/1820001
747.15/370.94	c cleaning 60002 clauses out of 120024 with flag 7467953/1881000
778.28/386.45	c cleaning 61004 clauses out of 122022 with flag 7739781/1943000
806.17/400.39	c cleaning 62002 clauses out of 124018 with flag 7988258/2006000
835.33/414.83	c cleaning 63006 clauses out of 126018 with flag 8261625/2070002
863.60/428.91	c cleaning 63999 clauses out of 128011 with flag 8533336/2135001
894.17/444.15	c cleaning 65001 clauses out of 130011 with flag 8843271/2201000
927.01/460.93	c cleaning 65997 clauses out of 132011 with flag 9147137/2268001
955.98/475.47	c cleaning 67008 clauses out of 134015 with flag 9432754/2336002
984.27/489.53	c cleaning 67994 clauses out of 136005 with flag 9726579/2405000
1012.25/503.55	c cleaning 68996 clauses out of 138011 with flag 10018698/2475000
1045.05/519.91	c cleaning 70007 clauses out of 140016 with flag 10298404/2546001
1076.77/535.76	c cleaning 71003 clauses out of 142008 with flag 10587510/2618000
1108.96/551.81	c cleaning 72002 clauses out of 144007 with flag 10867127/2691002
1145.35/570.02	c cleaning 72999 clauses out of 146005 with flag 11176444/2765002
1185.85/590.21	c cleaning 73998 clauses out of 148006 with flag 11476479/2840002
1225.31/609.93	c cleaning 74994 clauses out of 150006 with flag 11797326/2916000
1262.32/628.44	c cleaning 76003 clauses out of 152012 with flag 12108142/2993000
1304.44/649.45	c cleaning 76993 clauses out of 154009 with flag 12404129/3071000
1347.10/670.70	c cleaning 77996 clauses out of 156016 with flag 12742562/3150000
1402.64/698.34	c cleaning 79008 clauses out of 158020 with flag 13069753/3230000
1462.91/728.33	c cleaning 80006 clauses out of 160013 with flag 13413401/3311001
1525.73/760.21	c cleaning 80989 clauses out of 162006 with flag 13761057/3393000
1584.12/789.33	c cleaning 82004 clauses out of 164019 with flag 14121133/3476002
1640.75/817.54	c cleaning 83000 clauses out of 166013 with flag 14512388/3560000
1695.17/844.69	c cleaning 83998 clauses out of 168013 with flag 14939076/3645000
1749.46/871.61	c cleaning 85000 clauses out of 170015 with flag 15329324/3731000
1800.04/896.84	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.84	c starts		: 401
1800.04/896.84	c conflicts		: 3815605
1800.04/896.84	c decisions		: 8496478
1800.04/896.84	c propagations		: 61584949
1800.04/896.84	c inspects		: 12541461789
1800.04/896.84	c shortcuts		: 0
1800.04/896.84	c learnt literals	: 0
1800.04/896.84	c learnt binary clauses	: 0
1800.04/896.84	c learnt ternary clauses	: 5518
1800.04/896.84	c learnt constraints	: 3815605
1800.04/896.84	c ignored constraints	: 0
1800.04/896.84	c root simplifications	: 0
1800.04/896.84	c removed literals (reason simplification)	: 331444381
1800.04/896.84	c reason swapping (by a shorter reason)	: 0
1800.04/896.84	c Calls to reduceDB	: 82
1800.04/896.84	c Number of update (reduction) of LBD	: 1263557
1800.04/896.84	c Imported unit clauses	: 0
1800.04/896.84	c number of reductions to clauses (during analyze)	: 0
1800.04/896.84	c number of learned constraints concerned by reduction	: 0
1800.04/896.84	c number of learning phase by resolution	: 0
1800.04/896.84	c number of learning phase by cutting planes	: 0
1800.04/896.84	c speed (assignments/second)	: 68703.45096096779
1800.04/896.84	c non guided choices	3137
1800.04/896.87	c learnt constraints type 
1800.04/896.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169620
1800.04/896.87	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.87	c starts		: 42
1800.04/896.87	c conflicts		: 14876
1800.04/896.87	c decisions		: 89387
1800.04/896.87	c propagations		: 2816343
1800.04/896.87	c inspects		: 733522238
1800.04/896.87	c shortcuts		: 0
1800.04/896.87	c learnt literals	: 0
1800.04/896.87	c learnt binary clauses	: 0
1800.04/896.87	c learnt ternary clauses	: 0
1800.04/896.87	c learnt constraints	: 14875
1800.04/896.87	c ignored constraints	: 0
1800.04/896.87	c root simplifications	: 0
1800.04/896.87	c removed literals (reason simplification)	: 0
1800.04/896.87	c reason swapping (by a shorter reason)	: 0
1800.04/896.87	c Calls to reduceDB	: 2
1800.04/896.87	c Number of update (reduction) of LBD	: 0
1800.04/896.87	c Imported unit clauses	: 0
1800.04/896.87	c number of reductions to clauses (during analyze)	: 0
1800.04/896.87	c number of learned constraints concerned by reduction	: 0
1800.04/896.87	c number of learning phase by resolution	: 0
1800.04/896.87	c number of learning phase by cutting planes	: 0
1800.04/896.87	c speed (assignments/second)	: 3141.7952905583593
1800.04/896.87	c non guided choices	3137
1800.04/896.87	c learnt constraints type 
1800.04/896.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/896.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14874
1800.04/896.87	s UNKNOWN
1800.04/896.87	c Total wall clock time (in seconds): 896.767

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-4107040-1466279908/watcher-4107040-1466279908 -o /tmp/evaluation-result-4107040-1466279908/solver-4107040-1466279908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8275 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107040-1466279908.opb 

pid=10201
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.98 4.16 4.14 5/197 10204
/proc/meminfo: memFree=29600360/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 30037362 98570240 978 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 24065 978 744 9 0 16771 0
[pid=10204/tid=10205] ppid=10201 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) R 10201 10204 8258 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30037362 98570240 978 33554432000 1073741824 1073778376 140733908531184 140008914751016 252263089536 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 3.98 4.16 4.14 5/197 10204
/proc/meminfo: memFree=29600360/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 30037362 9787879424 6114 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2389619 6114 2156 9 0 2380296 0
[pid=10204/tid=10205] ppid=10201 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) R 10201 10204 8258 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 30037362 9787879424 6114 33554432000 1073741824 1073778376 140733908531184 140008914752776 140008922444604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 3.98 4.16 4.14 5/197 10204
/proc/meminfo: memFree=29600360/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 4604 0 1 0 23 1 0 0 20 0 18 0 30037362 9787879424 7223 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2389619 7223 2213 9 0 2380296 0
[pid=10204/tid=10205] ppid=10201 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) R 10201 10204 8258 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 30037362 9787879424 7223 33554432000 1073741824 1073778376 140733908531184 140008914752776 140008770090584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 3.98 4.16 4.14 5/197 10204
/proc/meminfo: memFree=29600360/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 6028 0 1 0 46 2 0 0 20 0 18 0 30037362 9787879424 9024 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2389619 9024 2240 9 0 2380296 0
[pid=10204/tid=10205] ppid=10201 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) R 10201 10204 8258 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 30037362 9787879424 9024 33554432000 1073741824 1073778376 140733908531184 140008914752776 140008770102704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 3.98 4.16 4.14 5/197 10204
/proc/meminfo: memFree=29600360/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 21317 0 1 0 183 5 0 0 20 0 22 0 30037362 10060525568 25603 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2456183 25603 2264 9 0 2446860 0
[pid=10204/tid=10205] ppid=10201 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) S 10201 10204 8258 0 -1 4202560 2429 0 1 0 41 1 0 0 20 0 22 0 30037362 10060525568 25603 33554432000 1073741824 1073778376 140733908531184 140008914756472 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.98 4.16 4.14 8/219 10226
/proc/meminfo: memFree=29416028/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9824732 CPUtime=4.95 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 25876 0 1 0 488 7 0 0 20 0 22 0 30037362 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2456183 44441 2279 9 0 2446860 0
[pid=10204/tid=10205] ppid=10201 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) S 10201 10204 8258 0 -1 4202560 2429 0 1 0 41 1 0 0 20 0 22 0 30037362 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008914756472 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10207] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10207/stat : 10207 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008892856872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10208] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10208/stat : 10208 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008891804072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10209] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10209/stat : 10209 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008890751272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10210] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10210/stat : 10210 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008889698472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10211] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10211/stat : 10211 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008888646696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10212] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10212/stat : 10212 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008417651624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10213] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10213/stat : 10213 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008416598824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10214] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10214/stat : 10214 (java) S 10201 10204 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30037363 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008415546024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10215] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10215/stat : 10215 (java) S 10201 10204 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30037364 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008403134952 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10216] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10216/stat : 10216 (java) S 10201 10204 8258 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008402081016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10217] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10217/stat : 10217 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008401028104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10218] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10218/stat : 10218 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008399976592 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10219] ppid=10201 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/10204/task/10219/stat : 10219 (java) S 10201 10204 8258 0 -1 4202560 11181 0 0 0 116 2 0 0 20 0 22 0 30037367 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008398924728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10220] ppid=10201 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/10204/task/10220/stat : 10220 (java) R 10201 10204 8258 0 -1 4202560 10898 0 0 0 118 3 0 0 20 0 22 0 30037367 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008397859616 140008918705652 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10221] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10221/stat : 10221 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008396819320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10222] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10222/stat : 10222 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008395766728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10223] ppid=10201 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/10204/task/10223/stat : 10223 (java) R 10201 10204 8258 0 -1 4202560 24 0 0 0 103 0 0 0 20 0 22 0 30037407 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008394604576 140008770701782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10224] ppid=10201 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/10204/task/10224/stat : 10224 (java) R 10201 10204 8258 0 -1 4202560 68 0 0 0 101 2 0 0 20 0 22 0 30037407 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008393559544 140008771061040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10225] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10225/stat : 10225 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008392508328 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10226] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10226/stat : 10226 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 44441 33554432000 1073741824 1073778376 140733908531184 140008391455528 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.14 4.19 4.14 5/219 10226
/proc/meminfo: memFree=29206948/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9824732 CPUtime=8.74 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 28306 0 1 0 856 18 0 0 20 0 22 0 30037362 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2456183 90990 2292 9 0 2446860 0
[pid=10204/tid=10205] ppid=10201 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) S 10201 10204 8258 0 -1 4202560 2429 0 1 0 41 1 0 0 20 0 22 0 30037362 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008914756472 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10207] ppid=10201 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10204/task/10207/stat : 10207 (java) R 10201 10204 8258 0 -1 4202560 164 0 0 0 3 1 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008892856872 140008917227177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10208] ppid=10201 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10204/task/10208/stat : 10208 (java) S 10201 10204 8258 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008891804072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10209] ppid=10201 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10204/task/10209/stat : 10209 (java) S 10201 10204 8258 0 -1 4202560 181 0 0 0 5 0 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008890751272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10210] ppid=10201 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10204/task/10210/stat : 10210 (java) R 10201 10204 8258 0 -1 4202560 251 0 0 0 2 2 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008889698472 252266460220 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10211] ppid=10201 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10204/task/10211/stat : 10211 (java) R 10201 10204 8258 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008888646872 140008918931631 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10212] ppid=10201 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10204/task/10212/stat : 10212 (java) R 10201 10204 8258 0 -1 4202560 57 0 0 0 2 1 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008417651624 140008917227217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10213] ppid=10201 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10204/task/10213/stat : 10213 (java) R 10201 10204 8258 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008416598824 140008917227201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10214] ppid=10201 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10204/task/10214/stat : 10214 (java) S 10201 10204 8258 0 -1 4202560 178 0 0 0 3 2 0 0 20 0 22 0 30037363 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008415546024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10215] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10215/stat : 10215 (java) S 10201 10204 8258 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 30037364 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008403133832 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10216] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10216/stat : 10216 (java) S 10201 10204 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008402081016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10217] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10217/stat : 10217 (java) S 10201 10204 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008401028104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10218] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10218/stat : 10218 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008399976592 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10219] ppid=10201 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/10204/task/10219/stat : 10219 (java) S 10201 10204 8258 0 -1 4202560 12434 0 0 0 133 2 0 0 20 0 22 0 30037367 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008398924728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10220] ppid=10201 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/10204/task/10220/stat : 10220 (java) S 10201 10204 8258 0 -1 4202560 10898 0 0 0 143 3 0 0 20 0 22 0 30037367 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008397871928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10221] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10221/stat : 10221 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008396819320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10222] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10222/stat : 10222 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 90990 33554432000 1073741824 1073778376 140733908531184 140008395766728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10223] ppid=10201 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/10204/task/10223/stat : 10223 (java) S 10201 10204 8258 0 -1 4202560 29 0 0 0 251 0 0 0 20 0 22 0 30037407 10060525568 91502 33554432000 1073741824 1073778376 140733908531184 140008394611544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10224] ppid=10201 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/10204/task/10224/stat : 10224 (java) S 10201 10204 8258 0 -1 4202560 253 0 0 0 248 2 0 0 20 0 22 0 30037407 10060525568 91502 33554432000 1073741824 1073778376 140733908531184 140008393559480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10225] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10225/stat : 10225 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 91502 33554432000 1073741824 1073778376 140733908531184 140008392508328 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10226] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10226/stat : 10226 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 91502 33554432000 1073741824 1073778376 140733908531184 140008391455528 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.14 4.19 4.14 5/219 10226
/proc/meminfo: memFree=28339512/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9824732 CPUtime=15.49 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 29466 0 1 0 1513 36 0 0 20 0 22 0 30037362 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2456183 176341 2292 9 0 2446860 0
[pid=10204/tid=10205] ppid=10201 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) S 10201 10204 8258 0 -1 4202560 2429 0 1 0 41 1 0 0 20 0 22 0 30037362 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008914756472 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10207] ppid=10201 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/10204/task/10207/stat : 10207 (java) R 10201 10204 8258 0 -1 4202560 247 0 0 0 9 3 0 0 20 0 22 0 30037363 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008892856728 140008917227251 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10208] ppid=10201 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10204/task/10208/stat : 10208 (java) R 10201 10204 8258 0 -1 4202560 88 0 0 0 5 2 0 0 20 0 22 0 30037363 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008891804200 140008917227251 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10209] ppid=10201 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10204/task/10209/stat : 10209 (java) R 10201 10204 8258 0 -1 4202560 235 0 0 0 10 3 0 0 20 0 22 0 30037363 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008890751400 140008917227251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10210] ppid=10201 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/10204/task/10210/stat : 10210 (java) R 10201 10204 8258 0 -1 4202560 362 0 0 0 8 4 0 0 20 0 22 0 30037363 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008889698600 252263042183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10211] ppid=10201 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10204/task/10211/stat : 10211 (java) R 10201 10204 8258 0 -1 4202560 118 0 0 0 9 4 0 0 20 0 22 0 30037363 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008888646552 252266461097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10212] ppid=10201 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10204/task/10212/stat : 10212 (java) R 10201 10204 8258 0 -1 4202560 79 0 0 0 5 3 0 0 20 0 22 0 30037363 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008417651752 252263042183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10213] ppid=10201 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/10204/task/10213/stat : 10213 (java) R 10201 10204 8258 0 -1 4202560 61 0 0 0 7 3 0 0 20 0 22 0 30037363 10060525568 176341 33554432000 1073741824 1073778376 140733908531184 140008416598952 252263042183 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10214] ppid=10201 vsize=9824732 CPUtime=0.12 cores=1,3,5,7

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

/proc/10204/task/10209/stat : 10209 (java) S 10201 10204 8258 0 -1 4202560 583 0 0 0 170 16 0 0 20 0 22 0 30037363 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008890751272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10210] ppid=10201 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/10204/task/10210/stat : 10210 (java) S 10201 10204 8258 0 -1 4202560 694 0 0 0 154 10 0 0 20 0 22 0 30037363 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008889698472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10211] ppid=10201 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10204/task/10211/stat : 10211 (java) S 10201 10204 8258 0 -1 4202560 468 0 0 0 157 13 0 0 20 0 22 0 30037363 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008888646696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10212] ppid=10201 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/10204/task/10212/stat : 10212 (java) S 10201 10204 8258 0 -1 4202560 462 0 0 0 164 13 0 0 20 0 22 0 30037363 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008417651624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10213] ppid=10201 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/10204/task/10213/stat : 10213 (java) S 10201 10204 8258 0 -1 4202560 469 0 0 0 183 13 0 0 20 0 22 0 30037363 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008416598824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10214] ppid=10201 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/10204/task/10214/stat : 10214 (java) S 10201 10204 8258 0 -1 4202560 676 0 0 0 169 17 0 0 20 0 22 0 30037363 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008415546024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10215] ppid=10201 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/10204/task/10215/stat : 10215 (java) S 10201 10204 8258 0 -1 4202560 2013 0 0 0 330 11 0 0 20 0 22 0 30037364 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008403134952 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10216] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10216/stat : 10216 (java) S 10201 10204 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008402081016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10217] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10217/stat : 10217 (java) S 10201 10204 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008401028104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10218] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10218/stat : 10218 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008399976592 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10219] ppid=10201 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/10204/task/10219/stat : 10219 (java) S 10201 10204 8258 0 -1 4202560 12825 0 0 0 165 2 0 0 20 0 22 0 30037367 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008398924728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10220] ppid=10201 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/10204/task/10220/stat : 10220 (java) S 10201 10204 8258 0 -1 4202560 10902 0 0 0 156 3 0 0 20 0 22 0 30037367 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008397871928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10221] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10221/stat : 10221 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008396819320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10222] ppid=10201 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10204/task/10222/stat : 10222 (java) S 10201 10204 8258 0 -1 4202560 47 0 0 0 11 22 0 0 20 0 22 0 30037367 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008395766728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10223] ppid=10201 vsize=9824732 CPUtime=812.13 cores=1,3,5,7
/proc/10204/task/10223/stat : 10223 (java) R 10201 10204 8258 0 -1 4202560 100 0 0 0 81200 13 0 0 20 0 22 0 30037407 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008394612256 140008770852769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10224] ppid=10201 vsize=9824732 CPUtime=812.08 cores=1,3,5,7
/proc/10204/task/10224/stat : 10224 (java) R 10201 10204 8258 0 -1 4202560 2188 0 0 0 81161 47 0 0 20 0 22 0 30037407 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008393558432 140008770772974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10225] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10225/stat : 10225 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008392508328 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10226] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10226/stat : 10226 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 498517 33554432000 1073741824 1073778376 140733908531184 140008391455528 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1650.37
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.13 4.24 4.16 4/215 10337
/proc/meminfo: memFree=25730528/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9824732 CPUtime=1770.94 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 37260 0 1 0 176902 192 0 0 20 0 22 0 30037362 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2456183 552956 2301 9 0 2446860 0
[pid=10204/tid=10205] ppid=10201 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) S 10201 10204 8258 0 -1 4202560 2434 0 1 0 44 3 0 0 20 0 22 0 30037362 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008914756472 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10207] ppid=10201 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/10204/task/10207/stat : 10207 (java) S 10201 10204 8258 0 -1 4202560 642 0 0 0 195 13 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008892856872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10208] ppid=10201 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/10204/task/10208/stat : 10208 (java) S 10201 10204 8258 0 -1 4202560 473 0 0 0 191 14 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008891804072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10209] ppid=10201 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/10204/task/10209/stat : 10209 (java) S 10201 10204 8258 0 -1 4202560 595 0 0 0 184 16 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008890751272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10210] ppid=10201 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/10204/task/10210/stat : 10210 (java) S 10201 10204 8258 0 -1 4202560 698 0 0 0 171 11 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008889698472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10211] ppid=10201 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/10204/task/10211/stat : 10211 (java) S 10201 10204 8258 0 -1 4202560 479 0 0 0 174 14 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008888646696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10212] ppid=10201 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/10204/task/10212/stat : 10212 (java) S 10201 10204 8258 0 -1 4202560 486 0 0 0 182 13 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008417651624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10213] ppid=10201 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/10204/task/10213/stat : 10213 (java) S 10201 10204 8258 0 -1 4202560 478 0 0 0 200 14 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008416598824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10214] ppid=10201 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/10204/task/10214/stat : 10214 (java) S 10201 10204 8258 0 -1 4202560 682 0 0 0 180 18 0 0 20 0 22 0 30037363 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008415546024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10215] ppid=10201 vsize=9824732 CPUtime=3.43 cores=1,3,5,7
/proc/10204/task/10215/stat : 10215 (java) S 10201 10204 8258 0 -1 4202560 2235 0 0 0 330 13 0 0 20 0 22 0 30037364 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008403134952 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10216] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10216/stat : 10216 (java) S 10201 10204 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008402081016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10217] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10217/stat : 10217 (java) S 10201 10204 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008401028104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10218] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10218/stat : 10218 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008399976592 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10219] ppid=10201 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/10204/task/10219/stat : 10219 (java) S 10201 10204 8258 0 -1 4202560 12825 0 0 0 165 2 0 0 20 0 22 0 30037367 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008398924728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10220] ppid=10201 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/10204/task/10220/stat : 10220 (java) S 10201 10204 8258 0 -1 4202560 10902 0 0 0 156 3 0 0 20 0 22 0 30037367 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008397871928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10221] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10221/stat : 10221 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008396819320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10222] ppid=10201 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10204/task/10222/stat : 10222 (java) S 10201 10204 8258 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 30037367 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008395766728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10223] ppid=10201 vsize=9824732 CPUtime=871.62 cores=1,3,5,7
/proc/10204/task/10223/stat : 10223 (java) R 10201 10204 8258 0 -1 4202560 106 0 0 0 87147 15 0 0 20 0 22 0 30037407 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008394611440 140008770702104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10224] ppid=10201 vsize=9824732 CPUtime=871.55 cores=1,3,5,7
/proc/10204/task/10224/stat : 10224 (java) R 10201 10204 8258 0 -1 4202560 2910 0 0 0 87104 51 0 0 20 0 22 0 30037407 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008393559408 140008770773334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10225] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10225/stat : 10225 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008392508328 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10226] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10226/stat : 10226 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 552956 33554432000 1073741824 1073778376 140733908531184 140008391455528 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1770.94
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.52 4.31 4.19 4/215 10337
/proc/meminfo: memFree=23528060/32872528 swapFree=1200228/1314692
[pid=10204] ppid=10201 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/10204/stat : 10204 (java) S 10201 10204 8258 0 -1 4202496 37464 0 1 0 179807 197 0 0 20 0 22 0 30037362 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140733908522320 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10204/statm: 2456183 596068 2301 9 0 2446860 0
[pid=10204/tid=10205] ppid=10201 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/10204/task/10205/stat : 10205 (java) S 10201 10204 8258 0 -1 4202560 2434 0 1 0 44 3 0 0 20 0 22 0 30037362 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008914756472 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10207] ppid=10201 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/10204/task/10207/stat : 10207 (java) S 10201 10204 8258 0 -1 4202560 648 0 0 0 198 14 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008892856872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10208] ppid=10201 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/10204/task/10208/stat : 10208 (java) S 10201 10204 8258 0 -1 4202560 480 0 0 0 196 14 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008891804072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10209] ppid=10201 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/10204/task/10209/stat : 10209 (java) S 10201 10204 8258 0 -1 4202560 598 0 0 0 186 16 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008890751272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10210] ppid=10201 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/10204/task/10210/stat : 10210 (java) S 10201 10204 8258 0 -1 4202560 698 0 0 0 173 11 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008889698472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10211] ppid=10201 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/10204/task/10211/stat : 10211 (java) S 10201 10204 8258 0 -1 4202560 485 0 0 0 177 14 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008888646696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10212] ppid=10201 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/10204/task/10212/stat : 10212 (java) S 10201 10204 8258 0 -1 4202560 498 0 0 0 186 14 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008417651624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10213] ppid=10201 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/10204/task/10213/stat : 10213 (java) S 10201 10204 8258 0 -1 4202560 481 0 0 0 205 14 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008416598824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10214] ppid=10201 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/10204/task/10214/stat : 10214 (java) S 10201 10204 8258 0 -1 4202560 682 0 0 0 182 18 0 0 20 0 22 0 30037363 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008415546024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10215] ppid=10201 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/10204/task/10215/stat : 10215 (java) S 10201 10204 8258 0 -1 4202560 2325 0 0 0 331 13 0 0 20 0 22 0 30037364 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008403134952 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10216] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10216/stat : 10216 (java) S 10201 10204 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008402081016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10217] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10217/stat : 10217 (java) S 10201 10204 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30037365 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008401028104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10218] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10218/stat : 10218 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008399976592 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10219] ppid=10201 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/10204/task/10219/stat : 10219 (java) S 10201 10204 8258 0 -1 4202560 12825 0 0 0 165 2 0 0 20 0 22 0 30037367 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008398924728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10220] ppid=10201 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/10204/task/10220/stat : 10220 (java) S 10201 10204 8258 0 -1 4202560 10902 0 0 0 156 3 0 0 20 0 22 0 30037367 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008397871928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10221] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10221/stat : 10221 (java) S 10201 10204 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30037367 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008396819320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10204/tid=10222] ppid=10201 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10204/task/10222/stat : 10222 (java) S 10201 10204 8258 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 30037367 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008395766728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10223] ppid=10201 vsize=9824732 CPUtime=885.99 cores=1,3,5,7
/proc/10204/task/10223/stat : 10223 (java) R 10201 10204 8258 0 -1 4202560 109 0 0 0 88584 15 0 0 20 0 22 0 30037407 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008394612256 140008770514186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10204/tid=10224] ppid=10201 vsize=9824732 CPUtime=885.92 cores=1,3,5,7
/proc/10204/task/10224/stat : 10224 (java) R 10201 10204 8258 0 -1 4202560 2984 0 0 0 88538 54 0 0 20 0 22 0 30037407 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008393558512 140008771061124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10204/tid=10225] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10225/stat : 10225 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008392508328 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10204/tid=10226] ppid=10201 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10204/task/10226/stat : 10226 (java) S 10201 10204 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30037408 10060525568 596068 33554432000 1073741824 1073778376 140733908531184 140008391455528 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 10204 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 10204 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=710314
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=440628
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.901
CPU time (s): 1800.04
CPU user time (s): 1798.07
CPU system time (s): 1.97
CPU usage (%): 200.696
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.71
system time used= 2.44063
maximum resident set size= 2986580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37524
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25463
involuntary context switches= 37551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03408 second user time and 7.28289 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 21:58:28
IDJOB=4107040
IDBENCH=48383
IDSOLVER=2543
FILE ID=node131/4107040-1466279908
RUNJOBID= node131-1466276277-8275
PBS_JOBID= 19918257
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= c41d0ae6b2deb2ba6caac7b74c416b6f
RANDOM SEED=348781987

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.57
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.752
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:        29602564 kB
Buffers:          159664 kB
Cached:           173184 kB
SwapCached:         1460 kB
Active:           976408 kB
Inactive:         227868 kB
Active(anon):     870492 kB
Inactive(anon):     2920 kB
Active(file):     105916 kB
Inactive(file):   224948 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              2440 kB
Writeback:             0 kB
AnonPages:       2091028 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             604716 kB
SReclaimable:      48124 kB
SUnreclaim:       556592 kB
KernelStack:        1808 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3047772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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= 71632 MiB
End job on node131 at 2016-06-18 22:13:25