Trace number 4084302

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 86.2149 85.8044

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
MD5SUMfac1b7391a53ae9861d9e311ddf65af2
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 benchmark0.009998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.33	c See www.sat4j.org for details.
0.07/0.33	c version PB16.v20160501
0.07/0.33	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.33	c java.vm.version	19.1-b02
0.07/0.33	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.33	c sun.arch.data.model	64
0.07/0.33	c java.version		1.6.0_24
0.07/0.33	c os.name		Linux
0.07/0.33	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.33	c os.arch		amd64
0.07/0.33	c Free memory 		501472288
0.07/0.33	c Max memory 		7480803328
0.07/0.33	c Total memory 		504102912
0.07/0.33	c Number of processors 	8
0.07/0.37	c Pseudo Boolean Optimization by upper bound
0.07/0.37	c --- Begin Solver configuration ---
0.07/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.37	c Learn all clauses as in MiniSAT
0.07/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.37	c No reason simplification
0.07/0.37	c Glucose 2.1 dynamic restart strategy
0.07/0.37	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.07/0.37	c timeout=2147483s
0.07/0.37	c DB Simplification allowed=false
0.07/0.37	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.37	c --- End Solver configuration ---
0.07/0.37	c solving HOME/instance-4084302-1465220765.opb
0.07/0.37	c reading problem ... 
0.07/0.37	c  no objective function found
0.07/0.39	c ... done. Wall clock time 0.027s.
0.07/0.39	c declared #vars     220
0.07/0.39	c #constraints  42
0.07/0.39	c constraints type 
0.18/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.18/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.18/0.40	c 42 constraints processed.
0.66/0.78	c cleaning 2494 clauses out of 5000 with flag 35711/5000
1.32/1.20	c cleaning 4251 clauses out of 8506 with flag 85351/11000
1.93/1.76	c cleaning 5628 clauses out of 11259 with flag 139925/18004
2.99/2.80	c cleaning 6814 clauses out of 13628 with flag 209876/26001
4.21/3.91	c cleaning 7907 clauses out of 15813 with flag 274550/35000
5.62/5.38	c cleaning 8947 clauses out of 17906 with flag 350809/45000
7.02/6.78	c cleaning 9976 clauses out of 19959 with flag 428944/56000
8.62/8.39	c cleaning 10988 clauses out of 21983 with flag 518834/68000
10.52/10.24	c cleaning 11994 clauses out of 23995 with flag 605813/81000
13.02/12.75	c cleaning 13002 clauses out of 26003 with flag 700916/95002
16.01/15.71	c cleaning 13994 clauses out of 27999 with flag 818442/110000
19.31/19.02	c cleaning 15001 clauses out of 30007 with flag 934445/126002
22.71/22.46	c cleaning 16001 clauses out of 32006 with flag 1038818/143002
26.82/26.59	c cleaning 17000 clauses out of 34004 with flag 1185186/161002
31.82/31.57	c cleaning 18002 clauses out of 36003 with flag 1342932/180001
37.73/37.46	c cleaning 18997 clauses out of 38003 with flag 1500063/200003
43.12/42.89	c cleaning 19998 clauses out of 40003 with flag 1667642/221000
49.52/49.26	c cleaning 20998 clauses out of 42005 with flag 1842893/243000
55.72/55.46	c cleaning 22004 clauses out of 44009 with flag 2025920/266002
62.32/62.02	c cleaning 22996 clauses out of 46003 with flag 2219763/290000
71.12/70.83	c cleaning 24001 clauses out of 48008 with flag 2439110/315001
79.52/79.26	c cleaning 24998 clauses out of 50006 with flag 2649207/341000
86.03/85.76	c starts		: 1492
86.03/85.76	c conflicts		: 363770
86.03/85.76	c decisions		: 466662
86.03/85.76	c propagations		: 4732439
86.03/85.76	c inspects		: 1860902599
86.03/85.76	c shortcuts		: 0
86.03/85.76	c learnt literals	: 6
86.03/85.76	c learnt binary clauses	: 5
86.03/85.76	c learnt ternary clauses	: 4
86.03/85.76	c learnt constraints	: 363763
86.03/85.76	c ignored constraints	: 0
86.03/85.76	c root simplifications	: 0
86.03/85.76	c removed literals (reason simplification)	: 0
86.03/85.76	c reason swapping (by a shorter reason)	: 0
86.03/85.76	c Calls to reduceDB	: 22
86.03/85.76	c Number of update (reduction) of LBD	: 204897
86.03/85.76	c Imported unit clauses	: 0
86.03/85.76	c number of reductions to clauses (during analyze)	: 0
86.03/85.76	c number of learned constraints concerned by reduction	: 0
86.03/85.76	c number of learning phase by resolution	: 0
86.03/85.76	c number of learning phase by cutting planes	: 0
86.03/85.76	c speed (assignments/second)	: 55440.29474818711
86.03/85.76	c non guided choices	62
86.03/85.80	c learnt constraints type 
86.03/85.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
86.03/85.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47767
86.03/85.80	s UNSATISFIABLE
86.03/85.80	c Total wall clock time (in seconds): 85.43

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-4084302-1465220765/watcher-4084302-1465220765 -o /tmp/evaluation-result-4084302-1465220765/solver-4084302-1465220765 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32603 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084302-1465220765.opb 

