Trace number 4121814

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 PB16UNSAT 767.16 765.506

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n90-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM968681533c7756e7b513b1ba15f3193d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.9384
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables135
Total number of constraints360
Number of constraints which are clauses360
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4121814-1467315635.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.048s.
0.11/0.15	c declared #vars     135
0.11/0.15	c #constraints  360
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.11/0.15	c 360 constraints processed.
0.66/0.43	c cleaning 2498 clauses out of 5000 with flag 17066/5000
1.11/0.61	c cleaning 4247 clauses out of 8503 with flag 44780/11001
1.32/0.85	c cleaning 5624 clauses out of 11256 with flag 76448/18001
1.63/1.19	c cleaning 6813 clauses out of 13631 with flag 113702/26000
2.04/1.59	c cleaning 7909 clauses out of 15818 with flag 156942/35000
2.54/2.09	c cleaning 8948 clauses out of 17909 with flag 205823/45000
3.34/2.83	c cleaning 9976 clauses out of 19962 with flag 264611/56001
4.04/3.57	c cleaning 10989 clauses out of 21986 with flag 322757/68001
4.85/4.33	c cleaning 11995 clauses out of 23996 with flag 388912/81000
5.85/5.31	c cleaning 12995 clauses out of 26001 with flag 459907/95000
7.15/6.62	c cleaning 13999 clauses out of 28006 with flag 535007/110000
8.75/8.23	c cleaning 15000 clauses out of 30008 with flag 614395/126001
10.05/9.54	c cleaning 15997 clauses out of 32008 with flag 698743/143001
11.55/11.04	c cleaning 16998 clauses out of 34011 with flag 786498/161001
13.75/13.28	c cleaning 17996 clauses out of 36012 with flag 873076/180000
16.44/15.98	c cleaning 19003 clauses out of 38016 with flag 964690/200000
19.65/19.19	c cleaning 19996 clauses out of 40013 with flag 1062334/221000
23.24/22.71	c cleaning 21006 clauses out of 42017 with flag 1166734/243000
26.34/25.83	c cleaning 22002 clauses out of 44011 with flag 1274674/266000
29.84/29.31	c cleaning 22996 clauses out of 46009 with flag 1397781/290000
33.14/32.62	c cleaning 23997 clauses out of 48013 with flag 1515936/315000
36.85/36.37	c cleaning 25002 clauses out of 50016 with flag 1638688/341000
40.15/39.65	c cleaning 26001 clauses out of 52014 with flag 1760469/368000
43.25/42.77	c cleaning 27002 clauses out of 54014 with flag 1882336/396001
47.25/46.80	c cleaning 28000 clauses out of 56011 with flag 2008374/425000
51.95/51.48	c cleaning 28999 clauses out of 58012 with flag 2143241/455001
56.05/55.57	c cleaning 30000 clauses out of 60012 with flag 2276601/486000
60.55/60.09	c cleaning 30998 clauses out of 62012 with flag 2423633/518000
65.46/64.93	c cleaning 32002 clauses out of 64014 with flag 2571145/551000
72.35/71.81	c cleaning 33002 clauses out of 66013 with flag 2722747/585001
79.25/78.80	c cleaning 34006 clauses out of 68011 with flag 2873282/620001
86.45/85.92	c cleaning 35000 clauses out of 70005 with flag 3027865/656001
94.15/93.63	c cleaning 36000 clauses out of 72004 with flag 3185039/693000
101.54/101.05	c cleaning 37001 clauses out of 74005 with flag 3340950/731001
109.85/109.34	c cleaning 37996 clauses out of 76003 with flag 3503347/770000
118.75/118.23	c cleaning 39000 clauses out of 78008 with flag 3671605/810001
128.45/127.98	c cleaning 40000 clauses out of 80007 with flag 3840443/851000
138.06/137.55	c cleaning 41000 clauses out of 82007 with flag 4007517/893000
148.75/148.29	c cleaning 41999 clauses out of 84007 with flag 4181396/936000
159.58/159.05	c cleaning 43003 clauses out of 86009 with flag 4351901/980001
171.18/170.62	c cleaning 44000 clauses out of 88005 with flag 4527948/1025000
182.79/182.26	c cleaning 45000 clauses out of 90006 with flag 4710295/1071001
195.49/194.95	c cleaning 46000 clauses out of 92006 with flag 4901696/1118001
209.82/208.97	c cleaning 46996 clauses out of 94005 with flag 5105981/1166000
223.68/222.42	c cleaning 48001 clauses out of 96009 with flag 5306823/1215000
238.69/237.48	c cleaning 49002 clauses out of 98010 with flag 5506538/1265002
255.23/253.94	c cleaning 49998 clauses out of 100007 with flag 5709133/1316001
274.73/273.41	c cleaning 51004 clauses out of 102008 with flag 5916804/1368000
293.73/292.47	c cleaning 52001 clauses out of 104005 with flag 6128900/1421001
309.00/307.63	c cleaning 52992 clauses out of 106003 with flag 6361592/1475000
325.11/323.77	c cleaning 54002 clauses out of 108011 with flag 6600262/1530000
338.90/337.58	c cleaning 54998 clauses out of 110009 with flag 6824538/1586000
354.70/353.33	c cleaning 56000 clauses out of 112012 with flag 7042811/1643001
371.31/369.98	c cleaning 57000 clauses out of 114012 with flag 7270353/1701001
387.31/385.94	c cleaning 58003 clauses out of 116012 with flag 7492359/1760001
408.01/406.61	c cleaning 58998 clauses out of 118008 with flag 7717918/1820000
430.31/428.94	c cleaning 60001 clauses out of 120010 with flag 7949534/1881000
455.88/454.49	c cleaning 61002 clauses out of 122010 with flag 8183019/1943001
480.47/479.06	c cleaning 62002 clauses out of 124008 with flag 8415584/2006001
506.29/504.83	c cleaning 63002 clauses out of 126006 with flag 8656785/2070001
531.99/530.58	c cleaning 63997 clauses out of 128003 with flag 8897855/2135000
560.99/559.56	c cleaning 64999 clauses out of 130006 with flag 9153852/2201000
586.60/585.17	c cleaning 65994 clauses out of 132006 with flag 9420654/2268000
615.41/613.99	c cleaning 67006 clauses out of 134014 with flag 9698130/2336002
647.91/646.48	c cleaning 67999 clauses out of 136006 with flag 9979431/2405001
691.63/690.17	c cleaning 68996 clauses out of 138008 with flag 10249745/2475002
728.65/727.18	c cleaning 69998 clauses out of 140009 with flag 10526119/2546000
764.25/762.70	c cleaning 71005 clauses out of 142011 with flag 10804749/2618000
767.04/765.47	c starts		: 641
767.04/765.47	c conflicts		: 2629539
767.04/765.47	c decisions		: 3570228
767.04/765.47	c propagations		: 13545555
767.04/765.47	c inspects		: 19606120592
767.04/765.47	c shortcuts		: 0
767.04/765.47	c learnt literals	: 17
767.04/765.47	c learnt binary clauses	: 17
767.04/765.47	c learnt ternary clauses	: 36
767.04/765.47	c learnt constraints	: 2629521
767.04/765.47	c ignored constraints	: 0
767.04/765.47	c root simplifications	: 0
767.04/765.47	c removed literals (reason simplification)	: 0
767.04/765.47	c reason swapping (by a shorter reason)	: 0
767.04/765.47	c Calls to reduceDB	: 68
767.04/765.47	c Number of update (reduction) of LBD	: 352288
767.04/765.47	c Imported unit clauses	: 0
767.04/765.47	c number of reductions to clauses (during analyze)	: 0
767.04/765.47	c number of learned constraints concerned by reduction	: 0
767.04/765.47	c number of learning phase by resolution	: 0
767.04/765.47	c number of learning phase by cutting planes	: 0
767.04/765.47	c speed (assignments/second)	: 17699.181127918873
767.04/765.47	c non guided choices	911
767.16/765.50	c learnt constraints type 
767.16/765.50	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
767.16/765.50	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82513
767.16/765.50	s UNSATISFIABLE
767.16/765.50	c Total wall clock time (in seconds): 765.398

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-4121814-1467315635/watcher-4121814-1467315635 -o /tmp/evaluation-result-4121814-1467315635/solver-4121814-1467315635 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24370 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121814-1467315635.opb 

