Trace number 4108136

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.68 1797.44

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6013_2-unsat.opb
MD5SUMc3eb9faf1d58b30f1971366448425ca3
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 variables12322
Total number of constraints38967
Number of constraints which are clauses38567
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints400
Minimum length of a constraint1
Maximum length of a constraint60
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 394
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4108136-1466291478.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.90/0.56	c ... done. Wall clock time 0.464s.
0.90/0.56	c declared #vars     12322
0.90/0.56	c #constraints  38967
0.90/0.56	c constraints type 
0.90/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4898
0.90/0.57	c org.sat4j.specs.Constr$1 => 3430
0.90/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28970
0.90/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 1269
0.90/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 400
0.90/0.57	c 38967 constraints processed.
2.84/1.92	c cleaning 2494 clauses out of 5001 with flag 25949/5001
4.22/3.25	c cleaning 4252 clauses out of 8507 with flag 64984/11001
5.63/4.62	c cleaning 5621 clauses out of 11255 with flag 110355/18001
7.33/6.38	c cleaning 6809 clauses out of 13634 with flag 164098/26001
9.54/8.56	c cleaning 7901 clauses out of 15825 with flag 224174/35001
12.05/11.06	c cleaning 8957 clauses out of 17925 with flag 303177/45002
14.94/13.92	c cleaning 9977 clauses out of 19967 with flag 380966/56001
18.15/17.18	c cleaning 10982 clauses out of 21991 with flag 475032/68002
21.15/20.11	c cleaning 11993 clauses out of 24007 with flag 570442/81000
24.65/23.64	c cleaning 13006 clauses out of 26014 with flag 673323/95001
28.25/27.23	c cleaning 13983 clauses out of 28007 with flag 783461/110000
32.75/31.78	c cleaning 15003 clauses out of 30024 with flag 917633/126000
37.39/36.36	c cleaning 16007 clauses out of 32021 with flag 1055261/143000
42.08/41.07	c cleaning 16994 clauses out of 34015 with flag 1202587/161001
47.39/46.35	c cleaning 18005 clauses out of 36021 with flag 1352706/180001
52.89/51.80	c cleaning 18996 clauses out of 38016 with flag 1517899/200001
57.98/56.93	c cleaning 20004 clauses out of 40020 with flag 1677514/221001
64.38/63.34	c cleaning 21005 clauses out of 42016 with flag 1854309/243001
71.18/70.11	c cleaning 21991 clauses out of 44009 with flag 2044072/266000
78.19/77.18	c cleaning 23003 clauses out of 46019 with flag 2261347/290001
85.29/84.26	c cleaning 23990 clauses out of 48016 with flag 2486823/315001
92.78/91.77	c cleaning 24991 clauses out of 50025 with flag 2738224/341000
100.88/99.81	c cleaning 26006 clauses out of 52035 with flag 2965108/368001
109.28/108.30	c cleaning 27003 clauses out of 54031 with flag 3194304/396003
118.38/117.32	c cleaning 28001 clauses out of 56025 with flag 3434186/425000
127.48/126.43	c cleaning 29007 clauses out of 58025 with flag 3679877/455001
137.39/136.37	c cleaning 29988 clauses out of 60017 with flag 3921853/486000
148.06/146.94	c cleaning 31014 clauses out of 62031 with flag 4184985/518002
158.76/157.62	c cleaning 32001 clauses out of 64015 with flag 4456812/551000
169.36/168.26	c cleaning 33001 clauses out of 66015 with flag 4736890/585001
180.66/179.50	c cleaning 34001 clauses out of 68013 with flag 5026889/620000
192.76/191.61	c cleaning 34992 clauses out of 70012 with flag 5320202/656000
204.76/203.63	c cleaning 35997 clauses out of 72021 with flag 5610707/693001
217.76/216.60	c cleaning 37006 clauses out of 74025 with flag 5907058/731002
230.95/229.90	c cleaning 38001 clauses out of 76017 with flag 6214751/770000
244.97/243.89	c cleaning 39005 clauses out of 78016 with flag 6523346/810000
260.64/259.49	c cleaning 39995 clauses out of 80013 with flag 6840766/851002
276.04/274.80	c cleaning 41000 clauses out of 82018 with flag 7184252/893002
290.34/289.20	c cleaning 42005 clauses out of 84016 with flag 7499796/936000
306.34/305.16	c cleaning 42996 clauses out of 86011 with flag 7832177/980000
323.03/321.83	c cleaning 44008 clauses out of 88020 with flag 8174741/1025005
341.14/339.96	c cleaning 44994 clauses out of 90007 with flag 8523682/1071000
360.34/359.19	c cleaning 45984 clauses out of 92013 with flag 8882959/1118000
379.54/378.38	c cleaning 47007 clauses out of 94029 with flag 9258092/1166000
399.02/397.72	c cleaning 48005 clauses out of 96026 with flag 9670781/1215004
419.03/417.74	c cleaning 49004 clauses out of 98017 with flag 10056725/1265000
439.82/438.50	c cleaning 49996 clauses out of 100017 with flag 10451419/1316004
461.24/459.93	c cleaning 51006 clauses out of 102019 with flag 10862057/1368002
484.13/482.81	c cleaning 51997 clauses out of 104011 with flag 11273557/1421000
507.03/505.76	c cleaning 53008 clauses out of 106015 with flag 11694629/1475001
530.95/529.58	c cleaning 54000 clauses out of 108006 with flag 12104554/1530000
557.05/555.64	c cleaning 54998 clauses out of 110006 with flag 12540563/1586000
583.24/581.87	c cleaning 55994 clauses out of 112009 with flag 12984203/1643001
608.94/607.50	c cleaning 57002 clauses out of 114016 with flag 13417561/1701002
637.13/635.70	c cleaning 58007 clauses out of 116013 with flag 13864737/1760001
666.06/664.53	c cleaning 58996 clauses out of 118005 with flag 14313876/1820000
696.86/695.33	c cleaning 59990 clauses out of 120010 with flag 14826467/1881001
727.45/725.94	c cleaning 61002 clauses out of 122019 with flag 15367115/1943000
758.24/756.74	c cleaning 62001 clauses out of 124017 with flag 15856221/2006000
790.79/789.12	c cleaning 63000 clauses out of 126016 with flag 16335299/2070000
822.31/820.68	c cleaning 64003 clauses out of 128016 with flag 16829673/2135000
855.33/853.61	c cleaning 65000 clauses out of 130017 with flag 17313010/2201004
888.73/887.03	c cleaning 65987 clauses out of 132014 with flag 17823290/2268001
926.00/924.17	c cleaning 67005 clauses out of 134026 with flag 18337523/2336000
961.70/959.84	c cleaning 68004 clauses out of 136021 with flag 18850629/2405000
999.40/997.54	c cleaning 69002 clauses out of 138017 with flag 19362273/2475000
1037.42/1035.55	c cleaning 69998 clauses out of 140015 with flag 19896041/2546000
1076.34/1074.37	c cleaning 71004 clauses out of 142018 with flag 20418978/2618001
1115.64/1113.62	c cleaning 72003 clauses out of 144013 with flag 20937290/2691000
1155.25/1153.28	c cleaning 72980 clauses out of 146010 with flag 21452224/2765000
1196.48/1194.35	c cleaning 74011 clauses out of 148030 with flag 21989154/2840000
1239.07/1236.91	c cleaning 74993 clauses out of 150019 with flag 22520585/2916000
1282.69/1280.53	c cleaning 76009 clauses out of 152027 with flag 23065648/2993001
1327.70/1325.43	c cleaning 77000 clauses out of 154019 with flag 23632337/3071002
1371.10/1368.86	c cleaning 77999 clauses out of 156019 with flag 24199575/3150002
1415.30/1413.07	c cleaning 79004 clauses out of 158021 with flag 24766193/3230003
1463.20/1460.82	c cleaning 79998 clauses out of 160014 with flag 25354391/3311000
1511.51/1509.10	c cleaning 80986 clauses out of 162016 with flag 25927198/3393000
1559.11/1556.75	c cleaning 82012 clauses out of 164030 with flag 26519658/3476000
1613.49/1611.09	c cleaning 83011 clauses out of 166022 with flag 27138183/3560004
1666.00/1663.56	c cleaning 83997 clauses out of 168007 with flag 27732358/3645000
1720.92/1718.32	c cleaning 84995 clauses out of 170010 with flag 28328135/3731000
1778.52/1775.97	c cleaning 85994 clauses out of 172017 with flag 28954671/3818002
1800.03/1797.41	c starts		: 18837
1800.03/1797.41	c conflicts		: 3855436
1800.03/1797.41	c decisions		: 5892531
1800.03/1797.41	c propagations		: 2018828647
1800.03/1797.41	c inspects		: 23423338022
1800.03/1797.41	c shortcuts		: 0
1800.03/1797.41	c learnt literals	: 2
1800.03/1797.41	c learnt binary clauses	: 49
1800.03/1797.41	c learnt ternary clauses	: 2702
1800.03/1797.41	c learnt constraints	: 3855434
1800.03/1797.41	c ignored constraints	: 0
1800.03/1797.41	c root simplifications	: 0
1800.03/1797.41	c removed literals (reason simplification)	: 0
1800.03/1797.41	c reason swapping (by a shorter reason)	: 0
1800.03/1797.41	c Calls to reduceDB	: 83
1800.03/1797.41	c Number of update (reduction) of LBD	: 1378369
1800.03/1797.41	c Imported unit clauses	: 0
1800.03/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.41	c number of learned constraints concerned by reduction	: 0
1800.03/1797.41	c number of learning phase by resolution	: 0
1800.03/1797.41	c number of learning phase by cutting planes	: 0
1800.03/1797.41	c speed (assignments/second)	: 1123562.1631880037
1800.03/1797.41	c non guided choices	38
1800.03/1797.41	c timeout
1800.03/1797.43	c learnt constraints type 
1800.03/1797.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.03/1797.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123409
1800.03/1797.43	s UNKNOWN
1800.03/1797.43	c Total wall clock time (in seconds): 1797.333

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

