Trace number 4097902

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.69 1793.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_8.opb
MD5SUMfe151e39412ca279581ad7c1e85ba474
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.8047
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5256
Total number of constraints25637
Number of constraints which are clauses25632
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint72
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 80
Number of bits of the biggest sum of numbers7
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.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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4097902-1466118870.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.22/0.81	c ... done. Wall clock time 0.709s.
1.22/0.81	c declared #vars     5256
1.22/0.81	c #constraints  25641
1.22/0.81	c constraints type 
1.22/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15336
1.22/0.81	c org.sat4j.specs.Constr$1 => 4
1.22/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.22/0.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.22/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10295
1.22/0.81	c 25641 constraints processed.
3.30/2.68	c cleaning 2500 clauses out of 5002 with flag 44062/5002
5.45/4.64	c cleaning 4249 clauses out of 8503 with flag 100081/11003
7.76/6.98	c cleaning 5624 clauses out of 11251 with flag 179864/18000
10.27/9.49	c cleaning 6814 clauses out of 13627 with flag 254695/26000
12.79/11.95	c cleaning 7907 clauses out of 15813 with flag 305699/35000
15.99/15.14	c cleaning 8940 clauses out of 17906 with flag 379941/45000
19.59/18.78	c cleaning 9975 clauses out of 19966 with flag 481416/56000
23.08/22.20	c cleaning 10995 clauses out of 21992 with flag 564251/68001
27.18/26.30	c cleaning 11995 clauses out of 23996 with flag 663106/81000
31.51/30.65	c cleaning 13000 clauses out of 26001 with flag 795108/95000
35.71/34.88	c cleaning 13979 clauses out of 28001 with flag 894355/110000
40.71/39.90	c cleaning 15011 clauses out of 30022 with flag 1024487/126000
45.21/44.31	c cleaning 16001 clauses out of 32011 with flag 1136852/143000
50.71/49.82	c cleaning 16954 clauses out of 34010 with flag 1296329/161000
56.01/55.12	c cleaning 18006 clauses out of 36056 with flag 1421991/180000
61.71/60.86	c cleaning 18978 clauses out of 38050 with flag 1570996/200000
67.91/67.03	c cleaning 20036 clauses out of 40074 with flag 1727783/221002
73.80/72.99	c cleaning 21016 clauses out of 42036 with flag 1864713/243000
80.11/79.28	c cleaning 22008 clauses out of 44021 with flag 2020525/266001
86.61/85.79	c cleaning 23001 clauses out of 46013 with flag 2184909/290001
93.37/92.45	c cleaning 23998 clauses out of 48015 with flag 2346341/315004
100.37/99.49	c cleaning 24992 clauses out of 50013 with flag 2503695/341000
107.17/106.28	c cleaning 26004 clauses out of 52025 with flag 2660884/368004
113.67/112.78	c cleaning 27002 clauses out of 54018 with flag 2809777/396001
122.25/121.29	c cleaning 27959 clauses out of 56018 with flag 3034254/425003
131.31/129.94	c cleaning 28999 clauses out of 58056 with flag 3246574/455000
141.17/139.79	c cleaning 30010 clauses out of 60058 with flag 3490189/486001
151.78/150.07	c cleaning 31003 clauses out of 62047 with flag 3743591/518000
162.87/160.89	c cleaning 32000 clauses out of 64044 with flag 4034365/551000
173.37/171.37	c cleaning 32977 clauses out of 66046 with flag 4277936/585003
184.89/182.85	c cleaning 34019 clauses out of 68067 with flag 4591590/620001
196.51/194.41	c cleaning 35025 clauses out of 70049 with flag 4891113/656002
207.61/205.58	c cleaning 36003 clauses out of 72023 with flag 5163224/693001
220.24/218.01	c cleaning 36974 clauses out of 74019 with flag 5470579/731000
233.75/231.50	c cleaning 38008 clauses out of 76050 with flag 5801322/770005
247.75/245.54	c cleaning 39011 clauses out of 78037 with flag 6160882/810000
261.14/258.96	c cleaning 40008 clauses out of 80026 with flag 6478842/851000
274.94/272.80	c cleaning 40994 clauses out of 82018 with flag 6822749/893000
289.90/287.53	c cleaning 42007 clauses out of 84024 with flag 7174958/936000
304.90/302.57	c cleaning 42900 clauses out of 86017 with flag 7540851/980000
319.99/317.62	c cleaning 44047 clauses out of 88118 with flag 7904154/1025001
335.29/332.90	c cleaning 45012 clauses out of 90073 with flag 8265596/1071003
351.54/349.02	c cleaning 45973 clauses out of 92058 with flag 8676728/1118000
367.65/365.14	c cleaning 47014 clauses out of 94085 with flag 9046130/1166000
383.95/381.47	c cleaning 48034 clauses out of 96072 with flag 9449392/1215001
400.24/397.70	c cleaning 49007 clauses out of 98037 with flag 9829123/1265000
417.44/414.96	c cleaning 50004 clauses out of 100032 with flag 10222347/1316002
435.09/432.39	c cleaning 50979 clauses out of 102027 with flag 10597093/1368001
453.08/450.39	c cleaning 52022 clauses out of 104047 with flag 11039824/1421000
470.82/467.90	c cleaning 52984 clauses out of 106025 with flag 11436453/1475000
487.61/484.58	c cleaning 53999 clauses out of 108044 with flag 11786074/1530003
505.41/502.35	c cleaning 55011 clauses out of 110045 with flag 12175289/1586003
524.81/521.61	c cleaning 55998 clauses out of 112031 with flag 12613691/1643000
544.12/540.98	c cleaning 57007 clauses out of 114033 with flag 13084472/1701000
564.82/561.69	c cleaning 58005 clauses out of 116027 with flag 13534197/1760001
584.35/581.18	c cleaning 58984 clauses out of 118021 with flag 13953028/1820000
604.45/601.24	c cleaning 60000 clauses out of 120038 with flag 14369340/1881001
625.16/621.84	c cleaning 60986 clauses out of 122037 with flag 14829084/1943000
647.36/644.01	c cleaning 62014 clauses out of 124053 with flag 15349669/2006002
670.61/667.22	c cleaning 63002 clauses out of 126037 with flag 15870136/2070000
692.91/689.55	c cleaning 63990 clauses out of 128035 with flag 16369931/2135000
715.49/712.09	c cleaning 65016 clauses out of 130045 with flag 16872376/2201000
738.16/734.67	c cleaning 66002 clauses out of 132029 with flag 17343742/2268000
762.76/759.15	c cleaning 67001 clauses out of 134027 with flag 17837524/2336000
784.95/781.33	c cleaning 67997 clauses out of 136026 with flag 18280717/2405000
810.02/806.34	c cleaning 68983 clauses out of 138029 with flag 18812152/2475000
834.19/830.46	c cleaning 70021 clauses out of 140049 with flag 19305984/2546003
855.17/851.40	c cleaning 71001 clauses out of 142025 with flag 19720803/2618000
878.92/875.09	c cleaning 71987 clauses out of 144024 with flag 20199228/2691000
904.60/900.65	c cleaning 73015 clauses out of 146042 with flag 20693072/2765005
927.86/923.82	c cleaning 73984 clauses out of 148025 with flag 21135508/2840003
956.35/952.31	c cleaning 75008 clauses out of 150038 with flag 21688317/2916001
985.27/981.30	c cleaning 75993 clauses out of 152028 with flag 22315807/2993000
1012.70/1008.69	c cleaning 77011 clauses out of 154035 with flag 22847577/3071000
1038.56/1034.44	c cleaning 77988 clauses out of 156024 with flag 23349249/3150000
1066.95/1062.75	c cleaning 79004 clauses out of 158036 with flag 23888077/3230000
1095.92/1091.67	c cleaning 80004 clauses out of 160033 with flag 24448556/3311001
1125.43/1121.03	c cleaning 80999 clauses out of 162028 with flag 24983865/3393000
1154.74/1150.28	c cleaning 82008 clauses out of 164029 with flag 25536976/3476000
1184.67/1180.16	c cleaning 82988 clauses out of 166021 with flag 26088465/3560000
1216.33/1211.71	c cleaning 83985 clauses out of 168033 with flag 26706527/3645000
1249.55/1244.93	c cleaning 84986 clauses out of 170049 with flag 27332047/3731001
1282.28/1277.64	c cleaning 86029 clauses out of 172063 with flag 27971206/3818001
1314.39/1309.65	c cleaning 86955 clauses out of 174033 with flag 28575425/3906000
1348.24/1343.40	c cleaning 88027 clauses out of 176078 with flag 29205610/3995000
1382.07/1377.17	c cleaning 89016 clauses out of 178052 with flag 29842172/4085001
1416.39/1411.36	c cleaning 89979 clauses out of 180035 with flag 30448798/4176000
1451.21/1446.01	c cleaning 91024 clauses out of 182058 with flag 31071194/4268002
1481.49/1476.16	c cleaning 92015 clauses out of 184039 with flag 31584845/4361007
1519.74/1514.37	c cleaning 92961 clauses out of 186016 with flag 32287954/4455000
1555.90/1550.49	c cleaning 94021 clauses out of 188055 with flag 32966609/4550000
1595.50/1589.92	c cleaning 94985 clauses out of 190033 with flag 33674008/4646000
1634.46/1628.80	c cleaning 96019 clauses out of 192047 with flag 34363814/4743000
1671.59/1665.86	c cleaning 97001 clauses out of 194033 with flag 35038589/4841005
1708.04/1702.11	c cleaning 98007 clauses out of 196029 with flag 35693575/4940002
1749.21/1743.14	c cleaning 98998 clauses out of 198020 with flag 36423082/5040000
1790.84/1784.63	c cleaning 99978 clauses out of 200022 with flag 37156246/5141000
1800.09/1793.80	c starts		: 11767
1800.09/1793.80	c conflicts		: 5167712
1800.09/1793.80	c decisions		: 49659543
1800.09/1793.80	c propagations		: 1327728178
1800.09/1793.80	c inspects		: 21130833339
1800.09/1793.80	c shortcuts		: 0
1800.09/1793.80	c learnt literals	: 6
1800.09/1793.80	c learnt binary clauses	: 47
1800.09/1793.80	c learnt ternary clauses	: 51
1800.09/1793.80	c learnt constraints	: 5167706
1800.09/1793.80	c ignored constraints	: 0
1800.09/1793.80	c root simplifications	: 0
1800.09/1793.80	c removed literals (reason simplification)	: 0
1800.09/1793.80	c reason swapping (by a shorter reason)	: 0
1800.09/1793.80	c Calls to reduceDB	: 97
1800.09/1793.80	c Number of update (reduction) of LBD	: 2967041
1800.09/1793.80	c Imported unit clauses	: 0
1800.09/1793.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.80	c number of learned constraints concerned by reduction	: 0
1800.09/1793.80	c number of learning phase by resolution	: 0
1800.09/1793.80	c number of learning phase by cutting planes	: 0
1800.09/1793.80	c timeout
1800.09/1793.80	c speed (assignments/second)	: 740512.7081375472
1800.09/1793.80	c non guided choices	4403
1800.09/1793.83	c learnt constraints type 
1800.09/1793.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.09/1793.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126709
1800.09/1793.83	s UNKNOWN
1800.09/1793.83	c Total wall clock time (in seconds): 1793.727

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-4097902-1466118870/watcher-4097902-1466118870 -o /tmp/evaluation-result-4097902-1466118870/solver-4097902-1466118870 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097902-1466118870.opb 

