Trace number 4097132

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.74 1798.23

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM001a0a392564951998d5039d5068eab6
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 variables1722
Total number of constraints8246
Number of constraints which are clauses8241
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4097132-1466116771.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.52/0.35	c ... done. Wall clock time 0.248s.
0.52/0.35	c declared #vars     1722
0.52/0.35	c #constraints  8250
0.52/0.35	c constraints type 
0.52/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4920
0.52/0.35	c org.sat4j.specs.Constr$1 => 4
0.52/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.52/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.52/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3320
0.52/0.35	c 8250 constraints processed.
1.59/1.04	c cleaning 2498 clauses out of 5000 with flag 21392/5000
2.39/1.67	c cleaning 4246 clauses out of 8503 with flag 43840/11001
3.39/2.61	c cleaning 5626 clauses out of 11256 with flag 82916/18000
4.50/3.78	c cleaning 6811 clauses out of 13631 with flag 139481/26001
5.81/5.01	c cleaning 7904 clauses out of 15819 with flag 185457/35000
7.01/6.27	c cleaning 8952 clauses out of 17915 with flag 232191/45000
8.52/7.78	c cleaning 9977 clauses out of 19963 with flag 288201/56000
10.52/9.79	c cleaning 10989 clauses out of 21987 with flag 354061/68001
12.42/11.68	c cleaning 11995 clauses out of 23998 with flag 409122/81001
14.32/13.55	c cleaning 12996 clauses out of 26003 with flag 468147/95001
16.62/15.81	c cleaning 13998 clauses out of 28008 with flag 546014/110002
18.92/18.19	c cleaning 14998 clauses out of 30009 with flag 631390/126001
21.42/20.66	c cleaning 16001 clauses out of 32011 with flag 721171/143001
24.42/23.68	c cleaning 16995 clauses out of 34010 with flag 823122/161001
27.72/26.90	c cleaning 18003 clauses out of 36014 with flag 936324/180000
31.41/30.65	c cleaning 18998 clauses out of 38011 with flag 1059209/200000
35.31/34.52	c cleaning 20000 clauses out of 40014 with flag 1190720/221001
39.51/38.72	c cleaning 21002 clauses out of 42013 with flag 1339032/243000
44.11/43.36	c cleaning 22002 clauses out of 44011 with flag 1500990/266000
48.81/48.00	c cleaning 22998 clauses out of 46014 with flag 1638793/290005
54.01/53.26	c cleaning 23996 clauses out of 48011 with flag 1781257/315000
59.72/58.94	c cleaning 25001 clauses out of 50016 with flag 1944685/341001
65.72/65.00	c cleaning 25995 clauses out of 52014 with flag 2115513/368000
72.12/71.33	c cleaning 27000 clauses out of 54019 with flag 2269419/396000
79.41/78.69	c cleaning 27999 clauses out of 56019 with flag 2447088/425000
86.62/85.87	c cleaning 29002 clauses out of 58021 with flag 2633479/455001
94.46/93.62	c cleaning 30001 clauses out of 60018 with flag 2835441/486000
102.16/101.40	c cleaning 31001 clauses out of 62017 with flag 3052561/518000
110.55/109.72	c cleaning 31996 clauses out of 64016 with flag 3283268/551000
118.25/117.46	c cleaning 32998 clauses out of 66020 with flag 3491770/585000
127.55/126.73	c cleaning 33998 clauses out of 68022 with flag 3713260/620000
136.85/136.06	c cleaning 35001 clauses out of 70024 with flag 3944609/656000
146.55/145.79	c cleaning 35999 clauses out of 72023 with flag 4183674/693000
156.76/155.93	c cleaning 37007 clauses out of 74025 with flag 4428385/731001
167.66/166.87	c cleaning 38003 clauses out of 76017 with flag 4691190/770000
178.86/178.06	c cleaning 38999 clauses out of 78016 with flag 4940700/810002
193.47/192.68	c cleaning 39993 clauses out of 80017 with flag 5189172/851002
209.46/208.66	c cleaning 41001 clauses out of 82022 with flag 5460697/893000
223.66/222.81	c cleaning 42005 clauses out of 84021 with flag 5693219/936000
238.16/237.36	c cleaning 43003 clauses out of 86018 with flag 5959580/980002
253.67/252.82	c cleaning 43997 clauses out of 88013 with flag 6222969/1025000
269.70/268.85	c cleaning 44997 clauses out of 90017 with flag 6542597/1071001
284.90/284.03	c cleaning 46003 clauses out of 92020 with flag 6813897/1118001
301.10/300.26	c cleaning 47002 clauses out of 94017 with flag 7077517/1166001
318.11/317.26	c cleaning 47999 clauses out of 96015 with flag 7380618/1215001
336.41/335.56	c cleaning 48996 clauses out of 98017 with flag 7692899/1265002
354.81/353.98	c cleaning 50002 clauses out of 100020 with flag 8013673/1316001
373.92/373.00	c cleaning 51004 clauses out of 102017 with flag 8354061/1368000
393.72/392.89	c cleaning 51998 clauses out of 104013 with flag 8687238/1421000
414.22/413.37	c cleaning 53001 clauses out of 106019 with flag 9008102/1475004
436.22/435.31	c cleaning 53998 clauses out of 108014 with flag 9361856/1530000
459.13/458.24	c cleaning 54996 clauses out of 110018 with flag 9738344/1586002
483.40/482.40	c cleaning 55998 clauses out of 112020 with flag 10140211/1643000
507.20/506.23	c cleaning 57001 clauses out of 114022 with flag 10533640/1701000
532.20/531.26	c cleaning 58004 clauses out of 116021 with flag 10912334/1760000
556.99/556.00	c cleaning 59004 clauses out of 118018 with flag 11264920/1820001
583.40/582.41	c cleaning 59998 clauses out of 120014 with flag 11686132/1881001
609.82/608.88	c cleaning 61003 clauses out of 122015 with flag 12129808/1943000
639.82/638.88	c cleaning 61997 clauses out of 124014 with flag 12607530/2006002
669.63/668.69	c cleaning 62998 clauses out of 126015 with flag 13064023/2070000
702.33/701.33	c cleaning 64004 clauses out of 128017 with flag 13515935/2135000
733.83/732.82	c cleaning 64994 clauses out of 130013 with flag 13947783/2201000
765.14/764.06	c cleaning 65999 clauses out of 132019 with flag 14379798/2268000
798.04/796.99	c cleaning 67004 clauses out of 134022 with flag 14845428/2336002
830.95/829.87	c cleaning 67999 clauses out of 136017 with flag 15327788/2405001
867.55/866.43	c cleaning 68997 clauses out of 138018 with flag 15805185/2475001
904.56/903.44	c cleaning 70002 clauses out of 140020 with flag 16301030/2546000
941.06/939.91	c cleaning 70999 clauses out of 142018 with flag 16775297/2618000
979.38/978.28	c cleaning 71999 clauses out of 144020 with flag 17288776/2691001
1019.19/1018.06	c cleaning 72999 clauses out of 146020 with flag 17811273/2765000
1060.25/1058.93	c cleaning 73999 clauses out of 148022 with flag 18337518/2840001
1103.35/1102.01	c cleaning 75002 clauses out of 150022 with flag 18903350/2916000
1152.15/1150.86	c cleaning 75998 clauses out of 152020 with flag 19514842/2993000
1198.86/1197.52	c cleaning 77005 clauses out of 154023 with flag 20136428/3071001
1247.56/1246.29	c cleaning 78001 clauses out of 156017 with flag 20672758/3150000
1297.19/1295.82	c cleaning 79005 clauses out of 158017 with flag 21252607/3230001
1349.49/1348.13	c cleaning 79999 clauses out of 160011 with flag 21834082/3311000
1401.86/1400.32	c cleaning 81001 clauses out of 162014 with flag 22362654/3393002
1455.77/1454.24	c cleaning 81996 clauses out of 164012 with flag 22944634/3476001
1503.38/1501.89	c cleaning 82998 clauses out of 166015 with flag 23487069/3560000
1556.09/1554.56	c cleaning 84001 clauses out of 168017 with flag 24056022/3645000
1614.70/1613.20	c cleaning 85000 clauses out of 170017 with flag 24701852/3731001
1671.01/1669.45	c cleaning 86000 clauses out of 172018 with flag 25290168/3818002
1733.10/1731.30	c cleaning 87001 clauses out of 174017 with flag 25894420/3906001
1793.82/1792.08	c cleaning 87995 clauses out of 176015 with flag 26501344/3995000
1800.02/1798.20	c starts		: 213
1800.02/1798.20	c conflicts		: 4009567
1800.02/1798.20	c decisions		: 4708515
1800.02/1798.20	c propagations		: 484090380
1800.02/1798.20	c inspects		: 28345117229
1800.02/1798.20	c shortcuts		: 0
1800.02/1798.20	c learnt literals	: 0
1800.02/1798.20	c learnt binary clauses	: 0
1800.02/1798.20	c learnt ternary clauses	: 2
1800.02/1798.20	c learnt constraints	: 4009568
1800.02/1798.20	c ignored constraints	: 0
1800.02/1798.20	c root simplifications	: 0
1800.02/1798.20	c removed literals (reason simplification)	: 0
1800.02/1798.20	c timeout
1800.02/1798.20	c reason swapping (by a shorter reason)	: 0
1800.02/1798.20	c Calls to reduceDB	: 85
1800.02/1798.20	c Number of update (reduction) of LBD	: 734063
1800.02/1798.20	c Imported unit clauses	: 0
1800.02/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.20	c number of learned constraints concerned by reduction	: 0
1800.02/1798.20	c number of learning phase by resolution	: 0
1800.02/1798.20	c number of learning phase by cutting planes	: 0
1800.02/1798.20	c speed (assignments/second)	: 269261.4663666779
1800.02/1798.20	c non guided choices	161
1800.02/1798.23	c learnt constraints type 
1800.02/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102588
1800.02/1798.23	s UNKNOWN
1800.02/1798.23	c Total wall clock time (in seconds): 1798.123

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

