Trace number 4084453

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 193.13 191.966

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
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 benchmark61.1567
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4084453-1465221399.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.99/0.63	c ... done. Wall clock time 0.525s.
0.99/0.63	c declared #vars     21380
0.99/0.63	c #constraints  60984
0.99/0.63	c constraints type 
0.99/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
0.99/0.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.99/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
0.99/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
0.99/0.63	c 60984 constraints processed.
3.20/2.36	c cleaning 2494 clauses out of 4999 with flag 39378/5000
4.88/3.94	c cleaning 4249 clauses out of 8508 with flag 95625/11003
6.58/5.70	c cleaning 5614 clauses out of 11256 with flag 162174/18000
8.59/7.66	c cleaning 6803 clauses out of 13642 with flag 241646/26000
10.50/9.54	c cleaning 7916 clauses out of 15840 with flag 313686/35001
12.80/11.85	c cleaning 8929 clauses out of 17923 with flag 419820/45000
15.80/14.81	c cleaning 9992 clauses out of 19994 with flag 553171/56000
19.00/18.01	c cleaning 10995 clauses out of 22002 with flag 629656/68001
22.01/21.08	c cleaning 11992 clauses out of 24006 with flag 736720/81000
26.10/25.10	c cleaning 12990 clauses out of 26015 with flag 923192/95001
30.60/29.67	c cleaning 14006 clauses out of 28025 with flag 1108091/110001
35.11/34.19	c cleaning 14990 clauses out of 30019 with flag 1300888/126001
39.40/38.43	c cleaning 16017 clauses out of 32033 with flag 1493936/143005
45.40/44.45	c cleaning 16988 clauses out of 34011 with flag 1763840/161000
50.61/49.65	c cleaning 18007 clauses out of 36024 with flag 2001407/180001
57.11/56.19	c cleaning 18991 clauses out of 38017 with flag 2309320/200001
63.81/62.88	c cleaning 19974 clauses out of 40026 with flag 2604333/221001
71.07/70.03	c cleaning 21019 clauses out of 42051 with flag 2968938/243000
77.27/76.27	c cleaning 22004 clauses out of 44032 with flag 3305433/266001
86.08/85.02	c cleaning 22996 clauses out of 46027 with flag 3743020/290000
93.58/92.53	c cleaning 23996 clauses out of 48031 with flag 4159663/315000
103.18/102.13	c cleaning 25010 clauses out of 50036 with flag 4658933/341001
112.38/111.33	c cleaning 26004 clauses out of 52026 with flag 5116744/368001
122.33/121.28	c cleaning 27002 clauses out of 54021 with flag 5639397/396000
132.73/131.70	c cleaning 27991 clauses out of 56022 with flag 6171377/425003
144.43/143.33	c cleaning 29006 clauses out of 58031 with flag 6767034/455003
155.53/154.47	c cleaning 30006 clauses out of 60023 with flag 7330396/486001
167.14/166.04	c cleaning 30980 clauses out of 62016 with flag 7885643/518000
180.54/179.38	c cleaning 32006 clauses out of 64037 with flag 8484318/551001
193.13/191.93	c starts		: 2906
193.13/191.93	c conflicts		: 583501
193.13/191.93	c decisions		: 1973095
193.13/191.93	c propagations		: 313262923
193.13/191.93	c inspects		: 1963119651
193.13/191.93	c shortcuts		: 0
193.13/191.93	c learnt literals	: 21
193.13/191.93	c learnt binary clauses	: 47
193.13/191.93	c learnt ternary clauses	: 245
193.13/191.93	c learnt constraints	: 583479
193.13/191.93	c ignored constraints	: 0
193.13/191.93	c root simplifications	: 0
193.13/191.93	c removed literals (reason simplification)	: 0
193.13/191.93	c reason swapping (by a shorter reason)	: 0
193.13/191.93	c Calls to reduceDB	: 29
193.13/191.93	c Number of update (reduction) of LBD	: 310517
193.13/191.93	c Imported unit clauses	: 0
193.13/191.93	c number of reductions to clauses (during analyze)	: 0
193.13/191.93	c number of learned constraints concerned by reduction	: 0
193.13/191.93	c number of learning phase by resolution	: 0
193.13/191.94	c number of learning phase by cutting planes	: 0
193.13/191.94	c speed (assignments/second)	: 1637624.9954258173
193.13/191.94	c non guided choices	2522
193.13/191.96	c learnt constraints type 
193.13/191.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
193.13/191.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64465
193.13/191.96	s UNSATISFIABLE
193.13/191.96	c Total wall clock time (in seconds): 191.858

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-4084453-1465221399/watcher-4084453-1465221399 -o /tmp/evaluation-result-4084453-1465221399/solver-4084453-1465221399 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084453-1465221399.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.45 2.23 2.21 3/194 1683
/proc/meminfo: memFree=29626448/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 104072320 94019584 916 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 22954 916 697 9 0 16769 0
[pid=1683/tid=1684] ppid=1680 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 104072320 98570240 977 33554432000 1073741824 1073778376 140736997576848 140276920639016 240565175680 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.45 2.23 2.21 3/194 1683
/proc/meminfo: memFree=29626448/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 4565 0 1 0 11 1 0 0 20 0 18 0 104072320 9787879424 5674 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2389619 5674 2157 9 0 2380296 0
[pid=1683/tid=1684] ppid=1680 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 104072320 9787879424 5676 33554432000 1073741824 1073778376 140736997576848 140276920642464 140276924004688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.45 2.23 2.21 3/194 1683
/proc/meminfo: memFree=29626448/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 5006 0 1 0 28 1 0 0 20 0 18 0 104072320 9787879424 6470 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2389619 6470 2218 9 0 2380296 0
[pid=1683/tid=1684] ppid=1680 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2446 0 1 0 17 0 0 0 20 0 18 0 104072320 9787879424 6470 33554432000 1073741824 1073778376 140736997576848 140276920642464 140276860788741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30028 s]
/proc/loadavg: 2.45 2.23 2.21 3/194 1683
/proc/meminfo: memFree=29626448/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 5959 0 1 0 51 1 0 0 20 0 18 0 104072320 9787879424 8561 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2389619 8561 2233 9 0 2380296 0
[pid=1683/tid=1684] ppid=1680 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2449 0 1 0 26 1 0 0 20 0 18 0 104072320 9787879424 8561 33554432000 1073741824 1073778376 140736997576848 140276920642464 140276860447328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.45 2.23 2.21 3/194 1683
/proc/meminfo: memFree=29626448/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 7119 0 1 0 117 4 0 0 20 0 19 0 104072320 9856040960 38795 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2406260 38795 2260 9 0 2396937 0
[pid=1683/tid=1684] ppid=1680 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2521 0 1 0 64 3 0 0 20 0 19 0 104072320 9856040960 38795 33554432000 1073741824 1073778376 140736997576848 140276920642552 140276861002689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.45 2.23 2.21 3/213 1702
/proc/meminfo: memFree=29475808/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 9823 0 1 0 234 5 0 0 20 0 19 0 104072320 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2406260 42613 2280 9 0 2396937 0
[pid=1683/tid=1684] ppid=1680 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2527 0 1 0 143 3 0 0 20 0 19 0 104072320 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276920643640 140276861012809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1686] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1686/stat : 1686 (java) S 1680 1683 32365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276859374248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1687] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1687/stat : 1687 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276858321704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1688] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1688/stat : 1688 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276857269160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1689] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1689/stat : 1689 (java) S 1680 1683 32365 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276856216616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1690] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1690/stat : 1690 (java) S 1680 1683 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276855163048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1691] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1691/stat : 1691 (java) S 1680 1683 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276758427944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1692] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1692/stat : 1692 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276757375400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1693] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1693/stat : 1693 (java) S 1680 1683 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276756322856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1694] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1694/stat : 1694 (java) S 1680 1683 32365 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276744125032 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1695] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1695/stat : 1695 (java) S 1680 1683 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276743071352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1696/stat : 1696 (java) S 1680 1683 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276742018696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1697] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1697/stat : 1697 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276740967440 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1698] ppid=1680 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/1683/task/1698/stat : 1698 (java) S 1680 1683 32365 0 -1 4202560 3855 0 0 0 48 0 0 0 20 0 19 0 104072325 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276739913784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1699] ppid=1680 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1683/task/1699/stat : 1699 (java) S 1680 1683 32365 0 -1 4202560 2065 0 0 0 35 0 0 0 20 0 19 0 104072325 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276738861240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1700] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1700/stat : 1700 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276737808888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1701] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1701/stat : 1701 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276736756552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1702] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1702/stat : 1702 (java) S 1680 1683 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104072385 9856040960 42613 33554432000 1073741824 1073778376 140736997576848 140276735702312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.45 2.23 2.21 4/213 1702
/proc/meminfo: memFree=29464144/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 10055 0 1 0 399 5 0 0 20 0 19 0 104072320 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2406260 42633 2284 9 0 2396937 0
[pid=1683/tid=1684] ppid=1680 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2528 0 1 0 302 3 0 0 20 0 19 0 104072320 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276920635088 140276860887542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1686] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1686/stat : 1686 (java) S 1680 1683 32365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276859374248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1687] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1687/stat : 1687 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276858321704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1688] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1688/stat : 1688 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276857269160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1689] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1689/stat : 1689 (java) S 1680 1683 32365 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276856216616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1690] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1690/stat : 1690 (java) S 1680 1683 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276855163048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1691] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1691/stat : 1691 (java) S 1680 1683 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276758427944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1692] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1692/stat : 1692 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276757375400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1693] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1693/stat : 1693 (java) S 1680 1683 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276756322856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1694] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1694/stat : 1694 (java) S 1680 1683 32365 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276744125032 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1695] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1695/stat : 1695 (java) S 1680 1683 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276743071352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1696/stat : 1696 (java) S 1680 1683 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276742018696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1697] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1697/stat : 1697 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276740967440 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1698] ppid=1680 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/1683/task/1698/stat : 1698 (java) S 1680 1683 32365 0 -1 4202560 3857 0 0 0 50 0 0 0 20 0 19 0 104072325 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276739913784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1699] ppid=1680 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1683/task/1699/stat : 1699 (java) S 1680 1683 32365 0 -1 4202560 2294 0 0 0 38 0 0 0 20 0 19 0 104072325 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276738861240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1700] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1700/stat : 1700 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276737808888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1701] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1701/stat : 1701 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276736756552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1702] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1702/stat : 1702 (java) S 1680 1683 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104072385 9856040960 42633 33554432000 1073741824 1073778376 140736997576848 140276735702312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.49 2.24 2.21 3/213 1702
/proc/meminfo: memFree=29466104/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9625040 CPUtime=7.28 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 10092 0 1 0 723 5 0 0 20 0 19 0 104072320 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2406260 42289 2284 9 0 2396937 0
[pid=1683/tid=1684] ppid=1680 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2529 0 1 0 621 3 0 0 20 0 19 0 104072320 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276920641792 140276860983761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1686] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1686/stat : 1686 (java) S 1680 1683 32365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276859374248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1687] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1687/stat : 1687 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276858321704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1688] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1688/stat : 1688 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276857269160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1689] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1689/stat : 1689 (java) S 1680 1683 32365 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276856216616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1690] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1690/stat : 1690 (java) S 1680 1683 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276855163048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1691] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1691/stat : 1691 (java) S 1680 1683 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276758427944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1692] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1692/stat : 1692 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276757375400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1693] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1693/stat : 1693 (java) S 1680 1683 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104072321 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276756322856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1694] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1694/stat : 1694 (java) S 1680 1683 32365 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276744125032 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1695] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1695/stat : 1695 (java) S 1680 1683 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276743071352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1696/stat : 1696 (java) S 1680 1683 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276742018696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1697] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1697/stat : 1697 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276740967440 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1698] ppid=1680 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1683/task/1698/stat : 1698 (java) S 1680 1683 32365 0 -1 4202560 3859 0 0 0 53 0 0 0 20 0 19 0 104072325 9856040960 42289 33554432000 1073741824 1073778376 140736997576848 140276739913784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1699] ppid=1680 vsize=9625040 CPUtime=0.41 cores=1,3,5,7

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

