Trace number 4099596

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 583.905 580.731

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUM9d22902ade96af236e70cdbf7d8bd853
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark477.303
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
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.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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4099596-1466206123.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.96/0.67	c ... done. Wall clock time 0.572s.
0.96/0.67	c declared #vars     23621
0.96/0.67	c #constraints  67526
0.96/0.67	c constraints type 
0.96/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21189
1.20/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.20/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43936
1.20/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2400
1.20/0.70	c 67526 constraints processed.
3.64/2.78	c cleaning 2489 clauses out of 5001 with flag 36862/5001
5.55/4.56	c cleaning 4213 clauses out of 8511 with flag 103015/11001
7.65/6.70	c cleaning 5631 clauses out of 11299 with flag 195124/18002
10.15/9.11	c cleaning 6834 clauses out of 13667 with flag 322706/26001
12.67/11.63	c cleaning 7865 clauses out of 15833 with flag 471777/35001
15.57/14.52	c cleaning 8939 clauses out of 17967 with flag 650766/45000
19.07/18.09	c cleaning 9984 clauses out of 20029 with flag 878925/56001
22.67/21.66	c cleaning 11015 clauses out of 22044 with flag 1119606/68000
26.67/25.69	c cleaning 11984 clauses out of 24028 with flag 1323105/81001
31.27/30.23	c cleaning 12956 clauses out of 26043 with flag 1612966/95000
35.98/34.88	c cleaning 14034 clauses out of 28086 with flag 1899467/110000
41.38/40.20	c cleaning 15007 clauses out of 30052 with flag 2245689/126000
47.28/46.12	c cleaning 16004 clauses out of 32048 with flag 2652318/143003
52.68/51.54	c cleaning 17002 clauses out of 34041 with flag 3012823/161000
59.37/58.30	c cleaning 17991 clauses out of 36042 with flag 3467138/180003
66.18/65.10	c cleaning 18997 clauses out of 38047 with flag 3912415/200000
73.57/72.42	c cleaning 20010 clauses out of 40051 with flag 4341459/221001
81.88/80.76	c cleaning 20992 clauses out of 42042 with flag 4875190/243002
88.89/87.79	c cleaning 21994 clauses out of 44048 with flag 5361256/266000
97.42/96.16	c cleaning 23015 clauses out of 46056 with flag 5935201/290002
106.12/104.86	c cleaning 23989 clauses out of 48039 with flag 6501080/315000
115.52/114.27	c cleaning 25005 clauses out of 50050 with flag 7124003/341000
124.82/123.59	c cleaning 25968 clauses out of 52045 with flag 7711900/368000
134.42/133.18	c cleaning 27011 clauses out of 54077 with flag 8282287/396000
144.42/143.18	c cleaning 28009 clauses out of 56066 with flag 8902846/425000
154.92/153.63	c cleaning 29021 clauses out of 58057 with flag 9541058/455000
165.95/164.47	c cleaning 30003 clauses out of 60039 with flag 10214230/486003
177.15/175.64	c cleaning 31011 clauses out of 62034 with flag 10902777/518001
189.45/187.97	c cleaning 31987 clauses out of 64023 with flag 11652839/551001
202.25/200.76	c cleaning 33014 clauses out of 66037 with flag 12344892/585002
215.46/213.93	c cleaning 33999 clauses out of 68024 with flag 13027683/620003
229.08/227.37	c cleaning 34997 clauses out of 70022 with flag 13791880/656000
243.08/241.31	c cleaning 35982 clauses out of 72027 with flag 14593780/693002
256.08/254.36	c cleaning 36994 clauses out of 74044 with flag 15334953/731001
270.87/269.17	c cleaning 38006 clauses out of 76049 with flag 16137624/770000
286.19/284.40	c cleaning 39000 clauses out of 78044 with flag 16995442/810001
301.65/299.76	c cleaning 39968 clauses out of 80043 with flag 17863673/851000
316.15/314.23	c cleaning 41016 clauses out of 82076 with flag 18701301/893001
332.16/330.22	c cleaning 42003 clauses out of 84059 with flag 19562396/936000
349.46/347.54	c cleaning 43022 clauses out of 86057 with flag 20504111/980001
366.51/364.37	c cleaning 43999 clauses out of 88034 with flag 21471784/1025000
384.72/382.51	c cleaning 44994 clauses out of 90035 with flag 22467976/1071000
402.92/400.70	c cleaning 45989 clauses out of 92041 with flag 23455760/1118000
421.22/419.06	c cleaning 47025 clauses out of 94052 with flag 24522769/1166000
440.21/437.81	c cleaning 47999 clauses out of 96027 with flag 25586399/1215000
459.91/457.56	c cleaning 49003 clauses out of 98028 with flag 26710236/1265000
479.31/476.92	c cleaning 49967 clauses out of 100025 with flag 27771674/1316001
501.71/499.20	c cleaning 51026 clauses out of 102057 with flag 28938488/1368000
524.11/521.53	c cleaning 52003 clauses out of 104035 with flag 30041998/1421004
547.13/544.24	c cleaning 52997 clauses out of 106031 with flag 31159488/1475003
570.53/567.66	c cleaning 53999 clauses out of 108033 with flag 32414781/1530002
583.53/580.70	c starts		: 6932
583.53/580.70	c conflicts		: 1563078
583.53/580.70	c decisions		: 5517566
583.53/580.70	c propagations		: 882662024
583.53/580.70	c inspects		: 5227668177
583.53/580.70	c shortcuts		: 0
583.53/580.70	c learnt literals	: 8
583.53/580.70	c learnt binary clauses	: 284
583.53/580.70	c learnt ternary clauses	: 755
583.53/580.70	c learnt constraints	: 1563069
583.53/580.70	c ignored constraints	: 0
583.53/580.70	c root simplifications	: 0
583.53/580.70	c removed literals (reason simplification)	: 0
583.53/580.70	c reason swapping (by a shorter reason)	: 0
583.53/580.70	c Calls to reduceDB	: 51
583.53/580.70	c Number of update (reduction) of LBD	: 1107330
583.53/580.70	c Imported unit clauses	: 0
583.53/580.70	c number of reductions to clauses (during analyze)	: 0
583.53/580.70	c number of learned constraints concerned by reduction	: 0
583.53/580.70	c number of learning phase by resolution	: 0
583.53/580.70	c number of learning phase by cutting planes	: 0
583.53/580.70	c speed (assignments/second)	: 1521825.8281867995
583.53/580.70	c non guided choices	4014
583.66/580.72	c learnt constraints type 
583.66/580.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 284
583.66/580.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86823
583.66/580.72	s UNSATISFIABLE
583.66/580.72	c Total wall clock time (in seconds): 580.62

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-4099596-1466206123/watcher-4099596-1466206123 -o /tmp/evaluation-result-4099596-1466206123/solver-4099596-1466206123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099596-1466206123.opb 

