Trace number 4090090

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.78 1793.63

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l100-r099-n1.opb
MD5SUM451a1f13d8211d4ccb0e9ba184e8d373
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 variables5394
Total number of constraints11482
Number of constraints which are clauses9684
Number of constraints which are cardinality constraints (but not clauses)1798
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090090-1466037552.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.70/0.42	c ... done. Wall clock time 0.309s.
0.70/0.42	c declared #vars     5394
0.70/0.42	c #constraints  13280
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1798
0.70/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1798
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9684
0.70/0.42	c 13280 constraints processed.
2.62/1.92	c cleaning 2494 clauses out of 5000 with flag 293274/5000
4.00/3.16	c cleaning 4249 clauses out of 8507 with flag 585911/11001
5.51/4.62	c cleaning 5618 clauses out of 11257 with flag 879971/18000
7.25/6.36	c cleaning 6813 clauses out of 13642 with flag 1204224/26003
9.28/8.39	c cleaning 7911 clauses out of 15828 with flag 1608319/35002
11.68/10.73	c cleaning 8953 clauses out of 17915 with flag 2033841/45000
14.07/13.20	c cleaning 9974 clauses out of 19962 with flag 2447987/56000
17.18/16.26	c cleaning 10985 clauses out of 21990 with flag 2872428/68002
21.07/20.13	c cleaning 11991 clauses out of 24004 with flag 3383154/81001
24.97/24.08	c cleaning 12999 clauses out of 26014 with flag 3913939/95002
29.77/28.81	c cleaning 13998 clauses out of 28014 with flag 4474426/110001
35.18/34.21	c cleaning 15003 clauses out of 30015 with flag 5083672/126000
41.33/40.36	c cleaning 15999 clauses out of 32012 with flag 5725669/143000
48.13/47.17	c cleaning 17001 clauses out of 34014 with flag 6467184/161001
55.34/54.35	c cleaning 18001 clauses out of 36014 with flag 7266816/180002
63.64/62.62	c cleaning 18999 clauses out of 38011 with flag 8095709/200000
72.74/71.75	c cleaning 19996 clauses out of 40012 with flag 8986281/221000
81.19/80.11	c cleaning 21007 clauses out of 42017 with flag 9777016/243001
88.29/87.21	c cleaning 21997 clauses out of 44009 with flag 10260239/266000
96.09/95.06	c cleaning 23000 clauses out of 46012 with flag 12141732/290000
104.79/103.73	c cleaning 23998 clauses out of 48012 with flag 12730498/315000
112.59/111.54	c cleaning 25006 clauses out of 50016 with flag 13731319/341002
120.89/119.72	c cleaning 25990 clauses out of 52008 with flag 14732420/368000
129.19/128.07	c cleaning 26990 clauses out of 54019 with flag 15709704/396001
139.29/138.10	c cleaning 28008 clauses out of 56032 with flag 17032645/425004
149.39/148.26	c cleaning 28994 clauses out of 58021 with flag 18430984/455001
160.16/158.84	c cleaning 30002 clauses out of 60027 with flag 19041493/486001
171.26/169.95	c cleaning 30995 clauses out of 62024 with flag 19741711/518000
183.86/182.60	c cleaning 31997 clauses out of 64029 with flag 20457571/551000
197.65/196.20	c cleaning 33003 clauses out of 66032 with flag 21218988/585000
211.44/209.99	c cleaning 34001 clauses out of 68030 with flag 22035729/620001
226.24/224.73	c cleaning 34997 clauses out of 70028 with flag 22859893/656000
242.32/240.64	c cleaning 36000 clauses out of 72032 with flag 23659089/693001
258.62/256.94	c cleaning 37000 clauses out of 74033 with flag 24547393/731002
276.13/274.23	c cleaning 38005 clauses out of 76033 with flag 25492904/770002
294.02/292.19	c cleaning 39000 clauses out of 78026 with flag 26448992/810000
313.73/311.63	c cleaning 39995 clauses out of 80027 with flag 27425590/851001
333.30/331.07	c cleaning 40999 clauses out of 82034 with flag 28380561/893003
353.59/351.37	c cleaning 41994 clauses out of 84033 with flag 29410669/936001
375.84/373.53	c cleaning 42995 clauses out of 86039 with flag 30478198/980001
398.02/395.69	c cleaning 44004 clauses out of 88043 with flag 31558883/1025000
421.48/419.10	c cleaning 45002 clauses out of 90040 with flag 32617591/1071001
445.98/443.50	c cleaning 46004 clauses out of 92039 with flag 33723774/1118002
467.33/464.86	c cleaning 47011 clauses out of 94033 with flag 34865957/1166000
492.70/490.17	c cleaning 48010 clauses out of 96023 with flag 35893399/1215001
514.47/511.90	c cleaning 48994 clauses out of 98014 with flag 37107166/1265002
534.57/531.97	c cleaning 50001 clauses out of 100020 with flag 38324069/1316002
554.56/551.86	c cleaning 51002 clauses out of 102020 with flag 39651612/1368003
575.72/572.90	c cleaning 52008 clauses out of 104016 with flag 40926617/1421001
598.29/595.42	c cleaning 52998 clauses out of 106009 with flag 42261581/1475002
627.04/624.15	c cleaning 53996 clauses out of 108011 with flag 43619794/1530002
656.12/653.17	c cleaning 54996 clauses out of 110015 with flag 44965873/1586002
688.58/685.48	c cleaning 56002 clauses out of 112019 with flag 46369128/1643002
722.26/719.03	c cleaning 57000 clauses out of 114015 with flag 47855346/1701000
759.24/755.99	c cleaning 57997 clauses out of 116016 with flag 49377037/1760001
795.64/792.25	c cleaning 59000 clauses out of 118019 with flag 50922941/1820001
833.34/829.81	c cleaning 60000 clauses out of 120020 with flag 52487213/1881002
871.61/868.02	c cleaning 61002 clauses out of 122018 with flag 54108647/1943000
904.27/900.68	c cleaning 62009 clauses out of 124017 with flag 55662549/2006001
938.71/934.94	c cleaning 62998 clauses out of 126008 with flag 57211282/2070001
967.78/963.97	c cleaning 63995 clauses out of 128010 with flag 58679139/2135001
1003.68/999.67	c cleaning 65000 clauses out of 130014 with flag 60246998/2201000
1039.58/1035.47	c cleaning 65989 clauses out of 132014 with flag 61744203/2268000
1081.04/1076.77	c cleaning 67006 clauses out of 134027 with flag 63292789/2336002
1122.02/1117.50	c cleaning 68007 clauses out of 136022 with flag 64874358/2405003
1161.88/1157.39	c cleaning 69005 clauses out of 138013 with flag 66492862/2475001
1205.34/1200.70	c cleaning 70002 clauses out of 140009 with flag 68132418/2546002
1255.11/1250.39	c cleaning 70988 clauses out of 142005 with flag 69808363/2618000
1301.67/1296.73	c cleaning 72002 clauses out of 144018 with flag 71475114/2691001
1348.56/1343.53	c cleaning 73000 clauses out of 146016 with flag 73107907/2765001
1397.15/1391.95	c cleaning 74001 clauses out of 148016 with flag 74810903/2840001
1445.67/1440.38	c cleaning 74999 clauses out of 150014 with flag 76499844/2916000
1497.93/1492.43	c cleaning 76005 clauses out of 152016 with flag 78209868/2993001
1553.26/1547.62	c cleaning 76994 clauses out of 154013 with flag 79927478/3071003
1605.93/1600.11	c cleaning 77999 clauses out of 156018 with flag 81642438/3150002
1665.12/1659.17	c cleaning 78996 clauses out of 158017 with flag 83339747/3230000
1724.22/1718.07	c cleaning 80007 clauses out of 160022 with flag 85165121/3311001
1781.15/1774.73	c cleaning 81000 clauses out of 162014 with flag 86934522/3393000
1800.08/1793.60	c starts		: 7824
1800.08/1793.60	c conflicts		: 3427349
1800.08/1793.60	c decisions		: 5146099
1800.08/1793.60	c propagations		: 1306685729
1800.08/1793.60	c inspects		: 27789856667
1800.08/1793.60	c shortcuts		: 0
1800.08/1793.60	c learnt literals	: 0
1800.08/1793.60	c learnt binary clauses	: 0
1800.08/1793.60	c learnt ternary clauses	: 4008
1800.08/1793.60	c learnt constraints	: 3427349
1800.08/1793.60	c ignored constraints	: 0
1800.08/1793.60	c root simplifications	: 0
1800.08/1793.60	c removed literals (reason simplification)	: 0
1800.08/1793.60	c reason swapping (by a shorter reason)	: 0
1800.08/1793.60	c Calls to reduceDB	: 78
1800.08/1793.60	c Number of update (reduction) of LBD	: 1377914
1800.08/1793.60	c timeout
1800.08/1793.60	c Imported unit clauses	: 0
1800.08/1793.60	c number of reductions to clauses (during analyze)	: 0
1800.08/1793.60	c number of learned constraints concerned by reduction	: 0
1800.08/1793.60	c number of learning phase by resolution	: 0
1800.08/1793.60	c number of learning phase by cutting planes	: 0
1800.08/1793.60	c speed (assignments/second)	: 728698.2826021733
1800.08/1793.60	c non guided choices	58521
1800.08/1793.63	c learnt constraints type 
1800.08/1793.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115363
1800.08/1793.63	s UNKNOWN
1800.08/1793.63	c Total wall clock time (in seconds): 1793.518

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-4090090-1466037552/watcher-4090090-1466037552 -o /tmp/evaluation-result-4090090-1466037552/solver-4090090-1466037552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090090-1466037552.opb 

