Trace number 4096257

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.6 1798.44

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_29.opb
MD5SUMb6e0b4940cd395cc0e5705d3de4cfca6
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 benchmark8.37573
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint37
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4096257-1466113183.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.53/0.33	c ... done. Wall clock time 0.231s.
0.53/0.33	c declared #vars     1406
0.53/0.34	c #constraints  6706
0.53/0.34	c constraints type 
0.53/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.53/0.34	c org.sat4j.specs.Constr$1 => 4
0.53/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.53/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.53/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.53/0.34	c 6706 constraints processed.
1.50/0.98	c cleaning 2500 clauses out of 5000 with flag 19579/5000
2.30/1.63	c cleaning 4246 clauses out of 8501 with flag 41698/11001
3.09/2.41	c cleaning 5624 clauses out of 11255 with flag 69489/18001
4.00/3.35	c cleaning 6808 clauses out of 13630 with flag 99993/26000
5.12/4.46	c cleaning 7908 clauses out of 15822 with flag 139827/35000
6.47/5.73	c cleaning 8954 clauses out of 17915 with flag 180265/45001
7.86/7.13	c cleaning 9977 clauses out of 19960 with flag 225414/56000
9.37/8.69	c cleaning 10991 clauses out of 21986 with flag 277703/68003
11.17/10.48	c cleaning 11995 clauses out of 23992 with flag 332077/81000
13.17/12.40	c cleaning 12997 clauses out of 25998 with flag 389787/95001
15.27/14.56	c cleaning 13999 clauses out of 28000 with flag 451391/110000
17.67/16.93	c cleaning 14998 clauses out of 30001 with flag 521338/126000
20.57/19.81	c cleaning 16000 clauses out of 32004 with flag 605372/143001
23.58/22.86	c cleaning 16994 clauses out of 34004 with flag 701324/161001
27.07/26.30	c cleaning 18004 clauses out of 36012 with flag 806734/180003
30.87/30.14	c cleaning 19000 clauses out of 38005 with flag 919900/200000
34.98/34.23	c cleaning 20000 clauses out of 40005 with flag 1039129/221000
39.07/38.31	c cleaning 21002 clauses out of 42006 with flag 1152290/243001
43.07/42.30	c cleaning 21998 clauses out of 44003 with flag 1268817/266000
47.47/46.79	c cleaning 23002 clauses out of 46009 with flag 1401770/290004
52.38/51.60	c cleaning 23996 clauses out of 48006 with flag 1528791/315003
57.77/57.00	c cleaning 24993 clauses out of 50007 with flag 1634193/341000
63.27/62.56	c cleaning 25999 clauses out of 52014 with flag 1750533/368000
69.08/68.31	c cleaning 27002 clauses out of 54017 with flag 1879447/396002
75.18/74.47	c cleaning 28000 clauses out of 56013 with flag 2017115/425000
81.28/80.51	c cleaning 29000 clauses out of 58013 with flag 2163887/455000
87.79/87.03	c cleaning 30002 clauses out of 60013 with flag 2320117/486000
95.08/94.32	c cleaning 31004 clauses out of 62013 with flag 2486437/518002
102.68/101.91	c cleaning 31999 clauses out of 64007 with flag 2666851/551000
110.88/110.13	c cleaning 33002 clauses out of 66008 with flag 2849990/585000
119.72/118.93	c cleaning 33995 clauses out of 68006 with flag 3049592/620000
127.62/126.86	c cleaning 35001 clauses out of 70012 with flag 3216794/656001
137.12/136.38	c cleaning 35999 clauses out of 72011 with flag 3393353/693001
146.22/145.40	c cleaning 36997 clauses out of 74011 with flag 3563024/731000
155.32/154.54	c cleaning 38000 clauses out of 76014 with flag 3749086/770000
165.52/164.79	c cleaning 39002 clauses out of 78014 with flag 3947555/810000
176.42/175.64	c cleaning 39999 clauses out of 80012 with flag 4157563/851000
187.42/186.63	c cleaning 41000 clauses out of 82014 with flag 4348121/893001
197.93/197.10	c cleaning 42003 clauses out of 84013 with flag 4546369/936000
209.33/208.50	c cleaning 42999 clauses out of 86010 with flag 4761369/980000
221.83/221.10	c cleaning 44001 clauses out of 88011 with flag 4976562/1025000
235.33/234.59	c cleaning 45000 clauses out of 90011 with flag 5209056/1071001
249.94/249.14	c cleaning 45999 clauses out of 92011 with flag 5453209/1118001
264.04/263.22	c cleaning 46999 clauses out of 94011 with flag 5717169/1166000
279.65/278.88	c cleaning 47999 clauses out of 96012 with flag 5998916/1215000
295.95/295.15	c cleaning 49002 clauses out of 98014 with flag 6283442/1265001
311.75/310.98	c cleaning 50001 clauses out of 100011 with flag 6571189/1316000
328.00/327.19	c cleaning 51003 clauses out of 102012 with flag 6851228/1368002
345.20/344.40	c cleaning 51995 clauses out of 104007 with flag 7158427/1421000
364.11/363.26	c cleaning 53001 clauses out of 106013 with flag 7487579/1475001
384.10/383.28	c cleaning 54001 clauses out of 108011 with flag 7830309/1530000
403.31/402.41	c cleaning 54997 clauses out of 110010 with flag 8145195/1586000
423.22/422.34	c cleaning 55994 clauses out of 112013 with flag 8470230/1643000
445.03/444.15	c cleaning 57008 clauses out of 114021 with flag 8806543/1701002
468.54/467.64	c cleaning 57998 clauses out of 116011 with flag 9153582/1760000
493.04/492.19	c cleaning 59001 clauses out of 118013 with flag 9524432/1820000
516.15/515.28	c cleaning 60001 clauses out of 120013 with flag 9875722/1881001
539.06/538.18	c cleaning 61001 clauses out of 122014 with flag 10192758/1943003
565.16/564.23	c cleaning 62002 clauses out of 124011 with flag 10554064/2006001
591.13/590.11	c cleaning 62995 clauses out of 126008 with flag 10949313/2070000
619.54/618.53	c cleaning 64001 clauses out of 128014 with flag 11365663/2135001
647.75/646.70	c cleaning 64998 clauses out of 130013 with flag 11763176/2201001
677.58/676.53	c cleaning 65996 clauses out of 132014 with flag 12201092/2268000
708.07/707.04	c cleaning 67003 clauses out of 134018 with flag 12615894/2336000
739.38/738.36	c cleaning 68002 clauses out of 136016 with flag 13069118/2405001
772.59/771.51	c cleaning 68998 clauses out of 138013 with flag 13538309/2475000
805.99/804.95	c cleaning 69996 clauses out of 140015 with flag 13983776/2546000
843.21/842.12	c cleaning 71006 clauses out of 142020 with flag 14480892/2618001
883.82/882.75	c cleaning 72005 clauses out of 144015 with flag 14991612/2691002
920.80/919.68	c cleaning 73001 clauses out of 146010 with flag 15488239/2765002
958.80/957.61	c cleaning 73995 clauses out of 148008 with flag 15995860/2840001
999.51/998.38	c cleaning 74997 clauses out of 150013 with flag 16518111/2916001
1038.61/1037.48	c cleaning 76000 clauses out of 152015 with flag 17030783/2993000
1080.61/1079.44	c cleaning 77001 clauses out of 154016 with flag 17576044/3071001
1126.53/1125.37	c cleaning 78000 clauses out of 156014 with flag 18141561/3150000
1167.93/1166.80	c cleaning 79002 clauses out of 158014 with flag 18631890/3230000
1211.14/1209.95	c cleaning 80001 clauses out of 160013 with flag 19079300/3311001
1253.65/1252.45	c cleaning 81000 clauses out of 162013 with flag 19546772/3393002
1295.06/1293.74	c cleaning 81999 clauses out of 164012 with flag 20028092/3476001
1339.16/1337.84	c cleaning 82998 clauses out of 166012 with flag 20482931/3560000
1385.18/1383.88	c cleaning 83999 clauses out of 168015 with flag 20967041/3645001
1432.38/1431.03	c cleaning 85006 clauses out of 170017 with flag 21437341/3731002
1486.60/1485.26	c cleaning 85997 clauses out of 172010 with flag 22004756/3818001
1542.32/1540.99	c cleaning 86995 clauses out of 174012 with flag 22635330/3906000
1597.83/1596.43	c cleaning 88003 clauses out of 176019 with flag 23231077/3995002
1655.45/1654.08	c cleaning 88998 clauses out of 178015 with flag 23842749/4085001
1714.81/1713.23	c cleaning 90003 clauses out of 180017 with flag 24470711/4176001
1777.93/1776.36	c cleaning 91003 clauses out of 182013 with flag 25105823/4268000
1800.04/1798.40	c starts		: 225
1800.04/1798.40	c conflicts		: 4316624
1800.04/1798.40	c decisions		: 5030758
1800.04/1798.40	c propagations		: 395994396
1800.04/1798.40	c inspects		: 29443138472
1800.04/1798.40	c shortcuts		: 0
1800.04/1798.40	c learnt literals	: 0
1800.04/1798.40	c learnt binary clauses	: 0
1800.04/1798.40	c learnt ternary clauses	: 8
1800.04/1798.40	c learnt constraints	: 4316624
1800.04/1798.40	c ignored constraints	: 0
1800.04/1798.40	c root simplifications	: 0
1800.04/1798.40	c removed literals (reason simplification)	: 0
1800.04/1798.40	c reason swapping (by a shorter reason)	: 0
1800.04/1798.40	c Calls to reduceDB	: 88
1800.04/1798.40	c Number of update (reduction) of LBD	: 667824
1800.04/1798.40	c Imported unit clauses	: 0
1800.04/1798.40	c timeout
1800.04/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.40	c number of learned constraints concerned by reduction	: 0
1800.04/1798.40	c number of learning phase by resolution	: 0
1800.04/1798.40	c number of learning phase by cutting planes	: 0
1800.04/1798.40	c speed (assignments/second)	: 220233.53369676086
1800.04/1798.40	c non guided choices	145
1800.04/1798.43	c learnt constraints type 
1800.04/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139634
1800.04/1798.43	s UNKNOWN
1800.04/1798.43	c Total wall clock time (in seconds): 1798.326

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-4096257-1466113183/watcher-4096257-1466113183 -o /tmp/evaluation-result-4096257-1466113183/solver-4096257-1466113183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096257-1466113183.opb 

