Trace number 4084464

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.01 1795.04

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
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-4084464-1465221599.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.76/0.49	c ... done. Wall clock time 0.395s.
0.76/0.49	c declared #vars     4626
0.76/0.49	c #constraints  30921
0.76/0.49	c constraints type 
0.76/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
0.76/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
0.76/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
0.76/0.50	c 30921 constraints processed.
1.83/0.93	c cleaning 2482 clauses out of 5001 with flag 17244/5001
2.19/1.23	c cleaning 4237 clauses out of 8518 with flag 43824/11000
2.49/1.55	c cleaning 5626 clauses out of 11283 with flag 76931/18002
2.90/1.97	c cleaning 6815 clauses out of 13655 with flag 118992/26000
3.62/2.60	c cleaning 7907 clauses out of 15840 with flag 176468/35000
4.12/3.18	c cleaning 8953 clauses out of 17933 with flag 237542/45000
4.74/3.73	c cleaning 9964 clauses out of 19980 with flag 297071/56000
5.55/4.52	c cleaning 10998 clauses out of 22019 with flag 362100/68003
6.24/5.24	c cleaning 11975 clauses out of 24018 with flag 440405/81000
7.14/6.12	c cleaning 13002 clauses out of 26043 with flag 509438/95000
8.24/7.27	c cleaning 14004 clauses out of 28045 with flag 591041/110004
9.74/8.79	c cleaning 14991 clauses out of 30038 with flag 685104/126001
11.54/10.55	c cleaning 16003 clauses out of 32046 with flag 777700/143000
12.94/11.90	c cleaning 16964 clauses out of 34043 with flag 883145/161000
14.04/13.07	c cleaning 18024 clauses out of 36081 with flag 1002385/180002
15.14/14.15	c cleaning 19018 clauses out of 38055 with flag 1113527/200000
16.24/15.28	c cleaning 20012 clauses out of 40039 with flag 1224756/221002
17.55/16.58	c cleaning 21001 clauses out of 42027 with flag 1337052/243002
20.35/19.36	c cleaning 21994 clauses out of 44026 with flag 1449750/266002
23.45/22.40	c cleaning 23002 clauses out of 46031 with flag 1582259/290001
26.55/25.57	c cleaning 23994 clauses out of 48028 with flag 1736288/315000
30.11/29.01	c cleaning 25002 clauses out of 50035 with flag 1898723/341001
34.11/33.07	c cleaning 26004 clauses out of 52032 with flag 2072566/368000
38.81/37.72	c cleaning 26997 clauses out of 54029 with flag 2245845/396001
44.11/43.04	c cleaning 28002 clauses out of 56031 with flag 2431422/425000
49.21/48.16	c cleaning 29004 clauses out of 58029 with flag 2628919/455000
55.01/53.97	c cleaning 29999 clauses out of 60026 with flag 2832171/486001
61.72/60.62	c cleaning 31001 clauses out of 62026 with flag 3035988/518000
68.92/67.87	c cleaning 31997 clauses out of 64025 with flag 3244907/551000
76.72/75.67	c cleaning 33002 clauses out of 66029 with flag 3466455/585001
84.31/83.27	c cleaning 33997 clauses out of 68026 with flag 3718851/620000
92.81/91.69	c cleaning 35000 clauses out of 70029 with flag 3970377/656000
96.41/95.26	c cleaning 36011 clauses out of 72031 with flag 4182116/693002
102.81/101.60	c cleaning 37004 clauses out of 74018 with flag 4404431/731000
109.41/108.25	c cleaning 38000 clauses out of 76014 with flag 4630159/770000
116.91/115.77	c cleaning 38999 clauses out of 78015 with flag 4867298/810001
124.91/123.78	c cleaning 39996 clauses out of 80015 with flag 5127337/851000
133.02/131.87	c cleaning 41003 clauses out of 82019 with flag 5384885/893000
142.32/141.18	c cleaning 41998 clauses out of 84016 with flag 5635836/936000
152.62/151.46	c cleaning 43000 clauses out of 86018 with flag 5916369/980000
164.31/163.01	c cleaning 43998 clauses out of 88018 with flag 6201048/1025000
175.91/174.62	c cleaning 45000 clauses out of 90021 with flag 6495786/1071001
187.33/186.09	c cleaning 46000 clauses out of 92020 with flag 6764220/1118000
199.43/198.15	c cleaning 46996 clauses out of 94020 with flag 7071398/1166000
212.92/211.60	c cleaning 47998 clauses out of 96024 with flag 7392941/1215000
226.63/225.33	c cleaning 48997 clauses out of 98028 with flag 7725591/1265002
239.53/238.25	c cleaning 50002 clauses out of 100029 with flag 8053114/1316000
254.10/252.63	c cleaning 51006 clauses out of 102029 with flag 8383322/1368002
269.10/267.67	c cleaning 52002 clauses out of 104021 with flag 8733381/1421000
283.60/282.12	c cleaning 53001 clauses out of 106022 with flag 9071692/1475003
299.31/297.80	c cleaning 53991 clauses out of 108018 with flag 9420334/1530000
315.71/314.29	c cleaning 55002 clauses out of 110028 with flag 9795829/1586001
333.62/332.17	c cleaning 56001 clauses out of 112025 with flag 10185369/1643000
352.60/350.99	c cleaning 56991 clauses out of 114024 with flag 10580829/1701000
371.49/369.89	c cleaning 58001 clauses out of 116033 with flag 10978779/1760000
379.00/377.38	c cleaning 58999 clauses out of 118033 with flag 11333290/1820001
384.19/382.52	c cleaning 59993 clauses out of 120034 with flag 11673478/1881001
397.40/395.57	c cleaning 60964 clauses out of 122040 with flag 12139823/1943000
409.39/407.55	c cleaning 62026 clauses out of 124077 with flag 12706781/2006001
422.99/421.14	c cleaning 63017 clauses out of 126051 with flag 13400657/2070001
435.63/433.59	c cleaning 63986 clauses out of 128033 with flag 14063771/2135000
451.42/449.38	c cleaning 65016 clauses out of 130049 with flag 14744371/2201002
467.48/465.24	c cleaning 66010 clauses out of 132033 with flag 15453552/2268002
485.31/483.02	c cleaning 67000 clauses out of 134024 with flag 16096632/2336003
503.18/500.73	c cleaning 68012 clauses out of 136024 with flag 16841232/2405003
514.29/511.81	c cleaning 68982 clauses out of 138009 with flag 17331271/2475000
532.38/529.83	c cleaning 69995 clauses out of 140027 with flag 17841378/2546000
550.39/547.84	c cleaning 70994 clauses out of 142032 with flag 18309294/2618000
562.08/559.52	c cleaning 72000 clauses out of 144038 with flag 18809675/2691000
568.36/565.79	c cleaning 73010 clauses out of 146038 with flag 19238132/2765000
576.06/573.41	c cleaning 73981 clauses out of 148030 with flag 19700006/2840002
593.97/591.28	c cleaning 75017 clauses out of 150049 with flag 20201719/2916002
612.97/610.21	c cleaning 76003 clauses out of 152031 with flag 20743494/2993001
631.77/629.06	c cleaning 76997 clauses out of 154027 with flag 21239440/3071000
652.14/649.34	c cleaning 78001 clauses out of 156031 with flag 21736241/3150001
671.75/668.91	c cleaning 78978 clauses out of 158029 with flag 22250494/3230000
693.88/691.06	c cleaning 80010 clauses out of 160054 with flag 22736578/3311003
717.28/714.44	c cleaning 81005 clauses out of 162042 with flag 23210223/3393001
737.38/734.43	c cleaning 82002 clauses out of 164037 with flag 23722583/3476001
760.78/757.82	c cleaning 83005 clauses out of 166034 with flag 24254192/3560000
784.38/781.42	c cleaning 84004 clauses out of 168031 with flag 24809791/3645002
803.55/800.55	c cleaning 84967 clauses out of 170027 with flag 25362215/3731002
816.65/813.67	c cleaning 86016 clauses out of 172062 with flag 25917619/3818004
843.97/840.88	c cleaning 86962 clauses out of 174043 with flag 26486235/3906001
858.48/855.38	c cleaning 88006 clauses out of 176082 with flag 27056075/3995002
874.29/871.03	c cleaning 89027 clauses out of 178077 with flag 27554731/4085003
906.60/903.32	c cleaning 90014 clauses out of 180047 with flag 28101238/4176000
934.97/931.70	c cleaning 90999 clauses out of 182033 with flag 28639721/4268000
966.99/963.63	c cleaning 92001 clauses out of 184034 with flag 29175795/4361000
981.08/977.63	c cleaning 93000 clauses out of 186034 with flag 29685381/4455001
990.98/987.53	c cleaning 93972 clauses out of 188033 with flag 30299347/4550000
1009.99/1006.44	c cleaning 95015 clauses out of 190061 with flag 31094778/4646000
1029.83/1026.17	c cleaning 95981 clauses out of 192046 with flag 31872565/4743000
1044.74/1040.91	c cleaning 97008 clauses out of 194065 with flag 32548052/4841000
1059.84/1056.08	c cleaning 98014 clauses out of 196057 with flag 33111963/4940000
1090.93/1087.00	c cleaning 99009 clauses out of 198043 with flag 33679335/5040000
1124.03/1120.11	c cleaning 100003 clauses out of 200034 with flag 34285534/5141000
1157.10/1153.14	c cleaning 100993 clauses out of 202031 with flag 34913881/5243000
1191.52/1187.44	c cleaning 101997 clauses out of 204040 with flag 35564643/5346002
1228.81/1224.79	c cleaning 103006 clauses out of 206044 with flag 36222571/5450003
1272.42/1268.20	c cleaning 104001 clauses out of 208036 with flag 36885112/5555001
1317.61/1313.30	c cleaning 105002 clauses out of 210035 with flag 37531483/5661001
1362.11/1357.88	c cleaning 105987 clauses out of 212032 with flag 38248258/5768000
1410.82/1406.49	c cleaning 107002 clauses out of 214046 with flag 39000511/5876001
1463.11/1458.61	c cleaning 108012 clauses out of 216044 with flag 39716377/5985001
1513.00/1508.50	c cleaning 109004 clauses out of 218032 with flag 40416873/6095001
1571.98/1567.43	c cleaning 110002 clauses out of 220028 with flag 41113726/6206001
1638.97/1634.30	c cleaning 110996 clauses out of 222027 with flag 41785325/6318002
1690.28/1685.51	c cleaning 112009 clauses out of 224030 with flag 42465532/6431001
1710.68/1705.92	c cleaning 113002 clauses out of 226021 with flag 43058645/6545001
1731.58/1726.75	c cleaning 114003 clauses out of 228020 with flag 43740231/6660002
1795.01/1790.03	c cleaning 114999 clauses out of 230015 with flag 44540847/6776000
1800.01/1795.00	c starts		: 18148
1800.01/1795.00	c conflicts		: 6803736
1800.01/1795.00	c decisions		: 9731067
1800.01/1795.00	c propagations		: 242123646
1800.01/1795.00	c inspects		: 36224686075
1800.01/1795.00	c shortcuts		: 0
1800.01/1795.00	c learnt literals	: 0
1800.01/1795.00	c learnt binary clauses	: 0
1800.01/1795.00	c learnt ternary clauses	: 0
1800.01/1795.00	c learnt constraints	: 6803737
1800.01/1795.00	c ignored constraints	: 0
1800.01/1795.00	c root simplifications	: 0
1800.01/1795.00	c removed literals (reason simplification)	: 0
1800.01/1795.00	c reason swapping (by a shorter reason)	: 0
1800.01/1795.00	c Calls to reduceDB	: 112
1800.01/1795.00	c Number of update (reduction) of LBD	: 2469487
1800.01/1795.00	c Imported unit clauses	: 0
1800.01/1795.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.00	c number of learned constraints concerned by reduction	: 0
1800.01/1795.00	c number of learning phase by resolution	: 0
1800.01/1795.00	c number of learning phase by cutting planes	: 0
1800.01/1795.00	c timeout
1800.01/1795.00	c speed (assignments/second)	: 134925.27954830922
1800.01/1795.00	c non guided choices	133639
1800.01/1795.03	c learnt constraints type 
1800.01/1795.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142753
1800.01/1795.03	s UNKNOWN
1800.01/1795.03	c Total wall clock time (in seconds): 1794.931

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-4084464-1465221599/watcher-4084464-1465221599 -o /tmp/evaluation-result-4084464-1465221599/solver-4084464-1465221599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084464-1465221599.opb 

