Trace number 4097923

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.09 1793.73

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_17.opb
MD5SUM2d9e515d426c52a025752c6dbc5949b8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6642
Total number of constraints32486
Number of constraints which are clauses32481
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 constraint81
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 98
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4097923-1466118906.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
1.30/0.96	c ... done. Wall clock time 0.842s.
1.30/0.96	c declared #vars     6642
1.30/0.96	c #constraints  32490
1.30/0.96	c constraints type 
1.30/0.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19440
1.30/0.96	c org.sat4j.specs.Constr$1 => 4
1.30/0.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.30/0.96	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.30/0.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13040
1.30/0.96	c 32490 constraints processed.
4.14/3.37	c cleaning 2500 clauses out of 5000 with flag 43042/5000
7.05/6.10	c cleaning 4246 clauses out of 8500 with flag 103830/11000
10.06/9.11	c cleaning 5612 clauses out of 11254 with flag 168897/18000
13.47/12.56	c cleaning 6804 clauses out of 13642 with flag 248859/26000
17.10/16.15	c cleaning 7906 clauses out of 15838 with flag 322060/35000
21.10/20.15	c cleaning 8961 clauses out of 17933 with flag 406612/45001
25.30/24.36	c cleaning 9979 clauses out of 19971 with flag 492907/56000
29.60/28.63	c cleaning 10990 clauses out of 21992 with flag 577788/68000
34.50/33.51	c cleaning 12000 clauses out of 24003 with flag 663625/81001
40.20/39.22	c cleaning 13000 clauses out of 26002 with flag 767744/95000
46.50/45.59	c cleaning 14002 clauses out of 28005 with flag 874717/110003
53.00/52.03	c cleaning 14995 clauses out of 30002 with flag 983952/126002
58.70/57.71	c cleaning 15997 clauses out of 32007 with flag 1092269/143002
66.25/65.27	c cleaning 16998 clauses out of 34009 with flag 1222410/161001
73.15/72.12	c cleaning 17990 clauses out of 36010 with flag 1360621/180000
80.46/79.45	c cleaning 19009 clauses out of 38020 with flag 1490785/200000
89.56/88.50	c cleaning 20001 clauses out of 40012 with flag 1643345/221001
98.86/97.86	c cleaning 20997 clauses out of 42010 with flag 1807024/243000
108.66/107.67	c cleaning 22007 clauses out of 44013 with flag 1980506/266000
118.87/117.80	c cleaning 22999 clauses out of 46006 with flag 2150365/290000
130.16/129.18	c cleaning 24004 clauses out of 48007 with flag 2332949/315000
141.26/140.27	c cleaning 25002 clauses out of 50005 with flag 2516481/341002
152.49/151.48	c cleaning 26000 clauses out of 52002 with flag 2715727/368001
163.89/162.87	c cleaning 26999 clauses out of 54001 with flag 2910145/396000
175.79/174.72	c cleaning 27992 clauses out of 56002 with flag 3125325/425000
186.49/185.49	c cleaning 28995 clauses out of 58011 with flag 3335046/455001
198.89/197.89	c cleaning 30004 clauses out of 60019 with flag 3575979/486004
212.03/210.90	c cleaning 31001 clauses out of 62013 with flag 3810054/518002
224.93/223.81	c cleaning 32005 clauses out of 64010 with flag 4060211/551000
237.74/236.63	c cleaning 32996 clauses out of 66005 with flag 4280878/585000
250.54/249.44	c cleaning 34000 clauses out of 68010 with flag 4522429/620001
263.35/262.19	c cleaning 34993 clauses out of 70009 with flag 4764401/656000
275.96/274.80	c cleaning 36005 clauses out of 72018 with flag 4998681/693002
288.76/287.47	c cleaning 36999 clauses out of 74012 with flag 5241596/731001
305.06/303.72	c cleaning 38003 clauses out of 76012 with flag 5511224/770000
323.35/322.00	c cleaning 38983 clauses out of 78012 with flag 5800741/810003
341.47/340.19	c cleaning 39985 clauses out of 80027 with flag 6115759/851001
359.49/358.09	c cleaning 41020 clauses out of 82041 with flag 6423389/893000
377.09/375.60	c cleaning 41980 clauses out of 84021 with flag 6743352/936000
394.53/392.93	c cleaning 42995 clauses out of 86041 with flag 7044260/980000
410.82/409.28	c cleaning 44017 clauses out of 88050 with flag 7347373/1025004
428.27/426.58	c cleaning 45003 clauses out of 90029 with flag 7666170/1071000
445.78/444.02	c cleaning 46001 clauses out of 92028 with flag 7980646/1118002
463.21/461.30	c cleaning 46996 clauses out of 94025 with flag 8268410/1166000
483.01/481.17	c cleaning 48011 clauses out of 96031 with flag 8608008/1215002
505.52/503.54	c cleaning 48962 clauses out of 98019 with flag 8967659/1265001
526.22/524.25	c cleaning 50026 clauses out of 100057 with flag 9325677/1316001
546.22/544.18	c cleaning 51002 clauses out of 102031 with flag 9683341/1368001
566.33/564.25	c cleaning 52006 clauses out of 104029 with flag 10033237/1421001
586.15/583.92	c cleaning 53006 clauses out of 106023 with flag 10384399/1475001
604.80/602.56	c cleaning 53992 clauses out of 108018 with flag 10727801/1530002
623.19/620.85	c cleaning 55008 clauses out of 110025 with flag 11050361/1586001
645.68/643.37	c cleaning 56004 clauses out of 112020 with flag 11412303/1643004
667.23/664.82	c cleaning 56986 clauses out of 114012 with flag 11788383/1701000
690.89/688.46	c cleaning 57999 clauses out of 116026 with flag 12172614/1760000
715.58/713.18	c cleaning 58961 clauses out of 118029 with flag 12590905/1820002
739.16/736.66	c cleaning 59969 clauses out of 120068 with flag 13013144/1881002
764.71/762.18	c cleaning 61041 clauses out of 122099 with flag 13442092/1943002
790.17/787.53	c cleaning 62016 clauses out of 124057 with flag 13878942/2006001
814.15/811.45	c cleaning 63009 clauses out of 126040 with flag 14279948/2070000
841.42/838.61	c cleaning 64010 clauses out of 128031 with flag 14734020/2135000
868.22/865.33	c cleaning 64999 clauses out of 130024 with flag 15181226/2201003
890.80/887.82	c cleaning 65996 clauses out of 132024 with flag 15579657/2268002
917.73/914.73	c cleaning 66987 clauses out of 134026 with flag 16009684/2336000
948.39/945.31	c cleaning 68000 clauses out of 136039 with flag 16507751/2405000
979.47/976.38	c cleaning 68957 clauses out of 138039 with flag 17019134/2475000
1010.35/1007.13	c cleaning 70017 clauses out of 140082 with flag 17539274/2546000
1040.00/1036.79	c cleaning 71006 clauses out of 142065 with flag 18029070/2618000
1070.92/1067.50	c cleaning 72013 clauses out of 144059 with flag 18530201/2691000
1099.50/1096.04	c cleaning 73005 clauses out of 146046 with flag 19004070/2765000
1130.23/1126.66	c cleaning 73997 clauses out of 148041 with flag 19509772/2840000
1162.25/1158.59	c cleaning 75021 clauses out of 150046 with flag 20056835/2916002
1195.42/1191.61	c cleaning 76002 clauses out of 152024 with flag 20597676/2993001
1225.03/1221.12	c cleaning 76996 clauses out of 154022 with flag 21094628/3071001
1256.04/1252.01	c cleaning 78003 clauses out of 156025 with flag 21608647/3150000
1288.52/1284.38	c cleaning 79003 clauses out of 158022 with flag 22117155/3230000
1317.84/1313.53	c cleaning 80003 clauses out of 160022 with flag 22574846/3311003
1345.55/1341.17	c cleaning 80990 clauses out of 162018 with flag 23042023/3393002
1380.06/1375.58	c cleaning 81999 clauses out of 164026 with flag 23591952/3476000
1414.58/1409.89	c cleaning 83001 clauses out of 166027 with flag 24125929/3560000
1448.70/1443.75	c cleaning 83995 clauses out of 168026 with flag 24675128/3645000
1480.70/1475.66	c cleaning 85006 clauses out of 170032 with flag 25186819/3731001
1511.05/1505.85	c cleaning 86006 clauses out of 172027 with flag 25678863/3818002
1545.16/1539.79	c cleaning 87000 clauses out of 174019 with flag 26215650/3906000
1577.92/1572.37	c cleaning 87999 clauses out of 176021 with flag 26738804/3995002
1616.01/1610.21	c cleaning 88991 clauses out of 178020 with flag 27323334/4085000
1649.36/1643.42	c cleaning 90007 clauses out of 180029 with flag 27862747/4176000
1696.80/1690.76	c cleaning 90990 clauses out of 182025 with flag 28496475/4268003
1748.42/1742.21	c cleaning 91998 clauses out of 184032 with flag 29153799/4361000
1795.80/1789.43	c cleaning 93011 clauses out of 186039 with flag 29773660/4455005
1800.09/1793.70	c starts		: 11010
1800.09/1793.70	c conflicts		: 4465186
1800.09/1793.70	c decisions		: 35894535
1800.09/1793.70	c propagations		: 1544702388
1800.09/1793.70	c inspects		: 21318895668
1800.09/1793.70	c shortcuts		: 0
1800.09/1793.70	c learnt literals	: 0
1800.09/1793.70	c timeout
1800.09/1793.70	c learnt binary clauses	: 0
1800.09/1793.70	c learnt ternary clauses	: 4
1800.09/1793.70	c learnt constraints	: 4465186
1800.09/1793.70	c ignored constraints	: 0
1800.09/1793.70	c root simplifications	: 0
1800.09/1793.70	c removed literals (reason simplification)	: 0
1800.09/1793.70	c reason swapping (by a shorter reason)	: 0
1800.09/1793.70	c Calls to reduceDB	: 90
1800.09/1793.70	c Number of update (reduction) of LBD	: 2288506
1800.09/1793.70	c Imported unit clauses	: 0
1800.09/1793.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.70	c number of learned constraints concerned by reduction	: 0
1800.09/1793.70	c number of learning phase by resolution	: 0
1800.09/1793.70	c number of learning phase by cutting planes	: 0
1800.09/1793.70	c speed (assignments/second)	: 861647.1329791625
1800.09/1793.70	c non guided choices	4961
1800.09/1793.73	c learnt constraints type 
1800.09/1793.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103209
1800.09/1793.73	s UNKNOWN
1800.09/1793.73	c Total wall clock time (in seconds): 1793.612

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-4097923-1466118906/watcher-4097923-1466118906 -o /tmp/evaluation-result-4097923-1466118906/solver-4097923-1466118906 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097923-1466118906.opb 