pid=16714
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: 1.41 0.54 0.30 3/194 16717
/proc/meminfo: memFree=30454808/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 22658821 94019584 916 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 22954 916 697 9 0 16769 0
[pid=16717/tid=16718] ppid=16714 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) D 16714 16717 15548 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 22658821 94019584 916 33554432000 1073741824 1073778376 140736521318016 139806506040872 229346733351 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 1.41 0.54 0.30 3/194 16717
/proc/meminfo: memFree=30454808/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 4471 0 1 0 10 1 0 0 20 0 18 0 22658821 9787879424 6102 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2389619 6102 2155 9 0 2380296 0
[pid=16717/tid=16718] ppid=16714 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 22658821 9787879424 6102 33554432000 1073741824 1073778376 140736521318016 139806506044320 229359281421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200259 s]
/proc/loadavg: 1.41 0.54 0.30 3/194 16717
/proc/meminfo: memFree=30454808/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 4916 0 1 0 27 1 0 0 20 0 18 0 22658821 9787879424 6902 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2389619 6902 2216 9 0 2380296 0
[pid=16717/tid=16718] ppid=16714 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 22658821 9787879424 6902 33554432000 1073741824 1073778376 140736521318016 139806506044320 229359270968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 1.41 0.54 0.30 3/194 16717
/proc/meminfo: memFree=30454808/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 5860 0 1 0 50 1 0 0 20 0 18 0 22658821 9787879424 8987 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2389619 8987 2233 9 0 2380296 0
[pid=16717/tid=16718] ppid=16714 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2400 0 1 0 26 1 0 0 20 0 18 0 22658821 9787879424 8987 33554432000 1073741824 1073778376 140736521318016 139806506044320 229359281421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 1.41 0.54 0.30 3/194 16717
/proc/meminfo: memFree=30454808/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 6775 0 1 0 116 4 0 0 20 0 19 0 22658821 9856040960 41691 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2406260 41691 2272 9 0 2396937 0
[pid=16717/tid=16718] ppid=16714 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2475 0 1 0 62 3 0 0 20 0 19 0 22658821 9856040960 41691 33554432000 1073741824 1073778376 140736521318016 139806506046080 139806508978694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 1.41 0.54 0.30 3/213 16736
/proc/meminfo: memFree=30289600/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 10098 0 1 0 235 4 0 0 20 0 19 0 22658821 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2406260 43000 2276 9 0 2396937 0
[pid=16717/tid=16718] ppid=16714 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2477 0 1 0 142 3 0 0 20 0 19 0 22658821 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806506045416 139806370315445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16720] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806495107496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16721] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806494054952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16722] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806493001896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16723] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806491949352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16724] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806490897320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16725] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806489844776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16726] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806488791720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16727] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806342069032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16728] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15548 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 22658823 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806329870696 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16729] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806328817016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16730] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806327763848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16731] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806326712592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16732] ppid=16714 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15548 0 -1 4202560 3811 0 0 0 45 0 0 0 20 0 19 0 22658826 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806325660472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16733] ppid=16714 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/16717/task/16733/stat : 16733 (java) S 16714 16717 15548 0 -1 4202560 2434 0 0 0 36 0 0 0 20 0 19 0 22658826 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806324607928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16734] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16734/stat : 16734 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806323555064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16735] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16735/stat : 16735 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806322502728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16736] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16736/stat : 16736 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658891 9856040960 43000 33554432000 1073741824 1073778376 140736521318016 139806321447976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 1.46 0.56 0.31 3/213 16736
/proc/meminfo: memFree=30286684/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9625040 CPUtime=4.1 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 10380 0 1 0 405 5 0 0 20 0 19 0 22658821 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2406260 43068 2284 9 0 2396937 0
[pid=16717/tid=16718] ppid=16714 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2478 0 1 0 302 3 0 0 20 0 19 0 22658821 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806506043776 139806370301515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16720] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806495107496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16721] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806494054952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16722] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806493001896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16723] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806491949352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16724] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806490897320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16725] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806489844776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16726] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806488791720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16727] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806342069032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16728] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15548 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 22658823 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806329870696 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16729] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806328817016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16730] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806327763848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16731] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806326712592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16732] ppid=16714 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15548 0 -1 4202560 3850 0 0 0 52 0 0 0 20 0 19 0 22658826 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806325660472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16733] ppid=16714 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/16717/task/16733/stat : 16733 (java) S 16714 16717 15548 0 -1 4202560 2676 0 0 0 40 0 0 0 20 0 19 0 22658826 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806324607928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16734] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16734/stat : 16734 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806323555064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16735] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16735/stat : 16735 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806322502728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16736] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16736/stat : 16736 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658891 9856040960 43068 33554432000 1073741824 1073778376 140736521318016 139806321447976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 1.46 0.56 0.31 3/213 16736
/proc/meminfo: memFree=30281264/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9625040 CPUtime=7.34 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 10383 0 1 0 729 5 0 0 20 0 19 0 22658821 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2406260 42832 2284 9 0 2396937 0
[pid=16717/tid=16718] ppid=16714 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2481 0 1 0 622 3 0 0 20 0 19 0 22658821 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806506045872 139806370295175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16720] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806495107496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16721] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806494054952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16722] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806493001896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16723] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806491949352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16724] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806490897320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16725] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806489844776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16726] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806488791720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16727] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658822 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806342069032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16728] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15548 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 22658823 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806329870696 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16729] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806328817016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16730] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806327763848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16731] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806326712592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16732] ppid=16714 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15548 0 -1 4202560 3850 0 0 0 54 0 0 0 20 0 19 0 22658826 9856040960 42832 33554432000 1073741824 1073778376 140736521318016 139806325660472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16733] ppid=16714 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=16717/tid=16721] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15548 0 -1 4202560 219 0 0 0 19 8 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806494054952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16722] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15548 0 -1 4202560 406 0 0 0 18 9 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806493001896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16723] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15548 0 -1 4202560 201 0 0 0 18 9 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806491949352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16724] ppid=16714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15548 0 -1 4202560 273 0 0 0 14 8 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806490897320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16725] ppid=16714 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15548 0 -1 4202560 429 0 0 0 24 11 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806489844776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16726] ppid=16714 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15548 0 -1 4202560 298 0 0 0 18 10 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806488791720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16727] ppid=16714 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15548 0 -1 4202560 517 0 0 0 21 13 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806342069032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16728] ppid=16714 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15548 0 -1 4202560 349 0 0 0 23 0 0 0 20 0 19 0 22658823 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806329870696 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16729] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806328817016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16730] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806327763848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16731] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806326712592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16732] ppid=16714 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15548 0 -1 4202560 3851 0 0 0 57 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806325660472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16733] ppid=16714 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16717/task/16733/stat : 16733 (java) S 16714 16717 15548 0 -1 4202560 2676 0 0 0 44 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806324607928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16734] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16734/stat : 16734 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806323555064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16735] ppid=16714 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/16717/task/16735/stat : 16735 (java) S 16714 16717 15548 0 -1 4202560 33 0 0 0 10 11 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806322502728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16736] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16736/stat : 16736 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658891 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806321447976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.93
Current children cumulated vsize (KiB) 9625040