[pid=1683/tid=1695] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1695/stat : 1695 (java) S 1680 1683 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276743071352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1696/stat : 1696 (java) S 1680 1683 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276742018696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1697] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1697/stat : 1697 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276740967440 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1698] ppid=1680 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1683/task/1698/stat : 1698 (java) S 1680 1683 32365 0 -1 4202560 3860 0 0 0 54 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276739913784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1699] ppid=1680 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/1683/task/1699/stat : 1699 (java) S 1680 1683 32365 0 -1 4202560 2328 0 0 0 42 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276738861240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1700] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1700/stat : 1700 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276737808888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1701] ppid=1680 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/1683/task/1701/stat : 1701 (java) S 1680 1683 32365 0 -1 4202560 11 0 0 0 4 1 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276736756552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1702] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1702/stat : 1702 (java) S 1680 1683 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104072385 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276735702312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 192.43
Current children cumulated vsize (KiB) 9625040

[startup+191.601 s]
/proc/loadavg: 2.16 2.20 2.19 4/213 1706
/proc/meminfo: memFree=29306756/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9625040 CPUtime=192.83 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 10332 0 1 0 19267 16 0 0 20 0 19 0 104072320 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2406260 60884 2284 9 0 2396937 0
[pid=1683/tid=1684] ppid=1680 vsize=9625040 CPUtime=190.97 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2534 0 1 0 19092 5 0 0 20 0 19 0 104072320 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276920641984 140276861086592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1686] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1686/stat : 1686 (java) S 1680 1683 32365 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276859374248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1687] ppid=1680 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/1683/task/1687/stat : 1687 (java) S 1680 1683 32365 0 -1 4202560 46 0 0 0 2 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276858321704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1688] ppid=1680 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1683/task/1688/stat : 1688 (java) S 1680 1683 32365 0 -1 4202560 38 0 0 0 2 1 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276857269160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1689] ppid=1680 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/1683/task/1689/stat : 1689 (java) S 1680 1683 32365 0 -1 4202560 42 0 0 0 2 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276856216616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1690] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1690/stat : 1690 (java) S 1680 1683 32365 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276855163048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1691] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1691/stat : 1691 (java) S 1680 1683 32365 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276758427944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1692] ppid=1680 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1683/task/1692/stat : 1692 (java) S 1680 1683 32365 0 -1 4202560 38 0 0 0 1 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276757375400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1693] ppid=1680 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/1683/task/1693/stat : 1693 (java) S 1680 1683 32365 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276756322856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1694] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1694/stat : 1694 (java) S 1680 1683 32365 0 -1 4202560 79 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276744125032 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1695] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1695/stat : 1695 (java) S 1680 1683 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276743071352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1696/stat : 1696 (java) S 1680 1683 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276742018696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1697] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1697/stat : 1697 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276740967440 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1698] ppid=1680 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1683/task/1698/stat : 1698 (java) S 1680 1683 32365 0 -1 4202560 3860 0 0 0 54 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276739913784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1699] ppid=1680 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/1683/task/1699/stat : 1699 (java) S 1680 1683 32365 0 -1 4202560 2328 0 0 0 42 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276738861240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1700] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1700/stat : 1700 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276737808888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1701] ppid=1680 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/1683/task/1701/stat : 1701 (java) S 1680 1683 32365 0 -1 4202560 11 0 0 0 4 1 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276736756552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1702] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1702/stat : 1702 (java) S 1680 1683 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104072385 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276735702312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 192.83
Current children cumulated vsize (KiB) 9625040