pid=24968
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.07 2.10 2.08 4/195 24971
/proc/meminfo: memFree=29573884/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 12530917 98570240 976 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 24065 976 743 9 0 16771 0
[pid=24971/tid=24972] ppid=24968 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12530918 98570240 976 33554432000 1073741824 1073778376 140736723529440 139691485007400 219513963904 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.07 2.10 2.08 4/195 24971
/proc/meminfo: memFree=29573884/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 12530917 9787879424 6105 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2389619 6105 2157 9 0 2380296 0
[pid=24971/tid=24972] ppid=24968 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 12530918 9787879424 6106 33554432000 1073741824 1073778376 140736723529440 139691485010848 219517347085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.07 2.10 2.08 4/195 24971
/proc/meminfo: memFree=29573884/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 6692 0 1 0 28 1 0 0 20 0 19 0 12530917 9856040960 7679 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 7679 2227 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 19 0 12530918 9856040960 7679 33554432000 1073741824 1073778376 140736723529440 139691485012608 139691492440202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300362 s]
/proc/loadavg: 2.07 2.10 2.08 4/195 24971
/proc/meminfo: memFree=29573884/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 7027 0 1 0 48 1 0 0 20 0 19 0 12530917 9856040960 8132 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 8132 2242 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 19 0 12530918 9856040960 8132 33554432000 1073741824 1073778376 140736723529440 139691485012608 139691345550407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.70026 s]
/proc/loadavg: 2.07 2.10 2.08 4/195 24971
/proc/meminfo: memFree=29573884/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 14192 0 1 0 119 3 0 0 20 0 19 0 12530917 9856040960 13100 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 13100 2254 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2404 0 1 0 66 1 0 0 20 0 19 0 12530918 9856040960 13100 33554432000 1073741824 1073778376 140736723529440 139691485003456 139691345491430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.06 2.10 2.08 4/214 24990
/proc/meminfo: memFree=29528144/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 14225 0 1 0 201 3 0 0 20 0 19 0 12530917 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 14129 2256 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2407 0 1 0 146 1 0 0 20 0 19 0 12530918 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691485012456 139691345491514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24974] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24974/stat : 24974 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691328436904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24975] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24975/stat : 24975 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691327384360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24976] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24976/stat : 24976 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691326331816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24977] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24977/stat : 24977 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691325279272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24978] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24978/stat : 24978 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691324225704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24979] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24979/stat : 24979 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691323173160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24980] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24980/stat : 24980 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691322120616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24981] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24981/stat : 24981 (java) S 24968 24971 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691321068072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24982] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24982/stat : 24982 (java) S 24968 24971 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691308870248 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24983] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24983/stat : 24983 (java) S 24968 24971 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691307816568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24984] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24984/stat : 24984 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691306763912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24985] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24985/stat : 24985 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691305712656 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24986] ppid=24968 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24971/task/24986/stat : 24986 (java) S 24968 24971 20692 0 -1 4202560 2290 0 0 0 21 0 0 0 20 0 19 0 12530922 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691304659000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24987] ppid=24968 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/24971/task/24987/stat : 24987 (java) S 24968 24971 20692 0 -1 4202560 8257 0 0 0 30 2 0 0 20 0 19 0 12530922 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691303606456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24988] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24988/stat : 24988 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691302554104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24989] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24989/stat : 24989 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691301501768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24990] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24990/stat : 24990 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530933 9856040960 14129 33554432000 1073741824 1073778376 140736723529440 139691300447528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.06 2.10 2.08 3/214 24990
/proc/meminfo: memFree=29523668/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 14227 0 1 0 361 3 0 0 20 0 19 0 12530917 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 15153 2256 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2409 0 1 0 306 2 0 0 20 0 19 0 12530918 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691485003456 139691345491367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24974] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24974/stat : 24974 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691328436904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24975] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24975/stat : 24975 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691327384360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24976] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24976/stat : 24976 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691326331816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24977] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24977/stat : 24977 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691325279272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24978] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24978/stat : 24978 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691324225704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24979] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24979/stat : 24979 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691323173160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24980] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24980/stat : 24980 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691322120616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24981] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24981/stat : 24981 (java) S 24968 24971 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691321068072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24982] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24982/stat : 24982 (java) S 24968 24971 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691308870248 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24983] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24983/stat : 24983 (java) S 24968 24971 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691307816568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24984] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24984/stat : 24984 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691306763912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24985] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24985/stat : 24985 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691305712656 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24986] ppid=24968 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24971/task/24986/stat : 24986 (java) S 24968 24971 20692 0 -1 4202560 2290 0 0 0 21 0 0 0 20 0 19 0 12530922 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691304659000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24987] ppid=24968 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/24971/task/24987/stat : 24987 (java) S 24968 24971 20692 0 -1 4202560 8257 0 0 0 30 2 0 0 20 0 19 0 12530922 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691303606456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24988] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24988/stat : 24988 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691302554104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24989] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24989/stat : 24989 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691301501768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24990] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24990/stat : 24990 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530933 9856040960 15153 33554432000 1073741824 1073778376 140736723529440 139691300447528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.06 2.10 2.08 3/214 24990
/proc/meminfo: memFree=29518808/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=6.85 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 14232 0 1 0 681 4 0 0 20 0 19 0 12530917 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 16204 2257 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2413 0 1 0 625 2 0 0 20 0 19 0 12530918 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691485003456 139691345535496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24974] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24974/stat : 24974 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691328436904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24975] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24975/stat : 24975 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691327384360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24976] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24976/stat : 24976 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691326331816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24977] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24977/stat : 24977 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691325279272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24978] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24978/stat : 24978 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691324225704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24979] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24979/stat : 24979 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691323173160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24980] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24980/stat : 24980 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691322120616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24981] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24981/stat : 24981 (java) S 24968 24971 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691321068072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24982] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24982/stat : 24982 (java) S 24968 24971 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691308870248 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24983] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24983/stat : 24983 (java) S 24968 24971 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691307816568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24984] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24984/stat : 24984 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691306763912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24985] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24985/stat : 24985 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691305712656 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24986] ppid=24968 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24971/task/24986/stat : 24986 (java) S 24968 24971 20692 0 -1 4202560 2290 0 0 0 21 0 0 0 20 0 19 0 12530922 9856040960 16204 33554432000 1073741824 1073778376 140736723529440 139691304659000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24987] ppid=24968 vsize=9625040 CPUtime=0.32 cores=0,2,4,6

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