[startup+580.401 s]
/proc/loadavg: 2.31 2.02 1.19 3/213 16815
/proc/meminfo: memFree=26239296/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9625040 CPUtime=583.33 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 13550 0 1 0 58236 97 0 0 20 0 19 0 22658821 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2406260 240679 2292 9 0 2396937 0
[pid=16717/tid=16718] ppid=16714 vsize=9625040 CPUtime=579.44 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2551 0 1 0 57931 13 0 0 20 0 19 0 22658821 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806506036928 139806370315445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16720] ppid=16714 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15548 0 -1 4202560 483 0 0 0 26 13 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806495107496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16721] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15548 0 -1 4202560 219 0 0 0 19 8 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806494054952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16722] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15548 0 -1 4202560 406 0 0 0 18 9 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806493001896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16723] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15548 0 -1 4202560 201 0 0 0 18 9 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806491949352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16724] ppid=16714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15548 0 -1 4202560 273 0 0 0 14 8 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806490897320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16725] ppid=16714 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15548 0 -1 4202560 429 0 0 0 24 11 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806489844776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16726] ppid=16714 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15548 0 -1 4202560 298 0 0 0 18 10 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806488791720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16727] ppid=16714 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15548 0 -1 4202560 517 0 0 0 21 13 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806342069032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16728] ppid=16714 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15548 0 -1 4202560 349 0 0 0 23 0 0 0 20 0 19 0 22658823 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806329870696 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16729] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806328817016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16730] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806327763848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16731] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806326712592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16732] ppid=16714 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15548 0 -1 4202560 3851 0 0 0 57 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806325660472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16733] ppid=16714 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16717/task/16733/stat : 16733 (java) S 16714 16717 15548 0 -1 4202560 2676 0 0 0 44 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806324607928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16734] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16734/stat : 16734 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806323555064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16735] ppid=16714 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/16717/task/16735/stat : 16735 (java) S 16714 16717 15548 0 -1 4202560 33 0 0 0 10 11 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806322502728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16736] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16736/stat : 16736 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658891 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806321447976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 583.33
Current children cumulated vsize (KiB) 9625040