[startup+191.801 s]
/proc/loadavg: 2.16 2.20 2.19 4/213 1706
/proc/meminfo: memFree=29306756/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9625040 CPUtime=193.03 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 10332 0 1 0 19287 16 0 0 20 0 19 0 104072320 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2406260 60884 2284 9 0 2396937 0
[pid=1683/tid=1684] ppid=1680 vsize=9625040 CPUtime=191.17 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2534 0 1 0 19112 5 0 0 20 0 19 0 104072320 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276920641984 140276861079997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1686] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1686/stat : 1686 (java) S 1680 1683 32365 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276859374248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1687] ppid=1680 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/1683/task/1687/stat : 1687 (java) S 1680 1683 32365 0 -1 4202560 46 0 0 0 2 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276858321704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1688] ppid=1680 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1683/task/1688/stat : 1688 (java) S 1680 1683 32365 0 -1 4202560 38 0 0 0 2 1 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276857269160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1689] ppid=1680 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/1683/task/1689/stat : 1689 (java) S 1680 1683 32365 0 -1 4202560 42 0 0 0 2 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276856216616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1690] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1690/stat : 1690 (java) S 1680 1683 32365 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276855163048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1691] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1691/stat : 1691 (java) S 1680 1683 32365 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276758427944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1692] ppid=1680 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1683/task/1692/stat : 1692 (java) S 1680 1683 32365 0 -1 4202560 38 0 0 0 1 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276757375400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1693] ppid=1680 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/1683/task/1693/stat : 1693 (java) S 1680 1683 32365 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276756322856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1694] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1694/stat : 1694 (java) S 1680 1683 32365 0 -1 4202560 79 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276744125032 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1695] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1695/stat : 1695 (java) S 1680 1683 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276743071352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1696/stat : 1696 (java) S 1680 1683 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276742018696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1697] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1697/stat : 1697 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276740967440 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1698] ppid=1680 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1683/task/1698/stat : 1698 (java) S 1680 1683 32365 0 -1 4202560 3860 0 0 0 54 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276739913784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1699] ppid=1680 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/1683/task/1699/stat : 1699 (java) S 1680 1683 32365 0 -1 4202560 2328 0 0 0 42 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276738861240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1700] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1700/stat : 1700 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276737808888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1701] ppid=1680 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/1683/task/1701/stat : 1701 (java) S 1680 1683 32365 0 -1 4202560 11 0 0 0 4 1 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276736756552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1702] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1702/stat : 1702 (java) S 1680 1683 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104072385 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276735702312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 193.03
Current children cumulated vsize (KiB) 9625040

