Trace number 4084350

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 Resolution PB16? (TO) 1800.73 1797.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 7
Number of bits of the biggest sum of numbers3
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084350-1465219080.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
3.84/3.18	c ... done. Wall clock time 3.07s.
3.84/3.18	c declared #vars     3750
3.84/3.18	c #constraints  468375
3.84/3.18	c constraints type 
3.84/3.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
3.84/3.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
3.84/3.18	c 468375 constraints processed.
6.85/5.63	c cleaning 2496 clauses out of 5001 with flag 19569/5001
9.64/8.21	c cleaning 4246 clauses out of 8504 with flag 46566/11000
12.66/11.20	c cleaning 5625 clauses out of 11258 with flag 77332/18000
16.08/14.60	c cleaning 6811 clauses out of 13634 with flag 115550/26001
19.99/18.55	c cleaning 7910 clauses out of 15823 with flag 157618/35001
24.29/22.87	c cleaning 8954 clauses out of 17913 with flag 204245/45001
29.19/27.74	c cleaning 9965 clauses out of 19960 with flag 257315/56002
34.59/33.15	c cleaning 10989 clauses out of 21993 with flag 316829/68000
40.49/39.03	c cleaning 11987 clauses out of 24004 with flag 375698/81000
46.99/45.54	c cleaning 13003 clauses out of 26017 with flag 443270/95000
54.00/52.55	c cleaning 14005 clauses out of 28014 with flag 516741/110000
61.50/60.07	c cleaning 14997 clauses out of 30011 with flag 590390/126002
69.50/68.00	c cleaning 16002 clauses out of 32013 with flag 670530/143001
77.91/76.44	c cleaning 16994 clauses out of 34012 with flag 759734/161002
87.21/85.70	c cleaning 17997 clauses out of 36016 with flag 846486/180000
96.81/95.39	c cleaning 18999 clauses out of 38019 with flag 941242/200000
107.13/105.64	c cleaning 19998 clauses out of 40020 with flag 1038617/221000
117.72/116.30	c cleaning 20999 clauses out of 42022 with flag 1141058/243000
128.82/127.36	c cleaning 21998 clauses out of 44023 with flag 1252723/266000
140.62/139.11	c cleaning 23002 clauses out of 46025 with flag 1369996/290000
152.93/151.47	c cleaning 23995 clauses out of 48024 with flag 1486053/315001
166.03/164.59	c cleaning 24994 clauses out of 50028 with flag 1605415/341000
179.74/178.25	c cleaning 26007 clauses out of 52034 with flag 1736839/368000
193.74/192.25	c cleaning 27008 clauses out of 54027 with flag 1866349/396000
208.35/206.83	c cleaning 27992 clauses out of 56019 with flag 2005222/425000
223.43/221.78	c cleaning 29006 clauses out of 58027 with flag 2140870/455000
238.53/236.90	c cleaning 30006 clauses out of 60021 with flag 2286200/486000
254.44/252.71	c cleaning 30997 clauses out of 62016 with flag 2433265/518001
270.74/269.10	c cleaning 32007 clauses out of 64020 with flag 2586618/551002
287.75/286.10	c cleaning 32991 clauses out of 66014 with flag 2745815/585003
305.36/303.62	c cleaning 33999 clauses out of 68021 with flag 2903513/620001
323.76/322.03	c cleaning 35001 clauses out of 70022 with flag 3066449/656001
342.46/340.77	c cleaning 35988 clauses out of 72020 with flag 3243148/693000
362.07/360.37	c cleaning 37012 clauses out of 74033 with flag 3416031/731001
381.88/380.11	c cleaning 37990 clauses out of 76020 with flag 3602371/770000
402.29/400.59	c cleaning 39003 clauses out of 78031 with flag 3790507/810001
423.69/421.90	c cleaning 40003 clauses out of 80030 with flag 3984191/851003
445.39/443.64	c cleaning 41008 clauses out of 82026 with flag 4189038/893002
467.69/465.94	c cleaning 42000 clauses out of 84016 with flag 4390400/936000
490.60/488.86	c cleaning 42982 clauses out of 86017 with flag 4596192/980001
514.11/512.38	c cleaning 44015 clauses out of 88034 with flag 4810998/1025000
538.11/536.34	c cleaning 44999 clauses out of 90020 with flag 5027490/1071001
562.82/561.08	c cleaning 46002 clauses out of 92020 with flag 5243899/1118000
588.71/586.91	c cleaning 46996 clauses out of 94018 with flag 5463127/1166000
614.62/612.83	c cleaning 47998 clauses out of 96022 with flag 5698395/1215000
641.32/639.53	c cleaning 49008 clauses out of 98024 with flag 5926296/1265000
668.84/667.07	c cleaning 50000 clauses out of 100016 with flag 6164545/1316000
696.74/694.91	c cleaning 51002 clauses out of 102016 with flag 6408286/1368000
725.75/723.96	c cleaning 51989 clauses out of 104015 with flag 6653003/1421001
755.45/753.65	c cleaning 52997 clauses out of 106026 with flag 6906045/1475001
787.13/785.03	c cleaning 54007 clauses out of 108028 with flag 7178157/1530000
818.74/816.69	c cleaning 55005 clauses out of 110025 with flag 7442713/1586004
851.46/849.34	c cleaning 55996 clauses out of 112017 with flag 7701851/1643001
883.95/881.83	c cleaning 57003 clauses out of 114021 with flag 7984241/1701001
917.47/915.33	c cleaning 57998 clauses out of 116017 with flag 8274389/1760000
951.97/949.81	c cleaning 59003 clauses out of 118019 with flag 8556012/1820000
986.98/984.86	c cleaning 60009 clauses out of 120021 with flag 8845335/1881005
1023.09/1020.93	c cleaning 60988 clauses out of 122007 with flag 9135515/1943000
1060.40/1058.26	c cleaning 61997 clauses out of 124019 with flag 9426998/2006000
1098.40/1096.27	c cleaning 62998 clauses out of 126022 with flag 9725049/2070000
1137.41/1135.21	c cleaning 64002 clauses out of 128025 with flag 10030737/2135001
1176.52/1174.37	c cleaning 65005 clauses out of 130023 with flag 10341462/2201001
1216.53/1214.31	c cleaning 65994 clauses out of 132018 with flag 10667145/2268001
1257.35/1255.12	c cleaning 66996 clauses out of 134023 with flag 10992555/2336000
1298.56/1296.34	c cleaning 67999 clauses out of 136027 with flag 11319323/2405000
1341.57/1339.32	c cleaning 69007 clauses out of 138029 with flag 11639449/2475001
1385.47/1383.25	c cleaning 70000 clauses out of 140023 with flag 11971683/2546002
1429.89/1427.33	c cleaning 70998 clauses out of 142021 with flag 12311844/2618000
1474.52/1471.97	c cleaning 71999 clauses out of 144027 with flag 12670592/2691004
1521.12/1518.55	c cleaning 72993 clauses out of 146027 with flag 13025965/2765003
1568.22/1565.68	c cleaning 73999 clauses out of 148031 with flag 13388486/2840000
1615.83/1613.26	c cleaning 75008 clauses out of 150032 with flag 13754095/2916000
1664.05/1661.41	c cleaning 76002 clauses out of 152024 with flag 14116436/2993000
1713.64/1711.02	c cleaning 76995 clauses out of 154023 with flag 14472419/3071001
1763.77/1761.18	c cleaning 78004 clauses out of 156027 with flag 14837928/3150000
1800.07/1797.41	c starts		: 13932
1800.07/1797.41	c conflicts		: 3208199
1800.07/1797.41	c decisions		: 12641746
1800.07/1797.41	c propagations		: 673160873
1800.07/1797.41	c inspects		: 26641637153
1800.07/1797.41	c shortcuts		: 0
1800.07/1797.41	c learnt literals	: 0
1800.07/1797.41	c learnt binary clauses	: 0
1800.07/1797.41	c learnt ternary clauses	: 0
1800.07/1797.41	c learnt constraints	: 3208199
1800.07/1797.41	c ignored constraints	: 0
1800.07/1797.41	c root simplifications	: 0
1800.07/1797.41	c removed literals (reason simplification)	: 0
1800.07/1797.41	c reason swapping (by a shorter reason)	: 0
1800.07/1797.41	c Calls to reduceDB	: 75
1800.07/1797.41	c Number of update (reduction) of LBD	: 1184085
1800.07/1797.41	c Imported unit clauses	: 0
1800.07/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.41	c number of learned constraints concerned by reduction	: 0
1800.07/1797.41	c number of learning phase by resolution	: 0
1800.07/1797.41	c number of learning phase by cutting planes	: 0
1800.07/1797.41	c speed (assignments/second)	: 375182.82307474944
1800.07/1797.41	c non guided choices	683
1800.07/1797.41	c timeout
1800.07/1797.44	c learnt constraints type 
1800.07/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136223
1800.07/1797.44	s UNKNOWN
1800.07/1797.44	c Total wall clock time (in seconds): 1797.324

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-4084350-1465219080/watcher-4084350-1465219080 -o /tmp/evaluation-result-4084350-1465219080/solver-4084350-1465219080 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084350-1465219080.opb 