pid=32625
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.88 1.98 1.90 5/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/32630/stat : 32630 (java) R 32625 32630 32587 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 104011219 278528 33 33554432000 1073741824 1073778376 140737395011200 140737395008376 251134045479 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32630/statm: 68 33 25 9 0 25 0

[startup+0.100079 s]
/proc/loadavg: 1.88 1.98 1.90 5/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/32630/stat : 32630 (java) R 32625 32630 32587 0 -1 4202496 1147 0 18 0 0 0 0 0 20 0 1 0 104011219 23793664 814 33554432000 1073741824 1073778376 140736989713152 140736989703144 140484917958352 0 0 4096 0 0 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200258 s]
/proc/loadavg: 1.88 1.98 1.90 5/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 2944 0 27 0 1 1 0 0 20 0 11 0 104011219 9310650368 3591 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2273108 3591 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.3002 s]
/proc/loadavg: 1.88 1.98 1.90 5/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 3282 0 27 0 5 2 0 0 20 0 18 0 104011219 9787879424 4438 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2389619 4438 1775 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.700151 s]
/proc/loadavg: 1.88 1.98 1.90 5/175 32632
/proc/meminfo: memFree=31828748/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 6159 0 27 0 64 2 0 0 20 0 19 0 104011219 9856040960 7608 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2406260 7608 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 1.97 1.99 1.90 3/213 32670
/proc/meminfo: memFree=31719416/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 13167 0 27 0 170 3 0 0 20 0 19 0 104011219 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2406260 12151 2240 9 0 2396937 0
[pid=32630/tid=32635] ppid=32625 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/32630/task/32635/stat : 32635 (java) R 32625 32630 32587 0 -1 4202560 2390 0 7 0 120 2 0 0 20 0 19 0 104011229 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484913639928 140484773610470 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=32630/tid=32638] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32638/stat : 32638 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484891740456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32640] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32640/stat : 32640 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484689258664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32642] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32642/stat : 32642 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484688206376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32630/tid=32643] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32643/stat : 32643 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484687153576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32645] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32645/stat : 32645 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484686101288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32646] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32646/stat : 32646 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484685048488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32648] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32648/stat : 32648 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484683996200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32650] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32650/stat : 32650 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484682943400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32654] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32654/stat : 32654 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484670531816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32655] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32655/stat : 32655 (java) S 32625 32630 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484669477880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32657] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32657/stat : 32657 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484668425480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32661] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32661/stat : 32661 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484667373968 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32662] ppid=32625 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/32630/task/32662/stat : 32662 (java) S 32625 32630 32587 0 -1 4202560 2870 0 0 0 18 0 0 0 20 0 19 0 104011245 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484666321592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32664] ppid=32625 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/32630/task/32664/stat : 32664 (java) S 32625 32630 32587 0 -1 4202560 6656 0 0 0 28 0 0 0 20 0 19 0 104011245 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484665268792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32666] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32666/stat : 32666 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484664216696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32668] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32668/stat : 32668 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484663164104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32669] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32669/stat : 32669 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011259 9856040960 12151 33554432000 1073741824 1073778376 140736989713152 140484662010792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.97 1.99 1.90 4/213 32670
/proc/meminfo: memFree=31703840/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9625040 CPUtime=3.42 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 13957 0 27 0 339 3 0 0 20 0 19 0 104011219 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2406260 13281 2241 9 0 2396937 0
[pid=32630/tid=32635] ppid=32625 vsize=9625040 CPUtime=2.82 cores=0,2,4,6
/proc/32630/task/32635/stat : 32635 (java) R 32625 32630 32587 0 -1 4202560 2392 0 7 0 280 2 0 0 20 0 19 0 104011229 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484913639800 140484773557348 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=32630/tid=32638] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32638/stat : 32638 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484891740456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32640] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32640/stat : 32640 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484689258664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32642] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32642/stat : 32642 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484688206376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32630/tid=32643] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32643/stat : 32643 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484687153576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32645] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32645/stat : 32645 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484686101288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32646] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32646/stat : 32646 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484685048488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32648] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32648/stat : 32648 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484683996200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32650] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32650/stat : 32650 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484682943400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32654] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32654/stat : 32654 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484670531816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32655] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32655/stat : 32655 (java) S 32625 32630 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484669477880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32657] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32657/stat : 32657 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484668425480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32661] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32661/stat : 32661 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484667373968 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32662] ppid=32625 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/32630/task/32662/stat : 32662 (java) S 32625 32630 32587 0 -1 4202560 3633 0 0 0 24 0 0 0 20 0 19 0 104011245 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484666321592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32664] ppid=32625 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/32630/task/32664/stat : 32664 (java) S 32625 32630 32587 0 -1 4202560 6681 0 0 0 31 0 0 0 20 0 19 0 104011245 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484665268792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32666] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32666/stat : 32666 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484664216696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32668] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32668/stat : 32668 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484663164104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32669] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32669/stat : 32669 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011259 9856040960 13281 33554432000 1073741824 1073778376 140736989713152 140484662010792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 1.97 1.99 1.90 4/213 32670
/proc/meminfo: memFree=31646132/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9625040 CPUtime=6.62 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 13962 0 27 0 658 4 0 0 20 0 19 0 104011219 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2406260 14614 2242 9 0 2396937 0
[pid=32630/tid=32635] ppid=32625 vsize=9625040 CPUtime=6 cores=0,2,4,6
/proc/32630/task/32635/stat : 32635 (java) R 32625 32630 32587 0 -1 4202560 2396 0 7 0 598 2 0 0 20 0 19 0 104011229 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484913630912 140484773610475 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=32630/tid=32638] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32638/stat : 32638 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484891740456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32640] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32640/stat : 32640 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484689258664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32642] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32642/stat : 32642 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484688206376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32630/tid=32643] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32643/stat : 32643 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484687153576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32645] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32645/stat : 32645 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484686101288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32646] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32646/stat : 32646 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484685048488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32648] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32648/stat : 32648 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484683996200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32650] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32650/stat : 32650 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484682943400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32654] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32654/stat : 32654 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484670531816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32655] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32655/stat : 32655 (java) S 32625 32630 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484669477880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32657] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32657/stat : 32657 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484668425480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32661] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32661/stat : 32661 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484667373968 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32662] ppid=32625 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/32630/task/32662/stat : 32662 (java) S 32625 32630 32587 0 -1 4202560 3633 0 0 0 24 0 0 0 20 0 19 0 104011245 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484666321592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32664] ppid=32625 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/32630/task/32664/stat : 32664 (java) S 32625 32630 32587 0 -1 4202560 6681 0 0 0 31 0 0 0 20 0 19 0 104011245 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484665268792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32666] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32666/stat : 32666 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484664216696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32668] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32668/stat : 32668 (java) S 32625 32630 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484663164104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32669] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32669/stat : 32669 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011259 9856040960 14614 33554432000 1073741824 1073778376 140736989713152 140484662010792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 9625040


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