[startup+580.601 s]
/proc/loadavg: 2.31 2.02 1.19 3/213 16815
/proc/meminfo: memFree=26239296/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9625040 CPUtime=583.53 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 13550 0 1 0 58256 97 0 0 20 0 19 0 22658821 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2406260 240679 2292 9 0 2396937 0
[pid=16717/tid=16718] ppid=16714 vsize=9625040 CPUtime=579.64 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) R 16714 16717 15548 0 -1 4202560 2551 0 1 0 57951 13 0 0 20 0 19 0 22658821 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806506036928 139806370295215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16720] ppid=16714 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15548 0 -1 4202560 483 0 0 0 26 13 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806495107496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16721] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15548 0 -1 4202560 219 0 0 0 19 8 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806494054952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16722] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15548 0 -1 4202560 406 0 0 0 18 9 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806493001896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16723] ppid=16714 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15548 0 -1 4202560 201 0 0 0 18 9 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806491949352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16724] ppid=16714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15548 0 -1 4202560 273 0 0 0 14 8 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806490897320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16725] ppid=16714 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15548 0 -1 4202560 429 0 0 0 24 11 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806489844776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16726] ppid=16714 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15548 0 -1 4202560 298 0 0 0 18 10 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806488791720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16727] ppid=16714 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15548 0 -1 4202560 517 0 0 0 21 13 0 0 20 0 19 0 22658822 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806342069032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16728] ppid=16714 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15548 0 -1 4202560 349 0 0 0 23 0 0 0 20 0 19 0 22658823 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806329870696 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16729] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806328817016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16730] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22658824 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806327763848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16731] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806326712592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16732] ppid=16714 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15548 0 -1 4202560 3851 0 0 0 57 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806325660472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16733] ppid=16714 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16717/task/16733/stat : 16733 (java) S 16714 16717 15548 0 -1 4202560 2676 0 0 0 44 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806324607928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16734] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16734/stat : 16734 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806323555064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16735] ppid=16714 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/16717/task/16735/stat : 16735 (java) S 16714 16717 15548 0 -1 4202560 33 0 0 0 10 11 0 0 20 0 19 0 22658826 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806322502728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16736] ppid=16714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16736/stat : 16736 (java) S 16714 16717 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22658891 9856040960 240679 33554432000 1073741824 1073778376 140736521318016 139806321447976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 583.53
Current children cumulated vsize (KiB) 9625040