pid=10361
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.09 2.04 2.00 2/194 10364
/proc/meminfo: memFree=31281064/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5805086 98570240 977 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 24065 977 743 9 0 16771 0
[pid=10364/tid=10365] ppid=10361 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5805087 98570240 977 33554432000 1073741824 1073778376 140736495667216 139722459069992 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.04 2.00 2/194 10364
/proc/meminfo: memFree=31281064/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 5805086 9787879424 6050 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2389619 6050 2125 9 0 2380296 0
[pid=10364/tid=10365] ppid=10361 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 5805087 9787879424 6050 33554432000 1073741824 1073778376 140736495667216 139722459073440 224925891640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200315 s]
/proc/loadavg: 2.09 2.04 2.00 2/194 10364
/proc/meminfo: memFree=31281064/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 4718 0 1 0 24 2 0 0 20 0 18 0 5805086 9787879424 12400 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2389619 12400 2201 9 0 2380296 0
[pid=10364/tid=10365] ppid=10361 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 18 0 5805087 9787879424 12400 33554432000 1073741824 1073778376 140736495667216 139722459073440 139722282351884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300334 s]
/proc/loadavg: 2.09 2.04 2.00 2/194 10364
/proc/meminfo: memFree=31281064/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 5789 0 1 0 44 3 0 0 20 0 18 0 5805086 9787879424 27019 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2389619 27020 2229 9 0 2380296 0
[pid=10364/tid=10365] ppid=10361 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2432 0 1 0 25 2 0 0 20 0 18 0 5805087 9787879424 27020 33554432000 1073741824 1073778376 140736495667216 139722459073440 139722282361551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700267 s]
/proc/loadavg: 2.09 2.04 2.00 2/194 10364
/proc/meminfo: memFree=31281064/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 8290 0 1 0 124 4 0 0 20 0 19 0 5805086 9856040960 31914 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2406260 31914 2260 9 0 2396937 0
[pid=10364/tid=10365] ppid=10361 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2451 0 1 0 64 3 0 0 20 0 19 0 5805087 9856040960 31914 33554432000 1073741824 1073778376 140736495667216 139722459074808 139722282863224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 10383
/proc/meminfo: memFree=31160884/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 10291 0 1 0 219 4 0 0 20 0 19 0 5805086 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2406260 32493 2266 9 0 2396937 0
[pid=10364/tid=10365] ppid=10361 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2453 0 1 0 144 3 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722459072936 139722282983043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10367] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10367/stat : 10367 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722420566568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10368] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10368/stat : 10368 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722419513768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10369] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10369/stat : 10369 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722418460968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10370] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10370/stat : 10370 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722417408168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10371] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10371/stat : 10371 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722416356392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10372] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10372/stat : 10372 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722415303592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10373] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10373/stat : 10373 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722414250792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10374] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10374/stat : 10374 (java) S 10361 10364 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722413197992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10375] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10375/stat : 10375 (java) S 10361 10364 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722400786920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10376] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10376/stat : 10376 (java) S 10361 10364 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722282231032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10377] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10377/stat : 10377 (java) S 10361 10364 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722281178120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10378] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10378/stat : 10378 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722280126608 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10379] ppid=10361 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10364/task/10379/stat : 10379 (java) S 10361 10364 4966 0 -1 4202560 2160 0 0 0 33 0 0 0 20 0 19 0 5805091 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722279074744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10380] ppid=10361 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/10364/task/10380/stat : 10380 (java) S 10361 10364 4966 0 -1 4202560 4400 0 0 0 38 0 0 0 20 0 19 0 5805091 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722278021944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10381] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10381/stat : 10381 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722276969336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10382] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10382/stat : 10382 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722275916744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10383] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10383/stat : 10383 (java) S 10361 10364 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5805129 9856040960 32493 33554432000 1073741824 1073778376 140736495667216 139722274862248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 10383
/proc/meminfo: memFree=31139100/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 15443 0 1 0 395 5 0 0 20 0 19 0 5805086 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2406260 38806 2270 9 0 2396937 0
[pid=10364/tid=10365] ppid=10361 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2461 0 1 0 304 3 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722459073080 139722282890698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10367] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10367/stat : 10367 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722420566568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10368] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10368/stat : 10368 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722419513768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10369] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10369/stat : 10369 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722418460968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10370] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10370/stat : 10370 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722417408168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10371] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10371/stat : 10371 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722416356392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10372] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10372/stat : 10372 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722415303592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10373] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10373/stat : 10373 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722414250792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10374] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10374/stat : 10374 (java) S 10361 10364 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722413197992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10375] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10375/stat : 10375 (java) S 10361 10364 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722400786920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10376] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10376/stat : 10376 (java) S 10361 10364 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722282231032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10377] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10377/stat : 10377 (java) S 10361 10364 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722281178120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10378] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10378/stat : 10378 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722280126608 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10379] ppid=10361 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/10364/task/10379/stat : 10379 (java) S 10361 10364 4966 0 -1 4202560 7301 0 0 0 48 0 0 0 20 0 19 0 5805091 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722279074744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10380] ppid=10361 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10364/task/10380/stat : 10380 (java) S 10361 10364 4966 0 -1 4202560 4403 0 0 0 40 0 0 0 20 0 19 0 5805091 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722278021944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10381] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10381/stat : 10381 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722276969336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10382] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10382/stat : 10382 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722275916744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10383] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10383/stat : 10383 (java) S 10361 10364 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5805129 9856040960 38806 33554432000 1073741824 1073778376 140736495667216 139722274862248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 10383
/proc/meminfo: memFree=31122592/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9625040 CPUtime=7.25 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 15497 0 1 0 718 7 0 0 20 0 19 0 5805086 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2406260 45426 2284 9 0 2396937 0
[pid=10364/tid=10365] ppid=10361 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2473 0 1 0 622 4 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722459073832 139722282983170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10367] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10367/stat : 10367 (java) S 10361 10364 4966 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722420566568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10368] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10368/stat : 10368 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722419513768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10369] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10369/stat : 10369 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722418460968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10370] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10370/stat : 10370 (java) S 10361 10364 4966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722417408168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10371] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10371/stat : 10371 (java) S 10361 10364 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722416356392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10372] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10372/stat : 10372 (java) S 10361 10364 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722415303592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10373] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10373/stat : 10373 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722414250792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10374] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10374/stat : 10374 (java) S 10361 10364 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5805087 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722413197992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10375] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10375/stat : 10375 (java) S 10361 10364 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722400786920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10376] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10376/stat : 10376 (java) S 10361 10364 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722282231032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10377] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10377/stat : 10377 (java) S 10361 10364 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722281178120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10378] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10378/stat : 10378 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722280126608 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10379] ppid=10361 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10364/task/10379/stat : 10379 (java) S 10361 10364 4966 0 -1 4202560 7301 0 0 0 50 0 0 0 20 0 19 0 5805091 9856040960 45426 33554432000 1073741824 1073778376 140736495667216 139722279074744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10380] ppid=10361 vsize=9625040 CPUtime=0.41 cores=0,2,4,6

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