[pid=24971/tid=24982] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24982/stat : 24982 (java) S 24968 24971 20692 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691308870248 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24983] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24983/stat : 24983 (java) S 24968 24971 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691307816568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24984] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24984/stat : 24984 (java) S 24968 24971 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691306763912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24985] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24985/stat : 24985 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691305712656 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24986] ppid=24968 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/24971/task/24986/stat : 24986 (java) S 24968 24971 20692 0 -1 4202560 10535 0 0 0 109 3 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691304659000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24987] ppid=24968 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24971/task/24987/stat : 24987 (java) S 24968 24971 20692 0 -1 4202560 8257 0 0 0 33 2 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691303606456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24988] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24988/stat : 24988 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691302554104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24989] ppid=24968 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24971/task/24989/stat : 24989 (java) S 24968 24971 20692 0 -1 4202560 46 0 0 0 11 12 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691301501768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24990] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24990/stat : 24990 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530933 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691300447528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 766.44
Current children cumulated vsize (KiB) 9625040

[startup+765.201 s]
/proc/loadavg: 2.21 2.21 2.14 3/213 25075
/proc/meminfo: memFree=29435768/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=766.84 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 22667 0 1 0 76666 18 0 0 20 0 19 0 12530917 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 54495 2272 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=763.18 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2486 0 1 0 76304 14 0 0 20 0 19 0 12530918 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691485010368 139691345796000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24974] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24974/stat : 24974 (java) S 24968 24971 20692 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691328436904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24975] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24975/stat : 24975 (java) S 24968 24971 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691327384360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24976] ppid=24968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24976/stat : 24976 (java) S 24968 24971 20692 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691326331816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24977] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24977/stat : 24977 (java) S 24968 24971 20692 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691325279272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24978] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24978/stat : 24978 (java) S 24968 24971 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691324225704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24979] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24979/stat : 24979 (java) S 24968 24971 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691323173160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24980] ppid=24968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24980/stat : 24980 (java) S 24968 24971 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691322120616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24981] ppid=24968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24981/stat : 24981 (java) S 24968 24971 20692 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691321068072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24982] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24982/stat : 24982 (java) S 24968 24971 20692 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691308870248 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24983] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24983/stat : 24983 (java) S 24968 24971 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691307816568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24984] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24984/stat : 24984 (java) S 24968 24971 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691306763912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24985] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24985/stat : 24985 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691305712656 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24986] ppid=24968 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/24971/task/24986/stat : 24986 (java) S 24968 24971 20692 0 -1 4202560 10535 0 0 0 109 3 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691304659000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24987] ppid=24968 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24971/task/24987/stat : 24987 (java) S 24968 24971 20692 0 -1 4202560 8257 0 0 0 33 2 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691303606456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24988] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24988/stat : 24988 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691302554104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24989] ppid=24968 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24971/task/24989/stat : 24989 (java) S 24968 24971 20692 0 -1 4202560 46 0 0 0 11 12 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691301501768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24990] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24990/stat : 24990 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530933 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691300447528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 766.84
Current children cumulated vsize (KiB) 9625040

