Trace number 4096082

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.05 1799.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-65.opb
MD5SUMe695ebd0bf0eb40be729ca1768b46fd9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables261
Total number of constraints130
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)130
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096082-1466101851.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.031s.
0.10/0.14	c declared #vars     261
0.10/0.14	c #constraints  260
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 260
0.10/0.14	c 260 constraints processed.
0.69/0.46	c cleaning 2493 clauses out of 5001 with flag 32542/5001
1.15/0.88	c cleaning 4248 clauses out of 8511 with flag 89808/11004
1.85/1.51	c cleaning 5619 clauses out of 11262 with flag 153823/18003
2.66/2.36	c cleaning 6819 clauses out of 13642 with flag 232920/26002
3.29/2.90	c cleaning 7902 clauses out of 15821 with flag 297378/35000
3.89/3.59	c cleaning 8953 clauses out of 17919 with flag 379740/45000
4.79/4.41	c cleaning 9975 clauses out of 19967 with flag 466909/56001
5.69/5.30	c cleaning 10982 clauses out of 21991 with flag 557669/68000
6.79/6.48	c cleaning 11987 clauses out of 24009 with flag 665273/81000
7.89/7.58	c cleaning 13003 clauses out of 26022 with flag 776360/95000
9.69/9.36	c cleaning 14002 clauses out of 28019 with flag 897142/110000
12.09/11.76	c cleaning 15003 clauses out of 30017 with flag 1052862/126000
13.78/13.41	c cleaning 16000 clauses out of 32014 with flag 1186459/143000
15.68/15.31	c cleaning 16988 clauses out of 34015 with flag 1318903/161001
17.69/17.38	c cleaning 18008 clauses out of 36026 with flag 1473296/180000
19.88/19.55	c cleaning 18995 clauses out of 38019 with flag 1645196/200001
22.39/22.07	c cleaning 19999 clauses out of 40024 with flag 1827999/221001
25.08/24.75	c cleaning 20990 clauses out of 42025 with flag 1998044/243001
27.89/27.51	c cleaning 22011 clauses out of 44036 with flag 2172250/266002
31.58/31.25	c cleaning 23006 clauses out of 46024 with flag 2377588/290001
34.88/34.55	c cleaning 24003 clauses out of 48018 with flag 2571519/315001
38.39/38.00	c cleaning 25001 clauses out of 50014 with flag 2775638/341000
43.49/43.11	c cleaning 25998 clauses out of 52013 with flag 2984658/368000
47.59/47.23	c cleaning 26996 clauses out of 54016 with flag 3188898/396001
51.68/51.39	c cleaning 28005 clauses out of 56019 with flag 3416742/425000
57.88/57.56	c cleaning 28997 clauses out of 58015 with flag 3679159/455001
64.19/63.84	c cleaning 29992 clauses out of 60018 with flag 3947229/486001
69.69/69.40	c cleaning 30996 clauses out of 62026 with flag 4206551/518001
75.58/75.25	c cleaning 32009 clauses out of 64030 with flag 4465439/551001
81.68/81.37	c cleaning 32998 clauses out of 66021 with flag 4716341/585001
88.59/88.27	c cleaning 34000 clauses out of 68024 with flag 4997296/620002
94.99/94.67	c cleaning 34995 clauses out of 70023 with flag 5273826/656001
102.08/101.73	c cleaning 36007 clauses out of 72027 with flag 5547681/693000
109.20/108.89	c cleaning 37004 clauses out of 74021 with flag 5850154/731001
116.60/116.28	c cleaning 38001 clauses out of 76016 with flag 6154188/770000
125.00/124.62	c cleaning 39001 clauses out of 78015 with flag 6465331/810000
133.10/132.72	c cleaning 39997 clauses out of 80014 with flag 6785622/851000
141.01/140.62	c cleaning 41001 clauses out of 82017 with flag 7106059/893000
149.70/149.38	c cleaning 42004 clauses out of 84016 with flag 7435214/936000
159.30/158.97	c cleaning 42999 clauses out of 86012 with flag 7775863/980000
169.60/169.27	c cleaning 43998 clauses out of 88013 with flag 8135869/1025000
179.71/179.39	c cleaning 45001 clauses out of 90015 with flag 8501896/1071000
191.80/191.42	c cleaning 45993 clauses out of 92014 with flag 8890204/1118000
203.20/202.87	c cleaning 46999 clauses out of 94021 with flag 9285931/1166000
217.59/217.24	c cleaning 48002 clauses out of 96023 with flag 9696769/1215001
229.59/229.22	c cleaning 49007 clauses out of 98020 with flag 10101809/1265000
242.89/242.56	c cleaning 49998 clauses out of 100013 with flag 10498001/1316000
256.29/255.95	c cleaning 50989 clauses out of 102015 with flag 10908989/1368000
270.00/269.60	c cleaning 52001 clauses out of 104026 with flag 11335256/1421000
283.63/283.28	c cleaning 52986 clauses out of 106025 with flag 11775139/1475000
297.73/297.38	c cleaning 54009 clauses out of 108039 with flag 12231572/1530000
312.23/311.86	c cleaning 54996 clauses out of 110030 with flag 12675019/1586000
327.53/327.15	c cleaning 56008 clauses out of 112034 with flag 13130313/1643000
343.12/342.77	c cleaning 57004 clauses out of 114029 with flag 13594808/1701003
359.92/359.53	c cleaning 58004 clauses out of 116023 with flag 14095770/1760001
377.42/377.07	c cleaning 59007 clauses out of 118018 with flag 14575071/1820000
395.42/395.05	c cleaning 59992 clauses out of 120012 with flag 15054104/1881001
413.52/413.13	c cleaning 60999 clauses out of 122019 with flag 15576704/1943000
434.12/433.79	c cleaning 62003 clauses out of 124020 with flag 16109018/2006000
455.22/454.85	c cleaning 63005 clauses out of 126017 with flag 16619947/2070000
474.72/474.30	c cleaning 63996 clauses out of 128012 with flag 17124231/2135000
495.15/494.77	c cleaning 65003 clauses out of 130017 with flag 17632078/2201001
515.95/515.51	c cleaning 65988 clauses out of 132013 with flag 18161114/2268000
545.45/545.05	c cleaning 67005 clauses out of 134025 with flag 18780968/2336000
568.95/568.59	c cleaning 68002 clauses out of 136021 with flag 19320795/2405001
592.29/591.86	c cleaning 69004 clauses out of 138019 with flag 19862146/2475001
616.20/615.79	c cleaning 69999 clauses out of 140014 with flag 20419030/2546000
640.29/639.82	c cleaning 70999 clauses out of 142015 with flag 21022024/2618000
666.19/665.74	c cleaning 72000 clauses out of 144016 with flag 21586337/2691000
693.00/692.50	c cleaning 73001 clauses out of 146016 with flag 22164946/2765000
720.80/720.37	c cleaning 73999 clauses out of 148015 with flag 22782106/2840000
748.27/747.74	c cleaning 74987 clauses out of 150016 with flag 23375455/2916000
776.68/776.10	c cleaning 76005 clauses out of 152029 with flag 23965846/2993000
805.28/804.76	c cleaning 77002 clauses out of 154025 with flag 24578483/3071001
834.98/834.44	c cleaning 78004 clauses out of 156022 with flag 25207946/3150000
865.59/865.06	c cleaning 79002 clauses out of 158019 with flag 25811978/3230001
897.49/896.93	c cleaning 80001 clauses out of 160017 with flag 26427690/3311001
931.00/930.42	c cleaning 80996 clauses out of 162015 with flag 27078385/3393000
965.70/965.13	c cleaning 82002 clauses out of 164019 with flag 27727398/3476000
1002.62/1002.00	c cleaning 82998 clauses out of 166018 with flag 28376801/3560001
1039.22/1038.56	c cleaning 84001 clauses out of 168019 with flag 29014761/3645000
1074.44/1073.74	c cleaning 84996 clauses out of 170018 with flag 29676245/3731000
1112.54/1111.87	c cleaning 86005 clauses out of 172023 with flag 30357827/3818001
1150.85/1150.19	c cleaning 86995 clauses out of 174017 with flag 31024159/3906000
1189.95/1189.28	c cleaning 88005 clauses out of 176022 with flag 31712683/3995000
1240.56/1239.88	c cleaning 88998 clauses out of 178018 with flag 32436750/4085001
1280.76/1280.02	c cleaning 90004 clauses out of 180019 with flag 33127804/4176000
1322.68/1321.95	c cleaning 90999 clauses out of 182016 with flag 33817652/4268001
1370.29/1369.41	c cleaning 91997 clauses out of 184019 with flag 34576322/4361003
1418.39/1417.59	c cleaning 93001 clauses out of 186019 with flag 35304481/4455000
1462.39/1461.57	c cleaning 94000 clauses out of 188021 with flag 36041016/4550003
1507.81/1506.99	c cleaning 95005 clauses out of 190019 with flag 36753035/4646001
1557.90/1557.00	c cleaning 96007 clauses out of 192015 with flag 37494871/4743002
1606.52/1605.62	c cleaning 96993 clauses out of 194006 with flag 38248881/4841000
1657.14/1656.14	c cleaning 98002 clauses out of 196013 with flag 39003527/4940000
1710.74/1709.70	c cleaning 99000 clauses out of 198011 with flag 39738017/5040000
1760.75/1759.75	c cleaning 99986 clauses out of 200011 with flag 40484629/5141000
1800.05/1799.00	c starts		: 21341
1800.05/1799.00	c conflicts		: 5224133
1800.05/1799.00	c decisions		: 8819831
1800.05/1799.00	c propagations		: 146515229
1800.05/1799.00	c inspects		: 38393885844
1800.05/1799.00	c shortcuts		: 0
1800.05/1799.00	c learnt literals	: 0
1800.05/1799.00	c learnt binary clauses	: 0
1800.05/1799.00	c learnt ternary clauses	: 0
1800.05/1799.00	c learnt constraints	: 5224133
1800.05/1799.00	c ignored constraints	: 0
1800.05/1799.00	c root simplifications	: 0
1800.05/1799.00	c removed literals (reason simplification)	: 0
1800.05/1799.00	c reason swapping (by a shorter reason)	: 0
1800.05/1799.00	c Calls to reduceDB	: 97
1800.05/1799.00	c Number of update (reduction) of LBD	: 1641249
1800.05/1799.00	c Imported unit clauses	: 0
1800.05/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1799.00	c number of learned constraints concerned by reduction	: 0
1800.05/1799.00	c number of learning phase by resolution	: 0
1800.05/1799.00	c number of learning phase by cutting planes	: 0
1800.05/1799.00	c speed (assignments/second)	: 81448.85210761025
1800.05/1799.00	c non guided choices	870
1800.05/1799.00	c timeout
1800.05/1799.03	c learnt constraints type 
1800.05/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183159
1800.05/1799.03	s UNKNOWN
1800.05/1799.03	c Total wall clock time (in seconds): 1798.923

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-4096082-1466101851/watcher-4096082-1466101851 -o /tmp/evaluation-result-4096082-1466101851/solver-4096082-1466101851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466098252-22090 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096082-1466101851.opb 