pid=30679
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: 2.04 2.03 2.00 3/194 30682
/proc/meminfo: memFree=31705972/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13936974 98570240 978 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 24065 978 744 9 0 16771 0
[pid=30682/tid=30683] ppid=30679 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13936974 98570240 978 33554432000 1073741824 1073778376 140733200066384 140450300169768 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 30682
/proc/meminfo: memFree=31705972/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 13936974 9787879424 6124 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2389619 6125 2157 9 0 2380296 0
[pid=30682/tid=30683] ppid=30679 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 13936974 9787879424 6125 33554432000 1073741824 1073778376 140733200066384 140450300172608 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200367 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 30682
/proc/meminfo: memFree=31705972/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 5960 0 1 0 29 2 0 0 20 0 18 0 13936974 9787879424 7970 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2389619 7971 2221 9 0 2380296 0
[pid=30682/tid=30683] ppid=30679 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 13936974 9787879424 7972 33554432000 1073741824 1073778376 140733200066384 140450300172608 140450145090033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.30038 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 30682
/proc/meminfo: memFree=31705972/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 7043 0 1 0 56 2 0 0 20 0 18 0 13936974 9787879424 11802 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2389619 11802 2238 9 0 2380296 0
[pid=30682/tid=30683] ppid=30679 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 13936974 9787879424 11802 33554432000 1073741824 1073778376 140733200066384 140450300172608 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700338 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 30682
/proc/meminfo: memFree=31705972/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9558476 CPUtime=1 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 7124 0 1 0 96 4 0 0 20 0 18 0 13936974 9787879424 39986 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2389619 39986 2256 9 0 2380296 0
[pid=30682/tid=30683] ppid=30679 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2465 0 1 0 64 3 0 0 20 0 18 0 13936974 9787879424 39986 33554432000 1073741824 1073778376 140733200066384 140450300173720 140450145492498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 30701
/proc/meminfo: memFree=31550928/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 8379 0 1 0 210 5 0 0 20 0 19 0 13936974 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2406260 40613 2280 9 0 2396937 0
[pid=30682/tid=30683] ppid=30679 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2479 0 1 0 144 4 0 0 20 0 19 0 13936974 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450300174680 140450145632634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30685] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30685/stat : 30685 (java) S 30679 30682 23926 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450272627496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30686] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30686/stat : 30686 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450271574696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30687] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30687/stat : 30687 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450270522408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30688] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30688/stat : 30688 (java) S 30679 30682 23926 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450269469608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30689] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30689/stat : 30689 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450268416296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30690] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30690/stat : 30690 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450267363496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30691] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30691/stat : 30691 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450266311208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30692] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30692/stat : 30692 (java) S 30679 30682 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140450265258408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30693] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30693/stat : 30693 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936976 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449654221544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30694] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30694/stat : 30694 (java) S 30679 30682 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449653167608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30695] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30695/stat : 30695 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449652115208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30696] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30696/stat : 30696 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449651063696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30697] ppid=30679 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/30682/task/30697/stat : 30697 (java) S 30679 30682 23926 0 -1 4202560 2379 0 0 0 34 0 0 0 20 0 19 0 13936979 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449650010296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30698] ppid=30679 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30682/task/30698/stat : 30698 (java) S 30679 30682 23926 0 -1 4202560 2230 0 0 0 29 0 0 0 20 0 19 0 13936979 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449648957496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30699] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30699/stat : 30699 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449647905400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30700] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30700/stat : 30700 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449646852808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30701] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30701/stat : 30701 (java) S 30679 30682 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13937056 9856040960 40613 33554432000 1073741824 1073778376 140733200066384 140449645798824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 30701
/proc/meminfo: memFree=31549316/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 13131 0 1 0 388 5 0 0 20 0 19 0 13936974 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2406260 43231 2285 9 0 2396937 0
[pid=30682/tid=30683] ppid=30679 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2480 0 1 0 304 4 0 0 20 0 19 0 13936974 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450300165840 140450145714740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30685] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30685/stat : 30685 (java) S 30679 30682 23926 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450272627496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30686] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30686/stat : 30686 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450271574696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30687] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30687/stat : 30687 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450270522408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30688] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30688/stat : 30688 (java) S 30679 30682 23926 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450269469608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30689] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30689/stat : 30689 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450268416296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30690] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30690/stat : 30690 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450267363496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30691] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30691/stat : 30691 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450266311208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30692] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30692/stat : 30692 (java) S 30679 30682 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140450265258408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30693] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30693/stat : 30693 (java) S 30679 30682 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13936976 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449654221544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30694] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30694/stat : 30694 (java) S 30679 30682 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449653167608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30695] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30695/stat : 30695 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449652115208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30696] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30696/stat : 30696 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449651063696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30697] ppid=30679 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/30682/task/30697/stat : 30697 (java) S 30679 30682 23926 0 -1 4202560 6272 0 0 0 46 1 0 0 20 0 19 0 13936979 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449650010296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30698] ppid=30679 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/30682/task/30698/stat : 30698 (java) S 30679 30682 23926 0 -1 4202560 3087 0 0 0 34 0 0 0 20 0 19 0 13936979 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449648957496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30699] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30699/stat : 30699 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449647905400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30700] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30700/stat : 30700 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449646852808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30701] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30701/stat : 30701 (java) S 30679 30682 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13937056 9856040960 43231 33554432000 1073741824 1073778376 140733200066384 140449645798824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 30701
/proc/meminfo: memFree=31539804/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9625040 CPUtime=7.16 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 13134 0 1 0 711 5 0 0 20 0 19 0 13936974 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2406260 43078 2285 9 0 2396937 0
[pid=30682/tid=30683] ppid=30679 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2483 0 1 0 624 4 0 0 20 0 19 0 13936974 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450300174664 140450145636280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30685] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30685/stat : 30685 (java) S 30679 30682 23926 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450272627496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30686] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30686/stat : 30686 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450271574696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30687] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30687/stat : 30687 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450270522408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30688] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30688/stat : 30688 (java) S 30679 30682 23926 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450269469608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30689] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30689/stat : 30689 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450268416296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30690] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30690/stat : 30690 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450267363496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30691] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30691/stat : 30691 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450266311208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30692] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30692/stat : 30692 (java) S 30679 30682 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13936975 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140450265258408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30693] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30693/stat : 30693 (java) S 30679 30682 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13936976 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140449654221544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30694] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30694/stat : 30694 (java) S 30679 30682 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140449653167608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30695] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30695/stat : 30695 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140449652115208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30696] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30696/stat : 30696 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140449651063696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30697] ppid=30679 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/30682/task/30697/stat : 30697 (java) S 30679 30682 23926 0 -1 4202560 6272 0 0 0 48 2 0 0 20 0 19 0 13936979 9856040960 43078 33554432000 1073741824 1073778376 140733200066384 140449650010296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30698] ppid=30679 vsize=9625040 CPUtime=0.35 cores=1,3,5,7

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