pid=32718
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 32721
/proc/meminfo: memFree=31193692/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 31197754 98570240 977 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 24065 977 743 9 0 16771 0
[pid=32721/tid=32722] ppid=32718 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 31197754 98570240 977 33554432000 1073741824 1073778376 140736392365232 139952731668008 224922518912 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 32721
/proc/meminfo: memFree=31193692/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 4491 0 1 0 10 2 0 0 20 0 18 0 31197754 9787879424 6119 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2389619 6119 2157 9 0 2380296 0
[pid=32721/tid=32722] ppid=32718 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 31197754 9787879424 6119 33554432000 1073741824 1073778376 140736392365232 139952731671456 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 32721
/proc/meminfo: memFree=31193692/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 4986 0 1 0 26 2 0 0 20 0 18 0 31197754 9787879424 7029 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2389619 7029 2215 9 0 2380296 0
[pid=32721/tid=32722] ppid=32718 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 31197754 9787879424 7029 33554432000 1073741824 1073778376 140736392365232 139952731672808 139952599983087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300277 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 32721
/proc/meminfo: memFree=31193692/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 6387 0 1 0 48 2 0 0 20 0 18 0 31197754 9787879424 9466 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2389619 9466 2233 9 0 2380296 0
[pid=32721/tid=32722] ppid=32718 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2400 0 1 0 26 1 0 0 20 0 18 0 31197754 9787879424 9466 33554432000 1073741824 1073778376 140736392365232 139952731672808 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 2.23 2.07 2.02 3/194 32721
/proc/meminfo: memFree=31193692/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 11948 0 1 0 143 5 0 0 20 0 19 0 31197754 9856040960 31065 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2406260 31065 2260 9 0 2396937 0
[pid=32721/tid=32722] ppid=32718 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2450 0 1 0 65 2 0 0 20 0 19 0 31197754 9856040960 31065 33554432000 1073741824 1073778376 140736392365232 139952731664536 139952599922191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.23 2.07 2.02 3/213 32740
/proc/meminfo: memFree=31077944/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 11954 0 1 0 233 5 0 0 20 0 19 0 31197754 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2406260 31070 2264 9 0 2396937 0
[pid=32721/tid=32722] ppid=32718 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2451 0 1 0 145 2 0 0 20 0 19 0 31197754 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952731672968 139952600628616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32724] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952720735144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32725] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952719682600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32726] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952718629544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32727] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952572283688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32728] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952571230632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32729] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952570178088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32730] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952569125032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32731] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952568072488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32732] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952555875176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32733] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952554821496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32734] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952553768328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32735] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952552717072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32736] ppid=32718 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 26669 0 -1 4202560 5076 0 0 0 42 2 0 0 20 0 19 0 31197759 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952551663928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32737] ppid=32718 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 26669 0 -1 4202560 3154 0 0 0 42 0 0 0 20 0 19 0 31197759 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952550611384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32738] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952549558520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32739] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952548506184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32740] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197814 9856040960 31070 33554432000 1073741824 1073778376 140736392365232 139952547452456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.23 2.07 2.02 3/213 32740
/proc/meminfo: memFree=31075268/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9625040 CPUtime=4.12 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 12616 0 1 0 407 5 0 0 20 0 19 0 31197754 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2406260 32101 2271 9 0 2396937 0
[pid=32721/tid=32722] ppid=32718 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2455 0 1 0 305 2 0 0 20 0 19 0 31197754 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952731671960 139952600544031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32724] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952720735144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32725] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952719682600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32726] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952718629544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32727] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952572283688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32728] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952571230632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32729] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952570178088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32730] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952569125032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32731] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952568072488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32732] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952555875176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32733] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952554821496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32734] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952553768328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32735] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952552717072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32736] ppid=32718 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 26669 0 -1 4202560 5080 0 0 0 47 2 0 0 20 0 19 0 31197759 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952551663928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32737] ppid=32718 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 26669 0 -1 4202560 3808 0 0 0 51 2 0 0 20 0 19 0 31197759 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952550611384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32738] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952549558520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32739] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952548506184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32740] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197814 9856040960 32101 33554432000 1073741824 1073778376 140736392365232 139952547452456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.21 2.07 2.02 3/213 32740
/proc/meminfo: memFree=31072132/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9625040 CPUtime=7.33 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 12621 0 1 0 728 5 0 0 20 0 19 0 31197754 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2406260 32728 2271 9 0 2396937 0
[pid=32721/tid=32722] ppid=32718 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2460 0 1 0 625 2 0 0 20 0 19 0 31197754 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952731670896 139952600628444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32724] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952720735144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32725] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952719682600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32726] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952718629544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32727] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952572283688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32728] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952571230632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32729] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952570178088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32730] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952569125032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32731] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31197755 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952568072488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32732] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952555875176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32733] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952554821496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32734] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952553768328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32735] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952552717072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32736] ppid=32718 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 26669 0 -1 4202560 5080 0 0 0 47 2 0 0 20 0 19 0 31197759 9856040960 32728 33554432000 1073741824 1073778376 140736392365232 139952551663928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32737] ppid=32718 vsize=9625040 CPUtime=0.54 cores=1,3,5,7

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