pid=27522
running on 4 cores: 0,2,4,6

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.25 2.26 2.20 3/194 27525
/proc/meminfo: memFree=30238456/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/27525/stat : 27525 (java) R 27522 27525 21576 0 -1 4202496 1128 0 0 0 0 0 0 0 20 0 1 0 13722784 23793664 778 33554432000 1073741824 1073778376 140734762577056 140734762566120 139683675941344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 5809 796 591 9 0 128 0

[startup+0.100164 s]
/proc/loadavg: 2.25 2.26 2.20 3/194 27525
/proc/meminfo: memFree=30238456/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 4496 0 1 0 9 1 0 0 20 0 18 0 13722784 9787879424 5608 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2389619 5608 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.25 2.26 2.20 3/194 27525
/proc/meminfo: memFree=30238456/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 5069 0 1 0 27 1 0 0 20 0 18 0 13722784 9787879424 7050 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2389619 7050 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.25 2.26 2.20 3/194 27525
/proc/meminfo: memFree=30238456/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 6813 0 1 0 50 2 0 0 20 0 18 0 13722784 9787879424 9449 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2389619 9449 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700273 s]
/proc/loadavg: 2.25 2.26 2.20 3/194 27525
/proc/meminfo: memFree=30238456/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 10044 0 1 0 123 3 0 0 20 0 19 0 13722784 9856040960 13791 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2406260 13791 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.25 2.26 2.20 3/213 27544
/proc/meminfo: memFree=30187060/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 10355 0 1 0 225 3 0 0 20 0 19 0 13722784 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2406260 14351 2267 9 0 2396937 0
[pid=27525/tid=27526] ppid=27522 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27525/task/27526/stat : 27526 (java) R 27522 27525 21576 0 -1 4202560 2480 0 1 0 145 2 0 0 20 0 19 0 13722785 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683672701432 139683612945485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27528] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27528/stat : 27528 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722785 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683516070312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27529] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27529/stat : 27529 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683515017768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27530] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27530/stat : 27530 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683513964712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27531] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27531/stat : 27531 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683512912168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27532] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27532/stat : 27532 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683511860136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27533] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27533/stat : 27533 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683510807592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27534] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27534/stat : 27534 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683509754536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27535] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27535/stat : 27535 (java) S 27522 27525 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683508701992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27536] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27536/stat : 27536 (java) S 27522 27525 21576 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683496503656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27537] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27537/stat : 27537 (java) S 27522 27525 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683495449976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27538] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27538/stat : 27538 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683494396808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27539] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27539/stat : 27539 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683493345552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27540] ppid=27522 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27525/task/27540/stat : 27540 (java) S 27522 27525 21576 0 -1 4202560 3815 0 0 0 48 0 0 0 20 0 19 0 13722789 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683492293432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27541] ppid=27522 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27525/task/27541/stat : 27541 (java) S 27522 27525 21576 0 -1 4202560 2789 0 0 0 29 0 0 0 20 0 19 0 13722789 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683491240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27542] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27542/stat : 27542 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683490188024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27543] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27543/stat : 27543 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683489135688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27544] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27544/stat : 27544 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722820 9856040960 14351 33554432000 1073741824 1073778376 140734762577056 139683488080936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.25 2.26 2.20 3/213 27544
/proc/meminfo: memFree=30182068/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 10358 0 1 0 387 3 0 0 20 0 19 0 13722784 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2406260 15375 2267 9 0 2396937 0
[pid=27525/tid=27526] ppid=27522 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/27525/task/27526/stat : 27526 (java) R 27522 27525 21576 0 -1 4202560 2483 0 1 0 305 2 0 0 20 0 19 0 13722785 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683672694448 139683612977627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27528] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27528/stat : 27528 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722785 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683516070312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27529] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27529/stat : 27529 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683515017768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27530] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27530/stat : 27530 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683513964712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27531] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27531/stat : 27531 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683512912168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27532] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27532/stat : 27532 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683511860136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27533] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27533/stat : 27533 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683510807592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27534] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27534/stat : 27534 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683509754536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27535] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27535/stat : 27535 (java) S 27522 27525 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683508701992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27536] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27536/stat : 27536 (java) S 27522 27525 21576 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683496503656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27537] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27537/stat : 27537 (java) S 27522 27525 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683495449976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27538] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27538/stat : 27538 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683494396808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27539] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27539/stat : 27539 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683493345552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27540] ppid=27522 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27525/task/27540/stat : 27540 (java) S 27522 27525 21576 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 13722789 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683492293432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27541] ppid=27522 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/27525/task/27541/stat : 27541 (java) S 27522 27525 21576 0 -1 4202560 2789 0 0 0 30 0 0 0 20 0 19 0 13722789 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683491240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27542] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27542/stat : 27542 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683490188024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27543] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27543/stat : 27543 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683489135688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27544] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27544/stat : 27544 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722820 9856040960 15375 33554432000 1073741824 1073778376 140734762577056 139683488080936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.23 2.26 2.20 4/213 27544
/proc/meminfo: memFree=30174040/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9625040 CPUtime=7.11 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 10416 0 1 0 708 3 0 0 20 0 19 0 13722784 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2406260 16311 2268 9 0 2396937 0
[pid=27525/tid=27526] ppid=27522 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/27525/task/27526/stat : 27526 (java) R 27522 27525 21576 0 -1 4202560 2487 0 1 0 625 2 0 0 20 0 19 0 13722785 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683672694432 139683613024691 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27528] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27528/stat : 27528 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722785 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683516070312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27529] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27529/stat : 27529 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683515017768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27530] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27530/stat : 27530 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683513964712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27531] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27531/stat : 27531 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683512912168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27532] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27532/stat : 27532 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683511860136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27533] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27533/stat : 27533 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683510807592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27534] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27534/stat : 27534 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683509754536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27535] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27535/stat : 27535 (java) S 27522 27525 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13722786 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683508701992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27536] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27536/stat : 27536 (java) S 27522 27525 21576 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683496503656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27537] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27537/stat : 27537 (java) S 27522 27525 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683495449976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27538] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27538/stat : 27538 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683494396808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27539] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27539/stat : 27539 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683493345552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27540] ppid=27522 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27525/task/27540/stat : 27540 (java) S 27522 27525 21576 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 13722789 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683492293432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27541] ppid=27522 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/27525/task/27541/stat : 27541 (java) S 27522 27525 21576 0 -1 4202560 2842 0 0 0 32 0 0 0 20 0 19 0 13722789 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683491240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27542] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27542/stat : 27542 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683490188024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27543] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27543/stat : 27543 (java) S 27522 27525 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683489135688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27544] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27544/stat : 27544 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722820 9856040960 16311 33554432000 1073741824 1073778376 140734762577056 139683488080936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625040


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