pid=997
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: 2.22 2.21 2.14 3/194 1000
/proc/meminfo: memFree=29965696/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1000/stat : 1000 (java) D 997 1000 737 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 103841248 9515008 176 33554432000 1073741824 1073778376 140736112014704 140736111997432 272886481808 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.22 2.21 2.14 3/194 1000
/proc/meminfo: memFree=29965696/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 103841248 9787879424 6028 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.22 2.21 2.14 3/194 1000
/proc/meminfo: memFree=29965696/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 4902 0 1 0 24 1 0 0 20 0 18 0 103841248 9787879424 6953 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2389619 6954 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.22 2.21 2.14 3/194 1000
/proc/meminfo: memFree=29965696/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 5712 0 1 0 46 1 0 0 20 0 18 0 103841248 9787879424 8947 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2389619 8947 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 2.22 2.21 2.14 3/194 1000
/proc/meminfo: memFree=29965696/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9558476 CPUtime=1.09 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 6645 0 1 0 105 4 0 0 20 0 18 0 103841248 9787879424 39949 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2389619 39949 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.28 2.22 2.15 3/212 1020
/proc/meminfo: memFree=29803996/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9558476 CPUtime=2 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 6877 0 1 0 191 9 0 0 20 0 18 0 103841248 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2389619 77454 2261 9 0 2380296 0
[pid=1000/tid=1002] ppid=997 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/1000/task/1002/stat : 1002 (java) R 997 1000 737 0 -1 4202560 2529 0 1 0 134 6 0 0 20 0 18 0 103841249 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735995837912 272889865485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1003] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1003/stat : 1003 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735957330984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1004] ppid=997 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/1000/task/1004/stat : 1004 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735838223272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1005] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1005/stat : 1005 (java) S 997 1000 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735837170472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1006] ppid=997 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1006/stat : 1006 (java) S 997 1000 737 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735836117672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1009] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1009/stat : 1009 (java) S 997 1000 737 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735835064872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1010] ppid=997 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/1000/task/1010/stat : 1010 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735834012072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1011] ppid=997 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/1000/task/1011/stat : 1011 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735832959272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1012] ppid=997 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/1000/task/1012/stat : 1012 (java) S 997 1000 737 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 103841250 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735831906472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1013] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1013/stat : 1013 (java) S 997 1000 737 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 103841251 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735349578728 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1014] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1014/stat : 1014 (java) S 997 1000 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103841252 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735348524792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1015] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1015/stat : 1015 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103841252 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735347471880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1016] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1016/stat : 1016 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103841254 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735346420368 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1017] ppid=997 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/1000/task/1017/stat : 1017 (java) S 997 1000 737 0 -1 4202560 1087 0 0 0 17 0 0 0 20 0 18 0 103841254 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735345367480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1018] ppid=997 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/1000/task/1018/stat : 1018 (java) S 997 1000 737 0 -1 4202560 1740 0 0 0 21 0 0 0 20 0 18 0 103841254 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735344314680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1019] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1019/stat : 1019 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103841254 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735343262072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1020] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1020/stat : 1020 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103841254 9787879424 77454 33554432000 1073741824 1073778376 140735201765104 139735342209480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.28 2.22 2.15 3/212 1020
/proc/meminfo: memFree=29638800/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9558476 CPUtime=3.84 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 7442 0 1 0 366 18 0 0 20 0 18 0 103841248 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2389619 149989 2263 9 0 2380296 0
[pid=1000/tid=1002] ppid=997 vsize=9558476 CPUtime=2.92 cores=0,2,4,6
/proc/1000/task/1002/stat : 1002 (java) R 997 1000 737 0 -1 4202560 2644 0 1 0 283 9 0 0 20 0 18 0 103841249 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735995837912 272889865485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1003] ppid=997 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1003/stat : 1003 (java) S 997 1000 737 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735957330984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1004] ppid=997 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/1000/task/1004/stat : 1004 (java) S 997 1000 737 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735838223272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1005] ppid=997 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1005/stat : 1005 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735837170472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1006] ppid=997 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/1000/task/1006/stat : 1006 (java) S 997 1000 737 0 -1 4202560 64 0 0 0 5 1 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735836117672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1009] ppid=997 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/1000/task/1009/stat : 1009 (java) S 997 1000 737 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735835064872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1010] ppid=997 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/1000/task/1010/stat : 1010 (java) S 997 1000 737 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735834012072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1011] ppid=997 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/1000/task/1011/stat : 1011 (java) S 997 1000 737 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735832959272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1012] ppid=997 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/1000/task/1012/stat : 1012 (java) S 997 1000 737 0 -1 4202560 42 0 0 0 8 3 0 0 20 0 18 0 103841250 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735831906472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1013] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1013/stat : 1013 (java) S 997 1000 737 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 18 0 103841251 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735349578728 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1014] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1014/stat : 1014 (java) S 997 1000 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103841252 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735348524792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1015] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1015/stat : 1015 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103841252 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735347471880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1016] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1016/stat : 1016 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103841254 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735346420368 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1017] ppid=997 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/1000/task/1017/stat : 1017 (java) S 997 1000 737 0 -1 4202560 1087 0 0 0 17 0 0 0 20 0 18 0 103841254 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735345367480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1018] ppid=997 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/1000/task/1018/stat : 1018 (java) S 997 1000 737 0 -1 4202560 1742 0 0 0 21 0 0 0 20 0 18 0 103841254 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735344314680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1019] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1019/stat : 1019 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103841254 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735343262072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1020] ppid=997 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1020/stat : 1020 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103841254 9787879424 149989 33554432000 1073741824 1073778376 140735201765104 139735342209480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9558476