[startup+191.901 s]
/proc/loadavg: 2.16 2.20 2.19 4/213 1706
/proc/meminfo: memFree=29306756/32872528 swapFree=15844/1710320
[pid=1683] ppid=1680 vsize=9625040 CPUtime=193.13 cores=1,3,5,7
/proc/1683/stat : 1683 (java) S 1680 1683 32365 0 -1 4202496 10332 0 1 0 19297 16 0 0 20 0 19 0 104072320 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140736997567984 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1683/statm: 2406260 60884 2284 9 0 2396937 0
[pid=1683/tid=1684] ppid=1680 vsize=9625040 CPUtime=191.27 cores=1,3,5,7
/proc/1683/task/1684/stat : 1684 (java) R 1680 1683 32365 0 -1 4202560 2534 0 1 0 19122 5 0 0 20 0 19 0 104072320 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276920641984 140276861104283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1686] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1686/stat : 1686 (java) S 1680 1683 32365 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276859374248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1687] ppid=1680 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/1683/task/1687/stat : 1687 (java) S 1680 1683 32365 0 -1 4202560 46 0 0 0 2 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276858321704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1688] ppid=1680 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1683/task/1688/stat : 1688 (java) S 1680 1683 32365 0 -1 4202560 38 0 0 0 2 1 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276857269160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1689] ppid=1680 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/1683/task/1689/stat : 1689 (java) S 1680 1683 32365 0 -1 4202560 42 0 0 0 2 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276856216616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1690] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1690/stat : 1690 (java) S 1680 1683 32365 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276855163048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1691] ppid=1680 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/1683/task/1691/stat : 1691 (java) S 1680 1683 32365 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276758427944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1692] ppid=1680 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1683/task/1692/stat : 1692 (java) S 1680 1683 32365 0 -1 4202560 38 0 0 0 1 2 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276757375400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1693] ppid=1680 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/1683/task/1693/stat : 1693 (java) S 1680 1683 32365 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 104072321 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276756322856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1694] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1694/stat : 1694 (java) S 1680 1683 32365 0 -1 4202560 79 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276744125032 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1683/tid=1695] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1695/stat : 1695 (java) S 1680 1683 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276743071352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1696] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1696/stat : 1696 (java) S 1680 1683 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104072322 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276742018696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1697] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1697/stat : 1697 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276740967440 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1698] ppid=1680 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/1683/task/1698/stat : 1698 (java) S 1680 1683 32365 0 -1 4202560 3860 0 0 0 54 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276739913784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1683/tid=1699] ppid=1680 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/1683/task/1699/stat : 1699 (java) S 1680 1683 32365 0 -1 4202560 2328 0 0 0 42 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276738861240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1700] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1700/stat : 1700 (java) S 1680 1683 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276737808888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1683/tid=1701] ppid=1680 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/1683/task/1701/stat : 1701 (java) S 1680 1683 32365 0 -1 4202560 11 0 0 0 4 1 0 0 20 0 19 0 104072325 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276736756552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1683/tid=1702] ppid=1680 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1683/task/1702/stat : 1702 (java) S 1680 1683 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104072385 9856040960 60884 33554432000 1073741824 1073778376 140736997576848 140276735702312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 193.13
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1683 and gives
#  childrusage.ru_utime.tv_sec=192
#  childrusage.ru_utime.tv_usec=542729
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=272958
# CPU time returned by wait4() is 192.816
# while last known CPU time is 193.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 191.966
CPU time (s): 193.13
CPU user time (s): 192.97
CPU system time (s): 0.16
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.543
system time used= 0.272958
maximum resident set size= 243592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10350
page faults= 1
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4438
involuntary context switches= 644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42178 second user time and 1.71174 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 15:56:40
IDJOB=4084453
IDBENCH=1488
IDSOLVER=2546
FILE ID=node146/4084453-1465221399
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71732 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.8.accl.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084453-1465221399/watcher-4084453-1465221399 -o /tmp/evaluation-result-4084453-1465221399/solver-4084453-1465221399 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084453-1465221399.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1562758778

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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.799
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.799
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:        29626828 kB
Buffers:           12028 kB
Cached:           242908 kB
SwapCached:         1468 kB
Active:           636124 kB
Inactive:         195192 kB
Active(anon):     576972 kB
Inactive(anon):     1608 kB
Active(file):      59152 kB
Inactive(file):   193584 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              2768 kB
Writeback:             0 kB
AnonPages:       2289180 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             569076 kB
SReclaimable:      11908 kB
SUnreclaim:       557168 kB
KernelStack:        1752 kB
PageTables:         8932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2430020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2263040 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= 71732 MiB
End job on node146 at 2016-06-06 15:59:52