pid=24164
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.43 2.33 2.28 3/194 24167
/proc/meminfo: memFree=30300152/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 2 0 13364081 94019584 913 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 22954 917 697 9 0 16769 0
[pid=24167/tid=24168] ppid=24164 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) D 24164 24167 21576 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 13364081 94019584 917 33554432000 1073741824 1073778376 140734346743648 139978537737768 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100185 s]
/proc/loadavg: 2.43 2.33 2.28 3/194 24167
/proc/meminfo: memFree=30300152/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 13364081 9787879424 6056 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2389619 6056 2141 9 0 2380296 0
[pid=24167/tid=24168] ppid=24164 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 13364081 9787879424 6056 33554432000 1073741824 1073778376 140734346743648 139978537741216 248793589005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200378 s]
/proc/loadavg: 2.43 2.33 2.28 3/194 24167
/proc/meminfo: memFree=30300152/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 4995 0 1 0 28 1 0 0 20 0 18 0 13364081 9787879424 6979 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2389619 6979 2216 9 0 2380296 0
[pid=24167/tid=24168] ppid=24164 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 13364081 9787879424 6979 33554432000 1073741824 1073778376 140734346743648 139978537741216 139978541868746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300393 s]
/proc/loadavg: 2.43 2.33 2.28 3/194 24167
/proc/meminfo: memFree=30300152/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 6588 0 1 0 51 2 0 0 20 0 18 0 13364081 9787879424 9198 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2389619 9198 2236 9 0 2380296 0
[pid=24167/tid=24168] ppid=24164 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2402 0 1 0 27 0 0 0 20 0 18 0 13364081 9787879424 9198 33554432000 1073741824 1073778376 140734346743648 139978537741216 139978369770696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 2.43 2.33 2.28 3/194 24167
/proc/meminfo: memFree=30300152/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 9728 0 1 0 125 2 0 0 20 0 19 0 13364081 9856040960 12364 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2406260 12364 2257 9 0 2396937 0
[pid=24167/tid=24168] ppid=24164 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2420 0 1 0 66 1 0 0 20 0 19 0 13364081 9856040960 12364 33554432000 1073741824 1073778376 140734346743648 139978537742712 139978370288643 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.40 2.32 2.28 3/213 24186
/proc/meminfo: memFree=30258116/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 10873 0 1 0 216 3 0 0 20 0 19 0 13364081 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2406260 12887 2267 9 0 2396937 0
[pid=24167/tid=24168] ppid=24164 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2422 0 1 0 145 2 0 0 20 0 19 0 13364081 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978537742296 139978370340833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24170] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24170/stat : 24170 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978499233960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24171] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24171/stat : 24171 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978498181416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24172] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24172/stat : 24172 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978497128872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24173] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24173/stat : 24173 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978496076328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24174] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24174/stat : 24174 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978495023784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24175] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24175/stat : 24175 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978493971240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24176] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24176/stat : 24176 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978492918696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24177] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24177/stat : 24177 (java) S 24164 24167 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978491866152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24178] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24178/stat : 24178 (java) S 24164 24167 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13364083 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978361235560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24179] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24179/stat : 24179 (java) S 24164 24167 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978360181880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24180] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24180/stat : 24180 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978359129224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24181] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24181/stat : 24181 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978358077968 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24182] ppid=24164 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/24167/task/24182/stat : 24182 (java) S 24164 24167 21576 0 -1 4202560 3914 0 0 0 31 0 0 0 20 0 19 0 13364086 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978357025336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24183] ppid=24164 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/24167/task/24183/stat : 24183 (java) S 24164 24167 21576 0 -1 4202560 3265 0 0 0 37 0 0 0 20 0 19 0 13364086 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978355972792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24184] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24184/stat : 24184 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139978354920440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24185] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24185/stat : 24185 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139977346248008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24186] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24186/stat : 24186 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364115 9856040960 12887 33554432000 1073741824 1073778376 140734346743648 139977345192744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.40 2.32 2.28 3/213 24186
/proc/meminfo: memFree=30253328/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 10874 0 1 0 377 3 0 0 20 0 19 0 13364081 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2406260 13399 2267 9 0 2396937 0
[pid=24167/tid=24168] ppid=24164 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2423 0 1 0 304 2 0 0 20 0 19 0 13364081 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978537733824 139978370182273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24170] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24170/stat : 24170 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978499233960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24171] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24171/stat : 24171 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978498181416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24172] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24172/stat : 24172 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978497128872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24173] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24173/stat : 24173 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978496076328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24174] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24174/stat : 24174 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978495023784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24175] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24175/stat : 24175 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978493971240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24176] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24176/stat : 24176 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978492918696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24177] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24177/stat : 24177 (java) S 24164 24167 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978491866152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24178] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24178/stat : 24178 (java) S 24164 24167 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13364083 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978361235560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24179] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24179/stat : 24179 (java) S 24164 24167 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978360181880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24180] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24180/stat : 24180 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978359129224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24181] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24181/stat : 24181 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978358077968 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24182] ppid=24164 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/24167/task/24182/stat : 24182 (java) S 24164 24167 21576 0 -1 4202560 3914 0 0 0 32 0 0 0 20 0 19 0 13364086 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978357025336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24183] ppid=24164 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24167/task/24183/stat : 24183 (java) S 24164 24167 21576 0 -1 4202560 3265 0 0 0 38 0 0 0 20 0 19 0 13364086 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978355972792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24184] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24184/stat : 24184 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139978354920440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24185] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24185/stat : 24185 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139977346248008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24186] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24186/stat : 24186 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364115 9856040960 13399 33554432000 1073741824 1073778376 140734346743648 139977345192744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.40 2.32 2.28 3/213 24186
/proc/meminfo: memFree=30243300/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9625040 CPUtime=7.06 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 11912 0 1 0 703 3 0 0 20 0 19 0 13364081 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2406260 14392 2268 9 0 2396937 0
[pid=24167/tid=24168] ppid=24164 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2426 0 1 0 623 2 0 0 20 0 19 0 13364081 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978537733808 139978370244746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24170] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24170/stat : 24170 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978499233960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24171] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24171/stat : 24171 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978498181416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24172] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24172/stat : 24172 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978497128872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24173] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24173/stat : 24173 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978496076328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24174] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24174/stat : 24174 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978495023784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24175] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24175/stat : 24175 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978493971240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24176] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24176/stat : 24176 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978492918696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24177] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24177/stat : 24177 (java) S 24164 24167 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13364082 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978491866152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24178] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24178/stat : 24178 (java) S 24164 24167 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13364083 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978361235560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24179] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24179/stat : 24179 (java) S 24164 24167 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978360181880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24180] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24180/stat : 24180 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978359129224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24181] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24181/stat : 24181 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978358077968 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24182] ppid=24164 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/24167/task/24182/stat : 24182 (java) S 24164 24167 21576 0 -1 4202560 3914 0 0 0 32 0 0 0 20 0 19 0 13364086 9856040960 14392 33554432000 1073741824 1073778376 140734346743648 139978357025336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24183] ppid=24164 vsize=9625040 CPUtime=0.45 cores=1,3,5,7

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