[startup+6.30088 s]
/proc/loadavg: 2.26 2.21 2.15 3/213 1021
/proc/meminfo: memFree=29368612/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9625040 CPUtime=7.71 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 16529 0 1 0 752 19 0 0 20 0 19 0 103841248 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2406260 153896 2285 9 0 2396937 0
[pid=1000/tid=1002] ppid=997 vsize=9625040 CPUtime=6.12 cores=0,2,4,6
/proc/1000/task/1002/stat : 1002 (java) R 997 1000 737 0 -1 4202560 2660 0 1 0 603 9 0 0 20 0 19 0 103841249 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735995829968 139735838496706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1003] ppid=997 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1003/stat : 1003 (java) S 997 1000 737 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735957330984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1004] ppid=997 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1000/task/1004/stat : 1004 (java) S 997 1000 737 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735838223272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1005] ppid=997 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1005/stat : 1005 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735837170472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1006] ppid=997 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/1000/task/1006/stat : 1006 (java) S 997 1000 737 0 -1 4202560 64 0 0 0 5 1 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735836117672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1009] ppid=997 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/1000/task/1009/stat : 1009 (java) S 997 1000 737 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735835064872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1010] ppid=997 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1000/task/1010/stat : 1010 (java) S 997 1000 737 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735834012072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1011] ppid=997 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/1000/task/1011/stat : 1011 (java) S 997 1000 737 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735832959272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1012] ppid=997 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/1000/task/1012/stat : 1012 (java) S 997 1000 737 0 -1 4202560 42 0 0 0 8 3 0 0 20 0 19 0 103841250 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735831906472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1013] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1013/stat : 1013 (java) S 997 1000 737 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 19 0 103841251 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735349578728 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1014] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1014/stat : 1014 (java) S 997 1000 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735348524792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1015] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1015/stat : 1015 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735347471880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1016] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1016/stat : 1016 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735346420368 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1017] ppid=997 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/1000/task/1017/stat : 1017 (java) S 997 1000 737 0 -1 4202560 6929 0 0 0 49 1 0 0 20 0 19 0 103841254 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735345367480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1018] ppid=997 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/1000/task/1018/stat : 1018 (java) S 997 1000 737 0 -1 4202560 4962 0 0 0 56 0 0 0 20 0 19 0 103841254 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735344314680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1019] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1019/stat : 1019 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735343262072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1020] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1020/stat : 1020 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735342209480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1021] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1021/stat : 1021 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103841567 9856040960 153896 33554432000 1073741824 1073778376 140735201765104 139735341156008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.31 2.23 2.15 3/213 1021
/proc/meminfo: memFree=29357892/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9625040 CPUtime=14.17 cores=0,2,4,6

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