[pid=32630/tid=32642] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32642/stat : 32642 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484688206376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32630/tid=32643] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32643/stat : 32643 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484687153576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32645] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32645/stat : 32645 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484686101288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32646] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32646/stat : 32646 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484685048488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32648] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32648/stat : 32648 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484683996200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32650] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32650/stat : 32650 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484682943400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32654] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32654/stat : 32654 (java) S 32625 32630 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484670531816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32655] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32655/stat : 32655 (java) S 32625 32630 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484669477880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32657] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32657/stat : 32657 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484668425480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32661] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32661/stat : 32661 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484667373968 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32662] ppid=32625 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/32630/task/32662/stat : 32662 (java) S 32625 32630 32587 0 -1 4202560 3633 0 0 0 24 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484666321592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32664] ppid=32625 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/32630/task/32664/stat : 32664 (java) S 32625 32630 32587 0 -1 4202560 6682 0 0 0 32 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484665268792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32666] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32666/stat : 32666 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484664216696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32668] ppid=32625 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/32630/task/32668/stat : 32668 (java) S 32625 32630 32587 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484663164104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32669] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32669/stat : 32669 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011259 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484662010792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 85.13
Current children cumulated vsize (KiB) 9625040

[startup+85.2008 s]
/proc/loadavg: 2.06 2.02 1.92 4/213 32671
/proc/meminfo: memFree=31036368/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9625040 CPUtime=85.52 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 14013 0 27 0 8546 6 0 0 20 0 19 0 104011219 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2406260 31838 2249 9 0 2396937 0
[pid=32630/tid=32635] ppid=32625 vsize=9625040 CPUtime=84.89 cores=0,2,4,6
/proc/32630/task/32635/stat : 32635 (java) R 32625 32630 32587 0 -1 4202560 2440 0 7 0 8484 5 0 0 20 0 19 0 104011229 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484913637728 140484773610470 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=32630/tid=32638] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32638/stat : 32638 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484891740456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32640] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32640/stat : 32640 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484689258664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32642] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32642/stat : 32642 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484688206376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32630/tid=32643] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32643/stat : 32643 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484687153576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32645] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32645/stat : 32645 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484686101288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32646] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32646/stat : 32646 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484685048488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32648] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32648/stat : 32648 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484683996200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32650] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32650/stat : 32650 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484682943400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32654] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32654/stat : 32654 (java) S 32625 32630 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484670531816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32655] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32655/stat : 32655 (java) S 32625 32630 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484669477880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32657] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32657/stat : 32657 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484668425480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32661] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32661/stat : 32661 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484667373968 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32662] ppid=32625 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/32630/task/32662/stat : 32662 (java) S 32625 32630 32587 0 -1 4202560 3633 0 0 0 24 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484666321592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32664] ppid=32625 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/32630/task/32664/stat : 32664 (java) S 32625 32630 32587 0 -1 4202560 6682 0 0 0 32 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484665268792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32666] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32666/stat : 32666 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484664216696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32668] ppid=32625 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/32630/task/32668/stat : 32668 (java) S 32625 32630 32587 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484663164104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32669] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32669/stat : 32669 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011259 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484662010792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 85.52
Current children cumulated vsize (KiB) 9625040

