Trace number 4089775

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.67 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v110-n1.opb
MD5SUM9296317758470d2af9b3cf0228fdb859
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.363944
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables219
Total number of constraints110
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)110
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4089775-1466033516.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.14	c ... done. Wall clock time 0.027s.
0.08/0.14	c declared #vars     219
0.08/0.14	c #constraints  220
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 218
0.08/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.08/0.14	c 220 constraints processed.
0.89/0.50	c cleaning 2497 clauses out of 5000 with flag 30813/5000
1.10/0.76	c cleaning 4244 clauses out of 8504 with flag 72757/11001
1.43/1.10	c cleaning 5623 clauses out of 11260 with flag 120059/18001
1.93/1.53	c cleaning 6815 clauses out of 13638 with flag 172090/26002
2.45/2.07	c cleaning 7904 clauses out of 15821 with flag 232497/35000
3.15/2.77	c cleaning 8956 clauses out of 17918 with flag 307404/45001
3.94/3.56	c cleaning 9972 clauses out of 19961 with flag 379559/56000
5.04/4.61	c cleaning 10985 clauses out of 21989 with flag 469957/68000
6.14/5.74	c cleaning 11996 clauses out of 24004 with flag 571991/81000
7.84/7.44	c cleaning 12996 clauses out of 26008 with flag 695547/95000
9.55/9.11	c cleaning 14000 clauses out of 28013 with flag 826978/110001
11.35/10.94	c cleaning 15003 clauses out of 30013 with flag 945514/126001
13.25/12.83	c cleaning 15998 clauses out of 32010 with flag 1067258/143001
15.25/14.82	c cleaning 16996 clauses out of 34012 with flag 1199528/161001
17.45/17.03	c cleaning 18002 clauses out of 36015 with flag 1348507/180000
20.65/20.24	c cleaning 18997 clauses out of 38013 with flag 1535387/200000
24.16/23.78	c cleaning 20000 clauses out of 40016 with flag 1739164/221000
27.16/26.74	c cleaning 21001 clauses out of 42016 with flag 1902288/243000
31.26/30.87	c cleaning 22000 clauses out of 44016 with flag 2102227/266001
36.46/36.04	c cleaning 22996 clauses out of 46016 with flag 2336095/290001
41.65/41.27	c cleaning 23998 clauses out of 48019 with flag 2585407/315000
46.05/45.68	c cleaning 25005 clauses out of 50023 with flag 2814381/341002
50.35/49.94	c cleaning 25997 clauses out of 52016 with flag 3021039/368000
54.85/54.43	c cleaning 26997 clauses out of 54019 with flag 3246346/396000
59.75/59.39	c cleaning 28007 clauses out of 56025 with flag 3458325/425003
64.65/64.28	c cleaning 29004 clauses out of 58017 with flag 3677000/455002
69.86/69.50	c cleaning 30002 clauses out of 60012 with flag 3914161/486001
75.96/75.58	c cleaning 30989 clauses out of 62009 with flag 4164141/518000
82.26/81.84	c cleaning 31999 clauses out of 64022 with flag 4444450/551002
88.65/88.29	c cleaning 32999 clauses out of 66021 with flag 4722879/585000
98.05/97.63	c cleaning 33999 clauses out of 68022 with flag 5022039/620000
105.16/104.72	c cleaning 35003 clauses out of 70023 with flag 5301735/656000
113.20/112.71	c cleaning 36000 clauses out of 72021 with flag 5597601/693001
121.29/120.80	c cleaning 37005 clauses out of 74020 with flag 5896288/731000
129.79/129.30	c cleaning 38002 clauses out of 76016 with flag 6207873/770001
138.29/137.89	c cleaning 39002 clauses out of 78013 with flag 6538973/810000
147.19/146.74	c cleaning 39998 clauses out of 80011 with flag 6867754/851000
156.70/156.26	c cleaning 40998 clauses out of 82013 with flag 7222109/893000
166.70/166.29	c cleaning 41996 clauses out of 84016 with flag 7555854/936001
177.19/176.70	c cleaning 43007 clauses out of 86019 with flag 7897205/980000
187.59/187.16	c cleaning 44002 clauses out of 88013 with flag 8252046/1025001
199.28/198.82	c cleaning 44999 clauses out of 90011 with flag 8637338/1071001
210.69/210.26	c cleaning 45992 clauses out of 92013 with flag 9036210/1118002
223.38/222.94	c cleaning 47002 clauses out of 94019 with flag 9418128/1166000
236.18/235.73	c cleaning 48000 clauses out of 96017 with flag 9815957/1215000
249.39/248.91	c cleaning 48998 clauses out of 98017 with flag 10219122/1265000
263.29/262.87	c cleaning 50004 clauses out of 100019 with flag 10637740/1316000
279.14/278.64	c cleaning 50998 clauses out of 102015 with flag 11052552/1368000
293.34/292.87	c cleaning 51999 clauses out of 104020 with flag 11497209/1421003
307.94/307.49	c cleaning 52998 clauses out of 106018 with flag 11964108/1475000
323.64/323.18	c cleaning 54005 clauses out of 108020 with flag 12451383/1530000
340.24/339.76	c cleaning 54997 clauses out of 110015 with flag 12929310/1586000
357.04/356.59	c cleaning 56007 clauses out of 112021 with flag 13385611/1643003
374.13/373.65	c cleaning 56998 clauses out of 114011 with flag 13863411/1701000
391.43/390.97	c cleaning 57998 clauses out of 116014 with flag 14353808/1760001
409.53/409.07	c cleaning 59004 clauses out of 118016 with flag 14868349/1820001
428.83/428.36	c cleaning 60004 clauses out of 120013 with flag 15383789/1881002
449.34/448.82	c cleaning 60998 clauses out of 122008 with flag 15897750/1943001
473.55/473.05	c cleaning 62000 clauses out of 124012 with flag 16415622/2006003
494.22/493.63	c cleaning 62997 clauses out of 126010 with flag 16936909/2070001
515.12/514.59	c cleaning 63997 clauses out of 128013 with flag 17486898/2135001
537.92/537.36	c cleaning 65005 clauses out of 130017 with flag 18026559/2201002
561.76/561.16	c cleaning 65997 clauses out of 132011 with flag 18591037/2268001
586.15/585.54	c cleaning 66989 clauses out of 134014 with flag 19175414/2336001
613.36/612.71	c cleaning 68003 clauses out of 136025 with flag 19796855/2405001
639.36/638.74	c cleaning 69006 clauses out of 138022 with flag 20450167/2475001
679.06/678.42	c cleaning 70005 clauses out of 140017 with flag 21093822/2546002
706.46/705.81	c cleaning 70999 clauses out of 142010 with flag 21715204/2618000
741.16/740.54	c cleaning 71999 clauses out of 144013 with flag 22344905/2691002
775.16/774.43	c cleaning 73000 clauses out of 146013 with flag 22991393/2765001
805.66/804.95	c cleaning 73992 clauses out of 148014 with flag 23619801/2840002
836.46/835.70	c cleaning 75002 clauses out of 150020 with flag 24282915/2916000
872.07/871.33	c cleaning 75997 clauses out of 152019 with flag 24957914/2993001
904.78/904.09	c cleaning 77009 clauses out of 154021 with flag 25625406/3071000
938.58/937.85	c cleaning 78003 clauses out of 156013 with flag 26322186/3150001
974.88/974.16	c cleaning 78998 clauses out of 158009 with flag 27002414/3230000
1010.19/1009.42	c cleaning 79994 clauses out of 160011 with flag 27696058/3311000
1051.10/1050.35	c cleaning 81001 clauses out of 162017 with flag 28384101/3393000
1090.30/1089.46	c cleaning 82000 clauses out of 164018 with flag 29107272/3476002
1128.90/1128.07	c cleaning 82996 clauses out of 166016 with flag 29844674/3560000
1169.12/1168.29	c cleaning 84007 clauses out of 168022 with flag 30606214/3645002
1208.63/1207.77	c cleaning 84999 clauses out of 170017 with flag 31321484/3731004
1250.24/1249.38	c cleaning 85999 clauses out of 172014 with flag 32058867/3818000
1293.65/1292.77	c cleaning 87004 clauses out of 174017 with flag 32837894/3906002
1345.46/1344.57	c cleaning 88002 clauses out of 176012 with flag 33665396/3995001
1393.68/1392.76	c cleaning 89000 clauses out of 178009 with flag 34427471/4085000
1438.18/1437.13	c cleaning 89997 clauses out of 180010 with flag 35207622/4176001
1484.69/1483.64	c cleaning 90997 clauses out of 182013 with flag 36003295/4268001
1536.60/1535.53	c cleaning 92002 clauses out of 184015 with flag 36825514/4361000
1585.70/1584.69	c cleaning 92998 clauses out of 186013 with flag 37650350/4455000
1636.31/1635.27	c cleaning 94000 clauses out of 188015 with flag 38469504/4550000
1685.61/1684.58	c cleaning 94995 clauses out of 190016 with flag 39281849/4646001
1743.82/1742.77	c cleaning 96003 clauses out of 192020 with flag 40171426/4743000
1794.03/1792.85	c cleaning 97006 clauses out of 194017 with flag 41020093/4841000
1800.03/1798.80	c starts		: 3682
1800.03/1798.80	c conflicts		: 4857897
1800.03/1798.80	c timeout
1800.03/1798.80	c decisions		: 5520184
1800.03/1798.80	c propagations		: 124529684
1800.03/1798.80	c inspects		: 42770924355
1800.03/1798.80	c shortcuts		: 0
1800.03/1798.80	c learnt literals	: 0
1800.03/1798.80	c learnt binary clauses	: 0
1800.03/1798.80	c learnt ternary clauses	: 0
1800.03/1798.80	c learnt constraints	: 4857897
1800.03/1798.80	c ignored constraints	: 0
1800.03/1798.80	c root simplifications	: 0
1800.03/1798.80	c removed literals (reason simplification)	: 0
1800.03/1798.80	c reason swapping (by a shorter reason)	: 0
1800.03/1798.80	c Calls to reduceDB	: 94
1800.03/1798.80	c Number of update (reduction) of LBD	: 1142256
1800.03/1798.80	c Imported unit clauses	: 0
1800.03/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.80	c number of learned constraints concerned by reduction	: 0
1800.03/1798.80	c number of learning phase by resolution	: 0
1800.03/1798.80	c number of learning phase by cutting planes	: 0
1800.03/1798.80	c speed (assignments/second)	: 69234.73765733249
1800.03/1798.80	c non guided choices	3699
1800.03/1798.83	c learnt constraints type 
1800.03/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113908
1800.03/1798.83	s UNKNOWN
1800.03/1798.83	c Total wall clock time (in seconds): 1798.715

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

