Trace number 4122590

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.53 1798.34

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-58.cnf.gz-extracted.pb.metafix.opb
MD5SUMcf4c6d2b5c68c9e794eb98e7f42726a2
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 benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables233
Total number of constraints232
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)232
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 8
Number of bits of the biggest sum of numbers4
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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4122590-1467317173.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.043s.
0.11/0.14	c declared #vars     233
0.11/0.14	c #constraints  232
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 232
0.11/0.14	c 232 constraints processed.
0.69/0.45	c cleaning 2492 clauses out of 5000 with flag 24898/5000
1.14/0.62	c cleaning 4244 clauses out of 8508 with flag 54985/11000
1.35/0.80	c cleaning 5622 clauses out of 11264 with flag 95481/18000
1.56/1.07	c cleaning 6810 clauses out of 13643 with flag 137208/26001
1.87/1.39	c cleaning 7908 clauses out of 15834 with flag 187158/35002
2.27/1.76	c cleaning 8953 clauses out of 17925 with flag 241619/45001
2.78/2.24	c cleaning 9981 clauses out of 19973 with flag 303334/56002
3.27/2.77	c cleaning 10989 clauses out of 21994 with flag 369799/68004
3.98/3.41	c cleaning 11988 clauses out of 24001 with flag 449723/81000
4.57/4.06	c cleaning 12997 clauses out of 26013 with flag 534235/95000
5.37/4.85	c cleaning 13992 clauses out of 28017 with flag 622764/110001
6.27/5.73	c cleaning 15001 clauses out of 30024 with flag 720441/126000
7.27/6.71	c cleaning 16003 clauses out of 32024 with flag 822032/143001
8.27/7.76	c cleaning 16999 clauses out of 34021 with flag 930900/161001
9.47/8.91	c cleaning 17996 clauses out of 36021 with flag 1047291/180000
10.77/10.20	c cleaning 19005 clauses out of 38025 with flag 1173545/200000
12.27/11.71	c cleaning 19992 clauses out of 40020 with flag 1303640/221000
13.87/13.31	c cleaning 21000 clauses out of 42029 with flag 1440462/243001
15.47/14.93	c cleaning 21999 clauses out of 44029 with flag 1587945/266001
17.27/16.75	c cleaning 22999 clauses out of 46029 with flag 1739686/290000
19.38/18.82	c cleaning 24008 clauses out of 48032 with flag 1900036/315002
21.37/20.85	c cleaning 24999 clauses out of 50023 with flag 2065092/341001
23.77/23.23	c cleaning 25997 clauses out of 52024 with flag 2234601/368001
26.27/25.72	c cleaning 27002 clauses out of 54026 with flag 2413449/396000
28.78/28.28	c cleaning 28001 clauses out of 56024 with flag 2604736/425000
31.67/31.18	c cleaning 29002 clauses out of 58023 with flag 2795705/455000
34.57/34.02	c cleaning 29999 clauses out of 60024 with flag 3006520/486003
37.67/37.17	c cleaning 30998 clauses out of 62022 with flag 3212814/518000
41.08/40.50	c cleaning 32000 clauses out of 64026 with flag 3421037/551002
44.78/44.27	c cleaning 33003 clauses out of 66024 with flag 3638766/585000
48.48/47.95	c cleaning 34003 clauses out of 68023 with flag 3865456/620002
52.58/52.07	c cleaning 35000 clauses out of 70018 with flag 4094474/656000
56.78/56.23	c cleaning 35996 clauses out of 72019 with flag 4331856/693001
61.28/60.73	c cleaning 37003 clauses out of 74022 with flag 4574272/731000
65.78/65.27	c cleaning 38000 clauses out of 76020 with flag 4830181/770001
70.78/70.20	c cleaning 39001 clauses out of 78020 with flag 5089661/810001
75.58/75.01	c cleaning 40000 clauses out of 80018 with flag 5360274/851000
80.99/80.41	c cleaning 41000 clauses out of 82018 with flag 5625324/893000
86.48/85.94	c cleaning 42005 clauses out of 84018 with flag 5898027/936000
92.51/91.93	c cleaning 42997 clauses out of 86014 with flag 6172300/980001
98.11/97.57	c cleaning 43989 clauses out of 88017 with flag 6455471/1025001
104.21/103.67	c cleaning 45004 clauses out of 90027 with flag 6743930/1071000
110.81/110.25	c cleaning 46001 clauses out of 92024 with flag 7035081/1118001
117.33/116.74	c cleaning 47001 clauses out of 94022 with flag 7329911/1166000
124.02/123.44	c cleaning 48002 clauses out of 96021 with flag 7632840/1215000
131.22/130.69	c cleaning 49000 clauses out of 98019 with flag 7938840/1265000
138.62/138.07	c cleaning 49998 clauses out of 100019 with flag 8259391/1316000
146.32/145.78	c cleaning 51006 clauses out of 102024 with flag 8580213/1368003
154.12/153.55	c cleaning 51996 clauses out of 104017 with flag 8911265/1421002
162.34/161.77	c cleaning 52994 clauses out of 106019 with flag 9232534/1475000
170.63/170.09	c cleaning 53995 clauses out of 108025 with flag 9557123/1530000
179.33/178.80	c cleaning 55003 clauses out of 110030 with flag 9894290/1586000
188.93/188.37	c cleaning 56007 clauses out of 112027 with flag 10234697/1643000
198.13/197.51	c cleaning 56998 clauses out of 114020 with flag 10586371/1701000
207.73/207.17	c cleaning 57993 clauses out of 116022 with flag 10925457/1760000
217.74/217.16	c cleaning 59013 clauses out of 118029 with flag 11273688/1820000
228.45/227.82	c cleaning 60003 clauses out of 120019 with flag 11622477/1881003
238.94/238.36	c cleaning 61002 clauses out of 122013 with flag 11987193/1943000
250.47/249.82	c cleaning 61992 clauses out of 124012 with flag 12349099/2006001
261.86/261.27	c cleaning 63000 clauses out of 126022 with flag 12707255/2070003
272.86/272.21	c cleaning 64004 clauses out of 128019 with flag 13080899/2135000
284.58/284.00	c cleaning 64995 clauses out of 130016 with flag 13454095/2201001
296.77/296.11	c cleaning 66000 clauses out of 132020 with flag 13833669/2268000
309.38/308.70	c cleaning 67005 clauses out of 134021 with flag 14212861/2336001
322.39/321.78	c cleaning 68003 clauses out of 136015 with flag 14616162/2405000
335.69/335.06	c cleaning 68993 clauses out of 138012 with flag 15009535/2475000
349.39/348.71	c cleaning 69996 clauses out of 140019 with flag 15408587/2546000
363.80/363.11	c cleaning 71007 clauses out of 142024 with flag 15809720/2618001
377.49/376.83	c cleaning 71998 clauses out of 144016 with flag 16218260/2691000
391.69/391.04	c cleaning 72999 clauses out of 146023 with flag 16637258/2765005
407.00/406.36	c cleaning 74002 clauses out of 148019 with flag 17052011/2840000
423.30/422.60	c cleaning 74999 clauses out of 150017 with flag 17468118/2916000
439.78/439.08	c cleaning 75991 clauses out of 152018 with flag 17897015/2993000
456.18/455.46	c cleaning 77000 clauses out of 154028 with flag 18324937/3071001
472.27/471.59	c cleaning 78002 clauses out of 156027 with flag 18764922/3150000
489.97/489.26	c cleaning 79001 clauses out of 158025 with flag 19202061/3230000
507.77/507.10	c cleaning 80004 clauses out of 160024 with flag 19639904/3311000
524.77/524.00	c cleaning 80998 clauses out of 162022 with flag 20093329/3393002
542.08/541.35	c cleaning 81987 clauses out of 164024 with flag 20544850/3476002
561.68/560.90	c cleaning 83008 clauses out of 166035 with flag 21005468/3560000
580.59/579.84	c cleaning 84000 clauses out of 168027 with flag 21475528/3645000
599.19/598.45	c cleaning 84999 clauses out of 170027 with flag 21954425/3731000
619.79/619.03	c cleaning 86008 clauses out of 172029 with flag 22419329/3818001
640.69/639.94	c cleaning 87002 clauses out of 174022 with flag 22897155/3906002
662.40/661.58	c cleaning 87998 clauses out of 176019 with flag 23365924/3995001
683.31/682.45	c cleaning 88989 clauses out of 178020 with flag 23856305/4085000
705.81/704.95	c cleaning 90001 clauses out of 180031 with flag 24348150/4176000
728.02/727.11	c cleaning 91001 clauses out of 182030 with flag 24844408/4268000
752.72/751.80	c cleaning 92007 clauses out of 184030 with flag 25335756/4361001
776.92/776.08	c cleaning 92999 clauses out of 186022 with flag 25831806/4455000
801.22/800.36	c cleaning 94002 clauses out of 188023 with flag 26331880/4550000
825.13/824.28	c cleaning 94996 clauses out of 190021 with flag 26873931/4646000
850.74/849.85	c cleaning 96004 clauses out of 192025 with flag 27398707/4743000
877.24/876.33	c cleaning 97003 clauses out of 194021 with flag 27935898/4841000
902.25/901.25	c cleaning 97986 clauses out of 196018 with flag 28469464/4940000
928.37/927.30	c cleaning 99006 clauses out of 198034 with flag 28998722/5040002
954.08/953.07	c cleaning 99996 clauses out of 200029 with flag 29535824/5141003
981.59/980.55	c cleaning 101011 clauses out of 202030 with flag 30088840/5243000
1010.39/1009.33	c cleaning 102000 clauses out of 204021 with flag 30637429/5346002
1039.31/1038.27	c cleaning 102992 clauses out of 206020 with flag 31189203/5450001
1068.50/1067.46	c cleaning 103996 clauses out of 208027 with flag 31754395/5555000
1098.71/1097.68	c cleaning 104997 clauses out of 210031 with flag 32326719/5661000
1130.11/1129.06	c cleaning 106012 clauses out of 212034 with flag 32892153/5768000
1161.42/1160.40	c cleaning 107000 clauses out of 214024 with flag 33465816/5876002
1193.78/1192.56	c cleaning 107998 clauses out of 216023 with flag 34044724/5985001
1226.69/1225.49	c cleaning 109001 clauses out of 218026 with flag 34625879/6095002
1260.29/1259.07	c cleaning 110000 clauses out of 220023 with flag 35205009/6206000
1292.39/1291.17	c cleaning 111002 clauses out of 222023 with flag 35801374/6318000
1325.80/1324.58	c cleaning 111996 clauses out of 224021 with flag 36396876/6431000
1362.81/1361.58	c cleaning 113003 clauses out of 226025 with flag 37008193/6545000
1398.92/1397.61	c cleaning 113997 clauses out of 228023 with flag 37630163/6660001
1434.83/1433.54	c cleaning 114999 clauses out of 230025 with flag 38240492/6776000
1472.68/1471.22	c cleaning 116005 clauses out of 232026 with flag 38854024/6893000
1511.90/1510.44	c cleaning 116991 clauses out of 234021 with flag 39466894/7011000
1551.91/1550.48	c cleaning 118004 clauses out of 236031 with flag 40101167/7130001
1590.92/1589.40	c cleaning 119001 clauses out of 238026 with flag 40724355/7250000
1629.33/1627.89	c cleaning 119999 clauses out of 240025 with flag 41371953/7371000
1672.04/1670.57	c cleaning 121002 clauses out of 242026 with flag 41997966/7493000
1713.04/1711.58	c cleaning 122007 clauses out of 244025 with flag 42644091/7616001
1754.75/1753.23	c cleaning 122996 clauses out of 246017 with flag 43303375/7740000
1798.52/1796.81	c cleaning 124001 clauses out of 248022 with flag 43955000/7865001
1800.02/1798.30	c starts		: 19450
1800.02/1798.30	c conflicts		: 7871588
1800.02/1798.30	c decisions		: 11562304
1800.02/1798.30	c propagations		: 140878558
1800.02/1798.30	c inspects		: 43299648185
1800.02/1798.30	c shortcuts		: 0
1800.02/1798.30	c learnt literals	: 0
1800.02/1798.30	c learnt binary clauses	: 0
1800.02/1798.30	c learnt ternary clauses	: 0
1800.02/1798.30	c learnt constraints	: 7871588
1800.02/1798.30	c ignored constraints	: 0
1800.02/1798.30	c root simplifications	: 0
1800.02/1798.30	c removed literals (reason simplification)	: 0
1800.02/1798.30	c reason swapping (by a shorter reason)	: 0
1800.02/1798.30	c Calls to reduceDB	: 121
1800.02/1798.30	c timeout
1800.02/1798.30	c Number of update (reduction) of LBD	: 2440939
1800.02/1798.30	c Imported unit clauses	: 0
1800.02/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.30	c number of learned constraints concerned by reduction	: 0
1800.02/1798.30	c number of learning phase by resolution	: 0
1800.02/1798.30	c number of learning phase by cutting planes	: 0
1800.02/1798.30	c speed (assignments/second)	: 78346.039669484
1800.02/1798.30	c non guided choices	21990
1800.02/1798.33	c learnt constraints type 
1800.02/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130608
1800.02/1798.33	s UNKNOWN
1800.02/1798.33	c Total wall clock time (in seconds): 1798.233

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-4122590-1467317173/watcher-4122590-1467317173 -o /tmp/evaluation-result-4122590-1467317173/solver-4122590-1467317173 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16995 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122590-1467317173.opb 