[startup+85.6008 s]
/proc/loadavg: 2.06 2.02 1.92 4/213 32671
/proc/meminfo: memFree=31036368/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9625040 CPUtime=85.92 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 14014 0 27 0 8586 6 0 0 20 0 19 0 104011219 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2406260 31838 2249 9 0 2396937 0
[pid=32630/tid=32635] ppid=32625 vsize=9625040 CPUtime=85.29 cores=0,2,4,6
/proc/32630/task/32635/stat : 32635 (java) R 32625 32630 32587 0 -1 4202560 2441 0 7 0 8524 5 0 0 20 0 19 0 104011229 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484913637728 140484773564526 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=32630/tid=32638] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32638/stat : 32638 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484891740456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32640] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32640/stat : 32640 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484689258664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32642] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32642/stat : 32642 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484688206376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32630/tid=32643] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32643/stat : 32643 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484687153576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32645] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32645/stat : 32645 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484686101288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32646] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32646/stat : 32646 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484685048488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32648] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32648/stat : 32648 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484683996200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32650] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32650/stat : 32650 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484682943400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32654] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32654/stat : 32654 (java) S 32625 32630 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484670531816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32655] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32655/stat : 32655 (java) S 32625 32630 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484669477880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32657] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32657/stat : 32657 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484668425480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32661] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32661/stat : 32661 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484667373968 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32662] ppid=32625 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/32630/task/32662/stat : 32662 (java) S 32625 32630 32587 0 -1 4202560 3633 0 0 0 24 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484666321592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32664] ppid=32625 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/32630/task/32664/stat : 32664 (java) S 32625 32630 32587 0 -1 4202560 6682 0 0 0 32 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484665268792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32666] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32666/stat : 32666 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484664216696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32668] ppid=32625 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/32630/task/32668/stat : 32668 (java) S 32625 32630 32587 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484663164104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32669] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32669/stat : 32669 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011259 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484662010792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 85.92
Current children cumulated vsize (KiB) 9625040