[startup+765.401 s]
/proc/loadavg: 2.21 2.21 2.14 3/213 25075
/proc/meminfo: memFree=29435768/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9625040 CPUtime=767.04 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 22667 0 1 0 76686 18 0 0 20 0 19 0 12530917 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2406260 54495 2272 9 0 2396937 0
[pid=24971/tid=24972] ppid=24968 vsize=9625040 CPUtime=763.38 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) R 24968 24971 20692 0 -1 4202560 2486 0 1 0 76324 14 0 0 20 0 19 0 12530918 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691485010368 139691345796023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24974] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24974/stat : 24974 (java) S 24968 24971 20692 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691328436904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24975] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24975/stat : 24975 (java) S 24968 24971 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691327384360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24976] ppid=24968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24976/stat : 24976 (java) S 24968 24971 20692 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691326331816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24977] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24977/stat : 24977 (java) S 24968 24971 20692 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691325279272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24978] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24978/stat : 24978 (java) S 24968 24971 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691324225704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24979] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24979/stat : 24979 (java) S 24968 24971 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691323173160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24980] ppid=24968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24980/stat : 24980 (java) S 24968 24971 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691322120616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24981] ppid=24968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24981/stat : 24981 (java) S 24968 24971 20692 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12530919 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691321068072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24982] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24982/stat : 24982 (java) S 24968 24971 20692 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691308870248 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24983] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24983/stat : 24983 (java) S 24968 24971 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691307816568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24984] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24984/stat : 24984 (java) S 24968 24971 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12530920 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691306763912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24985] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24985/stat : 24985 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691305712656 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24986] ppid=24968 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/24971/task/24986/stat : 24986 (java) S 24968 24971 20692 0 -1 4202560 10535 0 0 0 109 3 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691304659000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24987] ppid=24968 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24971/task/24987/stat : 24987 (java) S 24968 24971 20692 0 -1 4202560 8257 0 0 0 33 2 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691303606456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24988] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24988/stat : 24988 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691302554104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24989] ppid=24968 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24971/task/24989/stat : 24989 (java) S 24968 24971 20692 0 -1 4202560 46 0 0 0 11 12 0 0 20 0 19 0 12530922 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691301501768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24990] ppid=24968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24990/stat : 24990 (java) S 24968 24971 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12530933 9856040960 54495 33554432000 1073741824 1073778376 140736723529440 139691300447528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 767.04
Current children cumulated vsize (KiB) 9625040