pid=31797
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.17 2.22 2.19 3/194 31800
/proc/meminfo: memFree=30550348/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/31800/stat : 31800 (java) R 31797 31800 24719 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 13939554 278528 33 33554432000 1073741824 1073778376 140737402149184 140734008384808 271778409653 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.22 2.19 3/194 31800
/proc/meminfo: memFree=30550348/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 4401 0 1 0 7 1 0 0 20 0 18 0 13939554 9787879424 6033 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.17 2.22 2.19 3/194 31800
/proc/meminfo: memFree=30550348/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 4977 0 1 0 26 1 0 0 20 0 18 0 13939554 9787879424 6850 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2389619 6850 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 2.17 2.22 2.19 3/194 31800
/proc/meminfo: memFree=30550348/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 7205 0 1 0 52 2 0 0 20 0 18 0 13939554 9787879424 10749 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2389619 10749 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 2.17 2.22 2.19 3/194 31800
/proc/meminfo: memFree=30550348/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9558476 CPUtime=0.98 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 7304 0 1 0 94 4 0 0 20 0 18 0 13939554 9787879424 39972 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2389619 39972 2256 9 0 2380296 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 2.17 2.22 2.19 3/213 31819
/proc/meminfo: memFree=30386248/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 8825 0 1 0 220 5 0 0 20 0 19 0 13939554 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2406260 43251 2277 9 0 2396937 0
[pid=31800/tid=31802] ppid=31797 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/31800/task/31802/stat : 31802 (java) R 31797 31800 24719 0 -1 4202560 2475 0 1 0 142 3 0 0 20 0 19 0 13939555 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140096092434776 140095945070781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31803] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31803/stat : 31803 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140096064887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31804] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31804/stat : 31804 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140096063835048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31805] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31805/stat : 31805 (java) S 31797 31800 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095933426472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31806] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31806/stat : 31806 (java) S 31797 31800 24719 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095932373672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31807] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31807/stat : 31807 (java) S 31797 31800 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095931320872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31808] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31808/stat : 31808 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095930268072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31809] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31809/stat : 31809 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095929215272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31810] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31810/stat : 31810 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095457847464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31811] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31811/stat : 31811 (java) S 31797 31800 24719 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 13939557 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095445650408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31812] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31812/stat : 31812 (java) S 31797 31800 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095444596472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31813] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31813/stat : 31813 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095443543560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31814] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31814/stat : 31814 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095442492048 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31815] ppid=31797 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/31800/task/31815/stat : 31815 (java) S 31797 31800 24719 0 -1 4202560 2325 0 0 0 38 0 0 0 20 0 19 0 13939560 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095441439160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31816] ppid=31797 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31800/task/31816/stat : 31816 (java) S 31797 31800 24719 0 -1 4202560 2654 0 0 0 35 0 0 0 20 0 19 0 13939560 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095440386360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31817] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31817/stat : 31817 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095439333752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31818] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31818/stat : 31818 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095438281160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31819] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31819/stat : 31819 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939652 9856040960 43251 33554432000 1073741824 1073778376 140737402149184 140095437129384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.17 2.22 2.19 4/213 31819
/proc/meminfo: memFree=30384504/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 9404 0 1 0 384 6 0 0 20 0 19 0 13939554 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2406260 43256 2281 9 0 2396937 0
[pid=31800/tid=31802] ppid=31797 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/31800/task/31802/stat : 31802 (java) R 31797 31800 24719 0 -1 4202560 2477 0 1 0 301 3 0 0 20 0 19 0 13939555 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140096092432904 140095945179391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31803] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31803/stat : 31803 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140096064887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31804] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31804/stat : 31804 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140096063835048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31805] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31805/stat : 31805 (java) S 31797 31800 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095933426472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31806] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31806/stat : 31806 (java) S 31797 31800 24719 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095932373672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31807] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31807/stat : 31807 (java) S 31797 31800 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095931320872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31808] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31808/stat : 31808 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095930268072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31809] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31809/stat : 31809 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095929215272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31810] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31810/stat : 31810 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095457847464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31811] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31811/stat : 31811 (java) S 31797 31800 24719 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13939557 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095445650408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31812] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31812/stat : 31812 (java) S 31797 31800 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095444596472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31813] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31813/stat : 31813 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095443543560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31814] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31814/stat : 31814 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095442492048 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31815] ppid=31797 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/31800/task/31815/stat : 31815 (java) S 31797 31800 24719 0 -1 4202560 2901 0 0 0 42 0 0 0 20 0 19 0 13939560 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095441439160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31816] ppid=31797 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31800/task/31816/stat : 31816 (java) S 31797 31800 24719 0 -1 4202560 2654 0 0 0 35 0 0 0 20 0 19 0 13939560 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095440386360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31817] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31817/stat : 31817 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095439333752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31818] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31818/stat : 31818 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095438281160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31819] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31819/stat : 31819 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939652 9856040960 43256 33554432000 1073741824 1073778376 140737402149184 140095437129384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.16 2.22 2.19 3/213 31819
/proc/meminfo: memFree=30385340/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9625040 CPUtime=7.26 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 13537 0 1 0 719 7 0 0 20 0 19 0 13939554 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2406260 43269 2285 9 0 2396937 0
[pid=31800/tid=31802] ppid=31797 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/31800/task/31802/stat : 31802 (java) R 31797 31800 24719 0 -1 4202560 2479 0 1 0 619 3 0 0 20 0 19 0 13939555 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140096092433584 140095945179071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31803] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31803/stat : 31803 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140096064887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31804] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31804/stat : 31804 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140096063835048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31805] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31805/stat : 31805 (java) S 31797 31800 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095933426472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31806] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31806/stat : 31806 (java) S 31797 31800 24719 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095932373672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31807] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31807/stat : 31807 (java) S 31797 31800 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095931320872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31808] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31808/stat : 31808 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095930268072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31809] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31809/stat : 31809 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095929215272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31810] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31810/stat : 31810 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939556 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095457847464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31811] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31811/stat : 31811 (java) S 31797 31800 24719 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13939557 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095445650408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31812] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31812/stat : 31812 (java) S 31797 31800 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095444596472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31813] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31813/stat : 31813 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095443543560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31814] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31814/stat : 31814 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095442492048 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31815] ppid=31797 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/31800/task/31815/stat : 31815 (java) S 31797 31800 24719 0 -1 4202560 2905 0 0 0 45 0 0 0 20 0 19 0 13939560 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095441439160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31816] ppid=31797 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/31800/task/31816/stat : 31816 (java) S 31797 31800 24719 0 -1 4202560 6781 0 0 0 48 2 0 0 20 0 19 0 13939560 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095440386360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31817] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31817/stat : 31817 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095439333752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31818] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31818/stat : 31818 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095438281160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31819] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31819/stat : 31819 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939652 9856040960 43269 33554432000 1073741824 1073778376 140737402149184 140095437129384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 9625040


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

