Trace number 4098182

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.06 1792.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_14.opb
MD5SUMabd9600d75e11c6c4fdeb14a297d2545
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6162
Total number of constraints30113
Number of constraints which are clauses30108
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 constraint78
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 92
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.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-4098182-1466119915.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.15/0.89	c ... done. Wall clock time 0.788s.
1.15/0.89	c declared #vars     6162
1.15/0.89	c #constraints  30117
1.15/0.89	c constraints type 
1.15/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18018
1.15/0.89	c org.sat4j.specs.Constr$1 => 4
1.15/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.15/0.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.15/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12089
1.15/0.89	c 30117 constraints processed.
3.31/2.62	c cleaning 2498 clauses out of 5005 with flag 39482/5005
5.72/4.80	c cleaning 4248 clauses out of 8504 with flag 110452/11002
8.02/7.13	c cleaning 5626 clauses out of 11256 with flag 186069/18002
10.55/9.61	c cleaning 6811 clauses out of 13629 with flag 257813/26001
13.16/12.23	c cleaning 7896 clauses out of 15817 with flag 340433/35000
16.26/15.31	c cleaning 8954 clauses out of 17921 with flag 423698/45000
19.56/18.68	c cleaning 9982 clauses out of 19967 with flag 516555/56000
23.06/22.13	c cleaning 10982 clauses out of 21985 with flag 615422/68000
26.75/25.89	c cleaning 11999 clauses out of 24003 with flag 707504/81000
30.15/29.27	c cleaning 13000 clauses out of 26004 with flag 794393/95000
34.86/33.93	c cleaning 14002 clauses out of 28004 with flag 903087/110000
39.36/38.48	c cleaning 14996 clauses out of 30002 with flag 1033406/126000
43.96/43.08	c cleaning 16003 clauses out of 32006 with flag 1145168/143000
49.26/48.38	c cleaning 17001 clauses out of 34003 with flag 1305709/161000
54.66/53.70	c cleaning 17994 clauses out of 36002 with flag 1454181/180000
59.80/58.81	c cleaning 18998 clauses out of 38008 with flag 1601424/200000
65.60/64.70	c cleaning 19987 clauses out of 40010 with flag 1771902/221000
71.52/70.59	c cleaning 21009 clauses out of 42023 with flag 1937082/243000
78.61/77.65	c cleaning 22007 clauses out of 44014 with flag 2103946/266000
85.92/84.95	c cleaning 23000 clauses out of 46007 with flag 2303791/290000
92.31/91.35	c cleaning 23957 clauses out of 48007 with flag 2482669/315000
100.22/99.25	c cleaning 25010 clauses out of 50051 with flag 2685987/341001
107.31/106.35	c cleaning 26006 clauses out of 52043 with flag 2872767/368003
114.81/113.88	c cleaning 26978 clauses out of 54034 with flag 3065126/396000
122.35/121.39	c cleaning 28018 clauses out of 56059 with flag 3269120/425003
131.65/130.63	c cleaning 28998 clauses out of 58038 with flag 3504290/455000
141.25/140.29	c cleaning 30019 clauses out of 60041 with flag 3753313/486001
151.16/150.10	c cleaning 30996 clauses out of 62021 with flag 4022949/518000
160.77/159.77	c cleaning 31967 clauses out of 64025 with flag 4286028/551000
171.46/170.42	c cleaning 33030 clauses out of 66059 with flag 4553506/585001
182.82/181.70	c cleaning 34008 clauses out of 68028 with flag 4810848/620000
192.52/191.45	c cleaning 34984 clauses out of 70020 with flag 5065145/656000
203.02/201.92	c cleaning 36017 clauses out of 72037 with flag 5336394/693001
214.92/213.83	c cleaning 36988 clauses out of 74020 with flag 5636092/731001
226.92/225.86	c cleaning 37980 clauses out of 76032 with flag 5955048/770001
238.34/237.15	c cleaning 39024 clauses out of 78051 with flag 6246635/810000
250.73/249.56	c cleaning 40000 clauses out of 80027 with flag 6560394/851000
262.83/261.68	c cleaning 40994 clauses out of 82029 with flag 6838169/893002
275.72/274.42	c cleaning 41995 clauses out of 84033 with flag 7152754/936000
287.72/286.43	c cleaning 43008 clauses out of 86038 with flag 7451497/980000
299.97/298.56	c cleaning 43970 clauses out of 88031 with flag 7753838/1025001
312.07/310.64	c cleaning 45018 clauses out of 90060 with flag 8043767/1071000
323.76/322.20	c cleaning 45998 clauses out of 92042 with flag 8300425/1118000
337.82/336.10	c cleaning 47016 clauses out of 94044 with flag 8633636/1166000
352.42/350.70	c cleaning 48008 clauses out of 96031 with flag 9001205/1215003
365.74/363.93	c cleaning 48999 clauses out of 98020 with flag 9327378/1265000
379.04/377.23	c cleaning 50003 clauses out of 100021 with flag 9665859/1316000
393.76/391.86	c cleaning 51002 clauses out of 102019 with flag 10025062/1368001
408.12/406.09	c cleaning 51994 clauses out of 104016 with flag 10355277/1421000
425.01/422.97	c cleaning 53000 clauses out of 106023 with flag 10749584/1475001
441.71/439.59	c cleaning 54000 clauses out of 108022 with flag 11133770/1530000
459.93/457.61	c cleaning 54974 clauses out of 110024 with flag 11564696/1586002
477.02/474.70	c cleaning 56020 clauses out of 112048 with flag 11986137/1643000
494.16/491.87	c cleaning 57002 clauses out of 114028 with flag 12410783/1701000
512.22/509.85	c cleaning 58003 clauses out of 116026 with flag 12846548/1760000
530.09/527.65	c cleaning 58991 clauses out of 118024 with flag 13267603/1820001
547.84/545.30	c cleaning 59986 clauses out of 120032 with flag 13690735/1881000
565.69/563.19	c cleaning 61009 clauses out of 122047 with flag 14111471/1943001
585.53/582.91	c cleaning 62009 clauses out of 124037 with flag 14569519/2006000
604.26/601.52	c cleaning 63000 clauses out of 126030 with flag 14998856/2070002
623.53/620.77	c cleaning 64012 clauses out of 128030 with flag 15420030/2135002
641.92/639.07	c cleaning 64999 clauses out of 130017 with flag 15810403/2201001
661.47/658.52	c cleaning 65986 clauses out of 132017 with flag 16253194/2268000
681.41/678.43	c cleaning 67007 clauses out of 134032 with flag 16699391/2336001
703.41/700.30	c cleaning 67967 clauses out of 136024 with flag 17185177/2405000
723.07/719.95	c cleaning 69023 clauses out of 138058 with flag 17614368/2475001
743.71/740.42	c cleaning 70001 clauses out of 140035 with flag 18075058/2546001
764.87/761.57	c cleaning 71006 clauses out of 142033 with flag 18531828/2618000
787.18/783.74	c cleaning 72005 clauses out of 144028 with flag 19030543/2691001
807.29/803.78	c cleaning 73005 clauses out of 146026 with flag 19468871/2765004
831.01/827.37	c cleaning 74006 clauses out of 148017 with flag 19973472/2840000
852.75/848.95	c cleaning 74979 clauses out of 150011 with flag 20436495/2916000
875.22/871.36	c cleaning 75998 clauses out of 152032 with flag 20900123/2993000
899.09/895.18	c cleaning 77002 clauses out of 154034 with flag 21395369/3071000
922.88/918.89	c cleaning 78003 clauses out of 156032 with flag 21882682/3150000
947.62/943.40	c cleaning 79005 clauses out of 158029 with flag 22360777/3230000
972.74/968.46	c cleaning 79989 clauses out of 160024 with flag 22879177/3311000
1003.89/999.55	c cleaning 80989 clauses out of 162039 with flag 23497566/3393004
1035.12/1030.71	c cleaning 82005 clauses out of 164046 with flag 24097757/3476000
1066.41/1061.99	c cleaning 83019 clauses out of 166041 with flag 24674959/3560000
1098.41/1093.84	c cleaning 84003 clauses out of 168022 with flag 25251310/3645000
1130.03/1125.35	c cleaning 84995 clauses out of 170020 with flag 25814367/3731001
1164.05/1159.37	c cleaning 85961 clauses out of 172024 with flag 26459948/3818000
1200.57/1195.79	c cleaning 87005 clauses out of 174063 with flag 27097519/3906000
1237.15/1232.26	c cleaning 88019 clauses out of 176058 with flag 27770675/3995000
1272.83/1267.82	c cleaning 88980 clauses out of 178039 with flag 28412013/4085000
1306.54/1301.43	c cleaning 90027 clauses out of 180060 with flag 29037191/4176001
1341.99/1336.72	c cleaning 91006 clauses out of 182032 with flag 29712189/4268000
1375.20/1369.73	c cleaning 92007 clauses out of 184026 with flag 30298277/4361000
1409.44/1403.82	c cleaning 92986 clauses out of 186019 with flag 30860119/4455000
1447.68/1441.97	c cleaning 93982 clauses out of 188033 with flag 31529746/4550000
1485.50/1479.69	c cleaning 95026 clauses out of 190052 with flag 32202859/4646001
1523.73/1517.66	c cleaning 96007 clauses out of 192025 with flag 32883616/4743000
1560.25/1553.93	c cleaning 96990 clauses out of 194018 with flag 33550708/4841000
1594.46/1587.87	c cleaning 98012 clauses out of 196029 with flag 34132388/4940001
1636.61/1629.93	c cleaning 98979 clauses out of 198017 with flag 34853452/5040001
1678.12/1671.29	c cleaning 99991 clauses out of 200038 with flag 35528762/5141001
1722.46/1715.46	c cleaning 100982 clauses out of 202046 with flag 36238449/5243000
1765.00/1757.81	c cleaning 102014 clauses out of 204064 with flag 36947152/5346000
1800.06/1792.70	c starts		: 15753
1800.06/1792.70	c conflicts		: 5438629
1800.06/1792.70	c decisions		: 47423358
1800.06/1792.70	c propagations		: 1688360646
1800.06/1792.70	c inspects		: 25749880042
1800.06/1792.70	c shortcuts		: 0
1800.06/1792.70	c learnt literals	: 0
1800.06/1792.70	c learnt binary clauses	: 0
1800.06/1792.70	c learnt ternary clauses	: 1
1800.06/1792.70	c learnt constraints	: 5438629
1800.06/1792.70	c ignored constraints	: 0
1800.06/1792.70	c root simplifications	: 0
1800.06/1792.70	c removed literals (reason simplification)	: 0
1800.06/1792.70	c reason swapping (by a shorter reason)	: 0
1800.06/1792.70	c Calls to reduceDB	: 99
1800.06/1792.70	c Number of update (reduction) of LBD	: 2853667
1800.06/1792.70	c Imported unit clauses	: 0
1800.06/1792.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1792.70	c number of learned constraints concerned by reduction	: 0
1800.06/1792.70	c number of learning phase by resolution	: 0
1800.06/1792.70	c number of learning phase by cutting planes	: 0
1800.06/1792.70	c speed (assignments/second)	: 942267.5479376673
1800.06/1792.70	c non guided choices	4775
1800.06/1792.70	c timeout
1800.06/1792.73	c learnt constraints type 
1800.06/1792.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 194679
1800.06/1792.73	s UNKNOWN
1800.06/1792.73	c Total wall clock time (in seconds): 1792.629

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-4098182-1466119915/watcher-4098182-1466119915 -o /tmp/evaluation-result-4098182-1466119915/solver-4098182-1466119915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466119911-1326 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098182-1466119915.opb 