[pid=10364/tid=10376] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10376/stat : 10376 (java) S 10361 10364 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722282231032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10377] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10377/stat : 10377 (java) S 10361 10364 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722281178120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10378] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10378/stat : 10378 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722280126608 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10379] ppid=10361 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10364/task/10379/stat : 10379 (java) S 10361 10364 4966 0 -1 4202560 7301 0 0 0 50 0 0 0 20 0 19 0 5805091 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722279074744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10380] ppid=10361 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/10364/task/10380/stat : 10380 (java) S 10361 10364 4966 0 -1 4202560 4410 0 0 0 46 0 0 0 20 0 19 0 5805091 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722278021944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10381] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10381/stat : 10381 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722276969336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10382] ppid=10361 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10364/task/10382/stat : 10382 (java) S 10361 10364 4966 0 -1 4202560 96 0 0 0 28 27 0 0 20 0 19 0 5805091 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722275916744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10383] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10383/stat : 10383 (java) S 10361 10364 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5805129 9856040960 109122 33554432000 1073741824 1073778376 140736495667216 139722274862248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1668.34
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.01 1.11 1.45 2/189 10480
/proc/meminfo: memFree=31106852/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9625040 CPUtime=1728.52 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 18726 0 1 0 172754 98 0 0 20 0 19 0 5805086 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2406260 108515 2293 9 0 2396937 0
[pid=10364/tid=10365] ppid=10361 vsize=9625040 CPUtime=1719.21 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2544 0 1 0 171890 31 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722459066064 139722282779495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10367] ppid=10361 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/10364/task/10367/stat : 10367 (java) S 10361 10364 4966 0 -1 4202560 480 0 0 0 81 10 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722420566568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10368] ppid=10361 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/10364/task/10368/stat : 10368 (java) S 10361 10364 4966 0 -1 4202560 309 0 0 0 73 9 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722419513768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10369] ppid=10361 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/10364/task/10369/stat : 10369 (java) S 10361 10364 4966 0 -1 4202560 214 0 0 0 77 8 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722418460968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10370] ppid=10361 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/10364/task/10370/stat : 10370 (java) S 10361 10364 4966 0 -1 4202560 320 0 0 0 81 10 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722417408168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10371] ppid=10361 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/10364/task/10371/stat : 10371 (java) S 10361 10364 4966 0 -1 4202560 348 0 0 0 84 11 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722416356392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10372] ppid=10361 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/10364/task/10372/stat : 10372 (java) S 10361 10364 4966 0 -1 4202560 504 0 0 0 87 10 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722415303592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10373] ppid=10361 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/10364/task/10373/stat : 10373 (java) S 10361 10364 4966 0 -1 4202560 240 0 0 0 81 8 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722414250792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10374] ppid=10361 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/10364/task/10374/stat : 10374 (java) S 10361 10364 4966 0 -1 4202560 319 0 0 0 78 6 0 0 20 0 19 0 5805087 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722413197992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10375] ppid=10361 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10364/task/10375/stat : 10375 (java) S 10361 10364 4966 0 -1 4202560 373 0 0 0 97 4 0 0 20 0 19 0 5805089 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722400786920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10376] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10376/stat : 10376 (java) S 10361 10364 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722282231032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10377] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10377/stat : 10377 (java) S 10361 10364 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722281178120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10378] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10378/stat : 10378 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722280126608 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10379] ppid=10361 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10364/task/10379/stat : 10379 (java) S 10361 10364 4966 0 -1 4202560 7301 0 0 0 50 0 0 0 20 0 19 0 5805091 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722279074744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10380] ppid=10361 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/10364/task/10380/stat : 10380 (java) S 10361 10364 4966 0 -1 4202560 4410 0 0 0 46 0 0 0 20 0 19 0 5805091 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722278021944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10381] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10381/stat : 10381 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722276969336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10382] ppid=10361 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/10364/task/10382/stat : 10382 (java) S 10361 10364 4966 0 -1 4202560 100 0 0 0 29 28 0 0 20 0 19 0 5805091 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722275916744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10383] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10383/stat : 10383 (java) S 10361 10364 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5805129 9856040960 108515 33554432000 1073741824 1073778376 140736495667216 139722274862248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.06 1.11 1.43 2/189 10481
/proc/meminfo: memFree=31140676/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9625040 CPUtime=1788.75 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 18736 0 1 0 178776 99 0 0 20 0 19 0 5805086 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2406260 98957 2293 9 0 2396937 0
[pid=10364/tid=10365] ppid=10361 vsize=9625040 CPUtime=1779.04 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2548 0 1 0 177872 32 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722459066064 139722282923232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10367] ppid=10361 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10364/task/10367/stat : 10367 (java) S 10361 10364 4966 0 -1 4202560 480 0 0 0 86 10 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722420566568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10368] ppid=10361 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/10364/task/10368/stat : 10368 (java) S 10361 10364 4966 0 -1 4202560 309 0 0 0 75 9 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722419513768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10369] ppid=10361 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/10364/task/10369/stat : 10369 (java) S 10361 10364 4966 0 -1 4202560 214 0 0 0 79 8 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722418460968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10370] ppid=10361 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10364/task/10370/stat : 10370 (java) S 10361 10364 4966 0 -1 4202560 320 0 0 0 86 10 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722417408168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10371] ppid=10361 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/10364/task/10371/stat : 10371 (java) S 10361 10364 4966 0 -1 4202560 348 0 0 0 88 11 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722416356392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10372] ppid=10361 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10364/task/10372/stat : 10372 (java) S 10361 10364 4966 0 -1 4202560 504 0 0 0 91 10 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722415303592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10373] ppid=10361 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/10364/task/10373/stat : 10373 (java) S 10361 10364 4966 0 -1 4202560 240 0 0 0 83 8 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722414250792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10374] ppid=10361 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/10364/task/10374/stat : 10374 (java) S 10361 10364 4966 0 -1 4202560 319 0 0 0 82 6 0 0 20 0 19 0 5805087 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722413197992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10375] ppid=10361 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/10364/task/10375/stat : 10375 (java) S 10361 10364 4966 0 -1 4202560 375 0 0 0 105 4 0 0 20 0 19 0 5805089 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722400786920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10376] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10376/stat : 10376 (java) S 10361 10364 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722282231032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10377] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10377/stat : 10377 (java) S 10361 10364 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722281178120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10378] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10378/stat : 10378 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722280126608 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10379] ppid=10361 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10364/task/10379/stat : 10379 (java) S 10361 10364 4966 0 -1 4202560 7301 0 0 0 50 0 0 0 20 0 19 0 5805091 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722279074744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10380] ppid=10361 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/10364/task/10380/stat : 10380 (java) S 10361 10364 4966 0 -1 4202560 4410 0 0 0 46 0 0 0 20 0 19 0 5805091 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722278021944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10381] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10381/stat : 10381 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722276969336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10382] ppid=10361 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/10364/task/10382/stat : 10382 (java) S 10361 10364 4966 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 5805091 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722275916744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10383] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10383/stat : 10383 (java) S 10361 10364 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5805129 9856040960 98957 33554432000 1073741824 1073778376 140736495667216 139722274862248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 1.05 1.10 1.42 2/189 10481
/proc/meminfo: memFree=31142168/32872528 swapFree=162364/176672
[pid=10364] ppid=10361 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/10364/stat : 10364 (java) S 10361 10364 4966 0 -1 4202496 18739 0 1 0 179909 99 0 0 20 0 19 0 5805086 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 140736495658352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10364/statm: 2406260 98588 2293 9 0 2396937 0
[pid=10364/tid=10365] ppid=10361 vsize=9625040 CPUtime=1790.32 cores=0,2,4,6
/proc/10364/task/10365/stat : 10365 (java) R 10361 10364 4966 0 -1 4202560 2549 0 1 0 179000 32 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722459073728 139722282983170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10367] ppid=10361 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/10364/task/10367/stat : 10367 (java) S 10361 10364 4966 0 -1 4202560 480 0 0 0 87 10 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722420566568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10368] ppid=10361 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/10364/task/10368/stat : 10368 (java) S 10361 10364 4966 0 -1 4202560 309 0 0 0 76 9 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722419513768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10369] ppid=10361 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/10364/task/10369/stat : 10369 (java) S 10361 10364 4966 0 -1 4202560 214 0 0 0 80 8 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722418460968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10364/tid=10370] ppid=10361 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10364/task/10370/stat : 10370 (java) S 10361 10364 4966 0 -1 4202560 320 0 0 0 86 10 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722417408168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10371] ppid=10361 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/10364/task/10371/stat : 10371 (java) S 10361 10364 4966 0 -1 4202560 348 0 0 0 89 11 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722416356392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10372] ppid=10361 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10364/task/10372/stat : 10372 (java) S 10361 10364 4966 0 -1 4202560 504 0 0 0 91 10 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722415303592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10373] ppid=10361 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/10364/task/10373/stat : 10373 (java) S 10361 10364 4966 0 -1 4202560 240 0 0 0 85 8 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722414250792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10374] ppid=10361 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/10364/task/10374/stat : 10374 (java) S 10361 10364 4966 0 -1 4202560 319 0 0 0 82 6 0 0 20 0 19 0 5805087 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722413197992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10375] ppid=10361 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/10364/task/10375/stat : 10375 (java) S 10361 10364 4966 0 -1 4202560 377 0 0 0 105 4 0 0 20 0 19 0 5805089 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722400786920 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10364/tid=10376] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10376/stat : 10376 (java) S 10361 10364 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722282231032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10377] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10377/stat : 10377 (java) S 10361 10364 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5805089 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722281178120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10378] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10378/stat : 10378 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722280126608 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10379] ppid=10361 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10364/task/10379/stat : 10379 (java) S 10361 10364 4966 0 -1 4202560 7301 0 0 0 50 0 0 0 20 0 19 0 5805091 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722279074744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10380] ppid=10361 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/10364/task/10380/stat : 10380 (java) S 10361 10364 4966 0 -1 4202560 4410 0 0 0 46 0 0 0 20 0 19 0 5805091 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722278021944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10381] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10381/stat : 10381 (java) S 10361 10364 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5805091 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722276969336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10364/tid=10382] ppid=10361 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10364/task/10382/stat : 10382 (java) S 10361 10364 4966 0 -1 4202560 104 0 0 0 32 30 0 0 20 0 19 0 5805091 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722275916744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10364/tid=10383] ppid=10361 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10364/task/10383/stat : 10383 (java) S 10361 10364 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5805129 9856040960 98588 33554432000 1073741824 1073778376 140736495667216 139722274862248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 10364 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.63
CPU time (s): 1800.78
CPU user time (s): 1799.26
CPU system time (s): 1.52277
CPU usage (%): 100.398
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.52277
maximum resident set size= 716140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18771
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40245
involuntary context switches= 22637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5134 second user time and 13.352 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 02:39:12
IDJOB=4090090
IDBENCH=107499
IDSOLVER=2546
FILE ID=node105/4090090-1466037552
RUNJOBID= node105-1466009078-4982
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l100-r099-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090090-1466037552/watcher-4090090-1466037552 -o /tmp/evaluation-result-4090090-1466037552/solver-4090090-1466037552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090090-1466037552.opb

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

MD5SUM BENCH= 451a1f13d8211d4ccb0e9ba184e8d373
RANDOM SEED=2021736111

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31281684 kB
Buffers:           96600 kB
Cached:           346500 kB
SwapCached:            0 kB
Active:           354240 kB
Inactive:         355972 kB
Active(anon):     269792 kB
Inactive(anon):        0 kB
Active(file):      84448 kB
Inactive(file):   355972 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:        443364 kB
Mapped:            21992 kB
Shmem:               204 kB
Slab:             573864 kB
SReclaimable:      17404 kB
SUnreclaim:       556460 kB
KernelStack:        1624 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     912188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 71748 MiB
End job on node105 at 2016-06-16 03:09:05