pid=1896
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.23 2.21 2.19 3/194 1899
/proc/meminfo: memFree=29488856/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 104092253 98570240 976 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 24065 976 743 9 0 16771 0
[pid=1899/tid=1900] ppid=1896 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 104092254 98570240 976 33554432000 1073741824 1073778376 140736553471520 140521792884264 240565175680 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.23 2.21 2.19 3/194 1899
/proc/meminfo: memFree=29488856/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 104092253 9787879424 6124 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2389619 6124 2157 9 0 2380296 0
[pid=1899/tid=1900] ppid=1896 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 104092254 9787879424 6124 33554432000 1073741824 1073778376 140736553471520 140521792887712 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.23 2.21 2.19 3/194 1899
/proc/meminfo: memFree=29488856/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 5092 0 1 0 28 1 0 0 20 0 18 0 104092253 9787879424 8069 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2389619 8069 2218 9 0 2380296 0
[pid=1899/tid=1900] ppid=1896 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 18 0 104092254 9787879424 8078 33554432000 1073741824 1073778376 140736553471520 140521792888968 140521615997147 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300308 s]
/proc/loadavg: 2.23 2.21 2.19 3/194 1899
/proc/meminfo: memFree=29488856/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 6405 0 1 0 53 1 0 0 20 0 18 0 104092253 9787879424 14339 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2389619 14339 2235 9 0 2380296 0
[pid=1899/tid=1900] ppid=1896 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 18 0 104092254 9787879424 14339 33554432000 1073741824 1073778376 140736553471520 140521792888968 140521616418313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 2.23 2.21 2.19 3/194 1899
/proc/meminfo: memFree=29488856/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 13575 0 1 0 145 4 0 0 20 0 19 0 104092253 9856040960 38287 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2406260 38287 2263 9 0 2396937 0
[pid=1899/tid=1900] ppid=1896 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2459 0 1 0 65 2 0 0 20 0 19 0 104092254 9856040960 38287 33554432000 1073741824 1073778376 140736553471520 140521792880792 140521616019065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.29 2.23 2.20 3/213 1918
/proc/meminfo: memFree=29338072/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 14653 0 1 0 244 5 0 0 20 0 19 0 104092253 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2406260 40957 2271 9 0 2396937 0
[pid=1899/tid=1900] ppid=1896 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2463 0 1 0 145 2 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521792880336 140521616789620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1902] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1902/stat : 1902 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521754380968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1903] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1903/stat : 1903 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521753328424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1904] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1904/stat : 1904 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521752275880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1905] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1905/stat : 1905 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521751223336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1906] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1906/stat : 1906 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521750169768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1907] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1907/stat : 1907 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521749117224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1908] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1908/stat : 1908 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521748064680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1909] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1909/stat : 1909 (java) S 1896 1899 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521747012136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1910] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1910/stat : 1910 (java) S 1896 1899 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521734601320 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1911] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1911/stat : 1911 (java) S 1896 1899 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521615910520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1912] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1912/stat : 1912 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521614857864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1913] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1913/stat : 1913 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521613806608 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1914] ppid=1896 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/1899/task/1914/stat : 1914 (java) S 1896 1899 32365 0 -1 4202560 6168 0 0 0 44 2 0 0 20 0 19 0 104092258 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521612752952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1915] ppid=1896 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1899/task/1915/stat : 1915 (java) S 1896 1899 32365 0 -1 4202560 4750 0 0 0 51 2 0 0 20 0 19 0 104092258 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521611700408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1916] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1916/stat : 1916 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521610648056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1917] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1917/stat : 1917 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521609595720 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1918] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1918/stat : 1918 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092304 9856040960 40957 33554432000 1073741824 1073778376 140736553471520 140521608541480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10067 s]
/proc/loadavg: 2.29 2.23 2.20 3/213 1918
/proc/meminfo: memFree=29329048/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9625040 CPUtime=4.12 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 14661 0 1 0 407 5 0 0 20 0 19 0 104092253 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2406260 43519 2271 9 0 2396937 0
[pid=1899/tid=1900] ppid=1896 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2469 0 1 0 305 2 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521792889112 140521616638493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1902] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1902/stat : 1902 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521754380968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1903] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1903/stat : 1903 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521753328424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1904] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1904/stat : 1904 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521752275880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1905] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1905/stat : 1905 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521751223336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1906] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1906/stat : 1906 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521750169768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1907] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1907/stat : 1907 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521749117224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1908] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1908/stat : 1908 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521748064680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1909] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1909/stat : 1909 (java) S 1896 1899 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521747012136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1910] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1910/stat : 1910 (java) S 1896 1899 32365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521734601320 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1911] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1911/stat : 1911 (java) S 1896 1899 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521615910520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1912] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1912/stat : 1912 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521614857864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1913] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1913/stat : 1913 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521613806608 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1914] ppid=1896 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/1899/task/1914/stat : 1914 (java) S 1896 1899 32365 0 -1 4202560 6169 0 0 0 46 2 0 0 20 0 19 0 104092258 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521612752952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1915] ppid=1896 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1899/task/1915/stat : 1915 (java) S 1896 1899 32365 0 -1 4202560 4750 0 0 0 52 2 0 0 20 0 19 0 104092258 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521611700408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1916] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1916/stat : 1916 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521610648056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1917] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1917/stat : 1917 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521609595720 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1918] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1918/stat : 1918 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092304 9856040960 43519 33554432000 1073741824 1073778376 140736553471520 140521608541480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.29 2.23 2.20 3/214 1921
/proc/meminfo: memFree=29334632/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9625040 CPUtime=7.34 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 14689 0 1 0 729 5 0 0 20 0 19 0 104092253 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2406260 44885 2284 9 0 2396937 0
[pid=1899/tid=1900] ppid=1896 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2474 0 1 0 622 2 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521792880320 140521616567519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1902] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1902/stat : 1902 (java) S 1896 1899 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521754380968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1903] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1903/stat : 1903 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521753328424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1904] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1904/stat : 1904 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521752275880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1905] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1905/stat : 1905 (java) S 1896 1899 32365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521751223336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1906] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1906/stat : 1906 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521750169768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1907] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1907/stat : 1907 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521749117224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1908] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1908/stat : 1908 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521748064680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1909] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1909/stat : 1909 (java) S 1896 1899 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104092254 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521747012136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1910] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1910/stat : 1910 (java) S 1896 1899 32365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521734601320 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1911] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1911/stat : 1911 (java) S 1896 1899 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521615910520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1912] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1912/stat : 1912 (java) S 1896 1899 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521614857864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1913] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1913/stat : 1913 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521613806608 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1914] ppid=1896 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/1899/task/1914/stat : 1914 (java) S 1896 1899 32365 0 -1 4202560 6169 0 0 0 46 2 0 0 20 0 19 0 104092258 9856040960 44885 33554432000 1073741824 1073778376 140736553471520 140521612752952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1915] ppid=1896 vsize=9625040 CPUtime=0.54 cores=1,3,5,7

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

