Trace number 4096831

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.07 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_29.opb
MD5SUMe838964e9310312036b7daed376a50d5
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 benchmark277.767
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1190
Total number of constraints5649
Number of constraints which are clauses5644
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 constraint34
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 63
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4096831-1466116262.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.53/0.32	c ... done. Wall clock time 0.219s.
0.53/0.32	c declared #vars     1190
0.53/0.32	c #constraints  5653
0.53/0.32	c constraints type 
0.53/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3366
0.53/0.32	c org.sat4j.specs.Constr$1 => 4
0.53/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.53/0.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.53/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2277
0.53/0.32	c 5653 constraints processed.
1.46/0.95	c cleaning 2495 clauses out of 5000 with flag 23854/5000
2.23/1.55	c cleaning 4249 clauses out of 8506 with flag 47706/11001
2.94/2.29	c cleaning 5625 clauses out of 11257 with flag 77605/18001
4.04/3.32	c cleaning 6815 clauses out of 13631 with flag 115770/26000
5.16/4.44	c cleaning 7901 clauses out of 15816 with flag 158244/35000
6.55/5.80	c cleaning 8955 clauses out of 17915 with flag 201375/45000
8.05/7.35	c cleaning 9974 clauses out of 19960 with flag 246759/56000
9.75/9.02	c cleaning 10989 clauses out of 21986 with flag 294866/68000
11.76/11.01	c cleaning 11998 clauses out of 23997 with flag 351913/81000
14.06/13.33	c cleaning 12998 clauses out of 26003 with flag 418953/95004
16.65/15.91	c cleaning 13994 clauses out of 28001 with flag 486225/110000
19.15/18.41	c cleaning 14999 clauses out of 30007 with flag 547696/126000
21.76/21.02	c cleaning 16005 clauses out of 32011 with flag 627573/143003
24.55/23.84	c cleaning 16994 clauses out of 34004 with flag 705390/161001
27.65/26.98	c cleaning 18001 clauses out of 36011 with flag 792648/180002
31.14/30.47	c cleaning 19000 clauses out of 38009 with flag 890685/200001
34.84/34.12	c cleaning 20001 clauses out of 40010 with flag 980462/221002
38.73/38.06	c cleaning 20996 clauses out of 42008 with flag 1081042/243001
43.14/42.41	c cleaning 22001 clauses out of 44012 with flag 1184939/266001
47.74/47.07	c cleaning 23000 clauses out of 46011 with flag 1292820/290001
53.04/52.39	c cleaning 24000 clauses out of 48010 with flag 1408813/315000
58.34/57.62	c cleaning 24999 clauses out of 50011 with flag 1533559/341001
64.14/63.49	c cleaning 26003 clauses out of 52011 with flag 1678751/368000
70.44/69.73	c cleaning 27001 clauses out of 54009 with flag 1816986/396001
76.94/76.28	c cleaning 27994 clauses out of 56008 with flag 1953203/425001
83.94/83.29	c cleaning 28999 clauses out of 58013 with flag 2107658/455000
91.64/90.90	c cleaning 29999 clauses out of 60014 with flag 2273572/486000
99.75/99.07	c cleaning 31001 clauses out of 62015 with flag 2449887/518000
107.84/107.15	c cleaning 32005 clauses out of 64014 with flag 2631386/551000
116.46/115.76	c cleaning 32999 clauses out of 66009 with flag 2819103/585000
125.27/124.55	c cleaning 33999 clauses out of 68010 with flag 3000867/620000
134.67/133.93	c cleaning 35003 clauses out of 70013 with flag 3194622/656002
144.27/143.56	c cleaning 35997 clauses out of 72009 with flag 3394296/693001
155.07/154.35	c cleaning 37000 clauses out of 74012 with flag 3612470/731001
165.97/165.21	c cleaning 38005 clauses out of 76014 with flag 3825587/770003
177.37/176.61	c cleaning 38995 clauses out of 78007 with flag 4031632/810001
189.37/188.68	c cleaning 39996 clauses out of 80011 with flag 4240367/851000
202.08/201.35	c cleaning 41001 clauses out of 82015 with flag 4468102/893000
215.78/215.06	c cleaning 41998 clauses out of 84016 with flag 4722414/936002
230.28/229.57	c cleaning 43002 clauses out of 86017 with flag 4998075/980001
245.68/244.95	c cleaning 44006 clauses out of 88014 with flag 5283405/1025000
262.29/261.54	c cleaning 44997 clauses out of 90010 with flag 5579714/1071002
279.29/278.51	c cleaning 45994 clauses out of 92011 with flag 5876036/1118000
296.29/295.53	c cleaning 47002 clauses out of 94017 with flag 6169601/1166000
314.29/313.55	c cleaning 48004 clauses out of 96015 with flag 6441810/1215000
331.21/330.42	c cleaning 48997 clauses out of 98011 with flag 6697483/1265000
349.81/349.06	c cleaning 49997 clauses out of 100014 with flag 6974426/1316000
368.42/367.61	c cleaning 50998 clauses out of 102017 with flag 7250153/1368000
389.22/388.46	c cleaning 52001 clauses out of 104019 with flag 7561502/1421000
410.81/410.06	c cleaning 53003 clauses out of 106019 with flag 7920000/1475001
433.41/432.67	c cleaning 54000 clauses out of 108015 with flag 8273645/1530000
456.82/456.06	c cleaning 55003 clauses out of 110016 with flag 8612413/1586001
480.92/480.11	c cleaning 55997 clauses out of 112012 with flag 8949468/1643000
507.31/506.50	c cleaning 57002 clauses out of 114015 with flag 9329640/1701000
534.11/533.39	c cleaning 58001 clauses out of 116013 with flag 9727670/1760000
562.22/561.47	c cleaning 59004 clauses out of 118013 with flag 10136287/1820001
591.27/590.47	c cleaning 59997 clauses out of 120008 with flag 10550994/1881000
620.47/619.68	c cleaning 61003 clauses out of 122012 with flag 10960401/1943001
652.68/651.88	c cleaning 61996 clauses out of 124009 with flag 11399819/2006001
685.78/684.97	c cleaning 62998 clauses out of 126013 with flag 11843919/2070001
720.58/719.76	c cleaning 63998 clauses out of 128015 with flag 12312563/2135001
757.39/756.59	c cleaning 65001 clauses out of 130016 with flag 12824184/2201000
796.71/795.86	c cleaning 66002 clauses out of 132015 with flag 13346820/2268000
838.43/837.57	c cleaning 66998 clauses out of 134015 with flag 13896551/2336002
882.04/881.10	c cleaning 68002 clauses out of 136016 with flag 14431512/2405001
923.32/922.30	c cleaning 69002 clauses out of 138013 with flag 14950529/2475000
963.23/962.23	c cleaning 69994 clauses out of 140011 with flag 15431965/2546000
1005.23/1004.26	c cleaning 71005 clauses out of 142018 with flag 15913747/2618001
1053.04/1052.06	c cleaning 71999 clauses out of 144015 with flag 16505063/2691003
1104.03/1103.03	c cleaning 73004 clauses out of 146013 with flag 17120760/2765000
1156.44/1155.44	c cleaning 74000 clauses out of 148012 with flag 17760314/2840003
1212.84/1211.86	c cleaning 74997 clauses out of 150009 with flag 18392655/2916000
1270.75/1269.72	c cleaning 76004 clauses out of 152013 with flag 19044543/2993001
1323.43/1321.93	c cleaning 76997 clauses out of 154008 with flag 19583369/3071000
1373.82/1372.06	c cleaning 78001 clauses out of 156011 with flag 20078031/3150000
1426.86/1424.79	c cleaning 78992 clauses out of 158010 with flag 20582669/3230000
1483.56/1481.41	c cleaning 79999 clauses out of 160020 with flag 21156979/3311002
1539.55/1537.46	c cleaning 81004 clauses out of 162021 with flag 21696393/3393002
1598.44/1596.36	c cleaning 81995 clauses out of 164015 with flag 22257271/3476000
1659.14/1657.08	c cleaning 83003 clauses out of 166023 with flag 22850840/3560003
1723.73/1721.66	c cleaning 83998 clauses out of 168017 with flag 23466003/3645000
1790.06/1787.81	c cleaning 85006 clauses out of 170019 with flag 24082093/3731000
1800.07/1797.80	c starts		: 524
1800.07/1797.80	c conflicts		: 3751124
1800.07/1797.80	c decisions		: 4268957
1800.07/1797.80	c propagations		: 373066959
1800.07/1797.80	c inspects		: 29943972242
1800.07/1797.80	c shortcuts		: 0
1800.07/1797.80	c learnt literals	: 0
1800.07/1797.80	c learnt binary clauses	: 1
1800.07/1797.80	c learnt ternary clauses	: 7
1800.07/1797.80	c learnt constraints	: 3751124
1800.07/1797.80	c ignored constraints	: 0
1800.07/1797.80	c root simplifications	: 0
1800.07/1797.80	c removed literals (reason simplification)	: 0
1800.07/1797.80	c reason swapping (by a shorter reason)	: 0
1800.07/1797.80	c Calls to reduceDB	: 82
1800.07/1797.80	c Number of update (reduction) of LBD	: 604628
1800.07/1797.80	c Imported unit clauses	: 0
1800.07/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.80	c number of learned constraints concerned by reduction	: 0
1800.07/1797.80	c number of learning phase by resolution	: 0
1800.07/1797.80	c number of learning phase by cutting planes	: 0
1800.07/1797.80	c speed (assignments/second)	: 207550.2420613771
1800.07/1797.80	c non guided choices	133
1800.07/1797.80	c timeout
1800.07/1797.83	c learnt constraints type 
1800.07/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.07/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105136
1800.07/1797.83	s UNKNOWN
1800.07/1797.83	c Total wall clock time (in seconds): 1797.727

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-4096831-1466116262/watcher-4096831-1466116262 -o /tmp/evaluation-result-4096831-1466116262/solver-4096831-1466116262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22554 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096831-1466116262.opb 