pid=22510
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.04 2.00 5/193 22513
/proc/meminfo: memFree=31486820/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12235232 98570240 978 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 24065 978 743 9 0 16771 0
[pid=22513/tid=22514] ppid=22510 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 12235232 98570240 979 33554432000 1073741824 1073778376 140734949010800 140537546948136 235374724480 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.04 2.04 2.00 5/193 22513
/proc/meminfo: memFree=31486820/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 4441 0 1 0 9 1 0 0 20 0 18 0 12235232 9787879424 6069 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2389619 6069 2140 9 0 2380296 0
[pid=22513/tid=22514] ppid=22510 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 12235232 9787879424 6069 33554432000 1073741824 1073778376 140734949010800 140537546951584 235378107661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200307 s]
/proc/loadavg: 2.04 2.04 2.00 5/193 22513
/proc/meminfo: memFree=31486820/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 6405 0 1 0 29 2 0 0 20 0 19 0 12235232 9856040960 7913 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 7913 2235 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 19 0 12235232 9856040960 7913 33554432000 1073741824 1073778376 140734949010800 140537546952872 140537386579687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300318 s]
/proc/loadavg: 2.04 2.04 2.00 5/193 22513
/proc/meminfo: memFree=31486820/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 6803 0 1 0 51 2 0 0 20 0 19 0 12235232 9856040960 7946 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 7946 2238 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 19 0 12235232 9856040960 7946 33554432000 1073741824 1073778376 140734949010800 140537546952760 140537386961165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700214 s]
/proc/loadavg: 2.04 2.04 2.00 5/193 22513
/proc/meminfo: memFree=31486820/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 7683 0 1 0 100 2 0 0 20 0 19 0 12235232 9856040960 8468 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 8468 2248 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2402 0 1 0 66 1 0 0 20 0 19 0 12235232 9856040960 8468 33554432000 1073741824 1073778376 140734949010800 140537546953192 140537386966019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.04 2.04 2.00 3/212 22532
/proc/meminfo: memFree=31453008/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 7685 0 1 0 183 2 0 0 20 0 19 0 12235232 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 8469 2249 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2403 0 1 0 146 1 0 0 20 0 19 0 12235232 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537546953208 140537386971190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22516] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22516/stat : 22516 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537508445096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22517] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22517/stat : 22517 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537507392552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22518] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22518/stat : 22518 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537506339496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22519] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22519/stat : 22519 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537505286952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22520] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22520/stat : 22520 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537386494376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22521] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22521/stat : 22521 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537385441832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22522] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22522/stat : 22522 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537384388776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22523] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22523/stat : 22523 (java) S 22510 22513 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537383336232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22524] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22524/stat : 22524 (java) S 22510 22513 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12235234 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140537371138920 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22525] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22525/stat : 22525 (java) S 22510 22513 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536765736824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22526] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22526/stat : 22526 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536764683656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22527] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22527/stat : 22527 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536763632400 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22528] ppid=22510 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/22513/task/22528/stat : 22528 (java) S 22510 22513 22074 0 -1 4202560 1183 0 0 0 15 0 0 0 20 0 19 0 12235237 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536762579256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22529] ppid=22510 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22513/task/22529/stat : 22529 (java) S 22510 22513 22074 0 -1 4202560 2828 0 0 0 18 0 0 0 20 0 19 0 12235237 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536761526712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22530] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22530/stat : 22530 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536760473848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22531] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22531/stat : 22531 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536759421512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22532] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22532/stat : 22532 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235246 9856040960 8469 33554432000 1073741824 1073778376 140734949010800 140536758367784 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.04 2.04 2.00 3/212 22532
/proc/meminfo: memFree=31445872/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 7688 0 1 0 347 2 0 0 20 0 19 0 12235232 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 9494 2250 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2405 0 1 0 306 2 0 0 20 0 19 0 12235232 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537546951128 140537386971185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22516] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22516/stat : 22516 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537508445096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22517] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22517/stat : 22517 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537507392552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22518] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22518/stat : 22518 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537506339496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22519] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22519/stat : 22519 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537505286952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22520] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22520/stat : 22520 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537386494376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22521] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22521/stat : 22521 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537385441832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22522] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22522/stat : 22522 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537384388776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22523] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22523/stat : 22523 (java) S 22510 22513 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537383336232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22524] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22524/stat : 22524 (java) S 22510 22513 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12235234 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140537371138920 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22525] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22525/stat : 22525 (java) S 22510 22513 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536765736824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22526] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22526/stat : 22526 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536764683656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22527] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22527/stat : 22527 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536763632400 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22528] ppid=22510 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22513/task/22528/stat : 22528 (java) S 22510 22513 22074 0 -1 4202560 1183 0 0 0 16 0 0 0 20 0 19 0 12235237 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536762579256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22529] ppid=22510 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22513/task/22529/stat : 22529 (java) S 22510 22513 22074 0 -1 4202560 2829 0 0 0 21 0 0 0 20 0 19 0 12235237 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536761526712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22530] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22530/stat : 22530 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536760473848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22531] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22531/stat : 22531 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536759421512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22532] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22532/stat : 22532 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235246 9856040960 9494 33554432000 1073741824 1073778376 140734949010800 140536758367784 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.04 2.04 2.00 3/212 22532
/proc/meminfo: memFree=31430368/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 7695 0 1 0 667 2 0 0 20 0 19 0 12235232 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 11389 2251 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2411 0 1 0 625 2 0 0 20 0 19 0 12235232 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537546944208 140537386971227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22516] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22516/stat : 22516 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537508445096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22517] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22517/stat : 22517 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537507392552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22518] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22518/stat : 22518 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537506339496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22519] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22519/stat : 22519 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537505286952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22520] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22520/stat : 22520 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537386494376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22521] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22521/stat : 22521 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537385441832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22522] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22522/stat : 22522 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537384388776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22523] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22523/stat : 22523 (java) S 22510 22513 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12235233 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537383336232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22524] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22524/stat : 22524 (java) S 22510 22513 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12235234 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140537371138920 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22525] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22525/stat : 22525 (java) S 22510 22513 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140536765736824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22526] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22526/stat : 22526 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140536764683656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22527] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22527/stat : 22527 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140536763632400 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22528] ppid=22510 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22513/task/22528/stat : 22528 (java) S 22510 22513 22074 0 -1 4202560 1183 0 0 0 16 0 0 0 20 0 19 0 12235237 9856040960 11389 33554432000 1073741824 1073778376 140734949010800 140536762579256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22529] ppid=22510 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=22513/tid=22532] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22532/stat : 22532 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235246 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536758367784 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.33
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.07 2.03 3/211 22572
/proc/meminfo: memFree=30952816/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=1723.35 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 9053 0 1 0 172298 37 0 0 20 0 19 0 12235232 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 66240 2266 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=1717.7 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2474 0 1 0 171737 33 0 0 20 0 19 0 12235232 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537546944304 140537386966002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22516] ppid=22510 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22513/task/22516/stat : 22516 (java) S 22510 22513 22074 0 -1 4202560 251 0 0 0 5 1 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537508445096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22517] ppid=22510 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/22513/task/22517/stat : 22517 (java) S 22510 22513 22074 0 -1 4202560 76 0 0 0 4 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537507392552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22518] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22518/stat : 22518 (java) S 22510 22513 22074 0 -1 4202560 233 0 0 0 5 2 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537506339496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22519] ppid=22510 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22513/task/22519/stat : 22519 (java) S 22510 22513 22074 0 -1 4202560 165 0 0 0 5 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537505286952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22520] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22520/stat : 22520 (java) S 22510 22513 22074 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537386494376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22521] ppid=22510 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/22513/task/22521/stat : 22521 (java) S 22510 22513 22074 0 -1 4202560 68 0 0 0 6 2 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537385441832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22522] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22522/stat : 22522 (java) S 22510 22513 22074 0 -1 4202560 153 0 0 0 7 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537384388776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22523] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22523/stat : 22523 (java) S 22510 22513 22074 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537383336232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22524] ppid=22510 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22513/task/22524/stat : 22524 (java) S 22510 22513 22074 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 19 0 12235234 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537371138920 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22525] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22525/stat : 22525 (java) S 22510 22513 22074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536765736824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22526] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22526/stat : 22526 (java) S 22510 22513 22074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536764683656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22527] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22527/stat : 22527 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536763632400 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22528] ppid=22510 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22513/task/22528/stat : 22528 (java) S 22510 22513 22074 0 -1 4202560 1183 0 0 0 16 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536762579256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22529] ppid=22510 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22513/task/22529/stat : 22529 (java) S 22510 22513 22074 0 -1 4202560 2969 0 0 0 24 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536761526712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22530] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22530/stat : 22530 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536760473848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22531] ppid=22510 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22513/task/22531/stat : 22531 (java) S 22510 22513 22074 0 -1 4202560 100 0 0 0 28 23 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536759421512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22532] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22532/stat : 22532 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235246 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536758367784 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.35
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/212 22576
/proc/meminfo: memFree=30952324/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=1783.35 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 9057 0 1 0 178298 37 0 0 20 0 19 0 12235232 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 66240 2266 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=1777.54 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2474 0 1 0 177720 34 0 0 20 0 19 0 12235232 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537546944304 140537386971232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22516] ppid=22510 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22513/task/22516/stat : 22516 (java) S 22510 22513 22074 0 -1 4202560 251 0 0 0 5 1 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537508445096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22517] ppid=22510 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/22513/task/22517/stat : 22517 (java) S 22510 22513 22074 0 -1 4202560 76 0 0 0 4 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537507392552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22518] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22518/stat : 22518 (java) S 22510 22513 22074 0 -1 4202560 233 0 0 0 5 2 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537506339496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22519] ppid=22510 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22513/task/22519/stat : 22519 (java) S 22510 22513 22074 0 -1 4202560 165 0 0 0 5 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537505286952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22520] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22520/stat : 22520 (java) S 22510 22513 22074 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537386494376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22521] ppid=22510 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/22513/task/22521/stat : 22521 (java) S 22510 22513 22074 0 -1 4202560 68 0 0 0 6 2 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537385441832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22522] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22522/stat : 22522 (java) S 22510 22513 22074 0 -1 4202560 153 0 0 0 7 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537384388776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22523] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22523/stat : 22523 (java) S 22510 22513 22074 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537383336232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22524] ppid=22510 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22513/task/22524/stat : 22524 (java) S 22510 22513 22074 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 19 0 12235234 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537371138920 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22525] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22525/stat : 22525 (java) S 22510 22513 22074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536765736824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22526] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22526/stat : 22526 (java) S 22510 22513 22074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536764683656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22527] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22527/stat : 22527 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536763632400 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22528] ppid=22510 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22513/task/22528/stat : 22528 (java) S 22510 22513 22074 0 -1 4202560 1183 0 0 0 16 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536762579256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22529] ppid=22510 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22513/task/22529/stat : 22529 (java) S 22510 22513 22074 0 -1 4202560 2969 0 0 0 24 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536761526712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22530] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22530/stat : 22530 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536760473848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22531] ppid=22510 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/22513/task/22531/stat : 22531 (java) S 22510 22513 22074 0 -1 4202560 104 0 0 0 29 23 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536759421512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22532] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22532/stat : 22532 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235246 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536758367784 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.08 2.07 2.03 2/192 22578
/proc/meminfo: memFree=31243568/32872528 swapFree=446836/479540
[pid=22513] ppid=22510 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/22513/stat : 22513 (java) S 22510 22513 22074 0 -1 4202496 9059 0 1 0 179968 37 0 0 20 0 19 0 12235232 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140734949001936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22513/statm: 2406260 66240 2266 9 0 2396937 0
[pid=22513/tid=22514] ppid=22510 vsize=9625040 CPUtime=1794.2 cores=0,2,4,6
/proc/22513/task/22514/stat : 22514 (java) R 22510 22513 22074 0 -1 4202560 2474 0 1 0 179386 34 0 0 20 0 19 0 12235232 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537546944304 140537386971227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22513/tid=22516] ppid=22510 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/22513/task/22516/stat : 22516 (java) S 22510 22513 22074 0 -1 4202560 251 0 0 0 5 1 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537508445096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22517] ppid=22510 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/22513/task/22517/stat : 22517 (java) S 22510 22513 22074 0 -1 4202560 76 0 0 0 4 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537507392552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22518] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22518/stat : 22518 (java) S 22510 22513 22074 0 -1 4202560 233 0 0 0 5 2 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537506339496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22519] ppid=22510 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/22513/task/22519/stat : 22519 (java) S 22510 22513 22074 0 -1 4202560 165 0 0 0 5 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537505286952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22520] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22520/stat : 22520 (java) S 22510 22513 22074 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537386494376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22521] ppid=22510 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/22513/task/22521/stat : 22521 (java) S 22510 22513 22074 0 -1 4202560 68 0 0 0 6 2 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537385441832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22522] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22522/stat : 22522 (java) S 22510 22513 22074 0 -1 4202560 153 0 0 0 7 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537384388776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22523] ppid=22510 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/22513/task/22523/stat : 22523 (java) S 22510 22513 22074 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 12235233 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537383336232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22513/tid=22524] ppid=22510 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22513/task/22524/stat : 22524 (java) S 22510 22513 22074 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 19 0 12235234 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140537371138920 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22525] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22525/stat : 22525 (java) S 22510 22513 22074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536765736824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22526] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22526/stat : 22526 (java) S 22510 22513 22074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12235235 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536764683656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22527] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22527/stat : 22527 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536763632400 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22528] ppid=22510 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22513/task/22528/stat : 22528 (java) S 22510 22513 22074 0 -1 4202560 1183 0 0 0 16 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536762579256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22529] ppid=22510 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22513/task/22529/stat : 22529 (java) S 22510 22513 22074 0 -1 4202560 2969 0 0 0 24 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536761526712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22530] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22530/stat : 22530 (java) S 22510 22513 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536760473848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22513/tid=22531] ppid=22510 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/22513/task/22531/stat : 22531 (java) S 22510 22513 22074 0 -1 4202560 106 0 0 0 29 24 0 0 20 0 19 0 12235237 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536759421512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22513/tid=22532] ppid=22510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22513/task/22532/stat : 22532 (java) S 22510 22513 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12235246 9856040960 66240 33554432000 1073741824 1073778376 140734949010800 140536758367784 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 22513 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 22513 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=199088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=781881
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.04
CPU time (s): 1800.05
CPU user time (s): 1799.68
CPU system time (s): 0.37
CPU usage (%): 100.056
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.2
system time used= 0.781881
maximum resident set size= 265156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38147
involuntary context switches= 2531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.022 second user time and 10.0725 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 20:30:51
IDJOB=4096082
IDBENCH=107563
IDSOLVER=2546
FILE ID=node104/4096082-1466101851
RUNJOBID= node104-1466098252-22090
PBS_JOBID= 19904071
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-65.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096082-1466101851/watcher-4096082-1466101851 -o /tmp/evaluation-result-4096082-1466101851/solver-4096082-1466101851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466098252-22090 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096082-1466101851.opb

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

MD5SUM BENCH= e695ebd0bf0eb40be729ca1768b46fd9
RANDOM SEED=483954175

node104.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.035
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.07
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.035
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.035
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.035
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.035
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.035
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.54
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.035
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.035
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:        31487240 kB
Buffers:           57952 kB
Cached:           123204 kB
SwapCached:          516 kB
Active:           109412 kB
Inactive:          96644 kB
Active(anon):      25836 kB
Inactive(anon):     1168 kB
Active(file):      83576 kB
Inactive(file):    95476 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:        573092 kB
Mapped:            14824 kB
Shmem:                 0 kB
Slab:             569004 kB
SReclaimable:      13232 kB
SUnreclaim:       555772 kB
KernelStack:        1752 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1157300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 71704 MiB
End job on node104 at 2016-06-16 21:00:50