[pid=31800/tid=31819] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31819/stat : 31819 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939652 9856040960 101354 33554432000 1073741824 1073778376 140737402149184 140095437129384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1668.32
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.16 2.11 3/213 31992
/proc/meminfo: memFree=29850404/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9625040 CPUtime=1728.44 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 16377 0 1 0 172756 88 0 0 20 0 19 0 13939554 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2406260 97411 2294 9 0 2396937 0
[pid=31800/tid=31802] ppid=31797 vsize=9625040 CPUtime=1714.51 cores=1,3,5,7
/proc/31800/task/31802/stat : 31802 (java) R 31797 31800 24719 0 -1 4202560 2557 0 1 0 171419 32 0 0 20 0 19 0 13939555 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140096092433632 140095945082224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31803] ppid=31797 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/31800/task/31803/stat : 31803 (java) S 31797 31800 24719 0 -1 4202560 299 0 0 0 79 7 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140096064887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31804] ppid=31797 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/31800/task/31804/stat : 31804 (java) S 31797 31800 24719 0 -1 4202560 379 0 0 0 82 7 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140096063835048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31805] ppid=31797 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/31800/task/31805/stat : 31805 (java) S 31797 31800 24719 0 -1 4202560 552 0 0 0 77 7 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095933426472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31806] ppid=31797 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/31800/task/31806/stat : 31806 (java) S 31797 31800 24719 0 -1 4202560 200 0 0 0 94 7 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095932373672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31807] ppid=31797 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/31800/task/31807/stat : 31807 (java) S 31797 31800 24719 0 -1 4202560 399 0 0 0 81 7 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095931320872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31808] ppid=31797 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/31800/task/31808/stat : 31808 (java) S 31797 31800 24719 0 -1 4202560 272 0 0 0 83 6 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095930268072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31809] ppid=31797 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/31800/task/31809/stat : 31809 (java) S 31797 31800 24719 0 -1 4202560 88 0 0 0 77 6 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095929215272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31810] ppid=31797 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/31800/task/31810/stat : 31810 (java) S 31797 31800 24719 0 -1 4202560 174 0 0 0 78 7 0 0 20 0 19 0 13939556 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095457847464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31811] ppid=31797 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/31800/task/31811/stat : 31811 (java) S 31797 31800 24719 0 -1 4202560 340 0 0 0 103 4 0 0 20 0 19 0 13939557 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095445650408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31812] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31812/stat : 31812 (java) S 31797 31800 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095444596472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31813] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31813/stat : 31813 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095443543560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31814] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31814/stat : 31814 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095442492048 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31815] ppid=31797 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/31800/task/31815/stat : 31815 (java) S 31797 31800 24719 0 -1 4202560 2979 0 0 0 50 0 0 0 20 0 19 0 13939560 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095441439160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31816] ppid=31797 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/31800/task/31816/stat : 31816 (java) S 31797 31800 24719 0 -1 4202560 6781 0 0 0 49 2 0 0 20 0 19 0 13939560 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095440386360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31817] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31817/stat : 31817 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095439333752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31818] ppid=31797 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/31800/task/31818/stat : 31818 (java) S 31797 31800 24719 0 -1 4202560 99 0 0 0 27 28 0 0 20 0 19 0 13939560 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095438281160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31819] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31819/stat : 31819 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939652 9856040960 97411 33554432000 1073741824 1073778376 140737402149184 140095437129384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.44
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.16 2.11 3/213 31993
/proc/meminfo: memFree=29851736/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9625040 CPUtime=1788.63 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 16392 0 1 0 178772 91 0 0 20 0 19 0 13939554 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2406260 96838 2294 9 0 2396937 0
[pid=31800/tid=31802] ppid=31797 vsize=9625040 CPUtime=1774.3 cores=1,3,5,7
/proc/31800/task/31802/stat : 31802 (java) R 31797 31800 24719 0 -1 4202560 2560 0 1 0 177398 32 0 0 20 0 19 0 13939555 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140096092433632 140095945070828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31803] ppid=31797 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/31800/task/31803/stat : 31803 (java) S 31797 31800 24719 0 -1 4202560 299 0 0 0 82 7 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140096064887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31804] ppid=31797 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/31800/task/31804/stat : 31804 (java) S 31797 31800 24719 0 -1 4202560 379 0 0 0 85 7 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140096063835048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31805] ppid=31797 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/31800/task/31805/stat : 31805 (java) S 31797 31800 24719 0 -1 4202560 552 0 0 0 79 7 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095933426472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31806] ppid=31797 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/31800/task/31806/stat : 31806 (java) S 31797 31800 24719 0 -1 4202560 200 0 0 0 95 7 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095932373672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31807] ppid=31797 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/31800/task/31807/stat : 31807 (java) S 31797 31800 24719 0 -1 4202560 399 0 0 0 86 7 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095931320872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31808] ppid=31797 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/31800/task/31808/stat : 31808 (java) S 31797 31800 24719 0 -1 4202560 272 0 0 0 86 6 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095930268072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31809] ppid=31797 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/31800/task/31809/stat : 31809 (java) S 31797 31800 24719 0 -1 4202560 88 0 0 0 81 6 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095929215272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31810] ppid=31797 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/31800/task/31810/stat : 31810 (java) S 31797 31800 24719 0 -1 4202560 174 0 0 0 80 7 0 0 20 0 19 0 13939556 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095457847464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31811] ppid=31797 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/31800/task/31811/stat : 31811 (java) S 31797 31800 24719 0 -1 4202560 348 0 0 0 103 4 0 0 20 0 19 0 13939557 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095445650408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31812] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31812/stat : 31812 (java) S 31797 31800 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095444596472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31813] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31813/stat : 31813 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095443543560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31814] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31814/stat : 31814 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095442492048 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31815] ppid=31797 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/31800/task/31815/stat : 31815 (java) S 31797 31800 24719 0 -1 4202560 2979 0 0 0 50 0 0 0 20 0 19 0 13939560 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095441439160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31816] ppid=31797 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/31800/task/31816/stat : 31816 (java) S 31797 31800 24719 0 -1 4202560 6781 0 0 0 49 2 0 0 20 0 19 0 13939560 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095440386360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31817] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31817/stat : 31817 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095439333752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31818] ppid=31797 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/31800/task/31818/stat : 31818 (java) S 31797 31800 24719 0 -1 4202560 103 0 0 0 27 31 0 0 20 0 19 0 13939560 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095438281160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31819] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31819/stat : 31819 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939652 9856040960 96838 33554432000 1073741824 1073778376 140737402149184 140095437129384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.63
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.60 2.26 2.15 3/213 31993
/proc/meminfo: memFree=29851736/32872528 swapFree=1103228/1182944
[pid=31800] ppid=31797 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/31800/stat : 31800 (java) S 31797 31800 24719 0 -1 4202496 16404 0 1 0 179918 91 0 0 20 0 19 0 13939554 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140737402140320 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31800/statm: 2406260 96847 2294 9 0 2396937 0
[pid=31800/tid=31802] ppid=31797 vsize=9625040 CPUtime=1785.64 cores=1,3,5,7
/proc/31800/task/31802/stat : 31802 (java) R 31797 31800 24719 0 -1 4202560 2561 0 1 0 178531 33 0 0 20 0 19 0 13939555 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140096092425936 140095945114752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31803] ppid=31797 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/31800/task/31803/stat : 31803 (java) S 31797 31800 24719 0 -1 4202560 299 0 0 0 82 7 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140096064887848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31804] ppid=31797 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/31800/task/31804/stat : 31804 (java) S 31797 31800 24719 0 -1 4202560 379 0 0 0 86 7 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140096063835048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31805] ppid=31797 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/31800/task/31805/stat : 31805 (java) S 31797 31800 24719 0 -1 4202560 552 0 0 0 80 7 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095933426472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31806] ppid=31797 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/31800/task/31806/stat : 31806 (java) S 31797 31800 24719 0 -1 4202560 200 0 0 0 97 7 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095932373672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31807] ppid=31797 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/31800/task/31807/stat : 31807 (java) S 31797 31800 24719 0 -1 4202560 399 0 0 0 87 7 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095931320872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31808] ppid=31797 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/31800/task/31808/stat : 31808 (java) S 31797 31800 24719 0 -1 4202560 272 0 0 0 87 6 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095930268072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31809] ppid=31797 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/31800/task/31809/stat : 31809 (java) S 31797 31800 24719 0 -1 4202560 88 0 0 0 82 6 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095929215272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31800/tid=31810] ppid=31797 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/31800/task/31810/stat : 31810 (java) S 31797 31800 24719 0 -1 4202560 174 0 0 0 82 7 0 0 20 0 19 0 13939556 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095457847464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31811] ppid=31797 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/31800/task/31811/stat : 31811 (java) S 31797 31800 24719 0 -1 4202560 359 0 0 0 103 4 0 0 20 0 19 0 13939557 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095445650408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31812] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31812/stat : 31812 (java) S 31797 31800 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095444596472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31813] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31813/stat : 31813 (java) S 31797 31800 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13939558 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095443543560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31814] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31814/stat : 31814 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095442492048 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31815] ppid=31797 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/31800/task/31815/stat : 31815 (java) S 31797 31800 24719 0 -1 4202560 2979 0 0 0 50 0 0 0 20 0 19 0 13939560 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095441439160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31816] ppid=31797 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/31800/task/31816/stat : 31816 (java) S 31797 31800 24719 0 -1 4202560 6781 0 0 0 49 2 0 0 20 0 19 0 13939560 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095440386360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31800/tid=31817] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31817/stat : 31817 (java) S 31797 31800 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13939560 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095439333752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31800/tid=31818] ppid=31797 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/31800/task/31818/stat : 31818 (java) S 31797 31800 24719 0 -1 4202560 103 0 0 0 27 31 0 0 20 0 19 0 13939560 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095438281160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31800/tid=31819] ppid=31797 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31800/task/31819/stat : 31819 (java) S 31797 31800 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13939652 9856040960 96847 33554432000 1073741824 1073778376 140737402149184 140095437129384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 31800 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31800 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=608178
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=381789
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.73
CPU time (s): 1800.09
CPU user time (s): 1799.18
CPU system time (s): 0.91
CPU usage (%): 100.354
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.38179
maximum resident set size= 587612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16439
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40390
involuntary context switches= 22628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8011 second user time and 10.9463 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 01:15:06
IDJOB=4097923
IDBENCH=107826
IDSOLVER=2546
FILE ID=node115/4097923-1466118906
RUNJOBID= node115-1466113234-27741
PBS_JOBID= 19904041
Free space on /tmp= 71736 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_17.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097923-1466118906/watcher-4097923-1466118906 -o /tmp/evaluation-result-4097923-1466118906/solver-4097923-1466118906 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097923-1466118906.opb

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

MD5SUM BENCH= 2d9e515d426c52a025752c6dbc5949b8
RANDOM SEED=1087148315

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30550900 kB
Buffers:           76060 kB
Cached:           127224 kB
SwapCached:         2104 kB
Active:           311008 kB
Inactive:         121964 kB
Active(anon):     229092 kB
Inactive(anon):     3316 kB
Active(file):      81916 kB
Inactive(file):   118648 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:              4724 kB
Writeback:             0 kB
AnonPages:       1393396 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             570904 kB
SReclaimable:      14600 kB
SUnreclaim:       556304 kB
KernelStack:        1760 kB
PageTables:         7068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1900048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71736 MiB
End job on node115 at 2016-06-17 01:45:00