[pid=27525/tid=27537] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27537/stat : 27537 (java) S 27522 27525 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683495449976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27538] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27538/stat : 27538 (java) S 27522 27525 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683494396808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27539] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27539/stat : 27539 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683493345552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27540] ppid=27522 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27525/task/27540/stat : 27540 (java) S 27522 27525 21576 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683492293432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27541] ppid=27522 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27525/task/27541/stat : 27541 (java) S 27522 27525 21576 0 -1 4202560 2900 0 0 0 34 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683491240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27542] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27542/stat : 27542 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683490188024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27543] ppid=27522 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/27525/task/27543/stat : 27543 (java) S 27522 27525 21576 0 -1 4202560 96 0 0 0 35 31 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683489135688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27544] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27544/stat : 27544 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722820 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683488080936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.26 2.20 3/213 27611
/proc/meminfo: memFree=29749108/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9625040 CPUtime=1723.92 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 11450 0 1 0 172348 44 0 0 20 0 19 0 13722784 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2406260 79336 2282 9 0 2396937 0
[pid=27525/tid=27526] ppid=27522 vsize=9625040 CPUtime=1722.18 cores=0,2,4,6
/proc/27525/task/27526/stat : 27526 (java) R 27522 27525 21576 0 -1 4202560 2542 0 1 0 172188 30 0 0 20 0 19 0 13722785 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683672694432 139683613024841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27528] ppid=27522 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/27525/task/27528/stat : 27528 (java) S 27522 27525 21576 0 -1 4202560 153 0 0 0 10 4 0 0 20 0 19 0 13722785 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683516070312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27529] ppid=27522 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27525/task/27529/stat : 27529 (java) S 27522 27525 21576 0 -1 4202560 70 0 0 0 5 1 0 0 20 0 19 0 13722786 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683515017768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27530] ppid=27522 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27525/task/27530/stat : 27530 (java) S 27522 27525 21576 0 -1 4202560 136 0 0 0 6 3 0 0 20 0 19 0 13722786 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683513964712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27531] ppid=27522 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27525/task/27531/stat : 27531 (java) S 27522 27525 21576 0 -1 4202560 184 0 0 0 5 1 0 0 20 0 19 0 13722786 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683512912168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27532] ppid=27522 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27525/task/27532/stat : 27532 (java) S 27522 27525 21576 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 19 0 13722786 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683511860136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27533] ppid=27522 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27525/task/27533/stat : 27533 (java) S 27522 27525 21576 0 -1 4202560 120 0 0 0 4 0 0 0 20 0 19 0 13722786 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683510807592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27534] ppid=27522 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27525/task/27534/stat : 27534 (java) S 27522 27525 21576 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 19 0 13722786 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683509754536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27535] ppid=27522 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27525/task/27535/stat : 27535 (java) S 27522 27525 21576 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 13722786 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683508701992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27536] ppid=27522 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27525/task/27536/stat : 27536 (java) S 27522 27525 21576 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 13722787 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683496503656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27537] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27537/stat : 27537 (java) S 27522 27525 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683495449976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27538] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27538/stat : 27538 (java) S 27522 27525 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683494396808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27539] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27539/stat : 27539 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683493345552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27540] ppid=27522 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27525/task/27540/stat : 27540 (java) S 27522 27525 21576 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683492293432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27541] ppid=27522 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27525/task/27541/stat : 27541 (java) S 27522 27525 21576 0 -1 4202560 2900 0 0 0 34 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683491240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27542] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27542/stat : 27542 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683490188024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27543] ppid=27522 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27525/task/27543/stat : 27543 (java) S 27522 27525 21576 0 -1 4202560 100 0 0 0 36 32 0 0 20 0 19 0 13722789 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683489135688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27544] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27544/stat : 27544 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722820 9856040960 79336 33554432000 1073741824 1073778376 140734762577056 139683488080936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.22 2.19 3/213 27871
/proc/meminfo: memFree=29948104/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9625040 CPUtime=1784.11 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 11525 0 1 0 178365 46 0 0 20 0 19 0 13722784 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2406260 82963 2282 9 0 2396937 0
[pid=27525/tid=27526] ppid=27522 vsize=9625040 CPUtime=1782.12 cores=0,2,4,6
/proc/27525/task/27526/stat : 27526 (java) R 27522 27525 21576 0 -1 4202560 2543 0 1 0 178181 31 0 0 20 0 19 0 13722785 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683672694432 139683613024668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27528] ppid=27522 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/27525/task/27528/stat : 27528 (java) S 27522 27525 21576 0 -1 4202560 173 0 0 0 16 4 0 0 20 0 19 0 13722785 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683516070312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27529] ppid=27522 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27525/task/27529/stat : 27529 (java) S 27522 27525 21576 0 -1 4202560 73 0 0 0 8 1 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683515017768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27530] ppid=27522 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/27525/task/27530/stat : 27530 (java) S 27522 27525 21576 0 -1 4202560 139 0 0 0 8 3 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683513964712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27531] ppid=27522 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/27525/task/27531/stat : 27531 (java) S 27522 27525 21576 0 -1 4202560 199 0 0 0 11 1 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683512912168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27532] ppid=27522 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27525/task/27532/stat : 27532 (java) S 27522 27525 21576 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683511860136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27533] ppid=27522 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27525/task/27533/stat : 27533 (java) S 27522 27525 21576 0 -1 4202560 121 0 0 0 5 0 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683510807592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27534] ppid=27522 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27525/task/27534/stat : 27534 (java) S 27522 27525 21576 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683509754536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27535] ppid=27522 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27525/task/27535/stat : 27535 (java) S 27522 27525 21576 0 -1 4202560 46 0 0 0 8 2 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683508701992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27536] ppid=27522 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27525/task/27536/stat : 27536 (java) S 27522 27525 21576 0 -1 4202560 75 0 0 0 1 1 0 0 20 0 19 0 13722787 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683496503656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27537] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27537/stat : 27537 (java) S 27522 27525 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683495449976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27538] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27538/stat : 27538 (java) S 27522 27525 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683494396808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27539] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27539/stat : 27539 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683493345552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27540] ppid=27522 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27525/task/27540/stat : 27540 (java) S 27522 27525 21576 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683492293432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27541] ppid=27522 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27525/task/27541/stat : 27541 (java) S 27522 27525 21576 0 -1 4202560 2900 0 0 0 34 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683491240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27542] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27542/stat : 27542 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683490188024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27543] ppid=27522 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/27525/task/27543/stat : 27543 (java) S 27522 27525 21576 0 -1 4202560 104 0 0 0 38 33 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683489135688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27544] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27544/stat : 27544 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722820 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683488080936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.11
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.17 2.23 2.19 3/213 27872
/proc/meminfo: memFree=29935432/32872528 swapFree=1402008/1579836
[pid=27525] ppid=27522 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27525/stat : 27525 (java) S 27522 27525 21576 0 -1 4202496 11525 0 1 0 179956 46 0 0 20 0 19 0 13722784 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 140734762568192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27525/statm: 2406260 82963 2282 9 0 2396937 0
[pid=27525/tid=27526] ppid=27522 vsize=9625040 CPUtime=1798.02 cores=0,2,4,6
/proc/27525/task/27526/stat : 27526 (java) R 27522 27525 21576 0 -1 4202560 2543 0 1 0 179771 31 0 0 20 0 19 0 13722785 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683672694432 139683612977152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27528] ppid=27522 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/27525/task/27528/stat : 27528 (java) S 27522 27525 21576 0 -1 4202560 173 0 0 0 16 4 0 0 20 0 19 0 13722785 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683516070312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27529] ppid=27522 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27525/task/27529/stat : 27529 (java) S 27522 27525 21576 0 -1 4202560 73 0 0 0 8 1 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683515017768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27530] ppid=27522 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/27525/task/27530/stat : 27530 (java) S 27522 27525 21576 0 -1 4202560 139 0 0 0 8 3 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683513964712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27525/tid=27531] ppid=27522 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/27525/task/27531/stat : 27531 (java) S 27522 27525 21576 0 -1 4202560 199 0 0 0 11 1 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683512912168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27532] ppid=27522 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27525/task/27532/stat : 27532 (java) S 27522 27525 21576 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683511860136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27533] ppid=27522 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27525/task/27533/stat : 27533 (java) S 27522 27525 21576 0 -1 4202560 121 0 0 0 5 0 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683510807592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27534] ppid=27522 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27525/task/27534/stat : 27534 (java) S 27522 27525 21576 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683509754536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27535] ppid=27522 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/27525/task/27535/stat : 27535 (java) S 27522 27525 21576 0 -1 4202560 46 0 0 0 8 2 0 0 20 0 19 0 13722786 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683508701992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27536] ppid=27522 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27525/task/27536/stat : 27536 (java) S 27522 27525 21576 0 -1 4202560 75 0 0 0 1 1 0 0 20 0 19 0 13722787 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683496503656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27537] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27537/stat : 27537 (java) S 27522 27525 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683495449976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27538] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27538/stat : 27538 (java) S 27522 27525 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13722787 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683494396808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27539] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27539/stat : 27539 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683493345552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27540] ppid=27522 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27525/task/27540/stat : 27540 (java) S 27522 27525 21576 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683492293432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27525/tid=27541] ppid=27522 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27525/task/27541/stat : 27541 (java) S 27522 27525 21576 0 -1 4202560 2900 0 0 0 34 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683491240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27542] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27542/stat : 27542 (java) S 27522 27525 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683490188024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27525/tid=27543] ppid=27522 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/27525/task/27543/stat : 27543 (java) S 27522 27525 21576 0 -1 4202560 104 0 0 0 38 33 0 0 20 0 19 0 13722789 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683489135688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27525/tid=27544] ppid=27522 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27525/task/27544/stat : 27544 (java) S 27522 27525 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13722820 9856040960 82963 33554432000 1073741824 1073778376 140734762577056 139683488080936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 27525 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.23
CPU time (s): 1800.74
CPU user time (s): 1799.8
CPU system time (s): 0.940856
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.940856
maximum resident set size= 331976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11563
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38197
involuntary context switches= 2709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.892 second user time and 10.9133 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 00:39:31
IDJOB=4097132
IDBENCH=107713
IDSOLVER=2546
FILE ID=node139/4097132-1466116771
RUNJOBID= node139-1466113165-23925
PBS_JOBID= 19904053
Free space on /tmp= 71596 MiB

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

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

MD5SUM BENCH= 001a0a392564951998d5039d5068eab6
RANDOM SEED=1872532948

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30237984 kB
Buffers:           74444 kB
Cached:           141808 kB
SwapCached:          960 kB
Active:           225616 kB
Inactive:         119640 kB
Active(anon):     129992 kB
Inactive(anon):     1364 kB
Active(file):      95624 kB
Inactive(file):   118276 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:               960 kB
Writeback:             0 kB
AnonPages:       1712200 kB
Mapped:            15236 kB
Shmem:                 0 kB
Slab:             572216 kB
SReclaimable:      15496 kB
SUnreclaim:       556720 kB
KernelStack:        1624 kB
PageTables:         7684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node139 at 2016-06-17 01:09:29