[pid=1899/tid=1918] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1918/stat : 1918 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092304 9856040960 124916 33554432000 1073741824 1073778376 140736553471520 140521608541480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.97
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/213 2113
/proc/meminfo: memFree=29263628/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9625040 CPUtime=1727.18 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 17818 0 1 0 172626 92 0 0 20 0 19 0 104092253 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2406260 123393 2293 9 0 2396937 0
[pid=1899/tid=1900] ppid=1896 vsize=9625040 CPUtime=1715.84 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2508 0 1 0 171555 29 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521792888112 140521616567519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1902] ppid=1896 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/1899/task/1902/stat : 1902 (java) S 1896 1899 32365 0 -1 4202560 420 0 0 0 50 8 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521754380968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1903] ppid=1896 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/1899/task/1903/stat : 1903 (java) S 1896 1899 32365 0 -1 4202560 338 0 0 0 53 5 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521753328424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1904] ppid=1896 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/1899/task/1904/stat : 1904 (java) S 1896 1899 32365 0 -1 4202560 175 0 0 0 64 7 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521752275880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1905] ppid=1896 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/1899/task/1905/stat : 1905 (java) S 1896 1899 32365 0 -1 4202560 192 0 0 0 67 12 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521751223336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1906] ppid=1896 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1899/task/1906/stat : 1906 (java) S 1896 1899 32365 0 -1 4202560 432 0 0 0 47 6 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521750169768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1907] ppid=1896 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1899/task/1907/stat : 1907 (java) S 1896 1899 32365 0 -1 4202560 326 0 0 0 44 7 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521749117224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1908] ppid=1896 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/1899/task/1908/stat : 1908 (java) S 1896 1899 32365 0 -1 4202560 453 0 0 0 49 6 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521748064680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1909] ppid=1896 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/1899/task/1909/stat : 1909 (java) S 1896 1899 32365 0 -1 4202560 473 0 0 0 59 11 0 0 20 0 19 0 104092254 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521747012136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1910] ppid=1896 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/1899/task/1910/stat : 1910 (java) S 1896 1899 32365 0 -1 4202560 218 0 0 0 50 2 0 0 20 0 19 0 104092256 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521734601320 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1911] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1911/stat : 1911 (java) S 1896 1899 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521615910520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1912] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1912/stat : 1912 (java) S 1896 1899 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521614857864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1913] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1913/stat : 1913 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521613806608 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1914] ppid=1896 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1899/task/1914/stat : 1914 (java) S 1896 1899 32365 0 -1 4202560 6176 0 0 0 49 2 0 0 20 0 19 0 104092258 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521612752952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1915] ppid=1896 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1899/task/1915/stat : 1915 (java) S 1896 1899 32365 0 -1 4202560 4750 0 0 0 52 2 0 0 20 0 19 0 104092258 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521611700408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1916] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1916/stat : 1916 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521610648056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1917] ppid=1896 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/1899/task/1917/stat : 1917 (java) S 1896 1899 32365 0 -1 4202560 99 0 0 0 26 32 0 0 20 0 19 0 104092258 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521609595720 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1918] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1918/stat : 1918 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092304 9856040960 123393 33554432000 1073741824 1073778376 140736553471520 140521608541480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.18
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.25 2.20 3/213 2115
/proc/meminfo: memFree=29267032/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9625040 CPUtime=1787.31 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 17825 0 1 0 178638 93 0 0 20 0 19 0 104092253 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2406260 122383 2293 9 0 2396937 0
[pid=1899/tid=1900] ppid=1896 vsize=9625040 CPUtime=1775.64 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2509 0 1 0 177535 29 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521792888112 140521616630804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1902] ppid=1896 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1899/task/1902/stat : 1902 (java) S 1896 1899 32365 0 -1 4202560 420 0 0 0 52 8 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521754380968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1903] ppid=1896 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1899/task/1903/stat : 1903 (java) S 1896 1899 32365 0 -1 4202560 338 0 0 0 55 5 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521753328424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1904] ppid=1896 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/1899/task/1904/stat : 1904 (java) S 1896 1899 32365 0 -1 4202560 175 0 0 0 68 7 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521752275880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1905] ppid=1896 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/1899/task/1905/stat : 1905 (java) S 1896 1899 32365 0 -1 4202560 192 0 0 0 68 12 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521751223336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1906] ppid=1896 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/1899/task/1906/stat : 1906 (java) S 1896 1899 32365 0 -1 4202560 432 0 0 0 49 6 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521750169768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1907] ppid=1896 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1899/task/1907/stat : 1907 (java) S 1896 1899 32365 0 -1 4202560 326 0 0 0 46 7 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521749117224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1908] ppid=1896 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/1899/task/1908/stat : 1908 (java) S 1896 1899 32365 0 -1 4202560 453 0 0 0 51 6 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521748064680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1909] ppid=1896 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/1899/task/1909/stat : 1909 (java) S 1896 1899 32365 0 -1 4202560 473 0 0 0 60 11 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521747012136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1910] ppid=1896 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/1899/task/1910/stat : 1910 (java) S 1896 1899 32365 0 -1 4202560 220 0 0 0 50 2 0 0 20 0 19 0 104092256 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521734601320 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1911] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1911/stat : 1911 (java) S 1896 1899 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521615910520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1912] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1912/stat : 1912 (java) S 1896 1899 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521614857864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1913] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1913/stat : 1913 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521613806608 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1914] ppid=1896 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1899/task/1914/stat : 1914 (java) S 1896 1899 32365 0 -1 4202560 6176 0 0 0 49 2 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521612752952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1915] ppid=1896 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1899/task/1915/stat : 1915 (java) S 1896 1899 32365 0 -1 4202560 4750 0 0 0 52 2 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521611700408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1916] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1916/stat : 1916 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521610648056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1917] ppid=1896 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1899/task/1917/stat : 1917 (java) S 1896 1899 32365 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521609595720 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1918] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1918/stat : 1918 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092304 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521608541480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.24 2.24 2.19 3/213 2115
/proc/meminfo: memFree=29264240/32872528 swapFree=15844/1710320
[pid=1899] ppid=1896 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/1899/stat : 1899 (java) S 1896 1899 32365 0 -1 4202496 17825 0 1 0 179908 93 0 0 20 0 19 0 104092253 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140736553462656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1899/statm: 2406260 122383 2293 9 0 2396937 0
[pid=1899/tid=1900] ppid=1896 vsize=9625040 CPUtime=1788.3 cores=1,3,5,7
/proc/1899/task/1900/stat : 1900 (java) R 1896 1899 32365 0 -1 4202560 2509 0 1 0 178800 30 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521792880416 140521616630654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1902] ppid=1896 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1899/task/1902/stat : 1902 (java) S 1896 1899 32365 0 -1 4202560 420 0 0 0 52 8 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521754380968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1903] ppid=1896 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1899/task/1903/stat : 1903 (java) S 1896 1899 32365 0 -1 4202560 338 0 0 0 55 5 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521753328424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1904] ppid=1896 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/1899/task/1904/stat : 1904 (java) S 1896 1899 32365 0 -1 4202560 175 0 0 0 68 7 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521752275880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1905] ppid=1896 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/1899/task/1905/stat : 1905 (java) S 1896 1899 32365 0 -1 4202560 192 0 0 0 68 12 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521751223336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1906] ppid=1896 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/1899/task/1906/stat : 1906 (java) S 1896 1899 32365 0 -1 4202560 432 0 0 0 49 6 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521750169768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1907] ppid=1896 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1899/task/1907/stat : 1907 (java) S 1896 1899 32365 0 -1 4202560 326 0 0 0 46 7 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521749117224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1899/tid=1908] ppid=1896 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/1899/task/1908/stat : 1908 (java) S 1896 1899 32365 0 -1 4202560 453 0 0 0 51 6 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521748064680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1909] ppid=1896 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/1899/task/1909/stat : 1909 (java) S 1896 1899 32365 0 -1 4202560 473 0 0 0 60 11 0 0 20 0 19 0 104092254 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521747012136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1910] ppid=1896 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/1899/task/1910/stat : 1910 (java) S 1896 1899 32365 0 -1 4202560 220 0 0 0 50 2 0 0 20 0 19 0 104092256 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521734601320 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1911] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1911/stat : 1911 (java) S 1896 1899 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521615910520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1912] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1912/stat : 1912 (java) S 1896 1899 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104092256 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521614857864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1913] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1913/stat : 1913 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521613806608 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1899/tid=1914] ppid=1896 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1899/task/1914/stat : 1914 (java) S 1896 1899 32365 0 -1 4202560 6176 0 0 0 49 2 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521612752952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1915] ppid=1896 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1899/task/1915/stat : 1915 (java) S 1896 1899 32365 0 -1 4202560 4750 0 0 0 52 2 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521611700408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1916] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1916/stat : 1916 (java) S 1896 1899 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521610648056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1899/tid=1917] ppid=1896 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/1899/task/1917/stat : 1917 (java) S 1896 1899 32365 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 104092258 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521609595720 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1899/tid=1918] ppid=1896 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1899/task/1918/stat : 1918 (java) S 1896 1899 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104092304 9856040960 122383 33554432000 1073741824 1073778376 140736553471520 140521608541480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 1899 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 1899 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=450202
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=441780
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.04
CPU time (s): 1800.01
CPU user time (s): 1799.08
CPU system time (s): 0.93
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.44178
maximum resident set size= 700872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17859
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38917
involuntary context switches= 13709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0133 second user time and 13.272 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 15:59:59
IDJOB=4084464
IDBENCH=1498
IDSOLVER=2546
FILE ID=node146/4084464-1465221599
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084464-1465221599/watcher-4084464-1465221599 -o /tmp/evaluation-result-4084464-1465221599/solver-4084464-1465221599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084464-1465221599.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=1326678813

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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:        29488748 kB
Buffers:           12444 kB
Cached:           242728 kB
SwapCached:         1468 kB
Active:           760124 kB
Inactive:         196136 kB
Active(anon):     701828 kB
Inactive(anon):     1608 kB
Active(file):      58296 kB
Inactive(file):   194528 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              2092 kB
Writeback:             0 kB
AnonPages:       2535788 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             568928 kB
SReclaimable:      11948 kB
SUnreclaim:       556980 kB
KernelStack:        1760 kB
PageTables:         9440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2633496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2490368 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= 71732 MiB
End job on node146 at 2016-06-06 16:29:54