pid=10969
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.19 2.24 2.19 4/193 10972
/proc/meminfo: memFree=30406140/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (java) R 10969 10972 5929 0 -1 4202496 397 0 0 0 0 0 0 0 20 0 1 0 5400209 9437184 67 33554432000 1073741824 1073778376 140737235223232 140737235220360 272877288815 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2306 79 61 9 0 38 0

[startup+0.100062 s]
/proc/loadavg: 2.19 2.24 2.19 4/193 10972
/proc/meminfo: memFree=30406140/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 4398 0 1 0 7 1 0 0 20 0 18 0 5400209 9787879424 6032 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.19 2.24 2.19 4/193 10972
/proc/meminfo: memFree=30406140/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 6234 0 1 0 25 2 0 0 20 0 19 0 5400209 9856040960 7060 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 7061 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300231 s]
/proc/loadavg: 2.19 2.24 2.19 4/193 10972
/proc/meminfo: memFree=30406140/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 10377 0 1 0 55 2 0 0 20 0 19 0 5400209 9856040960 8592 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 8592 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700138 s]
/proc/loadavg: 2.19 2.24 2.19 4/193 10972
/proc/meminfo: memFree=30406140/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 10822 0 1 0 107 3 0 0 20 0 19 0 5400209 9856040960 9125 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 9125 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.19 2.24 2.19 4/212 10991
/proc/meminfo: memFree=30375300/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 10830 0 1 0 190 3 0 0 20 0 19 0 5400209 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 10154 2247 9 0 2396937 0
[pid=10972/tid=10974] ppid=10969 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10972/task/10974/stat : 10974 (java) R 10969 10972 5929 0 -1 4202560 2408 0 1 0 144 2 0 0 20 0 19 0 5400210 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680973720744 140680798603296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10975] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10975/stat : 10975 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680935213608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10976] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10976/stat : 10976 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680934160808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10977] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10977/stat : 10977 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680933108008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10978] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10978/stat : 10978 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680932055208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10979] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10979/stat : 10979 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680931003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10980] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10980/stat : 10980 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680929950632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10981] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10981/stat : 10981 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680928897832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10982] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10982/stat : 10982 (java) S 10969 10972 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680927845032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10983] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10983/stat : 10983 (java) S 10969 10972 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5400212 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680797084136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10984] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10984/stat : 10984 (java) S 10969 10972 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680796030200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10985] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10985/stat : 10985 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680794977288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10986] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10986/stat : 10986 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680793925776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10987] ppid=10969 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10972/task/10987/stat : 10987 (java) S 10969 10972 5929 0 -1 4202560 3113 0 0 0 26 0 0 0 20 0 19 0 5400215 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680792873912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10988] ppid=10969 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10972/task/10988/stat : 10988 (java) S 10969 10972 5929 0 -1 4202560 4037 0 0 0 18 1 0 0 20 0 19 0 5400215 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680791821112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10989] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10989/stat : 10989 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680790768504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10990] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10990/stat : 10990 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680789715912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10991] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10991/stat : 10991 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400224 9856040960 10154 33554432000 1073741824 1073778376 140737235223232 140680788661416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.19 2.24 2.19 3/212 10991
/proc/meminfo: memFree=30371212/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 10833 0 1 0 352 3 0 0 20 0 19 0 5400209 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 11179 2247 9 0 2396937 0
[pid=10972/tid=10974] ppid=10969 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10972/task/10974/stat : 10974 (java) R 10969 10972 5929 0 -1 4202560 2410 0 1 0 304 2 0 0 20 0 19 0 5400210 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680973722008 140680798603377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10975] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10975/stat : 10975 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680935213608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10976] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10976/stat : 10976 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680934160808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10977] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10977/stat : 10977 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680933108008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10978] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10978/stat : 10978 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680932055208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10979] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10979/stat : 10979 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680931003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10980] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10980/stat : 10980 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680929950632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10981] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10981/stat : 10981 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680928897832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10982] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10982/stat : 10982 (java) S 10969 10972 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680927845032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10983] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10983/stat : 10983 (java) S 10969 10972 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5400212 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680797084136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10984] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10984/stat : 10984 (java) S 10969 10972 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680796030200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10985] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10985/stat : 10985 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680794977288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10986] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10986/stat : 10986 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680793925776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10987] ppid=10969 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10972/task/10987/stat : 10987 (java) S 10969 10972 5929 0 -1 4202560 3114 0 0 0 27 0 0 0 20 0 19 0 5400215 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680792873912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10988] ppid=10969 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10972/task/10988/stat : 10988 (java) S 10969 10972 5929 0 -1 4202560 4037 0 0 0 18 1 0 0 20 0 19 0 5400215 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680791821112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10989] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10989/stat : 10989 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680790768504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10990] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10990/stat : 10990 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680789715912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10991] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10991/stat : 10991 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400224 9856040960 11179 33554432000 1073741824 1073778376 140737235223232 140680788661416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.17 2.23 2.19 3/212 10991
/proc/meminfo: memFree=30363024/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 10839 0 1 0 671 3 0 0 20 0 19 0 5400209 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 13132 2248 9 0 2396937 0
[pid=10972/tid=10974] ppid=10969 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/10972/task/10974/stat : 10974 (java) R 10969 10972 5929 0 -1 4202560 2415 0 1 0 624 2 0 0 20 0 19 0 5400210 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680973713104 140680798555883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10975] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10975/stat : 10975 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680935213608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10976] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10976/stat : 10976 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680934160808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10977] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10977/stat : 10977 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680933108008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10978] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10978/stat : 10978 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680932055208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10979] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10979/stat : 10979 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680931003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10980] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10980/stat : 10980 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680929950632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10981] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10981/stat : 10981 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680928897832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10982] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10982/stat : 10982 (java) S 10969 10972 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5400211 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680927845032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10983] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10983/stat : 10983 (java) S 10969 10972 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5400212 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680797084136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10984] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10984/stat : 10984 (java) S 10969 10972 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680796030200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10985] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10985/stat : 10985 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680794977288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10986] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10986/stat : 10986 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680793925776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10987] ppid=10969 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10972/task/10987/stat : 10987 (java) S 10969 10972 5929 0 -1 4202560 3114 0 0 0 27 0 0 0 20 0 19 0 5400215 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680792873912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10988] ppid=10969 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10972/task/10988/stat : 10988 (java) S 10969 10972 5929 0 -1 4202560 4037 0 0 0 18 1 0 0 20 0 19 0 5400215 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680791821112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10989] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10989/stat : 10989 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680790768504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10990] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10990/stat : 10990 (java) S 10969 10972 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680789715912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10991] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10991/stat : 10991 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400224 9856040960 13132 33554432000 1073741824 1073778376 140737235223232 140680788661416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=10972/tid=10984] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10984/stat : 10984 (java) S 10969 10972 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680796030200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10985] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10985/stat : 10985 (java) S 10969 10972 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680794977288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10986] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10986/stat : 10986 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680793925776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10987] ppid=10969 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10972/task/10987/stat : 10987 (java) S 10969 10972 5929 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680792873912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10988] ppid=10969 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10972/task/10988/stat : 10988 (java) S 10969 10972 5929 0 -1 4202560 4037 0 0 0 18 1 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680791821112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10989] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10989/stat : 10989 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680790768504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10990] ppid=10969 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/10972/task/10990/stat : 10990 (java) S 10969 10972 5929 0 -1 4202560 96 0 0 0 26 27 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680789715912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10991] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10991/stat : 10991 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400224 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680788661416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.41
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/214 11166
/proc/meminfo: memFree=30145368/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=1723.42 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 11831 0 1 0 172298 44 0 0 20 0 19 0 5400209 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 71473 2262 9 0 2396937 0
[pid=10972/tid=10974] ppid=10969 vsize=9625040 CPUtime=1722.12 cores=1,3,5,7
/proc/10972/task/10974/stat : 10974 (java) R 10969 10972 5929 0 -1 4202560 2476 0 1 0 172179 33 0 0 20 0 19 0 5400210 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680973713104 140680798604062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10975] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10975/stat : 10975 (java) S 10969 10972 5929 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680935213608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10976] ppid=10969 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/10972/task/10976/stat : 10976 (java) S 10969 10972 5929 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680934160808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10977] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10977/stat : 10977 (java) S 10969 10972 5929 0 -1 4202560 206 0 0 0 6 2 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680933108008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10978] ppid=10969 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/10972/task/10978/stat : 10978 (java) S 10969 10972 5929 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680932055208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10979] ppid=10969 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/10972/task/10979/stat : 10979 (java) S 10969 10972 5929 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680931003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10980] ppid=10969 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/10972/task/10980/stat : 10980 (java) S 10969 10972 5929 0 -1 4202560 138 0 0 0 6 0 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680929950632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10981] ppid=10969 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/10972/task/10981/stat : 10981 (java) S 10969 10972 5929 0 -1 4202560 149 0 0 0 5 1 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680928897832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10982] ppid=10969 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/10972/task/10982/stat : 10982 (java) S 10969 10972 5929 0 -1 4202560 162 0 0 0 6 1 0 0 20 0 19 0 5400211 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680927845032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10983] ppid=10969 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10972/task/10983/stat : 10983 (java) S 10969 10972 5929 0 -1 4202560 49 0 0 0 1 0 0 0 20 0 19 0 5400212 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680797084136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10984] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10984/stat : 10984 (java) S 10969 10972 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680796030200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10985] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10985/stat : 10985 (java) S 10969 10972 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680794977288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10986] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10986/stat : 10986 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680793925776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10987] ppid=10969 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10972/task/10987/stat : 10987 (java) S 10969 10972 5929 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680792873912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10988] ppid=10969 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10972/task/10988/stat : 10988 (java) S 10969 10972 5929 0 -1 4202560 4037 0 0 0 18 1 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680791821112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10989] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10989/stat : 10989 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680790768504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10990] ppid=10969 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10972/task/10990/stat : 10990 (java) S 10969 10972 5929 0 -1 4202560 100 0 0 0 27 28 0 0 20 0 19 0 5400215 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680789715912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10991] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10991/stat : 10991 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400224 9856040960 71473 33554432000 1073741824 1073778376 140737235223232 140680788661416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.42
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.20 2.18 4/214 11190
/proc/meminfo: memFree=30142584/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=1783.52 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 11857 0 1 0 178307 45 0 0 20 0 19 0 5400209 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 72001 2262 9 0 2396937 0
[pid=10972/tid=10974] ppid=10969 vsize=9625040 CPUtime=1782.09 cores=1,3,5,7
/proc/10972/task/10974/stat : 10974 (java) R 10969 10972 5929 0 -1 4202560 2477 0 1 0 178175 34 0 0 20 0 19 0 5400210 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680973720800 140680798682175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10975] ppid=10969 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10972/task/10975/stat : 10975 (java) S 10969 10972 5929 0 -1 4202560 40 0 0 0 9 3 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680935213608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10976] ppid=10969 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/10972/task/10976/stat : 10976 (java) S 10969 10972 5929 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680934160808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10977] ppid=10969 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/10972/task/10977/stat : 10977 (java) S 10969 10972 5929 0 -1 4202560 206 0 0 0 7 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680933108008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10978] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10978/stat : 10978 (java) S 10969 10972 5929 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680932055208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10979] ppid=10969 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/10972/task/10979/stat : 10979 (java) S 10969 10972 5929 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680931003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10980] ppid=10969 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/10972/task/10980/stat : 10980 (java) S 10969 10972 5929 0 -1 4202560 138 0 0 0 7 0 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680929950632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10981] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10981/stat : 10981 (java) S 10969 10972 5929 0 -1 4202560 151 0 0 0 6 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680928897832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10982] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10982/stat : 10982 (java) S 10969 10972 5929 0 -1 4202560 173 0 0 0 7 1 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680927845032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10983] ppid=10969 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10972/task/10983/stat : 10983 (java) S 10969 10972 5929 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 19 0 5400212 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680797084136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10984] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10984/stat : 10984 (java) S 10969 10972 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680796030200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10985] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10985/stat : 10985 (java) S 10969 10972 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680794977288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10986] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10986/stat : 10986 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680793925776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10987] ppid=10969 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10972/task/10987/stat : 10987 (java) S 10969 10972 5929 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680792873912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10988] ppid=10969 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10972/task/10988/stat : 10988 (java) S 10969 10972 5929 0 -1 4202560 4037 0 0 0 18 1 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680791821112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10989] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10989/stat : 10989 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680790768504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10990] ppid=10969 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10972/task/10990/stat : 10990 (java) S 10969 10972 5929 0 -1 4202560 104 0 0 0 28 29 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680789715912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10991] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10991/stat : 10991 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400224 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680788661416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.17 2.19 2.18 4/214 11190
/proc/meminfo: memFree=30143748/32872528 swapFree=1243664/1390832
[pid=10972] ppid=10969 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/10972/stat : 10972 (java) S 10969 10972 5929 0 -1 4202496 11857 0 1 0 179957 46 0 0 20 0 19 0 5400209 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140737235214368 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10972/statm: 2406260 72001 2262 9 0 2396937 0
[pid=10972/tid=10974] ppid=10969 vsize=9625040 CPUtime=1798.59 cores=1,3,5,7
/proc/10972/task/10974/stat : 10974 (java) R 10969 10972 5929 0 -1 4202560 2477 0 1 0 179825 34 0 0 20 0 19 0 5400210 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680973713104 140680798603965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10975] ppid=10969 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10972/task/10975/stat : 10975 (java) S 10969 10972 5929 0 -1 4202560 40 0 0 0 9 3 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680935213608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10976] ppid=10969 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/10972/task/10976/stat : 10976 (java) S 10969 10972 5929 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680934160808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10977] ppid=10969 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/10972/task/10977/stat : 10977 (java) S 10969 10972 5929 0 -1 4202560 206 0 0 0 7 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680933108008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10978] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10978/stat : 10978 (java) S 10969 10972 5929 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680932055208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10979] ppid=10969 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/10972/task/10979/stat : 10979 (java) S 10969 10972 5929 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680931003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10980] ppid=10969 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/10972/task/10980/stat : 10980 (java) S 10969 10972 5929 0 -1 4202560 138 0 0 0 7 0 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680929950632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10981] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10981/stat : 10981 (java) S 10969 10972 5929 0 -1 4202560 151 0 0 0 6 2 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680928897832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10982] ppid=10969 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/10972/task/10982/stat : 10982 (java) S 10969 10972 5929 0 -1 4202560 173 0 0 0 7 1 0 0 20 0 19 0 5400211 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680927845032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10983] ppid=10969 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10972/task/10983/stat : 10983 (java) S 10969 10972 5929 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 5400212 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680797084136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10984] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10984/stat : 10984 (java) S 10969 10972 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680796030200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10972/tid=10985] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10985/stat : 10985 (java) S 10969 10972 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5400213 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680794977288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10986] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10986/stat : 10986 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680793925776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10987] ppid=10969 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10972/task/10987/stat : 10987 (java) S 10969 10972 5929 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680792873912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10988] ppid=10969 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10972/task/10988/stat : 10988 (java) S 10969 10972 5929 0 -1 4202560 4037 0 0 0 18 1 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680791821112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10972/tid=10989] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10989/stat : 10989 (java) S 10969 10972 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680790768504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10972/tid=10990] ppid=10969 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10972/task/10990/stat : 10990 (java) S 10969 10972 5929 0 -1 4202560 104 0 0 0 28 30 0 0 20 0 19 0 5400215 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680789715912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10972/tid=10991] ppid=10969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10972/task/10991/stat : 10991 (java) S 10969 10972 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5400224 9856040960 72001 33554432000 1073741824 1073778376 140737235223232 140680788661416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 10972 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.67
CPU user time (s): 1799.73
CPU system time (s): 0.943856
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.943856
maximum resident set size= 288160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11902
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38172
involuntary context switches= 3424

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0925 second user time and 13.8649 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 01:31:56
IDJOB=4089775
IDBENCH=107454
IDSOLVER=2546
FILE ID=node119/4089775-1466033516
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v110-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089775-1466033516/watcher-4089775-1466033516 -o /tmp/evaluation-result-4089775-1466033516/solver-4089775-1466033516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089775-1466033516.opb

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

MD5SUM BENCH= 9296317758470d2af9b3cf0228fdb859
RANDOM SEED=547344858

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        30406404 kB
Buffers:           30512 kB
Cached:            96596 kB
SwapCached:        14188 kB
Active:           257864 kB
Inactive:         114416 kB
Active(anon):     233184 kB
Inactive(anon):    14104 kB
Active(file):      24680 kB
Inactive(file):   100312 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088068 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1626908 kB
Mapped:            14504 kB
Shmem:                 0 kB
Slab:             565752 kB
SReclaimable:       9736 kB
SUnreclaim:       556016 kB
KernelStack:        1584 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2130628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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 node119 at 2016-06-16 02:01:55