pid=22698
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.01 2.73 3.35 2/174 22701
/proc/meminfo: memFree=31953964/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 1275 0 0 0 0 0 0 0 20 0 2 0 13672084 94019584 908 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 22954 912 693 9 0 16769 0
[pid=22701/tid=22702] ppid=22698 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) D 22698 22701 18087 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 13672085 94019584 916 33554432000 1073741824 1073778376 140737224793840 139724269436456 206399696167 0 0 4096 0 18446744072100756772 0 0 -1 3 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.01 2.73 3.35 2/174 22701
/proc/meminfo: memFree=31953964/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 4481 0 1 0 10 1 0 0 20 0 18 0 13672084 9787879424 6116 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2389619 6116 2157 9 0 2380296 0
[pid=22701/tid=22702] ppid=22698 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 13672085 9787879424 6116 33554432000 1073741824 1073778376 140737224793840 139724269439904 206412244237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.01 2.73 3.35 2/174 22701
/proc/meminfo: memFree=31953964/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 4949 0 1 0 28 1 0 0 20 0 18 0 13672084 9787879424 6967 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2389619 6967 2216 9 0 2380296 0
[pid=22701/tid=22702] ppid=22698 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 13672085 9787879424 6967 33554432000 1073741824 1073778376 140737224793840 139724269439904 139724094240176 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.300267 s]
/proc/loadavg: 2.01 2.73 3.35 2/174 22701
/proc/meminfo: memFree=31953964/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 6147 0 1 0 51 2 0 0 20 0 18 0 13672084 9787879424 9046 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2389619 9046 2236 9 0 2380296 0
[pid=22701/tid=22702] ppid=22698 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 13672085 9787879424 9046 33554432000 1073741824 1073778376 140737224793840 139724269432688 139724094686900 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.700143 s]
/proc/loadavg: 2.01 2.73 3.35 2/174 22701
/proc/meminfo: memFree=31953964/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 9194 0 1 0 123 2 0 0 20 0 19 0 13672084 9856040960 12265 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2406260 12265 2257 9 0 2396937 0
[pid=22701/tid=22702] ppid=22698 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 13672085 9856040960 12265 33554432000 1073741824 1073778376 140737224793840 139724269441664 139724094807151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.01 2.73 3.35 4/215 22813
/proc/meminfo: memFree=31880440/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 10550 0 1 0 220 3 0 0 20 0 19 0 13672084 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2406260 12810 2267 9 0 2396937 0
[pid=22701/tid=22702] ppid=22698 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2420 0 1 0 146 1 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724269440888 139724094445442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22704] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724230932904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22705] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724229880360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22706] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724228827304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22701/tid=22707] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724227774760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22708] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724226722728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22709] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724225670184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22710] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724224617128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22711] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724223564584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22712] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13672086 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724093118824 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22713] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724092065144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22714] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724091011976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22715] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724089960720 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22716] ppid=22698 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 18087 0 -1 4202560 3284 0 0 0 34 1 0 0 20 0 19 0 13672089 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724088908600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22717] ppid=22698 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/22701/task/22717/stat : 22717 (java) S 22698 22701 18087 0 -1 4202560 3570 0 0 0 37 0 0 0 20 0 19 0 13672089 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724087856056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22718] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22718/stat : 22718 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724086803192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22719] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22719/stat : 22719 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724085750856 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22749] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22749/stat : 22749 (java) S 22698 22701 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13672117 9856040960 12810 33554432000 1073741824 1073778376 140737224793840 139724084696104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.01 2.72 3.34 3/215 22813
/proc/meminfo: memFree=31872248/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 10552 0 1 0 381 3 0 0 20 0 19 0 13672084 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2406260 13322 2267 9 0 2396937 0
[pid=22701/tid=22702] ppid=22698 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2422 0 1 0 306 1 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724269432528 139724094807151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22704] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724230932904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22705] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724229880360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22706] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724228827304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22701/tid=22707] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724227774760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22708] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724226722728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22709] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724225670184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22710] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724224617128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22711] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724223564584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22712] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13672086 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724093118824 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22713] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724092065144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22714] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724091011976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22715] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724089960720 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22716] ppid=22698 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 18087 0 -1 4202560 3284 0 0 0 34 1 0 0 20 0 19 0 13672089 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724088908600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22717] ppid=22698 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/22701/task/22717/stat : 22717 (java) S 22698 22701 18087 0 -1 4202560 3570 0 0 0 38 0 0 0 20 0 19 0 13672089 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724087856056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22718] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22718/stat : 22718 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724086803192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22719] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22719/stat : 22719 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724085750856 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22749] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22749/stat : 22749 (java) S 22698 22701 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13672117 9856040960 13322 33554432000 1073741824 1073778376 140737224793840 139724084696104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.01 2.72 3.34 3/215 22813
/proc/meminfo: memFree=31859636/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 10557 0 1 0 702 3 0 0 20 0 19 0 13672084 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2406260 14843 2268 9 0 2396937 0
[pid=22701/tid=22702] ppid=22698 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2426 0 1 0 625 1 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724269432512 139724094731598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22704] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724230932904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22705] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724229880360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22706] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724228827304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22701/tid=22707] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724227774760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22708] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724226722728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22709] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724225670184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22710] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724224617128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22711] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13672085 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724223564584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22712] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13672086 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724093118824 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22713] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724092065144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22714] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724091011976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22715] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724089960720 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22716] ppid=22698 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 18087 0 -1 4202560 3284 0 0 0 34 1 0 0 20 0 19 0 13672089 9856040960 14843 33554432000 1073741824 1073778376 140737224793840 139724088908600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22717] ppid=22698 vsize=9625040 CPUtime=0.39 cores=1,3,5,7

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