pid=1595
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: 1.30 1.28 1.52 4/194 1598
/proc/meminfo: memFree=30320264/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 14040198 94019584 917 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 22954 917 697 9 0 16769 0
[pid=1598/tid=1599] ppid=1595 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 14040198 98570240 978 33554432000 1073741824 1073778376 140735816145664 140679892004392 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 1.30 1.28 1.52 4/194 1598
/proc/meminfo: memFree=30320264/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 14040198 9787879424 6121 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2389619 6121 2157 9 0 2380296 0
[pid=1598/tid=1599] ppid=1595 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 14040198 9787879424 6121 33554432000 1073741824 1073778376 140735816145664 140679892007792 266439025077 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.20038 s]
/proc/loadavg: 1.30 1.28 1.52 4/194 1598
/proc/meminfo: memFree=30320264/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 6032 0 1 0 29 2 0 0 20 0 18 0 14040198 9787879424 7986 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2389619 7986 2221 9 0 2380296 0
[pid=1598/tid=1599] ppid=1595 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 14040198 9787879424 7991 33554432000 1073741824 1073778376 140735816145664 140679892007792 140679724524557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.30036 s]
/proc/loadavg: 1.30 1.28 1.52 4/194 1598
/proc/meminfo: memFree=30320264/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 7193 0 1 0 56 2 0 0 20 0 18 0 14040198 9787879424 11773 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2389619 11773 2240 9 0 2380296 0
[pid=1598/tid=1599] ppid=1595 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 14040198 9787879424 11773 33554432000 1073741824 1073778376 140735816145664 140679892000624 140679724837931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700301 s]
/proc/loadavg: 1.30 1.28 1.52 4/194 1598
/proc/meminfo: memFree=30320264/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9558476 CPUtime=1.01 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 7278 0 1 0 96 5 0 0 20 0 18 0 14040198 9787879424 39956 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2389619 39956 2256 9 0 2380296 0
[pid=1598/tid=1599] ppid=1595 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2459 0 1 0 64 3 0 0 20 0 18 0 14040198 9787879424 39956 33554432000 1073741824 1073778376 140735816145664 140679892008344 266439025933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 1.30 1.28 1.52 3/213 1617
/proc/meminfo: memFree=30159368/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 8849 0 1 0 216 5 0 0 20 0 19 0 14040198 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2406260 41174 2280 9 0 2396937 0
[pid=1598/tid=1599] ppid=1595 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2474 0 1 0 144 3 0 0 20 0 19 0 14040198 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679892009096 140679725076354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1601] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1595 1598 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679853500712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1602] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1595 1598 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679852447912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1603] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1595 1598 31185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679851395624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1604] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679850342824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1605] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679849290536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1606] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679848237736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1607] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679847185448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1608] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1595 1598 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679846132648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1609] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1595 1598 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14040200 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679715973352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1610] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1595 1598 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679714919416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1611] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1595 1598 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679713867016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1612] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679712815504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1613] ppid=1595 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/1598/task/1613/stat : 1613 (java) S 1595 1598 31185 0 -1 4202560 2708 0 0 0 37 0 0 0 20 0 19 0 14040203 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679711763128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1614] ppid=1595 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1598/task/1614/stat : 1614 (java) S 1595 1598 31185 0 -1 4202560 2371 0 0 0 32 0 0 0 20 0 19 0 14040203 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679710710328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1615] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1615/stat : 1615 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140679709658232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1616] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1616/stat : 1616 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140678700985544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1617] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1617/stat : 1617 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040288 9856040960 41174 33554432000 1073741824 1073778376 140735816145664 140678699930536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.44 1.31 1.53 3/213 1617
/proc/meminfo: memFree=30151480/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9625040 CPUtime=3.99 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 12980 0 1 0 393 6 0 0 20 0 19 0 14040198 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2406260 43448 2285 9 0 2396937 0
[pid=1598/tid=1599] ppid=1595 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2476 0 1 0 303 3 0 0 20 0 19 0 14040198 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679892009328 140679725076349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1601] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1595 1598 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679853500712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1602] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1595 1598 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679852447912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1603] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1595 1598 31185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679851395624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1604] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679850342824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1605] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679849290536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1606] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679848237736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1607] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679847185448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1608] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1595 1598 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679846132648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1609] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1595 1598 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 14040200 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679715973352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1610] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1595 1598 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679714919416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1611] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1595 1598 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679713867016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1612] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679712815504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1613] ppid=1595 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/1598/task/1613/stat : 1613 (java) S 1595 1598 31185 0 -1 4202560 6509 0 0 0 49 1 0 0 20 0 19 0 14040203 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679711763128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1614] ppid=1595 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/1598/task/1614/stat : 1614 (java) S 1595 1598 31185 0 -1 4202560 2698 0 0 0 37 0 0 0 20 0 19 0 14040203 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679710710328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1615] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1615/stat : 1615 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140679709658232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1616] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1616/stat : 1616 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140678700985544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1617] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1617/stat : 1617 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040288 9856040960 43448 33554432000 1073741824 1073778376 140735816145664 140678699930536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 1.44 1.31 1.53 3/213 1617
/proc/meminfo: memFree=30130236/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9625040 CPUtime=7.22 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 12983 0 1 0 716 6 0 0 20 0 19 0 14040198 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2406260 43281 2285 9 0 2396937 0
[pid=1598/tid=1599] ppid=1595 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2479 0 1 0 622 3 0 0 20 0 19 0 14040198 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679892009288 140679725091716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1601] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1595 1598 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679853500712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1602] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1595 1598 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679852447912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1603] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1595 1598 31185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679851395624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1604] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679850342824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1605] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679849290536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1606] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679848237736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1607] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679847185448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1608] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1595 1598 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14040199 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679846132648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1609] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1595 1598 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 14040200 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679715973352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1610] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1595 1598 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679714919416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1611] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1595 1598 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679713867016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1612] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679712815504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1613] ppid=1595 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1598/task/1613/stat : 1613 (java) S 1595 1598 31185 0 -1 4202560 6509 0 0 0 50 1 0 0 20 0 19 0 14040203 9856040960 43281 33554432000 1073741824 1073778376 140735816145664 140679711763128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1614] ppid=1595 vsize=9625040 CPUtime=0.39 cores=1,3,5,7

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