pid=17544
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.26 2.23 2.04 2/194 17547
/proc/meminfo: memFree=28014448/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10743318 98570240 977 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 24065 977 743 9 0 16771 0
[pid=17547/tid=17548] ppid=17544 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10743319 98570240 978 33554432000 1073741824 1073778376 140733601346512 139773059186216 260190324096 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100159 s]
/proc/loadavg: 2.26 2.23 2.04 2/194 17547
/proc/meminfo: memFree=28014448/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 4514 0 1 0 10 1 0 0 20 0 18 0 10743318 9787879424 6142 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2389619 6142 2157 9 0 2380296 0
[pid=17547/tid=17548] ppid=17544 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2376 0 1 0 8 0 0 0 20 0 18 0 10743319 9787879424 6142 33554432000 1073741824 1073778376 140733601346512 139773059190136 260193707277 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.200348 s]
/proc/loadavg: 2.26 2.23 2.04 2/194 17547
/proc/meminfo: memFree=28014448/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 6330 0 1 0 29 1 0 0 20 0 19 0 10743318 9856040960 7713 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 7713 2235 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2405 0 1 0 18 0 0 0 20 0 19 0 10743319 9856040960 7713 33554432000 1073741824 1073778376 140733601346512 139773059191424 139772882445296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300387 s]
/proc/loadavg: 2.26 2.23 2.04 2/194 17547
/proc/meminfo: memFree=28014448/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 8872 0 1 0 55 2 0 0 20 0 19 0 10743318 9856040960 9059 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 9059 2239 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2405 0 1 0 28 0 0 0 20 0 19 0 10743319 9856040960 9059 33554432000 1073741824 1073778376 140733601346512 139773059191424 139772882813355 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700311 s]
/proc/loadavg: 2.26 2.23 2.04 2/194 17547
/proc/meminfo: memFree=28014448/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 15430 0 1 0 122 3 0 0 20 0 19 0 10743318 9856040960 13858 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 13858 2248 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2406 0 1 0 68 0 0 0 20 0 19 0 10743319 9856040960 13858 33554432000 1073741824 1073778376 140733601346512 139773059182272 139772882813503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.26 2.23 2.04 3/213 17566
/proc/meminfo: memFree=27965976/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 15434 0 1 0 204 3 0 0 20 0 19 0 10743318 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 14372 2249 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2408 0 1 0 148 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773059191240 139772882732359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17550] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773020682920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17551] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773019630376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17552] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773018577832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17553] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773017525288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17554] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773016471720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17555] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773015419176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17556] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773014366632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17557] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17544 17547 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773013314088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17558] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17544 17547 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139773000903272 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17559] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17544 17547 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772882314872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17560] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772881262216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17561] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772880210960 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17562] ppid=17544 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17544 17547 12218 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 10743323 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772879157304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17563] ppid=17544 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17544 17547 12218 0 -1 4202560 8728 0 0 0 32 1 0 0 20 0 19 0 10743323 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772878104760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17564] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772877052408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17565] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772876000072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17566] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743333 9856040960 14372 33554432000 1073741824 1073778376 140733601346512 139772874945832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.26 2.23 2.04 3/213 17566
/proc/meminfo: memFree=27963308/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 15437 0 1 0 364 3 0 0 20 0 19 0 10743318 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 15908 2249 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2411 0 1 0 308 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773059182288 139772882813336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17550] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773020682920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17551] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773019630376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17552] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773018577832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17553] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773017525288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17554] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773016471720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17555] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773015419176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17556] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773014366632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17557] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17544 17547 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773013314088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17558] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17544 17547 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139773000903272 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17559] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17544 17547 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772882314872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17560] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772881262216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17561] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772880210960 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17562] ppid=17544 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17544 17547 12218 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 10743323 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772879157304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17563] ppid=17544 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17544 17547 12218 0 -1 4202560 8728 0 0 0 32 1 0 0 20 0 19 0 10743323 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772878104760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17564] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772877052408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17565] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772876000072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17566] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743333 9856040960 15908 33554432000 1073741824 1073778376 140733601346512 139772874945832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30093 s]
/proc/loadavg: 2.32 2.25 2.05 3/213 17566
/proc/meminfo: memFree=27957324/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=6.87 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 15442 0 1 0 684 3 0 0 20 0 19 0 10743318 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 16801 2250 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2415 0 1 0 626 2 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773059182288 139772882903760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17550] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773020682920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17551] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773019630376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17552] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773018577832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17553] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773017525288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17554] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773016471720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17555] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773015419176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17556] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773014366632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17557] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17544 17547 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10743319 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773013314088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17558] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17544 17547 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139773000903272 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17559] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17544 17547 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139772882314872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17560] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139772881262216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17561] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139772880210960 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17562] ppid=17544 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17544 17547 12218 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 10743323 9856040960 16801 33554432000 1073741824 1073778376 140733601346512 139772879157304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17563] ppid=17544 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=17547/tid=17559] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17544 17547 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772882314872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17560] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17544 17547 12218 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772881262216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17561] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772880210960 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17562] ppid=17544 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17544 17547 12218 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 10743323 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772879157304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17563] ppid=17544 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17544 17547 12218 0 -1 4202560 8738 0 0 0 35 1 0 0 20 0 19 0 10743323 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772878104760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17564] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772877052408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17565] ppid=17544 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17544 17547 12218 0 -1 4202560 100 0 0 0 28 31 0 0 20 0 19 0 10743323 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772876000072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17566] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743333 9856040960 71482 33554432000 1073741824 1073778376 140733601346512 139772874945832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.18 1.41 1.78 2/188 17707
/proc/meminfo: memFree=27892176/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=1784.01 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 16638 0 1 0 178342 59 0 0 20 0 19 0 10743318 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 77631 2266 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=1782.05 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2478 0 1 0 178167 38 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773059190096 139772882813294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17550] ppid=17544 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17544 17547 12218 0 -1 4202560 208 0 0 0 10 3 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773020682920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17551] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17544 17547 12218 0 -1 4202560 200 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773019630376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17552] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17544 17547 12218 0 -1 4202560 53 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773018577832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17553] ppid=17544 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17544 17547 12218 0 -1 4202560 60 0 0 0 10 1 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773017525288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17554] ppid=17544 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17544 17547 12218 0 -1 4202560 178 0 0 0 7 1 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773016471720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17555] ppid=17544 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17544 17547 12218 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773015419176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17556] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17544 17547 12218 0 -1 4202560 194 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773014366632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17557] ppid=17544 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17544 17547 12218 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773013314088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17558] ppid=17544 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17544 17547 12218 0 -1 4202560 55 0 0 0 0 2 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773000903272 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17559] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17544 17547 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772882314872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17560] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17544 17547 12218 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772881262216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17561] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772880210960 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17562] ppid=17544 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17544 17547 12218 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772879157304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17563] ppid=17544 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17544 17547 12218 0 -1 4202560 8738 0 0 0 35 1 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772878104760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17564] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772877052408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17565] ppid=17544 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17544 17547 12218 0 -1 4202560 104 0 0 0 29 32 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772876000072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17566] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743333 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772874945832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.21 1.41 1.77 2/188 17707
/proc/meminfo: memFree=27892424/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 16640 0 1 0 179942 60 0 0 20 0 19 0 10743318 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 77631 2266 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=1798.05 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2478 0 1 0 179766 39 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773059182384 139772882813331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17550] ppid=17544 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17544 17547 12218 0 -1 4202560 208 0 0 0 10 3 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773020682920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17551] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17544 17547 12218 0 -1 4202560 200 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773019630376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17552] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17544 17547 12218 0 -1 4202560 53 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773018577832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17553] ppid=17544 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17544 17547 12218 0 -1 4202560 60 0 0 0 10 1 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773017525288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17554] ppid=17544 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17544 17547 12218 0 -1 4202560 178 0 0 0 7 1 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773016471720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17555] ppid=17544 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17544 17547 12218 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773015419176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17556] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17544 17547 12218 0 -1 4202560 194 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773014366632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17557] ppid=17544 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17544 17547 12218 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773013314088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17558] ppid=17544 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17544 17547 12218 0 -1 4202560 55 0 0 0 0 2 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773000903272 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17559] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17544 17547 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772882314872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17560] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17544 17547 12218 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772881262216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17561] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772880210960 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17562] ppid=17544 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17544 17547 12218 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772879157304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17563] ppid=17544 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17544 17547 12218 0 -1 4202560 8738 0 0 0 35 1 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772878104760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17564] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772877052408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17565] ppid=17544 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17544 17547 12218 0 -1 4202560 106 0 0 0 29 33 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772876000072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17566] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743333 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772874945832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 17547 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 1.21 1.41 1.77 2/188 17707
/proc/meminfo: memFree=27892424/32872528 swapFree=1634416/1797936
[pid=17547] ppid=17544 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/17547/stat : 17547 (java) S 17544 17547 12218 0 -1 4202496 16640 0 1 0 179942 60 0 0 20 0 19 0 10743318 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 140733601337648 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17547/statm: 2406260 77631 2266 9 0 2396937 0
[pid=17547/tid=17548] ppid=17544 vsize=9625040 CPUtime=1798.05 cores=1,3,5,7
/proc/17547/task/17548/stat : 17548 (java) R 17544 17547 12218 0 -1 4202560 2478 0 1 0 179766 39 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773059182384 139772882813331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17550] ppid=17544 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/17547/task/17550/stat : 17550 (java) S 17544 17547 12218 0 -1 4202560 208 0 0 0 10 3 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773020682920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17547/tid=17551] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17551/stat : 17551 (java) S 17544 17547 12218 0 -1 4202560 200 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773019630376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17552] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17552/stat : 17552 (java) S 17544 17547 12218 0 -1 4202560 53 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773018577832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17553] ppid=17544 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/17547/task/17553/stat : 17553 (java) S 17544 17547 12218 0 -1 4202560 60 0 0 0 10 1 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773017525288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17554] ppid=17544 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17547/task/17554/stat : 17554 (java) S 17544 17547 12218 0 -1 4202560 178 0 0 0 7 1 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773016471720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17555] ppid=17544 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17547/task/17555/stat : 17555 (java) S 17544 17547 12218 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773015419176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17556] ppid=17544 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/17547/task/17556/stat : 17556 (java) S 17544 17547 12218 0 -1 4202560 194 0 0 0 13 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773014366632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17557] ppid=17544 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17547/task/17557/stat : 17557 (java) S 17544 17547 12218 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 19 0 10743319 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773013314088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17558] ppid=17544 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17547/task/17558/stat : 17558 (java) S 17544 17547 12218 0 -1 4202560 55 0 0 0 0 2 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139773000903272 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17559] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17559/stat : 17559 (java) S 17544 17547 12218 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772882314872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17560] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17560/stat : 17560 (java) S 17544 17547 12218 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10743321 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772881262216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17561] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17561/stat : 17561 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772880210960 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17562] ppid=17544 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17547/task/17562/stat : 17562 (java) S 17544 17547 12218 0 -1 4202560 3028 0 0 0 22 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772879157304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17563] ppid=17544 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/17547/task/17563/stat : 17563 (java) S 17544 17547 12218 0 -1 4202560 8738 0 0 0 35 1 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772878104760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17547/tid=17564] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17564/stat : 17564 (java) S 17544 17547 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772877052408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17547/tid=17565] ppid=17544 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/17547/task/17565/stat : 17565 (java) S 17544 17547 12218 0 -1 4202560 106 0 0 0 29 33 0 0 20 0 19 0 10743323 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772876000072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17547/tid=17566] ppid=17544 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17547/task/17566/stat : 17566 (java) S 17544 17547 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10743333 9856040960 77631 33554432000 1073741824 1073778376 140733601346512 139772874945832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.34
CPU time (s): 1800.53
CPU user time (s): 1799.49
CPU system time (s): 1.04284
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 1.04284
maximum resident set size= 310700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16689
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38182
involuntary context switches= 4104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.49356 second user time and 14.5028 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 22:06:13
IDJOB=4122590
IDBENCH=111190
IDSOLVER=2546
FILE ID=node123/4122590-1467317173
RUNJOBID= node123-1467316083-16995
PBS_JOBID= 20005250
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-58.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122590-1467317173/watcher-4122590-1467317173 -o /tmp/evaluation-result-4122590-1467317173/solver-4122590-1467317173 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16995 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122590-1467317173.opb

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

MD5SUM BENCH= cf4c6d2b5c68c9e794eb98e7f42726a2
RANDOM SEED=1935895919

node123.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.387
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.77
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.387
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.387
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.387
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.387
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.387
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.387
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.387
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:        28014976 kB
Buffers:          183668 kB
Cached:          1935080 kB
SwapCached:            0 kB
Active:           491240 kB
Inactive:        1821976 kB
Active(anon):     197292 kB
Inactive(anon):        0 kB
Active(file):     293948 kB
Inactive(file):  1821976 kB
Unevictable:     1797936 kB
Mlocked:         1634416 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:       2002468 kB
Mapped:            22148 kB
Shmem:               204 kB
Slab:             612772 kB
SReclaimable:      56476 kB
SUnreclaim:       556296 kB
KernelStack:        1760 kB
PageTables:         8248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2489064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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= 71732 MiB
End job on node123 at 2016-06-30 22:36:11