Trace number 4084575

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.02 1797.06

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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-4084575-1465275572.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
2.30/1.66	c ... done. Wall clock time 1.558s.
2.30/1.66	c declared #vars     10086
2.30/1.66	c #constraints  226608
2.30/1.66	c constraints type 
2.30/1.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.30/1.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.30/1.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.30/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.30/1.66	c 226608 constraints processed.
4.39/3.40	c cleaning 2458 clauses out of 5000 with flag 87733/5000
6.67/5.54	c cleaning 4250 clauses out of 8542 with flag 222144/11000
9.27/8.18	c cleaning 5558 clauses out of 11292 with flag 364733/18000
11.78/10.62	c cleaning 6773 clauses out of 13734 with flag 509180/26000
14.51/13.34	c cleaning 7949 clauses out of 15958 with flag 655337/35000
16.42/15.27	c cleaning 8978 clauses out of 18008 with flag 763936/45001
18.72/17.51	c cleaning 10009 clauses out of 20031 with flag 908736/56002
21.92/20.71	c cleaning 11000 clauses out of 22021 with flag 1064512/68001
25.32/24.13	c cleaning 11950 clauses out of 24020 with flag 1226413/81000
29.02/27.80	c cleaning 12926 clauses out of 26070 with flag 1422943/95000
33.02/31.81	c cleaning 14011 clauses out of 28144 with flag 1626186/110000
36.32/35.12	c cleaning 15002 clauses out of 30133 with flag 1796415/126000
40.02/38.85	c cleaning 16066 clauses out of 32134 with flag 1997013/143003
42.82/41.66	c cleaning 16948 clauses out of 34065 with flag 2186239/161000
45.72/44.52	c cleaning 18007 clauses out of 36117 with flag 2341815/180000
48.93/47.70	c cleaning 19032 clauses out of 38111 with flag 2503818/200001
51.43/50.26	c cleaning 19999 clauses out of 40077 with flag 2677890/221000
53.93/52.80	c cleaning 21022 clauses out of 42078 with flag 2869064/243000
57.13/55.96	c cleaning 22012 clauses out of 44059 with flag 3070670/266003
61.93/60.73	c cleaning 22993 clauses out of 46044 with flag 3264169/290000
66.53/65.35	c cleaning 23948 clauses out of 48051 with flag 3533313/315000
71.44/70.29	c cleaning 25040 clauses out of 50103 with flag 3762663/341000
76.94/75.71	c cleaning 25982 clauses out of 52063 with flag 4033073/368000
81.24/80.04	c cleaning 27006 clauses out of 54081 with flag 4256261/396000
86.15/84.82	c cleaning 27999 clauses out of 56076 with flag 4464021/425001
92.14/90.83	c cleaning 29013 clauses out of 58076 with flag 4740707/455000
98.54/97.24	c cleaning 29988 clauses out of 60063 with flag 5014564/486000
105.74/104.46	c cleaning 30953 clauses out of 62075 with flag 5313836/518000
112.74/111.47	c cleaning 32033 clauses out of 64125 with flag 5564778/551003
119.05/117.77	c cleaning 32998 clauses out of 66092 with flag 5836038/585003
125.15/123.80	c cleaning 33973 clauses out of 68093 with flag 6110234/620002
131.35/130.08	c cleaning 35012 clauses out of 70118 with flag 6386488/656000
137.95/136.69	c cleaning 36028 clauses out of 72106 with flag 6664960/693000
144.46/143.14	c cleaning 37020 clauses out of 74080 with flag 6941797/731002
150.55/149.28	c cleaning 38002 clauses out of 76058 with flag 7237857/770000
158.05/156.74	c cleaning 39017 clauses out of 78056 with flag 7545358/810000
166.95/165.61	c cleaning 39958 clauses out of 80039 with flag 7880040/851000
175.35/174.06	c cleaning 41008 clauses out of 82084 with flag 8233388/893003
183.35/182.06	c cleaning 41940 clauses out of 84073 with flag 8594492/936000
192.25/190.98	c cleaning 43044 clauses out of 86133 with flag 8988718/980000
201.67/200.36	c cleaning 43926 clauses out of 88090 with flag 9346853/1025001
211.26/209.91	c cleaning 45052 clauses out of 90164 with flag 9710972/1071001
222.27/220.95	c cleaning 46006 clauses out of 92111 with flag 10110888/1118000
233.47/232.16	c cleaning 46917 clauses out of 94105 with flag 10540328/1166000
244.97/243.68	c cleaning 48033 clauses out of 96188 with flag 11018958/1215000
255.67/254.38	c cleaning 49028 clauses out of 98155 with flag 11431850/1265000
265.98/264.60	c cleaning 50026 clauses out of 100127 with flag 11822235/1316000
277.88/276.58	c cleaning 51037 clauses out of 102101 with flag 12228545/1368000
289.98/288.65	c cleaning 52020 clauses out of 104064 with flag 12645121/1421000
302.28/300.97	c cleaning 52953 clauses out of 106045 with flag 13093324/1475001
314.38/313.10	c cleaning 53967 clauses out of 108091 with flag 13542093/1530000
328.10/326.76	c cleaning 54955 clauses out of 110124 with flag 14101718/1586000
339.89/338.58	c cleaning 56076 clauses out of 112169 with flag 14580421/1643000
351.99/350.62	c cleaning 57027 clauses out of 114093 with flag 15026607/1701000
366.70/365.34	c cleaning 57962 clauses out of 116067 with flag 15493667/1760001
381.60/380.25	c cleaning 58928 clauses out of 118104 with flag 16026321/1820000
394.90/393.53	c cleaning 60077 clauses out of 120177 with flag 16523802/1881001
410.10/408.74	c cleaning 61000 clauses out of 122099 with flag 17015838/1943000
425.70/424.36	c cleaning 62014 clauses out of 124100 with flag 17567444/2006001
440.21/438.84	c cleaning 63038 clauses out of 126086 with flag 18059361/2070001
455.83/454.49	c cleaning 63982 clauses out of 128047 with flag 18572390/2135000
471.64/469.96	c cleaning 65005 clauses out of 130066 with flag 19096654/2201001
488.15/486.46	c cleaning 65872 clauses out of 132061 with flag 19719338/2268001
506.56/504.87	c cleaning 67082 clauses out of 134188 with flag 20441228/2336000
523.86/522.14	c cleaning 68043 clauses out of 136109 with flag 21101717/2405003
541.77/540.10	c cleaning 68988 clauses out of 138063 with flag 21600330/2475000
559.67/557.99	c cleaning 69964 clauses out of 140075 with flag 22226329/2546000
577.77/576.00	c cleaning 71036 clauses out of 142112 with flag 22837661/2618001
594.47/592.77	c cleaning 71939 clauses out of 144075 with flag 23418373/2691000
613.57/611.82	c cleaning 73034 clauses out of 146136 with flag 24013848/2765000
630.67/628.93	c cleaning 73938 clauses out of 148103 with flag 24619533/2840001
649.38/647.69	c cleaning 74988 clauses out of 150164 with flag 25349707/2916000
669.49/667.78	c cleaning 76038 clauses out of 152176 with flag 26003630/2993000
687.39/685.63	c cleaning 77017 clauses out of 154139 with flag 26615018/3071001
707.49/705.73	c cleaning 78009 clauses out of 156121 with flag 27220925/3150000
728.69/726.92	c cleaning 79045 clauses out of 158115 with flag 27868182/3230003
751.70/749.94	c cleaning 80015 clauses out of 160070 with flag 28468369/3311003
775.40/773.66	c cleaning 81025 clauses out of 162055 with flag 29023634/3393003
797.60/795.81	c cleaning 81936 clauses out of 164028 with flag 29667843/3476001
820.32/818.59	c cleaning 83015 clauses out of 166095 with flag 30308714/3560004
840.72/838.96	c cleaning 84021 clauses out of 168076 with flag 30986505/3645000
864.27/862.13	c cleaning 84961 clauses out of 170056 with flag 31706917/3731001
885.87/883.79	c cleaning 85962 clauses out of 172094 with flag 32385582/3818000
908.88/906.73	c cleaning 86982 clauses out of 174132 with flag 33017386/3906000
931.80/929.61	c cleaning 88022 clauses out of 176151 with flag 33781000/3995001
957.49/955.30	c cleaning 89041 clauses out of 178128 with flag 34464209/4085000
985.71/983.56	c cleaning 90016 clauses out of 180087 with flag 35119250/4176000
1011.81/1009.60	c cleaning 91025 clauses out of 182071 with flag 35893086/4268000
1035.31/1033.15	c cleaning 91913 clauses out of 184047 with flag 36593468/4361001
1060.22/1058.05	c cleaning 93052 clauses out of 186134 with flag 37263997/4455001
1088.82/1086.66	c cleaning 94013 clauses out of 188082 with flag 38031946/4550001
1114.44/1112.26	c cleaning 94926 clauses out of 190068 with flag 38865980/4646000
1141.63/1139.40	c cleaning 96045 clauses out of 192142 with flag 39591035/4743000
1170.55/1168.35	c cleaning 97017 clauses out of 194098 with flag 40321575/4841001
1201.56/1199.36	c cleaning 98007 clauses out of 196081 with flag 40992480/4940001
1232.06/1229.82	c cleaning 98944 clauses out of 198074 with flag 41779673/5040001
1262.47/1260.25	c cleaning 99979 clauses out of 200130 with flag 42569350/5141001
1297.47/1295.29	c cleaning 101046 clauses out of 202151 with flag 43274160/5243001
1329.09/1326.84	c cleaning 102033 clauses out of 204106 with flag 44152567/5346002
1360.90/1358.62	c cleaning 102969 clauses out of 206072 with flag 44924009/5450001
1393.60/1391.38	c cleaning 104019 clauses out of 208103 with flag 45774153/5555001
1428.50/1426.21	c cleaning 104984 clauses out of 210083 with flag 46661238/5661000
1460.11/1457.83	c cleaning 106003 clauses out of 212100 with flag 47572219/5768001
1494.42/1492.15	c cleaning 106969 clauses out of 214096 with flag 48380581/5876000
1530.73/1528.44	c cleaning 108027 clauses out of 216127 with flag 49150581/5985000
1569.95/1567.66	c cleaning 108973 clauses out of 218102 with flag 49901314/6095002
1604.76/1602.49	c cleaning 110040 clauses out of 220129 with flag 50724268/6206002
1641.16/1638.84	c cleaning 110917 clauses out of 222087 with flag 51507246/6318000
1679.90/1676.90	c cleaning 112080 clauses out of 224170 with flag 52423959/6431000
1726.91/1723.95	c cleaning 113023 clauses out of 226091 with flag 53159966/6545001
1764.81/1761.89	c cleaning 113956 clauses out of 228067 with flag 53937376/6660000
1800.02/1797.00	c starts		: 22279
1800.02/1797.00	c conflicts		: 6770063
1800.02/1797.00	c decisions		: 38546472
1800.02/1797.00	c propagations		: 1108376253
1800.02/1797.00	c inspects		: 25153283252
1800.02/1797.00	c shortcuts		: 0
1800.02/1797.00	c learnt literals	: 6
1800.02/1797.00	c learnt binary clauses	: 1591
1800.02/1797.00	c learnt ternary clauses	: 3650
1800.02/1797.00	c learnt constraints	: 6770057
1800.02/1797.00	c ignored constraints	: 0
1800.02/1797.00	c root simplifications	: 0
1800.02/1797.00	c removed literals (reason simplification)	: 0
1800.02/1797.00	c reason swapping (by a shorter reason)	: 0
1800.02/1797.00	c Calls to reduceDB	: 111
1800.02/1797.00	c Number of update (reduction) of LBD	: 3928880
1800.02/1797.00	c Imported unit clauses	: 0
1800.02/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.00	c number of learned constraints concerned by reduction	: 0
1800.02/1797.00	c number of learning phase by resolution	: 0
1800.02/1797.00	c number of learning phase by cutting planes	: 0
1800.02/1797.00	c speed (assignments/second)	: 617365.316072283
1800.02/1797.00	c non guided choices	732285
1800.02/1797.00	c timeout
1800.02/1797.05	c learnt constraints type 
1800.02/1797.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1591
1800.02/1797.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 222584
1800.02/1797.05	s UNKNOWN
1800.02/1797.05	c Total wall clock time (in seconds): 1796.948

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-4084575-1465275572/watcher-4084575-1465275572 -o /tmp/evaluation-result-4084575-1465275572/solver-4084575-1465275572 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084575-1465275572.opb 