[pid=1598/tid=1617] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1617/stat : 1617 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040288 9856040960 89663 33554432000 1073741824 1073778376 140735816145664 140678699930536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.12
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.17 2.07 3/214 2203
/proc/meminfo: memFree=29669128/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9625040 CPUtime=1729.37 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 18202 0 1 0 172824 113 0 0 20 0 19 0 14040198 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2406260 79203 2294 9 0 2396937 0
[pid=1598/tid=1599] ppid=1595 vsize=9625040 CPUtime=1713.83 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2584 0 1 0 171351 32 0 0 20 0 19 0 14040198 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679892000464 140679725076354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1601] ppid=1595 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1595 1598 31185 0 -1 4202560 451 0 0 0 98 6 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679853500712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1602] ppid=1595 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1595 1598 31185 0 -1 4202560 841 0 0 0 99 10 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679852447912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1603] ppid=1595 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1595 1598 31185 0 -1 4202560 673 0 0 0 105 7 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679851395624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1604] ppid=1595 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1595 1598 31185 0 -1 4202560 391 0 0 0 90 9 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679850342824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1605] ppid=1595 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1595 1598 31185 0 -1 4202560 933 0 0 0 99 10 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679849290536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1606] ppid=1595 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1595 1598 31185 0 -1 4202560 666 0 0 0 90 9 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679848237736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1607] ppid=1595 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1595 1598 31185 0 -1 4202560 384 0 0 0 96 9 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679847185448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1608] ppid=1595 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1595 1598 31185 0 -1 4202560 274 0 0 0 87 7 0 0 20 0 19 0 14040199 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679846132648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1609] ppid=1595 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1595 1598 31185 0 -1 4202560 426 0 0 0 124 4 0 0 20 0 19 0 14040200 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679715973352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1610] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1595 1598 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679714919416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1611] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1595 1598 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679713867016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1612] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679712815504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1613] ppid=1595 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1598/task/1613/stat : 1613 (java) S 1595 1598 31185 0 -1 4202560 6525 0 0 0 57 2 0 0 20 0 19 0 14040203 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679711763128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1614] ppid=1595 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/1598/task/1614/stat : 1614 (java) S 1595 1598 31185 0 -1 4202560 2698 0 0 0 40 0 0 0 20 0 19 0 14040203 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679710710328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1615] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1615/stat : 1615 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140679709658232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1616] ppid=1595 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1598/task/1616/stat : 1616 (java) S 1595 1598 31185 0 -1 4202560 99 0 0 0 26 34 0 0 20 0 19 0 14040203 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140678700985544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1617] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1617/stat : 1617 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040288 9856040960 79203 33554432000 1073741824 1073778376 140735816145664 140678699930536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.37 2.23 2.09 3/215 2227
/proc/meminfo: memFree=29677224/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9625040 CPUtime=1789.64 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 18233 0 1 0 178848 116 0 0 20 0 19 0 14040198 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2406260 78258 2294 9 0 2396937 0
[pid=1598/tid=1599] ppid=1595 vsize=9625040 CPUtime=1773.55 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2590 0 1 0 177322 33 0 0 20 0 19 0 14040198 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679892008256 140679725076367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1601] ppid=1595 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1595 1598 31185 0 -1 4202560 451 0 0 0 103 6 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679853500712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1602] ppid=1595 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1595 1598 31185 0 -1 4202560 857 0 0 0 102 11 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679852447912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1603] ppid=1595 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1595 1598 31185 0 -1 4202560 673 0 0 0 109 7 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679851395624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1604] ppid=1595 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1595 1598 31185 0 -1 4202560 391 0 0 0 93 9 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679850342824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1605] ppid=1595 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1595 1598 31185 0 -1 4202560 933 0 0 0 107 10 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679849290536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1606] ppid=1595 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1595 1598 31185 0 -1 4202560 666 0 0 0 95 9 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679848237736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1607] ppid=1595 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1595 1598 31185 0 -1 4202560 384 0 0 0 100 9 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679847185448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1608] ppid=1595 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1595 1598 31185 0 -1 4202560 274 0 0 0 91 7 0 0 20 0 19 0 14040199 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679846132648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1609] ppid=1595 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1595 1598 31185 0 -1 4202560 431 0 0 0 124 4 0 0 20 0 19 0 14040200 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679715973352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1610] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1595 1598 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679714919416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1611] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1595 1598 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679713867016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1612] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679712815504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1613] ppid=1595 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1598/task/1613/stat : 1613 (java) S 1595 1598 31185 0 -1 4202560 6525 0 0 0 57 2 0 0 20 0 19 0 14040203 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679711763128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1614] ppid=1595 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/1598/task/1614/stat : 1614 (java) S 1595 1598 31185 0 -1 4202560 2698 0 0 0 40 0 0 0 20 0 19 0 14040203 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679710710328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1615] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1615/stat : 1615 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140679709658232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1616] ppid=1595 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/1598/task/1616/stat : 1616 (java) S 1595 1598 31185 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 14040203 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140678700985544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1617] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1617/stat : 1617 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040288 9856040960 78258 33554432000 1073741824 1073778376 140735816145664 140678699930536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 2.38 2.24 2.10 3/215 2227
/proc/meminfo: memFree=29677964/32872528 swapFree=1430864/1543284
[pid=1598] ppid=1595 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1595 1598 31185 0 -1 4202496 18268 0 1 0 179890 116 0 0 20 0 19 0 14040198 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140735816136800 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1598/statm: 2406260 78067 2294 9 0 2396937 0
[pid=1598/tid=1599] ppid=1595 vsize=9625040 CPUtime=1783.8 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1595 1598 31185 0 -1 4202560 2591 0 1 0 178346 34 0 0 20 0 19 0 14040198 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679892008256 140679725117312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1601] ppid=1595 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1595 1598 31185 0 -1 4202560 451 0 0 0 103 6 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679853500712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1602] ppid=1595 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1595 1598 31185 0 -1 4202560 857 0 0 0 102 11 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679852447912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1603] ppid=1595 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1595 1598 31185 0 -1 4202560 673 0 0 0 110 7 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679851395624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1604] ppid=1595 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1595 1598 31185 0 -1 4202560 391 0 0 0 93 9 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679850342824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1605] ppid=1595 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1595 1598 31185 0 -1 4202560 933 0 0 0 108 10 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679849290536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1606] ppid=1595 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1595 1598 31185 0 -1 4202560 666 0 0 0 96 9 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679848237736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1607] ppid=1595 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1595 1598 31185 0 -1 4202560 384 0 0 0 101 9 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679847185448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1608] ppid=1595 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1595 1598 31185 0 -1 4202560 274 0 0 0 91 7 0 0 20 0 19 0 14040199 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679846132648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1598/tid=1609] ppid=1595 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1595 1598 31185 0 -1 4202560 465 0 0 0 135 4 0 0 20 0 19 0 14040200 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679715973352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1610] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1595 1598 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679714919416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1611] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1595 1598 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14040201 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679713867016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1612] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679712815504 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1613] ppid=1595 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1598/task/1613/stat : 1613 (java) S 1595 1598 31185 0 -1 4202560 6525 0 0 0 57 2 0 0 20 0 19 0 14040203 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679711763128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1598/tid=1614] ppid=1595 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/1598/task/1614/stat : 1614 (java) S 1595 1598 31185 0 -1 4202560 2698 0 0 0 40 0 0 0 20 0 19 0 14040203 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679710710328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1615] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1615/stat : 1615 (java) S 1595 1598 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14040203 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140679709658232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1598/tid=1616] ppid=1595 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/1598/task/1616/stat : 1616 (java) S 1595 1598 31185 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 14040203 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140678700985544 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1598/tid=1617] ppid=1595 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1617/stat : 1617 (java) S 1595 1598 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14040288 9856040960 78067 33554432000 1073741824 1073778376 140735816145664 140678699930536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 1598 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 1598 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=248232
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=581759
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.74
CPU time (s): 1800.06
CPU user time (s): 1798.9
CPU system time (s): 1.16
CPU usage (%): 100.408
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.58176
maximum resident set size= 594488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41270
involuntary context switches= 26607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.37358 second user time and 14.8637 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-17 01:31:55
IDJOB=4098182
IDBENCH=107863
IDSOLVER=2546
FILE ID=node116/4098182-1466119915
RUNJOBID= node116-1466119911-1326
PBS_JOBID= 19904124
Free space on /tmp= 71628 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_14.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098182-1466119915/watcher-4098182-1466119915 -o /tmp/evaluation-result-4098182-1466119915/solver-4098182-1466119915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466119911-1326 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098182-1466119915.opb

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

MD5SUM BENCH= abd9600d75e11c6c4fdeb14a297d2545
RANDOM SEED=1322306805

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30320644 kB
Buffers:           64012 kB
Cached:           150500 kB
SwapCached:         2876 kB
Active:           182688 kB
Inactive:         112228 kB
Active(anon):      80192 kB
Inactive(anon):     2164 kB
Active(file):     102496 kB
Inactive(file):   110064 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099564 kB
Dirty:              6108 kB
Writeback:             0 kB
AnonPages:       1578884 kB
Mapped:            15108 kB
Shmem:                 0 kB
Slab:             572532 kB
SReclaimable:      15904 kB
SUnreclaim:       556628 kB
KernelStack:        1600 kB
PageTables:         7148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2230228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 71624 MiB
End job on node116 at 2016-06-17 02:01:48