[pid=30682/tid=30694] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30694/stat : 30694 (java) S 30679 30682 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449653167608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30695] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30695/stat : 30695 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449652115208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30696] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30696/stat : 30696 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449651063696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30697] ppid=30679 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30682/task/30697/stat : 30697 (java) S 30679 30682 23926 0 -1 4202560 13497 0 0 0 121 2 0 0 20 0 19 0 13936979 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449650010296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30698] ppid=30679 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/30682/task/30698/stat : 30698 (java) S 30679 30682 23926 0 -1 4202560 9155 0 0 0 67 2 0 0 20 0 19 0 13936979 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449648957496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30699] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30699/stat : 30699 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449647905400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30700] ppid=30679 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/30682/task/30700/stat : 30700 (java) S 30679 30682 23926 0 -1 4202560 97 0 0 0 25 31 0 0 20 0 19 0 13936979 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449646852808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30701] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30701/stat : 30701 (java) S 30679 30682 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13937056 9856040960 122842 33554432000 1073741824 1073778376 140733200066384 140449645798824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1668.1
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.27 1.77 1.91 2/188 30840
/proc/meminfo: memFree=31438580/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9625040 CPUtime=1728.32 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 29007 0 1 0 172732 100 0 0 20 0 19 0 13936974 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2406260 120115 2294 9 0 2396937 0
[pid=30682/tid=30683] ppid=30679 vsize=9625040 CPUtime=1719.56 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2553 0 1 0 171925 31 0 0 20 0 19 0 13936974 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450300173520 140450145636305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30685] ppid=30679 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/30682/task/30685/stat : 30685 (java) S 30679 30682 23926 0 -1 4202560 122 0 0 0 59 8 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450272627496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30686] ppid=30679 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/30682/task/30686/stat : 30686 (java) S 30679 30682 23926 0 -1 4202560 293 0 0 0 68 7 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450271574696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30687] ppid=30679 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/30682/task/30687/stat : 30687 (java) S 30679 30682 23926 0 -1 4202560 241 0 0 0 75 10 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450270522408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30688] ppid=30679 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/30682/task/30688/stat : 30688 (java) S 30679 30682 23926 0 -1 4202560 493 0 0 0 57 9 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450269469608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30689] ppid=30679 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30682/task/30689/stat : 30689 (java) S 30679 30682 23926 0 -1 4202560 354 0 0 0 71 8 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450268416296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30690] ppid=30679 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/30682/task/30690/stat : 30690 (java) S 30679 30682 23926 0 -1 4202560 164 0 0 0 55 6 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450267363496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30691] ppid=30679 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/30682/task/30691/stat : 30691 (java) S 30679 30682 23926 0 -1 4202560 210 0 0 0 61 10 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450266311208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30692] ppid=30679 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/30682/task/30692/stat : 30692 (java) S 30679 30682 23926 0 -1 4202560 252 0 0 0 70 8 0 0 20 0 19 0 13936975 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140450265258408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30693] ppid=30679 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/30682/task/30693/stat : 30693 (java) S 30679 30682 23926 0 -1 4202560 316 0 0 0 67 4 0 0 20 0 19 0 13936976 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449654221544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30694] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30694/stat : 30694 (java) S 30679 30682 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449653167608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30695] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30695/stat : 30695 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449652115208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30696] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30696/stat : 30696 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449651063696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30697] ppid=30679 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30682/task/30697/stat : 30697 (java) S 30679 30682 23926 0 -1 4202560 13497 0 0 0 121 2 0 0 20 0 19 0 13936979 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449650010296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30698] ppid=30679 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/30682/task/30698/stat : 30698 (java) S 30679 30682 23926 0 -1 4202560 9155 0 0 0 67 2 0 0 20 0 19 0 13936979 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449648957496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30699] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30699/stat : 30699 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449647905400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30700] ppid=30679 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/30682/task/30700/stat : 30700 (java) S 30679 30682 23926 0 -1 4202560 99 0 0 0 26 32 0 0 20 0 19 0 13936979 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449646852808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30701] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30701/stat : 30701 (java) S 30679 30682 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13937056 9856040960 120115 33554432000 1073741824 1073778376 140733200066384 140449645798824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.32
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.15 1.64 1.86 2/188 30842
/proc/meminfo: memFree=31452876/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9625040 CPUtime=1788.54 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 29020 0 1 0 178753 101 0 0 20 0 19 0 13936974 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2406260 117488 2294 9 0 2396937 0
[pid=30682/tid=30683] ppid=30679 vsize=9625040 CPUtime=1779.35 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2556 0 1 0 177903 32 0 0 20 0 19 0 13936974 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450300173520 140450145207815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30685] ppid=30679 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/30682/task/30685/stat : 30685 (java) S 30679 30682 23926 0 -1 4202560 122 0 0 0 62 8 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450272627496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30686] ppid=30679 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/30682/task/30686/stat : 30686 (java) S 30679 30682 23926 0 -1 4202560 293 0 0 0 71 7 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450271574696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30687] ppid=30679 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/30682/task/30687/stat : 30687 (java) S 30679 30682 23926 0 -1 4202560 241 0 0 0 79 10 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450270522408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30688] ppid=30679 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/30682/task/30688/stat : 30688 (java) S 30679 30682 23926 0 -1 4202560 493 0 0 0 61 9 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450269469608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30689] ppid=30679 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/30682/task/30689/stat : 30689 (java) S 30679 30682 23926 0 -1 4202560 354 0 0 0 74 8 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450268416296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30690] ppid=30679 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/30682/task/30690/stat : 30690 (java) S 30679 30682 23926 0 -1 4202560 164 0 0 0 61 6 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450267363496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30691] ppid=30679 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/30682/task/30691/stat : 30691 (java) S 30679 30682 23926 0 -1 4202560 210 0 0 0 65 10 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450266311208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30692] ppid=30679 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/30682/task/30692/stat : 30692 (java) S 30679 30682 23926 0 -1 4202560 252 0 0 0 73 8 0 0 20 0 19 0 13936975 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140450265258408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30693] ppid=30679 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30682/task/30693/stat : 30693 (java) S 30679 30682 23926 0 -1 4202560 322 0 0 0 79 4 0 0 20 0 19 0 13936976 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449654221544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30694] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30694/stat : 30694 (java) S 30679 30682 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449653167608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30695] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30695/stat : 30695 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449652115208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30696] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30696/stat : 30696 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449651063696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30697] ppid=30679 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30682/task/30697/stat : 30697 (java) S 30679 30682 23926 0 -1 4202560 13497 0 0 0 121 2 0 0 20 0 19 0 13936979 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449650010296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30698] ppid=30679 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/30682/task/30698/stat : 30698 (java) S 30679 30682 23926 0 -1 4202560 9155 0 0 0 67 2 0 0 20 0 19 0 13936979 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449648957496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30699] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30699/stat : 30699 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449647905400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30700] ppid=30679 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/30682/task/30700/stat : 30700 (java) S 30679 30682 23926 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 13936979 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449646852808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30701] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30701/stat : 30701 (java) S 30679 30682 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13937056 9856040960 117488 33554432000 1073741824 1073778376 140733200066384 140449645798824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 1.13 1.62 1.85 2/188 30842
/proc/meminfo: memFree=31455604/32872528 swapFree=162364/176672
[pid=30682] ppid=30679 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/30682/stat : 30682 (java) S 30679 30682 23926 0 -1 4202496 29021 0 1 0 179907 102 0 0 20 0 19 0 13936974 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140733200057520 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30682/statm: 2406260 116895 2294 9 0 2396937 0
[pid=30682/tid=30683] ppid=30679 vsize=9625040 CPUtime=1790.83 cores=1,3,5,7
/proc/30682/task/30683/stat : 30683 (java) R 30679 30682 23926 0 -1 4202560 2557 0 1 0 179051 32 0 0 20 0 19 0 13936974 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450300173504 140450145651468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30685] ppid=30679 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/30682/task/30685/stat : 30685 (java) S 30679 30682 23926 0 -1 4202560 122 0 0 0 63 8 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450272627496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30686] ppid=30679 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30682/task/30686/stat : 30686 (java) S 30679 30682 23926 0 -1 4202560 293 0 0 0 72 7 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450271574696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30687] ppid=30679 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/30682/task/30687/stat : 30687 (java) S 30679 30682 23926 0 -1 4202560 241 0 0 0 79 10 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450270522408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30688] ppid=30679 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/30682/task/30688/stat : 30688 (java) S 30679 30682 23926 0 -1 4202560 493 0 0 0 63 9 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450269469608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30682/tid=30689] ppid=30679 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30682/task/30689/stat : 30689 (java) S 30679 30682 23926 0 -1 4202560 354 0 0 0 75 8 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450268416296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30690] ppid=30679 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/30682/task/30690/stat : 30690 (java) S 30679 30682 23926 0 -1 4202560 164 0 0 0 62 6 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450267363496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30691] ppid=30679 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/30682/task/30691/stat : 30691 (java) S 30679 30682 23926 0 -1 4202560 210 0 0 0 66 10 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450266311208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30692] ppid=30679 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/30682/task/30692/stat : 30692 (java) S 30679 30682 23926 0 -1 4202560 252 0 0 0 73 8 0 0 20 0 19 0 13936975 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140450265258408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30693] ppid=30679 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30682/task/30693/stat : 30693 (java) S 30679 30682 23926 0 -1 4202560 322 0 0 0 79 4 0 0 20 0 19 0 13936976 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449654221544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30694] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30694/stat : 30694 (java) S 30679 30682 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449653167608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30695] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30695/stat : 30695 (java) S 30679 30682 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13936977 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449652115208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30696] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30696/stat : 30696 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449651063696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30682/tid=30697] ppid=30679 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30682/task/30697/stat : 30697 (java) S 30679 30682 23926 0 -1 4202560 13497 0 0 0 121 2 0 0 20 0 19 0 13936979 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449650010296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30698] ppid=30679 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/30682/task/30698/stat : 30698 (java) S 30679 30682 23926 0 -1 4202560 9155 0 0 0 67 2 0 0 20 0 19 0 13936979 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449648957496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30699] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30699/stat : 30699 (java) S 30679 30682 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13936979 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449647905400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30682/tid=30700] ppid=30679 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/30682/task/30700/stat : 30700 (java) S 30679 30682 23926 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 13936979 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449646852808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30682/tid=30701] ppid=30679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30682/task/30701/stat : 30701 (java) S 30679 30682 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13937056 9856040960 116895 33554432000 1073741824 1073778376 140733200066384 140449645798824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 30682 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.84
CPU time (s): 1800.69
CPU user time (s): 1799.15
CPU system time (s): 1.54277
CPU usage (%): 100.382
Max. virtual memory (cumulated for all children) (KiB): 9626876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.54276
maximum resident set size= 692168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29058
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40006
involuntary context switches= 30240

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0435 second user time and 14.4228 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-17 01:14:30
IDJOB=4097902
IDBENCH=107823
IDSOLVER=2546
FILE ID=node105/4097902-1466118870
RUNJOBID= node105-1466112850-26609
PBS_JOBID= 19904031
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097902-1466118870/watcher-4097902-1466118870 -o /tmp/evaluation-result-4097902-1466118870/solver-4097902-1466118870 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097902-1466118870.opb

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

MD5SUM BENCH= fe151e39412ca279581ad7c1e85ba474
RANDOM SEED=1392877916

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31705864 kB
Buffers:           10764 kB
Cached:            65220 kB
SwapCached:          584 kB
Active:           234572 kB
Inactive:          31772 kB
Active(anon):     189772 kB
Inactive(anon):     3200 kB
Active(file):      44800 kB
Inactive(file):    28572 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:              4372 kB
Writeback:             0 kB
AnonPages:        426188 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             568652 kB
SReclaimable:      11880 kB
SUnreclaim:       556772 kB
KernelStack:        1600 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     864936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71744 MiB
End job on node105 at 2016-06-17 01:44:24