[startup+85.7008 s]
/proc/loadavg: 2.06 2.02 1.92 4/213 32671
/proc/meminfo: memFree=31036368/32872528 swapFree=12744/274376
[pid=32630] ppid=32625 vsize=9625040 CPUtime=86.03 cores=0,2,4,6
/proc/32630/stat : 32630 (java) S 32625 32630 32587 0 -1 4202496 14015 0 27 0 8597 6 0 0 20 0 19 0 104011219 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140736989704288 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/32630/statm: 2406260 31838 2249 9 0 2396937 0
[pid=32630/tid=32635] ppid=32625 vsize=9625040 CPUtime=85.39 cores=0,2,4,6
/proc/32630/task/32635/stat : 32635 (java) R 32625 32630 32587 0 -1 4202560 2441 0 7 0 8534 5 0 0 20 0 19 0 104011229 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484913639592 140484773610380 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=32630/tid=32638] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32638/stat : 32638 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484891740456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32640] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32640/stat : 32640 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484689258664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32642] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32642/stat : 32642 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484688206376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32630/tid=32643] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32643/stat : 32643 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484687153576 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32645] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32645/stat : 32645 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484686101288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32646] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32646/stat : 32646 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484685048488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32648] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32648/stat : 32648 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484683996200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32650] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32650/stat : 32650 (java) S 32625 32630 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104011235 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484682943400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32654] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32654/stat : 32654 (java) S 32625 32630 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104011238 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484670531816 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32655] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32655/stat : 32655 (java) S 32625 32630 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484669477880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32657] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32657/stat : 32657 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011240 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484668425480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32661] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32661/stat : 32661 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484667373968 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32662] ppid=32625 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/32630/task/32662/stat : 32662 (java) S 32625 32630 32587 0 -1 4202560 3633 0 0 0 24 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484666321592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32630/tid=32664] ppid=32625 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/32630/task/32664/stat : 32664 (java) S 32625 32630 32587 0 -1 4202560 6683 0 0 0 33 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484665268792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32666] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32666/stat : 32666 (java) S 32625 32630 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484664216696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32630/tid=32668] ppid=32625 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/32630/task/32668/stat : 32668 (java) S 32625 32630 32587 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 104011245 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484663164104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32630/tid=32669] ppid=32625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32630/task/32669/stat : 32669 (java) S 32625 32630 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104011259 9856040960 31838 33554432000 1073741824 1073778376 140736989713152 140484662010792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 86.03
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 85.8044
CPU time (s): 86.2149
CPU user time (s): 86.1089
CPU system time (s): 0.105983
CPU usage (%): 100.478
Max. virtual memory (cumulated for all children) (KiB): 9626292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.1089
system time used= 0.105983
maximum resident set size= 129632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14082
page faults= 27
swaps= 0
block input operations= 19400
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2379
involuntary context switches= 325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32395 second user time and 0.434933 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 15:46:05
IDJOB=4084302
IDBENCH=1414
IDSOLVER=2546
FILE ID=node107/4084302-1465220765
RUNJOBID= node107-1465220764-32603
PBS_JOBID= 19843224
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084302-1465220765/watcher-4084302-1465220765 -o /tmp/evaluation-result-4084302-1465220765/solver-4084302-1465220765 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32603 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084302-1465220765.opb

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

MD5SUM BENCH= fac1b7391a53ae9861d9e311ddf65af2
RANDOM SEED=255888405

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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:        31831300 kB
Buffers:            6096 kB
Cached:            58420 kB
SwapCached:         1700 kB
Active:            45148 kB
Inactive:          22116 kB
Active(anon):       4288 kB
Inactive(anon):      412 kB
Active(file):      40860 kB
Inactive(file):    21704 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:        276196 kB
Mapped:             6560 kB
Shmem:                 0 kB
Slab:             565688 kB
SReclaimable:       9504 kB
SUnreclaim:       556184 kB
KernelStack:        1344 kB
PageTables:         4036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     371024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node107 at 2016-06-06 15:47:31