[startup+765.501 s]
/proc/loadavg: 2.21 2.21 2.14 3/213 25075
/proc/meminfo: memFree=29435768/32872528 swapFree=13208/1155804
[pid=24971] ppid=24968 vsize=9691604 CPUtime=767.16 cores=0,2,4,6
/proc/24971/stat : 24971 (java) S 24968 24971 20692 0 -1 4202496 22686 0 1 0 76698 18 0 0 20 0 19 0 12530917 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 140736723520576 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24971/statm: 2422901 54511 2281 9 0 2413578 0
[pid=24971/tid=24972] ppid=24968 vsize=9691604 CPUtime=763.46 cores=0,2,4,6
/proc/24971/task/24972/stat : 24972 (java) S 24968 24971 20692 0 -1 4202560 2489 0 1 0 76332 14 0 0 20 0 19 0 12530918 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691485012696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24974] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24974/stat : 24974 (java) S 24968 24971 20692 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691328436904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24975] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24975/stat : 24975 (java) S 24968 24971 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691327384360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24976] ppid=24968 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24976/stat : 24976 (java) S 24968 24971 20692 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691326331816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24977] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24977/stat : 24977 (java) S 24968 24971 20692 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691325279272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24978] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24978/stat : 24978 (java) S 24968 24971 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691324225704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24979] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24979/stat : 24979 (java) S 24968 24971 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691323173160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24980] ppid=24968 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24980/stat : 24980 (java) S 24968 24971 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691322120616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24981] ppid=24968 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/24971/task/24981/stat : 24981 (java) S 24968 24971 20692 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12530919 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691321068072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24971/tid=24982] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24982/stat : 24982 (java) S 24968 24971 20692 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 12530920 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691308870248 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24983] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24983/stat : 24983 (java) S 24968 24971 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12530920 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691307816568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24984] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24984/stat : 24984 (java) S 24968 24971 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12530920 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691306763912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24985] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24985/stat : 24985 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691305712656 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24971/tid=24986] ppid=24968 vsize=9691604 CPUtime=1.12 cores=0,2,4,6
/proc/24971/task/24986/stat : 24986 (java) S 24968 24971 20692 0 -1 4202560 10535 0 0 0 109 3 0 0 20 0 19 0 12530922 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691304659000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24971/tid=24987] ppid=24968 vsize=9691604 CPUtime=0.37 cores=0,2,4,6
/proc/24971/task/24987/stat : 24987 (java) R 24968 24971 20692 0 -1 4202560 8265 0 0 0 35 2 0 0 20 0 19 0 12530922 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691303606456 139691487618264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24988] ppid=24968 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24971/task/24988/stat : 24988 (java) S 24968 24971 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12530922 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691302554104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24971/tid=24989] ppid=24968 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/24971/task/24989/stat : 24989 (java) S 24968 24971 20692 0 -1 4202560 46 0 0 0 11 12 0 0 20 0 19 0 12530922 9924202496 54511 33554432000 1073741824 1073778376 140736723529440 139691301501768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 767.16
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24971 and gives
#  childrusage.ru_utime.tv_sec=765
#  childrusage.ru_utime.tv_usec=45695
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=451931
# CPU time returned by wait4() is 765.498
# while last known CPU time is 767.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 765.506
CPU time (s): 767.16
CPU user time (s): 766.98
CPU system time (s): 0.18
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 765.046
system time used= 0.451931
maximum resident set size= 218172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22696
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16426
involuntary context switches= 1080

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2492 second user time and 7.26989 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 21:40:35
IDJOB=4121814
IDBENCH=110692
IDSOLVER=2546
FILE ID=node114/4121814-1467315635
RUNJOBID= node114-1467314247-24370
PBS_JOBID= 20005267
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n90-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121814-1467315635/watcher-4121814-1467315635 -o /tmp/evaluation-result-4121814-1467315635/solver-4121814-1467315635 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24370 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121814-1467315635.opb

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

MD5SUM BENCH= 968681533c7756e7b513b1ba15f3193d
RANDOM SEED=640966169

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29574056 kB
Buffers:          139048 kB
Cached:          1042860 kB
SwapCached:            0 kB
Active:           471576 kB
Inactive:         921412 kB
Active(anon):     207600 kB
Inactive(anon):     6048 kB
Active(file):     263976 kB
Inactive(file):   915364 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               596 kB
Writeback:             0 kB
AnonPages:       1397632 kB
Mapped:            22148 kB
Shmem:               204 kB
Slab:             610920 kB
SReclaimable:      54904 kB
SUnreclaim:       556016 kB
KernelStack:        1768 kB
PageTables:         7124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1849696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1366016 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= 71668 MiB
End job on node114 at 2016-06-30 21:53:21