[startup+580.711 s]
/proc/loadavg: 2.31 2.02 1.19 3/213 16815
/proc/meminfo: memFree=26239296/32872528 swapFree=1370848/1518016
[pid=16717] ppid=16714 vsize=9691604 CPUtime=583.66 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15548 0 -1 4202496 13711 0 1 0 58269 97 0 0 20 0 19 0 22658821 9924202496 240814 33554432000 1073741824 1073778376 140736521318016 140736521309152 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16717/statm: 2422901 240814 2293 9 0 2413578 0
[pid=16717/tid=16718] ppid=16714 vsize=9691604 CPUtime=579.74 cores=0,2,4,6
/proc/16717/task/16718/stat : 16718 (java) S 16714 16717 15548 0 -1 4202560 2554 0 1 0 57961 13 0 0 20 0 19 0 22658821 9924202496 240814 33554432000 1073741824 1073778376 140736521318016 139806506046168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16720] ppid=16714 vsize=9691604 CPUtime=0.39 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15548 0 -1 4202560 483 0 0 0 26 13 0 0 20 0 19 0 22658822 9924202496 240814 33554432000 1073741824 1073778376 140736521318016 139806495107496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16721] ppid=16714 vsize=9691604 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15548 0 -1 4202560 219 0 0 0 19 8 0 0 20 0 19 0 22658822 9924202496 240814 33554432000 1073741824 1073778376 140736521318016 139806494054952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16722] ppid=16714 vsize=9691604 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15548 0 -1 4202560 406 0 0 0 18 9 0 0 20 0 19 0 22658822 9924202496 240814 33554432000 1073741824 1073778376 140736521318016 139806493001896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16723] ppid=16714 vsize=9691604 CPUtime=0.27 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15548 0 -1 4202560 201 0 0 0 18 9 0 0 20 0 19 0 22658822 9924202496 240814 33554432000 1073741824 1073778376 140736521318016 139806491949352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16724] ppid=16714 vsize=9691604 CPUtime=0.22 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15548 0 -1 4202560 273 0 0 0 14 8 0 0 20 0 19 0 22658822 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806490897320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16725] ppid=16714 vsize=9691604 CPUtime=0.35 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15548 0 -1 4202560 429 0 0 0 24 11 0 0 20 0 19 0 22658822 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806489844776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16726] ppid=16714 vsize=9691604 CPUtime=0.28 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15548 0 -1 4202560 298 0 0 0 18 10 0 0 20 0 19 0 22658822 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806488791720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16727] ppid=16714 vsize=9691604 CPUtime=0.34 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15548 0 -1 4202560 517 0 0 0 21 13 0 0 20 0 19 0 22658822 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806342069032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16728] ppid=16714 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15548 0 -1 4202560 349 0 0 0 23 0 0 0 20 0 19 0 22658823 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806329870696 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16717/tid=16729] ppid=16714 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658824 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806328817016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16730] ppid=16714 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22658824 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806327763848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16731] ppid=16714 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806326712592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16732] ppid=16714 vsize=9691604 CPUtime=0.57 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) R 16714 16717 15548 0 -1 4202560 3857 0 0 0 57 0 0 0 20 0 19 0 22658826 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806325660312 139806510175162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16717/tid=16733] ppid=16714 vsize=9691604 CPUtime=0.45 cores=0,2,4,6
/proc/16717/task/16733/stat : 16733 (java) R 16714 16717 15548 0 -1 4202560 2820 0 0 0 45 0 0 0 20 0 19 0 22658826 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806324585088 139806507938992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16717/tid=16734] ppid=16714 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16734/stat : 16734 (java) S 16714 16717 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658826 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806323555064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16717/tid=16735] ppid=16714 vsize=9691604 CPUtime=0.21 cores=0,2,4,6
/proc/16717/task/16735/stat : 16735 (java) S 16714 16717 15548 0 -1 4202560 33 0 0 0 10 11 0 0 20 0 19 0 22658826 9924202496 240815 33554432000 1073741824 1073778376 140736521318016 139806322502728 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 583.66
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 580.731
CPU time (s): 583.905
CPU user time (s): 582.714
CPU system time (s): 1.19082
CPU usage (%): 100.547
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 582.714
system time used= 1.19082
maximum resident set size= 963264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13715
page faults= 1
swaps= 0
block input operations= 168
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12753
involuntary context switches= 3739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.20466 second user time and 2.49462 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 01:28:43
IDJOB=4099596
IDBENCH=1449
IDSOLVER=2546
FILE ID=node129/4099596-1466206123
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099596-1466206123/watcher-4099596-1466206123 -o /tmp/evaluation-result-4099596-1466206123/solver-4099596-1466206123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099596-1466206123.opb

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

MD5SUM BENCH= 9d22902ade96af236e70cdbf7d8bd853
RANDOM SEED=1289303007

node129.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.143
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	: 5332.28
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.143
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.143
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.143
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.143
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.143
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.54
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30455072 kB
Buffers:           35844 kB
Cached:            66736 kB
SwapCached:         1980 kB
Active:           111448 kB
Inactive:          58404 kB
Active(anon):      68584 kB
Inactive(anon):     1040 kB
Active(file):      42864 kB
Inactive(file):    57364 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:              3848 kB
Writeback:             0 kB
AnonPages:       1611196 kB
Mapped:            15212 kB
Shmem:                 0 kB
Slab:             569060 kB
SReclaimable:      12304 kB
SUnreclaim:       556756 kB
KernelStack:        1568 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2206012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node129 at 2016-06-18 01:38:24