/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952554821496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32734] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952553768328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32735] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952552717072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32736] ppid=32718 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 26669 0 -1 4202560 5086 0 0 0 51 2 0 0 20 0 19 0 31197759 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952551663928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32737] ppid=32718 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 26669 0 -1 4202560 3808 0 0 0 52 2 0 0 20 0 19 0 31197759 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952550611384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32738] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952549558520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32739] ppid=32718 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 26669 0 -1 4202560 95 0 0 0 27 34 0 0 20 0 19 0 31197759 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952548506184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32740] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197814 9856040960 131929 33554432000 1073741824 1073778376 140736392365232 139952547452456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.8
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 449
/proc/meminfo: memFree=28730580/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9625040 CPUtime=1724.92 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 14558 0 1 0 172417 75 0 0 20 0 19 0 31197754 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2406260 132887 2285 9 0 2396937 0
[pid=32721/tid=32722] ppid=32718 vsize=9625040 CPUtime=1721.7 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2495 0 1 0 172140 30 0 0 20 0 19 0 31197754 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952731664176 139952600569909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32724] ppid=32718 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 26669 0 -1 4202560 329 0 0 0 19 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952720735144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32725] ppid=32718 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 26669 0 -1 4202560 234 0 0 0 17 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952719682600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32726] ppid=32718 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 26669 0 -1 4202560 111 0 0 0 17 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952718629544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32727] ppid=32718 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 26669 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952572283688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32728] ppid=32718 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 26669 0 -1 4202560 98 0 0 0 18 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952571230632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32729] ppid=32718 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 26669 0 -1 4202560 490 0 0 0 22 7 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952570178088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32730] ppid=32718 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 26669 0 -1 4202560 140 0 0 0 14 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952569125032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32731] ppid=32718 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 26669 0 -1 4202560 122 0 0 0 16 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952568072488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32732] ppid=32718 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 26669 0 -1 4202560 110 0 0 0 1 1 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952555875176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32733] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952554821496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32734] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952553768328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32735] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952552717072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32736] ppid=32718 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 26669 0 -1 4202560 5086 0 0 0 51 2 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952551663928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32737] ppid=32718 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 26669 0 -1 4202560 3808 0 0 0 52 2 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952550611384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32738] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952549558520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32739] ppid=32718 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 26669 0 -1 4202560 99 0 0 0 29 35 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952548506184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32740] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197814 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952547452456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/214 453
/proc/meminfo: memFree=28730580/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9625040 CPUtime=1784.92 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 14562 0 1 0 178416 76 0 0 20 0 19 0 31197754 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2406260 132887 2285 9 0 2396937 0
[pid=32721/tid=32722] ppid=32718 vsize=9625040 CPUtime=1781.7 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2495 0 1 0 178139 31 0 0 20 0 19 0 31197754 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952731664176 139952600655722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32724] ppid=32718 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 26669 0 -1 4202560 329 0 0 0 19 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952720735144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32725] ppid=32718 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 26669 0 -1 4202560 234 0 0 0 17 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952719682600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32726] ppid=32718 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 26669 0 -1 4202560 111 0 0 0 17 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952718629544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32727] ppid=32718 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 26669 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952572283688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32728] ppid=32718 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 26669 0 -1 4202560 98 0 0 0 18 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952571230632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32729] ppid=32718 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 26669 0 -1 4202560 490 0 0 0 22 7 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952570178088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32730] ppid=32718 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 26669 0 -1 4202560 140 0 0 0 14 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952569125032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32731] ppid=32718 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 26669 0 -1 4202560 122 0 0 0 16 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952568072488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32732] ppid=32718 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 26669 0 -1 4202560 110 0 0 0 1 1 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952555875176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32733] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952554821496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32734] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952553768328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32735] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952552717072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32736] ppid=32718 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 26669 0 -1 4202560 5086 0 0 0 51 2 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952551663928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32737] ppid=32718 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 26669 0 -1 4202560 3808 0 0 0 52 2 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952550611384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32738] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952549558520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32739] ppid=32718 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 26669 0 -1 4202560 103 0 0 0 31 36 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952548506184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32740] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197814 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952547452456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.92
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 453
/proc/meminfo: memFree=28730588/32872528 swapFree=163656/177964
[pid=32721] ppid=32718 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/32721/stat : 32721 (java) S 32718 32721 26669 0 -1 4202496 14562 0 1 0 179927 76 0 0 20 0 19 0 31197754 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 140736392356368 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32721/statm: 2406260 132887 2285 9 0 2396937 0
[pid=32721/tid=32722] ppid=32718 vsize=9625040 CPUtime=1796.81 cores=1,3,5,7
/proc/32721/task/32722/stat : 32722 (java) R 32718 32721 26669 0 -1 4202560 2495 0 1 0 179650 31 0 0 20 0 19 0 31197754 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952731664176 139952600654915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32724] ppid=32718 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32721/task/32724/stat : 32724 (java) S 32718 32721 26669 0 -1 4202560 329 0 0 0 19 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952720735144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32725] ppid=32718 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32721/task/32725/stat : 32725 (java) S 32718 32721 26669 0 -1 4202560 234 0 0 0 17 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952719682600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32726] ppid=32718 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32721/task/32726/stat : 32726 (java) S 32718 32721 26669 0 -1 4202560 111 0 0 0 17 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952718629544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32721/tid=32727] ppid=32718 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/32721/task/32727/stat : 32727 (java) S 32718 32721 26669 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952572283688 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32728] ppid=32718 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32721/task/32728/stat : 32728 (java) S 32718 32721 26669 0 -1 4202560 98 0 0 0 18 6 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952571230632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32729] ppid=32718 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/32721/task/32729/stat : 32729 (java) S 32718 32721 26669 0 -1 4202560 490 0 0 0 22 7 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952570178088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32730] ppid=32718 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/32721/task/32730/stat : 32730 (java) S 32718 32721 26669 0 -1 4202560 140 0 0 0 14 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952569125032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32731] ppid=32718 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/32721/task/32731/stat : 32731 (java) S 32718 32721 26669 0 -1 4202560 122 0 0 0 16 5 0 0 20 0 19 0 31197755 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952568072488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32732] ppid=32718 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/32721/task/32732/stat : 32732 (java) S 32718 32721 26669 0 -1 4202560 110 0 0 0 1 1 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952555875176 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32733] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32733/stat : 32733 (java) S 32718 32721 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952554821496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32734] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32734/stat : 32734 (java) S 32718 32721 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31197756 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952553768328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32735] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32735/stat : 32735 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952552717072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32721/tid=32736] ppid=32718 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/32721/task/32736/stat : 32736 (java) S 32718 32721 26669 0 -1 4202560 5086 0 0 0 51 2 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952551663928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32737] ppid=32718 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/32721/task/32737/stat : 32737 (java) S 32718 32721 26669 0 -1 4202560 3808 0 0 0 52 2 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952550611384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32738] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32738/stat : 32738 (java) S 32718 32721 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952549558520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32721/tid=32739] ppid=32718 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32721/task/32739/stat : 32739 (java) S 32718 32721 26669 0 -1 4202560 103 0 0 0 31 36 0 0 20 0 19 0 31197759 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952548506184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32721/tid=32740] ppid=32718 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32721/task/32740/stat : 32740 (java) S 32718 32721 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31197814 9856040960 132887 33554432000 1073741824 1073778376 140736392365232 139952547452456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 32721 sig 9
??? kill -32721 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.44
CPU time (s): 1800.68
CPU user time (s): 1799.37
CPU system time (s): 1.3118
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 1.3118
maximum resident set size= 542512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14595
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38398
involuntary context switches= 9180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3113 second user time and 12.874 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-19 01:11:18
IDJOB=4108136
IDBENCH=75736
IDSOLVER=2546
FILE ID=node105/4108136-1466291478
RUNJOBID= node105-1466265085-26686
PBS_JOBID= 19918230
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6013_2-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108136-1466291478/watcher-4108136-1466291478 -o /tmp/evaluation-result-4108136-1466291478/solver-4108136-1466291478 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108136-1466291478.opb

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

MD5SUM BENCH= c3eb9faf1d58b30f1971366448425ca3
RANDOM SEED=675797922

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:        31193940 kB
Buffers:          106068 kB
Cached:           286244 kB
SwapCached:         1684 kB
Active:           453856 kB
Inactive:         294620 kB
Active(anon):     356068 kB
Inactive(anon):     2976 kB
Active(file):      97788 kB
Inactive(file):   291644 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:        611920 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             609332 kB
SReclaimable:      51640 kB
SUnreclaim:       557692 kB
KernelStack:        1760 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     820688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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= 71736 MiB
End job on node105 at 2016-06-19 01:41:16