pid=12766
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.04 2.18 2.19 3/194 12769
/proc/meminfo: memFree=29830116/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 1346 0 0 0 0 0 0 0 20 0 2 0 109490409 98570240 970 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 24065 975 741 9 0 16771 0
[pid=12769/tid=12770] ppid=12766 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109490410 98570240 977 33554432000 1073741824 1073778376 140737372290608 140071409819176 260190324096 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.04 2.18 2.19 3/194 12769
/proc/meminfo: memFree=29830116/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 109490409 9787879424 6115 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2389619 6115 2157 9 0 2380296 0
[pid=12769/tid=12770] ppid=12766 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 109490410 9787879424 6115 33554432000 1073741824 1073778376 140737372290608 140071409822624 260193707277 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.200271 s]
/proc/loadavg: 2.04 2.18 2.19 3/194 12769
/proc/meminfo: memFree=29830116/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 4988 0 1 0 26 1 0 0 20 0 18 0 109490409 9787879424 6990 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2389619 6990 2216 9 0 2380296 0
[pid=12769/tid=12770] ppid=12766 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 109490410 9787879424 6990 33554432000 1073741824 1073778376 140737372290608 140071409822624 140071416975206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 2.04 2.18 2.19 3/194 12769
/proc/meminfo: memFree=29830116/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 6231 0 1 0 48 2 0 0 20 0 18 0 109490409 9787879424 9634 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2389619 9634 2232 9 0 2380296 0
[pid=12769/tid=12770] ppid=12766 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 109490410 9787879424 9634 33554432000 1073741824 1073778376 140737372290608 140071409822624 140071248598651 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700295 s]
/proc/loadavg: 2.04 2.18 2.19 3/194 12769
/proc/meminfo: memFree=29830116/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 7338 0 1 0 109 4 0 0 20 0 18 0 109490409 9787879424 40308 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2389619 40308 2263 9 0 2380296 0
[pid=12769/tid=12770] ppid=12766 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2462 0 1 0 64 3 0 0 20 0 18 0 109490410 9787879424 40308 33554432000 1073741824 1073778376 140737372290608 140071409823160 140071248780850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.04 2.18 2.19 4/212 12787
/proc/meminfo: memFree=29666184/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9558476 CPUtime=2.2 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 8992 0 1 0 210 10 0 0 20 0 18 0 109490409 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2389619 78818 2263 9 0 2380296 0
[pid=12769/tid=12770] ppid=12766 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2524 0 1 0 137 4 0 0 20 0 18 0 109490410 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071409822984 260193707277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12772] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12772/stat : 12772 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071371316136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12773] ppid=12766 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12773/stat : 12773 (java) S 12766 12769 5965 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071370263592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12774] ppid=12766 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12774/stat : 12774 (java) S 12766 12769 5965 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071369210536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12775] ppid=12766 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/12769/task/12775/stat : 12775 (java) S 12766 12769 5965 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071368157992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12776] ppid=12766 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12776/stat : 12776 (java) S 12766 12769 5965 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071367104936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12777] ppid=12766 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12777/stat : 12777 (java) S 12766 12769 5965 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071248325160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12778] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12778/stat : 12778 (java) S 12766 12769 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071247272104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12779] ppid=12766 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/12769/task/12779/stat : 12779 (java) S 12766 12769 5965 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 109490411 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071246219560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12780] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12780/stat : 12780 (java) S 12766 12769 5965 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 109490412 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071234022248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12781] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12781/stat : 12781 (java) S 12766 12769 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109490412 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140071232968568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12782] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12782/stat : 12782 (java) S 12766 12769 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109490412 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140070627566984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12783] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12783/stat : 12783 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109490414 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140070626515728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12784] ppid=12766 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/12769/task/12784/stat : 12784 (java) S 12766 12769 5965 0 -1 4202560 2440 0 0 0 25 0 0 0 20 0 18 0 109490414 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140070625462584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12785] ppid=12766 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12769/task/12785/stat : 12785 (java) S 12766 12769 5965 0 -1 4202560 2497 0 0 0 29 0 0 0 20 0 18 0 109490414 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140070624410040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12786] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12786/stat : 12786 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109490414 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140070623357176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12787] ppid=12766 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12787/stat : 12787 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109490414 9787879424 78818 33554432000 1073741824 1073778376 140737372290608 140070622304840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 2.04 2.18 2.19 5/213 12788
/proc/meminfo: memFree=29518172/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 10953 0 1 0 407 11 0 0 20 0 19 0 109490409 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2406260 79393 2280 9 0 2396937 0
[pid=12769/tid=12770] ppid=12766 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2538 0 1 0 297 5 0 0 20 0 19 0 109490410 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071409822200 140071249091010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12772] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12772/stat : 12772 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071371316136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12773] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12773/stat : 12773 (java) S 12766 12769 5965 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071370263592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12774] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12774/stat : 12774 (java) S 12766 12769 5965 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071369210536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12775] ppid=12766 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12769/task/12775/stat : 12775 (java) S 12766 12769 5965 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071368157992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12776] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12776/stat : 12776 (java) S 12766 12769 5965 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071367104936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12777] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12777/stat : 12777 (java) S 12766 12769 5965 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071248325160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12778] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12778/stat : 12778 (java) S 12766 12769 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071247272104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12779] ppid=12766 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12769/task/12779/stat : 12779 (java) S 12766 12769 5965 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 109490411 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071246219560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12780] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12780/stat : 12780 (java) S 12766 12769 5965 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071234022248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12781] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12781/stat : 12781 (java) S 12766 12769 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140071232968568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12782] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12782/stat : 12782 (java) S 12766 12769 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140070627566984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12783] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12783/stat : 12783 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140070626515728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12784] ppid=12766 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12769/task/12784/stat : 12784 (java) S 12766 12769 5965 0 -1 4202560 2589 0 0 0 38 0 0 0 20 0 19 0 109490414 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140070625462584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12785] ppid=12766 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/12769/task/12785/stat : 12785 (java) S 12766 12769 5965 0 -1 4202560 4281 0 0 0 52 0 0 0 20 0 19 0 109490414 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140070624410040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12786] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12786/stat : 12786 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140070623357176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12787] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12787/stat : 12787 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140070622304840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12788] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12788/stat : 12788 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109490577 9856040960 79393 33554432000 1073741824 1073778376 140737372290608 140070621251112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.12 2.20 2.20 4/213 12788
/proc/meminfo: memFree=29514616/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 11301 0 1 0 735 11 0 0 20 0 19 0 109490409 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2406260 79231 2284 9 0 2396937 0
[pid=12769/tid=12770] ppid=12766 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2539 0 1 0 616 5 0 0 20 0 19 0 109490410 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071409822200 140071249088784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12772] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12772/stat : 12772 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071371316136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12773] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12773/stat : 12773 (java) S 12766 12769 5965 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071370263592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12774] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12774/stat : 12774 (java) S 12766 12769 5965 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071369210536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12775] ppid=12766 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12769/task/12775/stat : 12775 (java) S 12766 12769 5965 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071368157992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12776] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12776/stat : 12776 (java) S 12766 12769 5965 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071367104936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12777] ppid=12766 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/12769/task/12777/stat : 12777 (java) S 12766 12769 5965 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071248325160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12778] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12778/stat : 12778 (java) S 12766 12769 5965 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071247272104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12779] ppid=12766 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12769/task/12779/stat : 12779 (java) S 12766 12769 5965 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 109490411 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071246219560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12780] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12780/stat : 12780 (java) S 12766 12769 5965 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071234022248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12781] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12781/stat : 12781 (java) S 12766 12769 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140071232968568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12782] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12782/stat : 12782 (java) S 12766 12769 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140070627566984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12783] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12783/stat : 12783 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140070626515728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12784] ppid=12766 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/12769/task/12784/stat : 12784 (java) S 12766 12769 5965 0 -1 4202560 2932 0 0 0 43 0 0 0 20 0 19 0 109490414 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140070625462584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12785] ppid=12766 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12769/task/12785/stat : 12785 (java) S 12766 12769 5965 0 -1 4202560 4285 0 0 0 56 0 0 0 20 0 19 0 109490414 9856040960 79231 33554432000 1073741824 1073778376 140737372290608 140070624410040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12786] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=12769/tid=12788] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12788/stat : 12788 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109490577 9856040960 310809 33554432000 1073741824 1073778376 140737372290608 140070621251112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.66
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.23 2.18 3/213 12853
/proc/meminfo: memFree=27715992/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9625040 CPUtime=1725.31 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 14663 0 1 0 172408 123 0 0 20 0 19 0 109490409 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2406260 383730 2293 9 0 2396937 0
[pid=12769/tid=12770] ppid=12766 vsize=9625040 CPUtime=1717.1 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2866 0 1 0 171670 40 0 0 20 0 19 0 109490410 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071409815344 140071249051558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12772] ppid=12766 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12769/task/12772/stat : 12772 (java) S 12766 12769 5965 0 -1 4202560 343 0 0 0 11 6 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071371316136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12773] ppid=12766 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12769/task/12773/stat : 12773 (java) S 12766 12769 5965 0 -1 4202560 231 0 0 0 17 10 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071370263592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12774] ppid=12766 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12769/task/12774/stat : 12774 (java) S 12766 12769 5965 0 -1 4202560 296 0 0 0 24 14 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071369210536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12775] ppid=12766 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12769/task/12775/stat : 12775 (java) S 12766 12769 5965 0 -1 4202560 185 0 0 0 14 7 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071368157992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12776] ppid=12766 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12769/task/12776/stat : 12776 (java) S 12766 12769 5965 0 -1 4202560 181 0 0 0 14 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071367104936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12777] ppid=12766 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12769/task/12777/stat : 12777 (java) S 12766 12769 5965 0 -1 4202560 286 0 0 0 17 12 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071248325160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12778] ppid=12766 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12769/task/12778/stat : 12778 (java) S 12766 12769 5965 0 -1 4202560 188 0 0 0 13 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071247272104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12779] ppid=12766 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12769/task/12779/stat : 12779 (java) S 12766 12769 5965 0 -1 4202560 167 0 0 0 12 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071246219560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12780] ppid=12766 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/12769/task/12780/stat : 12780 (java) S 12766 12769 5965 0 -1 4202560 1154 0 0 0 23 2 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071234022248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12781] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12781/stat : 12781 (java) S 12766 12769 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071232968568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12782] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12782/stat : 12782 (java) S 12766 12769 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070627566984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12783] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12783/stat : 12783 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070626515728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12784] ppid=12766 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/12769/task/12784/stat : 12784 (java) S 12766 12769 5965 0 -1 4202560 3119 0 0 0 50 2 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070625462584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12785] ppid=12766 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12769/task/12785/stat : 12785 (java) S 12766 12769 5965 0 -1 4202560 4285 0 0 0 56 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070624410040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12786] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12786/stat : 12786 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070623357176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12787] ppid=12766 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/12769/task/12787/stat : 12787 (java) S 12766 12769 5965 0 -1 4202560 99 0 0 0 32 38 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070622304840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12788] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12788/stat : 12788 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109490577 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070621251112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.31
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 12921
/proc/meminfo: memFree=27277504/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9625040 CPUtime=1785.31 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 14667 0 1 0 178408 123 0 0 20 0 19 0 109490409 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2406260 383730 2293 9 0 2396937 0
[pid=12769/tid=12770] ppid=12766 vsize=9625040 CPUtime=1776.95 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2866 0 1 0 177654 41 0 0 20 0 19 0 109490410 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071409815344 140071249051260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12772] ppid=12766 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12769/task/12772/stat : 12772 (java) S 12766 12769 5965 0 -1 4202560 343 0 0 0 11 6 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071371316136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12773] ppid=12766 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12769/task/12773/stat : 12773 (java) S 12766 12769 5965 0 -1 4202560 231 0 0 0 17 10 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071370263592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12774] ppid=12766 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12769/task/12774/stat : 12774 (java) S 12766 12769 5965 0 -1 4202560 296 0 0 0 24 14 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071369210536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12775] ppid=12766 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12769/task/12775/stat : 12775 (java) S 12766 12769 5965 0 -1 4202560 185 0 0 0 14 7 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071368157992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12776] ppid=12766 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12769/task/12776/stat : 12776 (java) S 12766 12769 5965 0 -1 4202560 181 0 0 0 14 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071367104936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12777] ppid=12766 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12769/task/12777/stat : 12777 (java) S 12766 12769 5965 0 -1 4202560 286 0 0 0 17 12 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071248325160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12778] ppid=12766 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12769/task/12778/stat : 12778 (java) S 12766 12769 5965 0 -1 4202560 188 0 0 0 13 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071247272104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12779] ppid=12766 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12769/task/12779/stat : 12779 (java) S 12766 12769 5965 0 -1 4202560 167 0 0 0 12 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071246219560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12780] ppid=12766 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12769/task/12780/stat : 12780 (java) S 12766 12769 5965 0 -1 4202560 1154 0 0 0 24 2 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071234022248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12781] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12781/stat : 12781 (java) S 12766 12769 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071232968568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12782] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12782/stat : 12782 (java) S 12766 12769 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070627566984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12783] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12783/stat : 12783 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070626515728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12784] ppid=12766 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/12769/task/12784/stat : 12784 (java) S 12766 12769 5965 0 -1 4202560 3119 0 0 0 50 2 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070625462584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12785] ppid=12766 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12769/task/12785/stat : 12785 (java) S 12766 12769 5965 0 -1 4202560 4285 0 0 0 56 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070624410040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12786] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12786/stat : 12786 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070623357176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12787] ppid=12766 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12769/task/12787/stat : 12787 (java) S 12766 12769 5965 0 -1 4202560 103 0 0 0 33 40 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070622304840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12788] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12788/stat : 12788 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109490577 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070621251112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.27 2.22 2.18 3/213 12921
/proc/meminfo: memFree=27277928/32872528 swapFree=16360/1798728
[pid=12769] ppid=12766 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/12769/stat : 12769 (java) S 12766 12769 5965 0 -1 4202496 14667 0 1 0 179878 124 0 0 20 0 19 0 109490409 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140737372281744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12769/statm: 2406260 383730 2293 9 0 2396937 0
[pid=12769/tid=12770] ppid=12766 vsize=9625040 CPUtime=1791.61 cores=1,3,5,7
/proc/12769/task/12770/stat : 12770 (java) R 12766 12769 5965 0 -1 4202560 2866 0 1 0 179120 41 0 0 20 0 19 0 109490410 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071409815344 140071249051563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12772] ppid=12766 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12769/task/12772/stat : 12772 (java) S 12766 12769 5965 0 -1 4202560 343 0 0 0 11 6 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071371316136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12773] ppid=12766 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12769/task/12773/stat : 12773 (java) S 12766 12769 5965 0 -1 4202560 231 0 0 0 17 10 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071370263592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12774] ppid=12766 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12769/task/12774/stat : 12774 (java) S 12766 12769 5965 0 -1 4202560 296 0 0 0 24 14 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071369210536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12775] ppid=12766 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12769/task/12775/stat : 12775 (java) S 12766 12769 5965 0 -1 4202560 185 0 0 0 14 7 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071368157992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12776] ppid=12766 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12769/task/12776/stat : 12776 (java) S 12766 12769 5965 0 -1 4202560 181 0 0 0 14 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071367104936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12777] ppid=12766 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12769/task/12777/stat : 12777 (java) S 12766 12769 5965 0 -1 4202560 286 0 0 0 17 12 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071248325160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12769/tid=12778] ppid=12766 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12769/task/12778/stat : 12778 (java) S 12766 12769 5965 0 -1 4202560 188 0 0 0 13 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071247272104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12779] ppid=12766 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12769/task/12779/stat : 12779 (java) S 12766 12769 5965 0 -1 4202560 167 0 0 0 12 8 0 0 20 0 19 0 109490411 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071246219560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12780] ppid=12766 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12769/task/12780/stat : 12780 (java) S 12766 12769 5965 0 -1 4202560 1154 0 0 0 24 2 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071234022248 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12781] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12781/stat : 12781 (java) S 12766 12769 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140071232968568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12782] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12782/stat : 12782 (java) S 12766 12769 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109490412 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070627566984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12783] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12783/stat : 12783 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070626515728 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12784] ppid=12766 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/12769/task/12784/stat : 12784 (java) S 12766 12769 5965 0 -1 4202560 3119 0 0 0 50 2 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070625462584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12769/tid=12785] ppid=12766 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12769/task/12785/stat : 12785 (java) S 12766 12769 5965 0 -1 4202560 4285 0 0 0 56 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070624410040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12786] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12786/stat : 12786 (java) S 12766 12769 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070623357176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12769/tid=12787] ppid=12766 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12769/task/12787/stat : 12787 (java) S 12766 12769 5965 0 -1 4202560 103 0 0 0 33 40 0 0 20 0 19 0 109490414 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070622304840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12769/tid=12788] ppid=12766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12769/task/12788/stat : 12788 (java) S 12766 12769 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109490577 9856040960 383730 33554432000 1073741824 1073778376 140737372290608 140070621251112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 12769 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 12769 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=268229
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=721738
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.06
CPU time (s): 1800.02
CPU user time (s): 1798.78
CPU system time (s): 1.24
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 1.72174
maximum resident set size= 1535040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14703
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38150
involuntary context switches= 3092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8052 second user time and 12.7601 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 06:59:32
IDJOB=4084575
IDBENCH=89634
IDSOLVER=2546
FILE ID=node123/4084575-1465275572
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-61.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084575-1465275572/watcher-4084575-1465275572 -o /tmp/evaluation-result-4084575-1465275572/solver-4084575-1465275572 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084575-1465275572.opb

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

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=442511730

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        29830496 kB
Buffers:          103284 kB
Cached:           147184 kB
SwapCached:         1808 kB
Active:           328980 kB
Inactive:         168940 kB
Active(anon):     248056 kB
Inactive(anon):     2104 kB
Active(file):      80924 kB
Inactive(file):   166836 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:             10112 kB
Writeback:             0 kB
AnonPages:       2051764 kB
Mapped:            15472 kB
Shmem:                 0 kB
Slab:             601524 kB
SReclaimable:      44056 kB
SUnreclaim:       557468 kB
KernelStack:        1600 kB
PageTables:         8012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2618260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2011136 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= 71676 MiB
End job on node123 at 2016-06-07 07:29:30