/proc/1000/task/1014/stat : 1014 (java) S 997 1000 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735348524792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1015] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1015/stat : 1015 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735347471880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1016] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1016/stat : 1016 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735346420368 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1017] ppid=997 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1000/task/1017/stat : 1017 (java) S 997 1000 737 0 -1 4202560 6929 0 0 0 52 1 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735345367480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1018] ppid=997 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1000/task/1018/stat : 1018 (java) S 997 1000 737 0 -1 4202560 5303 0 0 0 62 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735344314680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1019] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1019/stat : 1019 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735343262072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1020] ppid=997 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1000/task/1020/stat : 1020 (java) S 997 1000 737 0 -1 4202560 97 0 0 0 41 31 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735342209480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1021] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1021/stat : 1021 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103841567 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735341156008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.95
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.19 2.17 4/213 1132
/proc/meminfo: memFree=28868816/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9625040 CPUtime=1724.94 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 19523 0 1 0 172405 89 0 0 20 0 19 0 103841248 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2406260 344129 2286 9 0 2396937 0
[pid=1000/tid=1002] ppid=997 vsize=9625040 CPUtime=1721.92 cores=0,2,4,6
/proc/1000/task/1002/stat : 1002 (java) R 997 1000 737 0 -1 4202560 3360 0 1 0 172148 44 0 0 20 0 19 0 103841249 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735995829968 139735839214128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1003] ppid=997 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/1000/task/1003/stat : 1003 (java) S 997 1000 737 0 -1 4202560 78 0 0 0 8 2 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735957330984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1004] ppid=997 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/1000/task/1004/stat : 1004 (java) S 997 1000 737 0 -1 4202560 137 0 0 0 8 4 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735838223272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1005] ppid=997 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/1000/task/1005/stat : 1005 (java) S 997 1000 737 0 -1 4202560 215 0 0 0 7 3 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735837170472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1006] ppid=997 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/1000/task/1006/stat : 1006 (java) S 997 1000 737 0 -1 4202560 178 0 0 0 13 5 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735836117672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1009] ppid=997 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/1000/task/1009/stat : 1009 (java) S 997 1000 737 0 -1 4202560 96 0 0 0 9 4 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735835064872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1010] ppid=997 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/1000/task/1010/stat : 1010 (java) S 997 1000 737 0 -1 4202560 269 0 0 0 16 9 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735834012072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1011] ppid=997 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/1000/task/1011/stat : 1011 (java) S 997 1000 737 0 -1 4202560 309 0 0 0 20 10 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735832959272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1012] ppid=997 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/1000/task/1012/stat : 1012 (java) S 997 1000 737 0 -1 4202560 237 0 0 0 17 6 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735831906472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1013] ppid=997 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1013/stat : 1013 (java) S 997 1000 737 0 -1 4202560 1052 0 0 0 1 1 0 0 20 0 19 0 103841251 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735349578728 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1014] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1014/stat : 1014 (java) S 997 1000 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735348524792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1015] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1015/stat : 1015 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735347471880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1016] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1016/stat : 1016 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735346420368 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1017] ppid=997 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1000/task/1017/stat : 1017 (java) S 997 1000 737 0 -1 4202560 6929 0 0 0 52 1 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735345367480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1018] ppid=997 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1000/task/1018/stat : 1018 (java) S 997 1000 737 0 -1 4202560 5303 0 0 0 62 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735344314680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1019] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1019/stat : 1019 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735343262072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1020] ppid=997 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/1000/task/1020/stat : 1020 (java) S 997 1000 737 0 -1 4202560 101 0 0 0 43 32 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735342209480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1021] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1021/stat : 1021 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103841567 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735341156008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.94
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.18 2.17 3/213 1133
/proc/meminfo: memFree=28798148/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9625040 CPUtime=1784.97 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 19525 0 1 0 178406 91 0 0 20 0 19 0 103841248 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2406260 344129 2286 9 0 2396937 0
[pid=1000/tid=1002] ppid=997 vsize=9625040 CPUtime=1781.93 cores=0,2,4,6
/proc/1000/task/1002/stat : 1002 (java) R 997 1000 737 0 -1 4202560 3360 0 1 0 178148 45 0 0 20 0 19 0 103841249 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735995829968 139735839083643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1003] ppid=997 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/1000/task/1003/stat : 1003 (java) S 997 1000 737 0 -1 4202560 78 0 0 0 8 2 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735957330984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1004] ppid=997 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/1000/task/1004/stat : 1004 (java) S 997 1000 737 0 -1 4202560 137 0 0 0 8 4 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735838223272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1005] ppid=997 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/1000/task/1005/stat : 1005 (java) S 997 1000 737 0 -1 4202560 215 0 0 0 7 3 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735837170472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1006] ppid=997 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/1000/task/1006/stat : 1006 (java) S 997 1000 737 0 -1 4202560 178 0 0 0 13 5 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735836117672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1009] ppid=997 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/1000/task/1009/stat : 1009 (java) S 997 1000 737 0 -1 4202560 96 0 0 0 9 4 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735835064872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1010] ppid=997 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/1000/task/1010/stat : 1010 (java) S 997 1000 737 0 -1 4202560 269 0 0 0 16 9 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735834012072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1011] ppid=997 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/1000/task/1011/stat : 1011 (java) S 997 1000 737 0 -1 4202560 309 0 0 0 20 10 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735832959272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1012] ppid=997 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/1000/task/1012/stat : 1012 (java) S 997 1000 737 0 -1 4202560 237 0 0 0 17 6 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735831906472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1013] ppid=997 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1013/stat : 1013 (java) S 997 1000 737 0 -1 4202560 1052 0 0 0 1 1 0 0 20 0 19 0 103841251 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735349578728 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1014] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1014/stat : 1014 (java) S 997 1000 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735348524792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1015] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1015/stat : 1015 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735347471880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1016] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1016/stat : 1016 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735346420368 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1017] ppid=997 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1000/task/1017/stat : 1017 (java) S 997 1000 737 0 -1 4202560 6929 0 0 0 52 1 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735345367480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1018] ppid=997 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1000/task/1018/stat : 1018 (java) S 997 1000 737 0 -1 4202560 5303 0 0 0 62 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735344314680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1019] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1019/stat : 1019 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735343262072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1020] ppid=997 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/1000/task/1020/stat : 1020 (java) S 997 1000 737 0 -1 4202560 103 0 0 0 44 33 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735342209480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1021] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1021/stat : 1021 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103841567 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735341156008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.23 2.19 2.17 3/213 1133
/proc/meminfo: memFree=28866972/32872528 swapFree=16252/1391864
[pid=1000] ppid=997 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/1000/stat : 1000 (java) S 997 1000 737 0 -1 4202496 19527 0 1 0 179916 91 0 0 20 0 19 0 103841248 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 140735201756240 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1000/statm: 2406260 344129 2286 9 0 2396937 0
[pid=1000/tid=1002] ppid=997 vsize=9625040 CPUtime=1797.03 cores=0,2,4,6
/proc/1000/task/1002/stat : 1002 (java) R 997 1000 737 0 -1 4202560 3360 0 1 0 179658 45 0 0 20 0 19 0 103841249 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735995829968 139735838784918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1000/tid=1003] ppid=997 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/1000/task/1003/stat : 1003 (java) S 997 1000 737 0 -1 4202560 78 0 0 0 8 2 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735957330984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1004] ppid=997 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/1000/task/1004/stat : 1004 (java) S 997 1000 737 0 -1 4202560 137 0 0 0 8 4 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735838223272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1005] ppid=997 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/1000/task/1005/stat : 1005 (java) S 997 1000 737 0 -1 4202560 215 0 0 0 7 3 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735837170472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1006] ppid=997 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/1000/task/1006/stat : 1006 (java) S 997 1000 737 0 -1 4202560 178 0 0 0 13 5 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735836117672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1009] ppid=997 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/1000/task/1009/stat : 1009 (java) S 997 1000 737 0 -1 4202560 96 0 0 0 9 4 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735835064872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1010] ppid=997 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/1000/task/1010/stat : 1010 (java) S 997 1000 737 0 -1 4202560 269 0 0 0 16 9 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735834012072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1011] ppid=997 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/1000/task/1011/stat : 1011 (java) S 997 1000 737 0 -1 4202560 309 0 0 0 20 10 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735832959272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1012] ppid=997 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/1000/task/1012/stat : 1012 (java) S 997 1000 737 0 -1 4202560 237 0 0 0 17 6 0 0 20 0 19 0 103841250 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735831906472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1000/tid=1013] ppid=997 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1000/task/1013/stat : 1013 (java) S 997 1000 737 0 -1 4202560 1052 0 0 0 1 1 0 0 20 0 19 0 103841251 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735349578728 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1014] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1014/stat : 1014 (java) S 997 1000 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735348524792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1015] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1015/stat : 1015 (java) S 997 1000 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103841252 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735347471880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1016] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1016/stat : 1016 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735346420368 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1017] ppid=997 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1000/task/1017/stat : 1017 (java) S 997 1000 737 0 -1 4202560 6929 0 0 0 52 1 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735345367480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1018] ppid=997 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1000/task/1018/stat : 1018 (java) S 997 1000 737 0 -1 4202560 5303 0 0 0 62 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735344314680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1019] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1019/stat : 1019 (java) S 997 1000 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735343262072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1000/tid=1020] ppid=997 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/1000/task/1020/stat : 1020 (java) S 997 1000 737 0 -1 4202560 105 0 0 0 45 33 0 0 20 0 19 0 103841254 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735342209480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1000/tid=1021] ppid=997 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1000/task/1021/stat : 1021 (java) S 997 1000 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103841567 9856040960 344129 33554432000 1073741824 1073778376 140735201765104 139735341156008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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 1000 sig 9
??? kill -1000 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.45
CPU time (s): 1800.73
CPU user time (s): 1799.34
CPU system time (s): 1.39379
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.39379
maximum resident set size= 1376632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38253
involuntary context switches= 2773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5814 second user time and 13.6129 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 15:18:01
IDJOB=4084350
IDBENCH=1373
IDSOLVER=2546
FILE ID=node119/4084350-1465219080
RUNJOBID= node119-1465217315-754
PBS_JOBID= 19843200
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084350-1465219080/watcher-4084350-1465219080 -o /tmp/evaluation-result-4084350-1465219080/solver-4084350-1465219080 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084350-1465219080.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=261787995

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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.410
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.410
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.56
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.410
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:        29966496 kB
Buffers:            8336 kB
Cached:            98932 kB
SwapCached:          832 kB
Active:           777304 kB
Inactive:          32732 kB
Active(anon):     703716 kB
Inactive(anon):     1604 kB
Active(file):      73588 kB
Inactive(file):    31128 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100124 kB
Dirty:             20216 kB
Writeback:            16 kB
AnonPages:       2096332 kB
Mapped:            15260 kB
Shmem:                 0 kB
Slab:             565964 kB
SReclaimable:      10128 kB
SUnreclaim:       555836 kB
KernelStack:        1640 kB
PageTables:         8520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2237156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2068480 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= 71716 MiB
End job on node119 at 2016-06-06 15:47:59