[pid=24167/tid=24179] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24179/stat : 24179 (java) S 24164 24167 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139978360181880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24180] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24180/stat : 24180 (java) S 24164 24167 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139978359129224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24181] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24181/stat : 24181 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139978358077968 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24182] ppid=24164 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/24167/task/24182/stat : 24182 (java) S 24164 24167 21576 0 -1 4202560 3914 0 0 0 32 0 0 0 20 0 19 0 13364086 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139978357025336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24183] ppid=24164 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/24167/task/24183/stat : 24183 (java) S 24164 24167 21576 0 -1 4202560 4326 0 0 0 47 1 0 0 20 0 19 0 13364086 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139978355972792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24184] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24184/stat : 24184 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139978354920440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24185] ppid=24164 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/24167/task/24185/stat : 24185 (java) S 24164 24167 21576 0 -1 4202560 98 0 0 0 28 45 0 0 20 0 19 0 13364086 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139977346248008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24186] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24186/stat : 24186 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364115 9856040960 62551 33554432000 1073741824 1073778376 140734346743648 139977345192744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.76
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.18 2.18 3/213 24264
/proc/meminfo: memFree=29810448/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9625040 CPUtime=1723.91 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 12869 0 1 0 172337 54 0 0 20 0 19 0 13364081 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2406260 74857 2282 9 0 2396937 0
[pid=24167/tid=24168] ppid=24164 vsize=9625040 CPUtime=1722.05 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2485 0 1 0 172175 30 0 0 20 0 19 0 13364081 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978537733792 139978370341868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24170] ppid=24164 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24167/task/24170/stat : 24170 (java) S 24164 24167 21576 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978499233960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24171] ppid=24164 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24167/task/24171/stat : 24171 (java) S 24164 24167 21576 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978498181416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24172] ppid=24164 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24167/task/24172/stat : 24172 (java) S 24164 24167 21576 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978497128872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24173] ppid=24164 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24167/task/24173/stat : 24173 (java) S 24164 24167 21576 0 -1 4202560 170 0 0 0 8 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978496076328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24174] ppid=24164 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24167/task/24174/stat : 24174 (java) S 24164 24167 21576 0 -1 4202560 27 0 0 0 6 1 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978495023784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24175] ppid=24164 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24167/task/24175/stat : 24175 (java) S 24164 24167 21576 0 -1 4202560 209 0 0 0 4 0 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978493971240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24176] ppid=24164 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24167/task/24176/stat : 24176 (java) S 24164 24167 21576 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978492918696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24177] ppid=24164 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24167/task/24177/stat : 24177 (java) S 24164 24167 21576 0 -1 4202560 188 0 0 0 5 0 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978491866152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24178] ppid=24164 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24167/task/24178/stat : 24178 (java) S 24164 24167 21576 0 -1 4202560 51 0 0 0 1 1 0 0 20 0 19 0 13364083 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978361235560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24179] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24179/stat : 24179 (java) S 24164 24167 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978360181880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24180] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24180/stat : 24180 (java) S 24164 24167 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978359129224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24181] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24181/stat : 24181 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978358077968 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24182] ppid=24164 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/24167/task/24182/stat : 24182 (java) S 24164 24167 21576 0 -1 4202560 3914 0 0 0 32 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978357025336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24183] ppid=24164 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/24167/task/24183/stat : 24183 (java) S 24164 24167 21576 0 -1 4202560 4326 0 0 0 47 1 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978355972792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24184] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24184/stat : 24184 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978354920440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24185] ppid=24164 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/24167/task/24185/stat : 24185 (java) S 24164 24167 21576 0 -1 4202560 100 0 0 0 29 47 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139977346248008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24186] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24186/stat : 24186 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364115 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139977345192744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/213 24396
/proc/meminfo: memFree=30050240/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9625040 CPUtime=1783.93 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 12873 0 1 0 178337 56 0 0 20 0 19 0 13364081 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2406260 74857 2282 9 0 2396937 0
[pid=24167/tid=24168] ppid=24164 vsize=9625040 CPUtime=1782.05 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2485 0 1 0 178174 31 0 0 20 0 19 0 13364081 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978537733792 139978370244707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24170] ppid=24164 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24167/task/24170/stat : 24170 (java) S 24164 24167 21576 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978499233960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24171] ppid=24164 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24167/task/24171/stat : 24171 (java) S 24164 24167 21576 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978498181416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24172] ppid=24164 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24167/task/24172/stat : 24172 (java) S 24164 24167 21576 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978497128872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24173] ppid=24164 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24167/task/24173/stat : 24173 (java) S 24164 24167 21576 0 -1 4202560 170 0 0 0 8 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978496076328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24174] ppid=24164 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24167/task/24174/stat : 24174 (java) S 24164 24167 21576 0 -1 4202560 27 0 0 0 6 1 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978495023784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24175] ppid=24164 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24167/task/24175/stat : 24175 (java) S 24164 24167 21576 0 -1 4202560 209 0 0 0 4 0 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978493971240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24176] ppid=24164 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24167/task/24176/stat : 24176 (java) S 24164 24167 21576 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978492918696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24177] ppid=24164 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24167/task/24177/stat : 24177 (java) S 24164 24167 21576 0 -1 4202560 188 0 0 0 5 0 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978491866152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24178] ppid=24164 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24167/task/24178/stat : 24178 (java) S 24164 24167 21576 0 -1 4202560 51 0 0 0 1 2 0 0 20 0 19 0 13364083 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978361235560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24179] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24179/stat : 24179 (java) S 24164 24167 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978360181880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24180] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24180/stat : 24180 (java) S 24164 24167 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978359129224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24181] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24181/stat : 24181 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978358077968 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24182] ppid=24164 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/24167/task/24182/stat : 24182 (java) S 24164 24167 21576 0 -1 4202560 3914 0 0 0 32 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978357025336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24183] ppid=24164 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/24167/task/24183/stat : 24183 (java) S 24164 24167 21576 0 -1 4202560 4326 0 0 0 47 1 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978355972792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24184] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24184/stat : 24184 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978354920440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24185] ppid=24164 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/24167/task/24185/stat : 24185 (java) S 24164 24167 21576 0 -1 4202560 104 0 0 0 30 49 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139977346248008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24186] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24186/stat : 24186 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364115 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139977345192744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.24 2.20 2.19 3/213 24461
/proc/meminfo: memFree=30010892/32872528 swapFree=1402008/1579836
[pid=24167] ppid=24164 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/24167/stat : 24167 (java) S 24164 24167 21576 0 -1 4202496 12875 0 1 0 179947 57 0 0 20 0 19 0 13364081 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 140734346734784 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2406260 74857 2282 9 0 2396937 0
[pid=24167/tid=24168] ppid=24164 vsize=9625040 CPUtime=1798.15 cores=1,3,5,7
/proc/24167/task/24168/stat : 24168 (java) R 24164 24167 21576 0 -1 4202560 2485 0 1 0 179784 31 0 0 20 0 19 0 13364081 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978537733792 139978370244754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24170] ppid=24164 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24167/task/24170/stat : 24170 (java) S 24164 24167 21576 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978499233960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24171] ppid=24164 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24167/task/24171/stat : 24171 (java) S 24164 24167 21576 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978498181416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24172] ppid=24164 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24167/task/24172/stat : 24172 (java) S 24164 24167 21576 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978497128872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24173] ppid=24164 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24167/task/24173/stat : 24173 (java) S 24164 24167 21576 0 -1 4202560 170 0 0 0 8 2 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978496076328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24174] ppid=24164 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24167/task/24174/stat : 24174 (java) S 24164 24167 21576 0 -1 4202560 27 0 0 0 6 1 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978495023784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24175] ppid=24164 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24167/task/24175/stat : 24175 (java) S 24164 24167 21576 0 -1 4202560 209 0 0 0 4 0 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978493971240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24176] ppid=24164 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24167/task/24176/stat : 24176 (java) S 24164 24167 21576 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978492918696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24177] ppid=24164 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24167/task/24177/stat : 24177 (java) S 24164 24167 21576 0 -1 4202560 188 0 0 0 5 0 0 0 20 0 19 0 13364082 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978491866152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24167/tid=24178] ppid=24164 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24167/task/24178/stat : 24178 (java) S 24164 24167 21576 0 -1 4202560 51 0 0 0 1 2 0 0 20 0 19 0 13364083 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978361235560 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24179] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24179/stat : 24179 (java) S 24164 24167 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978360181880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24180] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24180/stat : 24180 (java) S 24164 24167 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13364084 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978359129224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24181] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24181/stat : 24181 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978358077968 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24182] ppid=24164 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/24167/task/24182/stat : 24182 (java) S 24164 24167 21576 0 -1 4202560 3914 0 0 0 32 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978357025336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24167/tid=24183] ppid=24164 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/24167/task/24183/stat : 24183 (java) S 24164 24167 21576 0 -1 4202560 4326 0 0 0 47 1 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978355972792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24184] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24184/stat : 24184 (java) S 24164 24167 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139978354920440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24167/tid=24185] ppid=24164 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/24167/task/24185/stat : 24185 (java) S 24164 24167 21576 0 -1 4202560 106 0 0 0 31 49 0 0 20 0 19 0 13364086 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139977346248008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24167/tid=24186] ppid=24164 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24167/task/24186/stat : 24186 (java) S 24164 24167 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13364115 9856040960 74857 33554432000 1073741824 1073778376 140734346743648 139977345192744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 24167 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.44
CPU time (s): 1800.6
CPU user time (s): 1799.53
CPU system time (s): 1.07284
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 1.07284
maximum resident set size= 299552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38100
involuntary context switches= 2541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0422 second user time and 17.2874 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-16 23:39:44
IDJOB=4096257
IDBENCH=107588
IDSOLVER=2546
FILE ID=node139/4096257-1466113183
RUNJOBID= node139-1466113165-23926
PBS_JOBID= 19904053
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_29.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096257-1466113183/watcher-4096257-1466113183 -o /tmp/evaluation-result-4096257-1466113183/solver-4096257-1466113183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096257-1466113183.opb

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

MD5SUM BENCH= b6e0b4940cd395cc0e5705d3de4cfca6
RANDOM SEED=1193244507

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        30300044 kB
Buffers:           69352 kB
Cached:           138712 kB
SwapCached:          956 kB
Active:           152028 kB
Inactive:         113936 kB
Active(anon):      59400 kB
Inactive(anon):     1240 kB
Active(file):      92628 kB
Inactive(file):   112696 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100124 kB
Dirty:              2068 kB
Writeback:             0 kB
AnonPages:       1659808 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             571068 kB
SReclaimable:      14732 kB
SUnreclaim:       556336 kB
KernelStack:        1640 kB
PageTables:         7780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 71592 MiB
End job on node139 at 2016-06-17 00:09:42