[pid=22701/tid=22749] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22749/stat : 22749 (java) S 22698 22701 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13672117 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724084696104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.19 3/215 23308
/proc/meminfo: memFree=31456252/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9625040 CPUtime=1724.43 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 24747 0 1 0 172398 45 0 0 20 0 19 0 13672084 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2406260 65427 2283 9 0 2396937 0
[pid=22701/tid=22702] ppid=22698 vsize=9625040 CPUtime=1717.56 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2485 0 1 0 171724 32 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724269432512 139724094807151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22704] ppid=22698 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 18087 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724230932904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22705] ppid=22698 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 18087 0 -1 4202560 147 0 0 0 4 1 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724229880360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22706] ppid=22698 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 18087 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724228827304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22707] ppid=22698 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 18087 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724227774760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22708] ppid=22698 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 18087 0 -1 4202560 128 0 0 0 2 0 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724226722728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22709] ppid=22698 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 18087 0 -1 4202560 150 0 0 0 6 1 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724225670184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22710] ppid=22698 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 18087 0 -1 4202560 152 0 0 0 3 0 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724224617128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22711] ppid=22698 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 18087 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 13672085 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724223564584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22712] ppid=22698 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 18087 0 -1 4202560 48 0 0 0 0 2 0 0 20 0 19 0 13672086 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724093118824 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22713] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724092065144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22714] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724091011976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22715] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724089960720 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22716] ppid=22698 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 18087 0 -1 4202560 16585 0 0 0 124 3 0 0 20 0 19 0 13672089 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724088908600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22717] ppid=22698 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22701/task/22717/stat : 22717 (java) S 22698 22701 18087 0 -1 4202560 3577 0 0 0 48 0 0 0 20 0 19 0 13672089 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724087856056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22718] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22718/stat : 22718 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724086803192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22719] ppid=22698 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/22701/task/22719/stat : 22719 (java) S 22698 22701 18087 0 -1 4202560 100 0 0 0 30 43 0 0 20 0 19 0 13672089 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724085750856 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22749] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22749/stat : 22749 (java) S 22698 22701 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13672117 9856040960 65427 33554432000 1073741824 1073778376 140737224793840 139724084696104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/216 23312
/proc/meminfo: memFree=31410528/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9625040 CPUtime=1784.56 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 24850 0 1 0 178405 51 0 0 20 0 19 0 13672084 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2406260 76748 2283 9 0 2396937 0
[pid=22701/tid=22702] ppid=22698 vsize=9625040 CPUtime=1777.36 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2486 0 1 0 177703 33 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724269441248 139724094807151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22704] ppid=22698 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 18087 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724230932904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22705] ppid=22698 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 18087 0 -1 4202560 153 0 0 0 5 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724229880360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22706] ppid=22698 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 18087 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724228827304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22701/tid=22707] ppid=22698 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 18087 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724227774760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22708] ppid=22698 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 18087 0 -1 4202560 133 0 0 0 2 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724226722728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22709] ppid=22698 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 18087 0 -1 4202560 155 0 0 0 7 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724225670184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22710] ppid=22698 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 18087 0 -1 4202560 171 0 0 0 6 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724224617128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22711] ppid=22698 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 18087 0 -1 4202560 63 0 0 0 3 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724223564584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22712] ppid=22698 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 18087 0 -1 4202560 54 0 0 0 0 2 0 0 20 0 19 0 13672086 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724093118824 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22713] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724092065144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22714] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724091011976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22715] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724089960720 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22716] ppid=22698 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 18087 0 -1 4202560 16586 0 0 0 124 3 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724088908600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22717] ppid=22698 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22701/task/22717/stat : 22717 (java) S 22698 22701 18087 0 -1 4202560 3577 0 0 0 48 0 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724087856056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22718] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22718/stat : 22718 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724086803192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22719] ppid=22698 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/22701/task/22719/stat : 22719 (java) S 22698 22701 18087 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724085750856 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22749] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22749/stat : 22749 (java) S 22698 22701 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13672117 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724084696104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.00 2.00 2.17 3/216 23313
/proc/meminfo: memFree=31410280/32872528 swapFree=7268/7268
[pid=22701] ppid=22698 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/22701/stat : 22701 (java) S 22698 22701 18087 0 -1 4202496 24850 0 1 0 179955 52 0 0 20 0 19 0 13672084 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 140737224784976 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22701/statm: 2406260 76748 2283 9 0 2396937 0
[pid=22701/tid=22702] ppid=22698 vsize=9625040 CPUtime=1792.82 cores=1,3,5,7
/proc/22701/task/22702/stat : 22702 (java) R 22698 22701 18087 0 -1 4202560 2486 0 1 0 179249 33 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724269432512 139724094747494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22704] ppid=22698 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 18087 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724230932904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22705] ppid=22698 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 18087 0 -1 4202560 153 0 0 0 5 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724229880360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22706] ppid=22698 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 18087 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724228827304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22701/tid=22707] ppid=22698 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 18087 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724227774760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22708] ppid=22698 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 18087 0 -1 4202560 133 0 0 0 2 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724226722728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22709] ppid=22698 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 18087 0 -1 4202560 155 0 0 0 7 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724225670184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22710] ppid=22698 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 18087 0 -1 4202560 171 0 0 0 6 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724224617128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22711] ppid=22698 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 18087 0 -1 4202560 63 0 0 0 3 2 0 0 20 0 19 0 13672085 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724223564584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22712] ppid=22698 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 18087 0 -1 4202560 54 0 0 0 0 2 0 0 20 0 19 0 13672086 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724093118824 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22713] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724092065144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22714] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13672087 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724091011976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22715] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724089960720 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22716] ppid=22698 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 18087 0 -1 4202560 16586 0 0 0 124 3 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724088908600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22701/tid=22717] ppid=22698 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22701/task/22717/stat : 22717 (java) S 22698 22701 18087 0 -1 4202560 3577 0 0 0 48 0 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724087856056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22718] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22718/stat : 22718 (java) S 22698 22701 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724086803192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22701/tid=22719] ppid=22698 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/22701/task/22719/stat : 22719 (java) S 22698 22701 18087 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 13672089 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724085750856 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22701/tid=22749] ppid=22698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22701/task/22749/stat : 22749 (java) S 22698 22701 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13672117 9856040960 76748 33554432000 1073741824 1073778376 140737224793840 139724084696104 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 22701 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 22701 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=98103
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=122829
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.07
CPU user time (s): 1799.55
CPU system time (s): 0.52
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 1.12283
maximum resident set size= 307116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24887
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38197
involuntary context switches= 10814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99348 second user time and 14.3428 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 00:31:02
IDJOB=4096831
IDBENCH=107670
IDSOLVER=2546
FILE ID=node133/4096831-1466116262
RUNJOBID= node133-1466116261-22554
PBS_JOBID= 19904054
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= e838964e9310312036b7daed376a50d5
RANDOM SEED=832975088

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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:        31954584 kB
Buffers:           70732 kB
Cached:           135396 kB
SwapCached:         1860 kB
Active:            97956 kB
Inactive:         111096 kB
Active(anon):       4044 kB
Inactive(anon):     1228 kB
Active(file):      93912 kB
Inactive(file):   109868 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:          9560 kB
Mapped:             7124 kB
Shmem:                 0 kB
Slab:             571528 kB
SReclaimable:      14508 kB
SUnreclaim:       557020 kB
KernelStack:        1480 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     104004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71712 MiB
End job on node133 at 2016-06-17 01:01:00