Trace number 3453654

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 Res//CP 2.3.0UNSAT 81.6636 41.9248

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.830872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3453654-1307195950.opb
0.12/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.215s.
0.47/0.32	c #vars     1576
0.47/0.32	c #constraints  3105
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
2.95/1.06	c cleaning 2502 clauses out of 5005 with flag 5005/5005
3.94/1.47	c cleaning 4238 clauses out of 8498 with flag 11000/11000
5.01/1.98	c cleaning 5623 clauses out of 11261 with flag 18001/18001
6.43/2.62	c cleaning 6811 clauses out of 13638 with flag 26001/26001
7.88/3.35	c cleaning 7901 clauses out of 15826 with flag 35000/35000
9.63/4.21	c cleaning 8954 clauses out of 17926 with flag 45001/45001
11.40/5.12	c cleaning 9474 clauses out of 18971 with flag 55000/55000
13.16/6.00	c cleaning 9738 clauses out of 19498 with flag 65001/65001
14.56/6.74	c cleaning 9875 clauses out of 19759 with flag 75000/75000
16.28/7.68	c cleaning 9931 clauses out of 19885 with flag 85001/85001
18.05/8.58	c cleaning 9967 clauses out of 19953 with flag 95000/95000
20.00/9.54	c cleaning 9979 clauses out of 19986 with flag 105000/105000
21.76/10.46	c cleaning 9995 clauses out of 20007 with flag 115000/115000
23.51/11.40	c cleaning 9998 clauses out of 20013 with flag 125001/125001
25.47/12.30	c cleaning 9994 clauses out of 20014 with flag 135000/135000
27.02/13.19	c cleaning 9996 clauses out of 20020 with flag 145000/145000
28.96/14.12	c cleaning 10001 clauses out of 20024 with flag 155000/155000
30.51/14.94	c cleaning 10002 clauses out of 20023 with flag 165000/165000
32.26/15.89	c cleaning 10006 clauses out of 20023 with flag 175002/175002
34.21/16.83	c cleaning 9999 clauses out of 20016 with flag 185001/185001
35.77/17.71	c cleaning 9998 clauses out of 20016 with flag 195000/195000
37.49/18.54	c cleaning 9997 clauses out of 20018 with flag 205000/205000
39.24/19.41	c cleaning 10004 clauses out of 20023 with flag 215002/215002
40.78/20.24	c cleaning 9996 clauses out of 20017 with flag 225000/225000
42.50/21.15	c cleaning 9999 clauses out of 20021 with flag 235000/235000
44.04/21.99	c cleaning 9998 clauses out of 20022 with flag 245000/245000
45.78/22.89	c cleaning 10000 clauses out of 20024 with flag 255000/255000
47.52/23.76	c cleaning 9999 clauses out of 20024 with flag 265000/265000
49.24/24.66	c cleaning 10002 clauses out of 20025 with flag 275000/275000
50.99/25.56	c cleaning 9998 clauses out of 20023 with flag 285000/285000
52.76/26.44	c cleaning 9998 clauses out of 20025 with flag 295000/295000
54.47/27.36	c cleaning 10001 clauses out of 20027 with flag 305000/305000
56.19/28.28	c cleaning 10002 clauses out of 20026 with flag 315000/315000
57.92/29.11	c cleaning 10003 clauses out of 20024 with flag 325000/325000
59.45/30.00	c cleaning 9996 clauses out of 20021 with flag 335000/335000
61.43/30.95	c cleaning 9999 clauses out of 20025 with flag 345000/345000
63.10/31.87	c cleaning 9997 clauses out of 20026 with flag 355000/355000
64.84/32.75	c cleaning 10003 clauses out of 20029 with flag 365000/365000
66.37/33.57	c cleaning 10004 clauses out of 20026 with flag 375000/375000
68.11/34.44	c cleaning 9998 clauses out of 20022 with flag 385000/385000
70.01/35.44	c cleaning 10003 clauses out of 20024 with flag 395000/395000
71.78/36.41	c cleaning 10000 clauses out of 20023 with flag 405002/405002
73.68/37.32	c cleaning 10001 clauses out of 20022 with flag 415001/415001
75.41/38.21	c cleaning 10002 clauses out of 20020 with flag 425000/425000
77.11/39.10	c cleaning 9995 clauses out of 20018 with flag 435000/435000
78.65/39.97	c cleaning 9999 clauses out of 20024 with flag 445001/445001
80.21/40.79	c cleaning 9999 clauses out of 20024 with flag 455000/455000
81.50/41.45	c  And the winner is CuttingPlanes
81.62/41.87	c starts		: 13
81.62/41.87	c conflicts		: 2215
81.62/41.87	c decisions		: 5621
81.62/41.87	c propagations		: 419866
81.62/41.87	c inspects		: 16618135
81.62/41.87	c shortcuts		: 0
81.62/41.87	c learnt literals	: 0
81.62/41.87	c learnt binary clauses	: 0
81.62/41.87	c learnt ternary clauses	: 0
81.62/41.87	c learnt constraints	: 2214
81.62/41.87	c ignored constraints	: 0
81.62/41.87	c root simplifications	: 0
81.62/41.87	c removed literals (reason simplification)	: 0
81.62/41.87	c reason swapping (by a shorter reason)	: 0
81.62/41.87	c Calls to reduceDB	: 0
81.62/41.87	c number of reductions to clauses (during analyze)	: 0
81.62/41.87	c number of learned constraints concerned by reduction	: 0
81.62/41.87	c number of learning phase by resolution	: 0
81.62/41.87	c number of learning phase by cutting planes	: 0
81.62/41.87	c speed (assignments/second)	: 10106.051124055264
81.62/41.87	c non guided choices	1493
81.62/41.87	c learnt constraints type 
81.62/41.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
81.62/41.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2213
81.62/41.87	c constraints type 
81.62/41.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
81.62/41.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
81.62/41.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
81.62/41.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
81.62/41.87	c constraints type 
81.62/41.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
81.62/41.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
81.62/41.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
81.62/41.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
81.62/41.87	s UNSATISFIABLE
81.62/41.87	c Total wall clock time (in seconds): 41.765

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453654-1307195950/watcher-3453654-1307195950 -o /tmp/evaluation-result-3453654-1307195950/solver-3453654-1307195950 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453654-1307195950.opb 

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: 3.33 3.60 3.61 3/527 23180
/proc/meminfo: memFree=24839972/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 7758 0 1 0 0 0 0 0 25 0 2 0 909825654 10694979584 7461 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2611079 7475 917 9 0 2602235 0
[pid=23180/tid=23182] ppid=23178 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) R 23178 23180 23140 0 -1 4202560 8350 0 1 0 0 0 0 0 25 0 2 0 909825655 10694979584 9166 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.112508 s]
/proc/loadavg: 3.33 3.60 3.61 3/527 23180
/proc/meminfo: memFree=24839972/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10540480 CPUtime=0.12 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 13276 0 1 0 11 1 0 0 25 0 18 0 909825654 10793451520 12974 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2635120 12974 2122 9 0 2625854 0
[pid=23180/tid=23182] ppid=23178 vsize=10540480 CPUtime=0.09 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) R 23178 23180 23140 0 -1 4202560 11297 0 1 0 8 1 0 0 22 0 18 0 909825655 10793451520 12974 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 47816945491318 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540480

[startup+0.200491 s]
/proc/loadavg: 3.33 3.60 3.61 3/527 23180
/proc/meminfo: memFree=24839972/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10540480 CPUtime=0.22 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 13960 0 1 0 21 1 0 0 25 0 18 0 909825654 10793451520 13658 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2635120 13658 2176 9 0 2625854 0
[pid=23180/tid=23182] ppid=23178 vsize=10540480 CPUtime=0.18 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) R 23178 23180 23140 0 -1 4202560 11926 0 1 0 17 1 0 0 22 0 18 0 909825655 10793451520 13658 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 46912505228260 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10540480

[startup+0.300475 s]
/proc/loadavg: 3.33 3.60 3.61 3/527 23180
/proc/meminfo: memFree=24839972/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10542104 CPUtime=0.47 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 16389 0 1 0 45 2 0 0 25 0 18 0 909825654 10795114496 15765 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2635526 15765 2212 9 0 2626260 0
[pid=23180/tid=23182] ppid=23178 vsize=10542104 CPUtime=0.28 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) R 23178 23180 23140 0 -1 4202560 12910 0 1 0 27 1 0 0 22 0 18 0 909825655 10795114496 15765 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 46912505581302 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542104

[startup+0.700408 s]
/proc/loadavg: 3.33 3.60 3.61 3/527 23180
/proc/meminfo: memFree=24839972/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10557744 CPUtime=1.95 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 28877 0 1 0 191 4 0 0 25 0 22 0 909825654 10811129856 25252 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2639436 25252 2233 9 0 2630170 0
[pid=23180/tid=23182] ppid=23178 vsize=10557744 CPUtime=0.3 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) S 23178 23180 23140 0 -1 4202560 13488 0 1 0 29 1 0 0 23 0 22 0 909825655 10811129856 25252 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10557744

[startup+1.50126 s]
/proc/loadavg: 3.33 3.60 3.61 5/570 23224
/proc/meminfo: memFree=24539804/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10558340 CPUtime=4.12 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 62644 0 1 0 403 9 0 0 25 0 22 0 909825654 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2639585 58176 2266 9 0 2630319 0
[pid=23180/tid=23182] ppid=23178 vsize=10558340 CPUtime=0.3 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) S 23178 23180 23140 0 -1 4202560 13488 0 1 0 29 1 0 0 15 0 22 0 909825655 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23194] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23194/stat : 23194 (java) S 23178 23180 23140 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23195] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23195/stat : 23195 (java) S 23178 23180 23140 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23196] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23196/stat : 23196 (java) S 23178 23180 23140 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23197] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23197/stat : 23197 (java) S 23178 23180 23140 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23198] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23198/stat : 23198 (java) S 23178 23180 23140 0 -1 4202560 328 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23199] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23199/stat : 23199 (java) S 23178 23180 23140 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23200] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23200/stat : 23200 (java) S 23178 23180 23140 0 -1 4202560 455 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23201] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23201/stat : 23201 (java) S 23178 23180 23140 0 -1 4202560 359 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23204] ppid=23178 vsize=10558340 CPUtime=0.04 cores=1,3,5,7
/proc/23180/task/23204/stat : 23204 (java) S 23178 23180 23140 0 -1 4202560 1522 0 0 0 4 0 0 0 15 0 22 0 909825657 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 0 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23205] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23205/stat : 23205 (java) S 23178 23180 23140 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909825658 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23206] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23206/stat : 23206 (java) S 23178 23180 23140 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909825658 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23212] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23212/stat : 23212 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909825660 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216747002289 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23213] ppid=23178 vsize=10558340 CPUtime=0.69 cores=1,3,5,7
/proc/23180/task/23213/stat : 23213 (java) S 23178 23180 23140 0 -1 4202560 6549 0 0 0 68 1 0 0 15 0 22 0 909825660 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23214] ppid=23178 vsize=10558340 CPUtime=0.81 cores=1,3,5,7
/proc/23180/task/23214/stat : 23214 (java) S 23178 23180 23140 0 -1 4202560 4988 0 0 0 81 0 0 0 15 0 22 0 909825660 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23215] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23215/stat : 23215 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909825660 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23216] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23216/stat : 23216 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909825660 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23221] ppid=23178 vsize=10558340 CPUtime=1.11 cores=1,3,5,7
/proc/23180/task/23221/stat : 23221 (java) R 23178 23180 23140 0 -1 4202560 618 0 0 0 111 0 0 0 20 0 22 0 909825687 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 46912505615271 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23180/tid=23222] ppid=23178 vsize=10558340 CPUtime=1.1 cores=1,3,5,7
/proc/23180/task/23222/stat : 23222 (java) R 23178 23180 23140 0 -1 4202560 32652 0 0 0 106 4 0 0 25 0 22 0 909825687 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 46912505787699 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23180/tid=23223] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23223/stat : 23223 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909825688 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23224] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23224/stat : 23224 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909825688 10811740160 58176 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 10558340

[startup+3.10099 s]
/proc/loadavg: 3.33 3.60 3.61 7/570 23224
/proc/meminfo: memFree=24266756/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10558340 CPUtime=7.44 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 113745 0 1 0 729 15 0 0 25 0 22 0 909825654 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2639585 109274 2266 9 0 2630319 0
[pid=23180/tid=23182] ppid=23178 vsize=10558340 CPUtime=0.3 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) S 23178 23180 23140 0 -1 4202560 13488 0 1 0 29 1 0 0 15 0 22 0 909825655 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23194] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23194/stat : 23194 (java) S 23178 23180 23140 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23195] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23195/stat : 23195 (java) S 23178 23180 23140 0 -1 4202560 211 0 0 0 0 0 0 0 16 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23196] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23196/stat : 23196 (java) S 23178 23180 23140 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23197] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23197/stat : 23197 (java) S 23178 23180 23140 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23198] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23198/stat : 23198 (java) S 23178 23180 23140 0 -1 4202560 328 0 0 0 0 0 0 0 16 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23199] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23199/stat : 23199 (java) S 23178 23180 23140 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23200] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23200/stat : 23200 (java) S 23178 23180 23140 0 -1 4202560 455 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23201] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23201/stat : 23201 (java) S 23178 23180 23140 0 -1 4202560 359 0 0 0 0 0 0 0 15 0 22 0 909825656 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23204] ppid=23178 vsize=10558340 CPUtime=0.09 cores=1,3,5,7
/proc/23180/task/23204/stat : 23204 (java) S 23178 23180 23140 0 -1 4202560 1901 0 0 0 9 0 0 0 15 0 22 0 909825657 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 0 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23205] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23205/stat : 23205 (java) S 23178 23180 23140 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909825658 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23206] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23206/stat : 23206 (java) S 23178 23180 23140 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909825658 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23212] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23212/stat : 23212 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909825660 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216747002289 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23213] ppid=23178 vsize=10558340 CPUtime=0.8 cores=1,3,5,7
/proc/23180/task/23213/stat : 23213 (java) S 23178 23180 23140 0 -1 4202560 6567 0 0 0 79 1 0 0 15 0 22 0 909825660 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23214] ppid=23178 vsize=10558340 CPUtime=0.88 cores=1,3,5,7
/proc/23180/task/23214/stat : 23214 (java) S 23178 23180 23140 0 -1 4202560 5038 0 0 0 88 0 0 0 15 0 22 0 909825660 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23215] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23215/stat : 23215 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909825660 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23216] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23216/stat : 23216 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909825660 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23221] ppid=23178 vsize=10558340 CPUtime=2.64 cores=1,3,5,7
/proc/23180/task/23221/stat : 23221 (java) R 23178 23180 23140 0 -1 4202560 618 0 0 0 264 0 0 0 24 0 22 0 909825687 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 46912505652825 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23180/tid=23222] ppid=23178 vsize=10558340 CPUtime=2.64 cores=1,3,5,7
/proc/23180/task/23222/stat : 23222 (java) R 23178 23180 23140 0 -1 4202560 83150 0 0 0 254 10 0 0 18 0 22 0 909825687 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 46912505832792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23180/tid=23223] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23223/stat : 23223 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909825688 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23224] ppid=23178 vsize=10558340 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23224/stat : 23224 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909825688 10811740160 109274 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 10558340

[startup+6.30146 s]
/proc/loadavg: 3.38 3.61 3.62 5/570 23224
/proc/meminfo: memFree=23956772/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10555948 CPUtime=13.72 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 161652 0 1 0 1351 21 0 0 25 0 22 0 909825654 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2638987 156110 2266 9 0 2629721 0
[pid=23180/tid=23182] ppid=23178 vsize=10555948 CPUtime=0.3 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) S 23178 23180 23140 0 -1 4202560 13489 0 1 0 29 1 0 0 15 0 22 0 909825655 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23194] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23194/stat : 23194 (java) S 23178 23180 23140 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23195] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23195/stat : 23195 (java) S 23178 23180 23140 0 -1 4202560 243 0 0 0 0 0 0 0 16 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23196] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23196/stat : 23196 (java) S 23178 23180 23140 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23197] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23197/stat : 23197 (java) S 23178 23180 23140 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23198] ppid=23178 vsize=10555948 CPUtime=0.01 cores=1,3,5,7
/proc/23180/task/23198/stat : 23198 (java) S 23178 23180 23140 0 -1 4202560 364 0 0 0 1 0 0 0 16 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23199] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23199/stat : 23199 (java) S 23178 23180 23140 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23200] ppid=23178 vsize=10555948 CPUtime=0.01 cores=1,3,5,7
/proc/23180/task/23200/stat : 23200 (java) S 23178 23180 23140 0 -1 4202560 479 0 0 0 1 0 0 0 15 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23201] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23201/stat : 23201 (java) S 23178 23180 23140 0 -1 4202560 363 0 0 0 0 0 0 0 15 0 22 0 909825656 10809290752 156110 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0

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

[pid=23180/tid=23212] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23212/stat : 23212 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909825660 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216747002289 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23213] ppid=23178 vsize=10555948 CPUtime=0.81 cores=1,3,5,7
/proc/23180/task/23213/stat : 23213 (java) S 23178 23180 23140 0 -1 4202560 6568 0 0 0 80 1 0 0 15 0 22 0 909825660 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23214] ppid=23178 vsize=10555948 CPUtime=0.88 cores=1,3,5,7
/proc/23180/task/23214/stat : 23214 (java) S 23178 23180 23140 0 -1 4202560 5038 0 0 0 88 0 0 0 15 0 22 0 909825660 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23215] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23215/stat : 23215 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909825660 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23216] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23216/stat : 23216 (java) S 23178 23180 23140 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909825660 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23221] ppid=23178 vsize=10555948 CPUtime=36.88 cores=1,3,5,7
/proc/23180/task/23221/stat : 23221 (java) S 23178 23180 23140 0 -1 4202560 651 0 0 0 3688 0 0 0 25 0 22 0 909825687 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23222] ppid=23178 vsize=10555948 CPUtime=36.88 cores=1,3,5,7
/proc/23180/task/23222/stat : 23222 (java) S 23178 23180 23140 0 -1 4202560 150919 0 0 0 3670 18 0 0 25 0 22 0 909825687 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23223] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23223/stat : 23223 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909825688 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23224] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23224/stat : 23224 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909825688 10809290752 186025 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 78.82
Current children cumulated vsize (KiB) 10555948

[startup+40.8214 s]
/proc/loadavg: 3.60 3.64 3.62 5/570 23225
/proc/meminfo: memFree=22330012/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10555948 CPUtime=80.39 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 191767 0 1 0 8013 26 0 0 25 0 22 0 909825654 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2638987 186174 2266 9 0 2629721 0
[pid=23180/tid=23182] ppid=23178 vsize=10555948 CPUtime=0.3 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) S 23178 23180 23140 0 -1 4202560 13493 0 1 0 29 1 0 0 15 0 22 0 909825655 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23194] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23194/stat : 23194 (java) S 23178 23180 23140 0 -1 4202560 219 0 0 0 5 0 0 0 15 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23195] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23195/stat : 23195 (java) S 23178 23180 23140 0 -1 4202560 250 0 0 0 5 0 0 0 16 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23196] ppid=23178 vsize=10555948 CPUtime=0.04 cores=1,3,5,7
/proc/23180/task/23196/stat : 23196 (java) S 23178 23180 23140 0 -1 4202560 128 0 0 0 4 0 0 0 16 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23197] ppid=23178 vsize=10555948 CPUtime=0.06 cores=1,3,5,7
/proc/23180/task/23197/stat : 23197 (java) S 23178 23180 23140 0 -1 4202560 73 0 0 0 6 0 0 0 16 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23198] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23198/stat : 23198 (java) S 23178 23180 23140 0 -1 4202560 367 0 0 0 5 0 0 0 16 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23199] ppid=23178 vsize=10555948 CPUtime=0.03 cores=1,3,5,7
/proc/23180/task/23199/stat : 23199 (java) S 23178 23180 23140 0 -1 4202560 182 0 0 0 3 0 0 0 16 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23200] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23200/stat : 23200 (java) S 23178 23180 23140 0 -1 4202560 484 0 0 0 5 0 0 0 16 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23201] ppid=23178 vsize=10555948 CPUtime=0.04 cores=1,3,5,7
/proc/23180/task/23201/stat : 23201 (java) S 23178 23180 23140 0 -1 4202560 367 0 0 0 4 0 0 0 16 0 22 0 909825656 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23204] ppid=23178 vsize=10555948 CPUtime=2.69 cores=1,3,5,7
/proc/23180/task/23204/stat : 23204 (java) R 23178 23180 23140 0 -1 4202560 11867 0 0 0 267 2 0 0 15 0 22 0 909825657 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 47816945785999 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=23180/tid=23205] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23205/stat : 23205 (java) S 23178 23180 23140 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909825658 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23206] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23206/stat : 23206 (java) S 23178 23180 23140 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909825658 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23212] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23212/stat : 23212 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909825660 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216747002289 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23213] ppid=23178 vsize=10555948 CPUtime=0.81 cores=1,3,5,7
/proc/23180/task/23213/stat : 23213 (java) S 23178 23180 23140 0 -1 4202560 6568 0 0 0 80 1 0 0 15 0 22 0 909825660 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23214] ppid=23178 vsize=10555948 CPUtime=0.88 cores=1,3,5,7
/proc/23180/task/23214/stat : 23214 (java) S 23178 23180 23140 0 -1 4202560 5038 0 0 0 88 0 0 0 15 0 22 0 909825660 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23215] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23215/stat : 23215 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909825660 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23216] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23216/stat : 23216 (java) S 23178 23180 23140 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909825660 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23221] ppid=23178 vsize=10555948 CPUtime=37.63 cores=1,3,5,7
/proc/23180/task/23221/stat : 23221 (java) S 23178 23180 23140 0 -1 4202560 652 0 0 0 3763 0 0 0 25 0 22 0 909825687 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23222] ppid=23178 vsize=10555948 CPUtime=37.63 cores=1,3,5,7
/proc/23180/task/23222/stat : 23222 (java) S 23178 23180 23140 0 -1 4202560 150919 0 0 0 3745 18 0 0 25 0 22 0 909825687 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23223] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23223/stat : 23223 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909825688 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23224] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23224/stat : 23224 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909825688 10809290752 186174 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 80.39
Current children cumulated vsize (KiB) 10555948

[startup+41.6013 s]
/proc/loadavg: 3.60 3.64 3.62 5/570 23225
/proc/meminfo: memFree=22330012/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10555948 CPUtime=81.62 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 192011 0 1 0 8136 26 0 0 25 0 19 0 909825654 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2638987 186418 2267 9 0 2629721 0
[pid=23180/tid=23182] ppid=23178 vsize=10555948 CPUtime=0.3 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) S 23178 23180 23140 0 -1 4202560 13493 0 1 0 29 1 0 0 15 0 19 0 909825655 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23194] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23194/stat : 23194 (java) S 23178 23180 23140 0 -1 4202560 219 0 0 0 5 0 0 0 15 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23195] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23195/stat : 23195 (java) S 23178 23180 23140 0 -1 4202560 250 0 0 0 5 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23196] ppid=23178 vsize=10555948 CPUtime=0.04 cores=1,3,5,7
/proc/23180/task/23196/stat : 23196 (java) S 23178 23180 23140 0 -1 4202560 128 0 0 0 4 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23197] ppid=23178 vsize=10555948 CPUtime=0.06 cores=1,3,5,7
/proc/23180/task/23197/stat : 23197 (java) S 23178 23180 23140 0 -1 4202560 73 0 0 0 6 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23198] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23198/stat : 23198 (java) S 23178 23180 23140 0 -1 4202560 367 0 0 0 5 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23199] ppid=23178 vsize=10555948 CPUtime=0.03 cores=1,3,5,7
/proc/23180/task/23199/stat : 23199 (java) S 23178 23180 23140 0 -1 4202560 182 0 0 0 3 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23200] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23200/stat : 23200 (java) S 23178 23180 23140 0 -1 4202560 484 0 0 0 5 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23201] ppid=23178 vsize=10555948 CPUtime=0.04 cores=1,3,5,7
/proc/23180/task/23201/stat : 23201 (java) S 23178 23180 23140 0 -1 4202560 367 0 0 0 4 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23204] ppid=23178 vsize=10555948 CPUtime=2.74 cores=1,3,5,7
/proc/23180/task/23204/stat : 23204 (java) S 23178 23180 23140 0 -1 4202560 12110 0 0 0 272 2 0 0 16 0 19 0 909825657 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 0 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23205] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23205/stat : 23205 (java) S 23178 23180 23140 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909825658 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23206] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23206/stat : 23206 (java) S 23178 23180 23140 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909825658 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23212] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23212/stat : 23212 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216747002289 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23213] ppid=23178 vsize=10555948 CPUtime=0.81 cores=1,3,5,7
/proc/23180/task/23213/stat : 23213 (java) S 23178 23180 23140 0 -1 4202560 6568 0 0 0 80 1 0 0 15 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23214] ppid=23178 vsize=10555948 CPUtime=0.88 cores=1,3,5,7
/proc/23180/task/23214/stat : 23214 (java) S 23178 23180 23140 0 -1 4202560 5038 0 0 0 88 0 0 0 15 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23215] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23215/stat : 23215 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23216] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23216/stat : 23216 (java) S 23178 23180 23140 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23224] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23224/stat : 23224 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909825688 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 81.62
Current children cumulated vsize (KiB) 10555948

[startup+41.8013 s]
/proc/loadavg: 3.60 3.64 3.62 3/567 23225
/proc/meminfo: memFree=22328920/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=10555948 CPUtime=81.62 cores=1,3,5,7
/proc/23180/stat : 23180 (java) S 23178 23180 23140 0 -1 4202496 192011 0 1 0 8136 26 0 0 25 0 19 0 909825654 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 2638987 186418 2267 9 0 2629721 0
[pid=23180/tid=23182] ppid=23178 vsize=10555948 CPUtime=0.3 cores=1,3,5,7
/proc/23180/task/23182/stat : 23182 (java) S 23178 23180 23140 0 -1 4202560 13493 0 1 0 29 1 0 0 15 0 19 0 909825655 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23194] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23194/stat : 23194 (java) S 23178 23180 23140 0 -1 4202560 219 0 0 0 5 0 0 0 15 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23195] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23195/stat : 23195 (java) S 23178 23180 23140 0 -1 4202560 250 0 0 0 5 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23196] ppid=23178 vsize=10555948 CPUtime=0.04 cores=1,3,5,7
/proc/23180/task/23196/stat : 23196 (java) S 23178 23180 23140 0 -1 4202560 128 0 0 0 4 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23197] ppid=23178 vsize=10555948 CPUtime=0.06 cores=1,3,5,7
/proc/23180/task/23197/stat : 23197 (java) S 23178 23180 23140 0 -1 4202560 73 0 0 0 6 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23198] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23198/stat : 23198 (java) S 23178 23180 23140 0 -1 4202560 367 0 0 0 5 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23199] ppid=23178 vsize=10555948 CPUtime=0.03 cores=1,3,5,7
/proc/23180/task/23199/stat : 23199 (java) S 23178 23180 23140 0 -1 4202560 182 0 0 0 3 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23200] ppid=23178 vsize=10555948 CPUtime=0.05 cores=1,3,5,7
/proc/23180/task/23200/stat : 23200 (java) S 23178 23180 23140 0 -1 4202560 484 0 0 0 5 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 7 0 0 0
[pid=23180/tid=23201] ppid=23178 vsize=10555948 CPUtime=0.04 cores=1,3,5,7
/proc/23180/task/23201/stat : 23201 (java) S 23178 23180 23140 0 -1 4202560 367 0 0 0 4 0 0 0 16 0 19 0 909825656 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23204] ppid=23178 vsize=10555948 CPUtime=2.74 cores=1,3,5,7
/proc/23180/task/23204/stat : 23204 (java) S 23178 23180 23140 0 -1 4202560 12110 0 0 0 272 2 0 0 16 0 19 0 909825657 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 0 0 16800975 18446604466546645824 0 0 -1 1 0 0 0
[pid=23180/tid=23205] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23205/stat : 23205 (java) S 23178 23180 23140 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909825658 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23206] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23206/stat : 23206 (java) S 23178 23180 23140 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909825658 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23212] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23212/stat : 23212 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216747002289 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23213] ppid=23178 vsize=10555948 CPUtime=0.81 cores=1,3,5,7
/proc/23180/task/23213/stat : 23213 (java) S 23178 23180 23140 0 -1 4202560 6568 0 0 0 80 1 0 0 15 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23214] ppid=23178 vsize=10555948 CPUtime=0.88 cores=1,3,5,7
/proc/23180/task/23214/stat : 23214 (java) S 23178 23180 23140 0 -1 4202560 5038 0 0 0 88 0 0 0 15 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23215] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23215/stat : 23215 (java) S 23178 23180 23140 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746994585 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
[pid=23180/tid=23216] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23216/stat : 23216 (java) S 23178 23180 23140 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 909825660 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 5 0 0 0
[pid=23180/tid=23224] ppid=23178 vsize=10555948 CPUtime=0 cores=1,3,5,7
/proc/23180/task/23224/stat : 23224 (java) S 23178 23180 23140 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909825688 10809290752 186418 33554432000 1073741824 1073778376 140734344497712 18446744073709551615 216746995200 0 4 0 16800975 18446604466546645824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 81.62
Current children cumulated vsize (KiB) 10555948

[startup+41.9202 s]
/proc/loadavg: 3.60 3.64 3.62 3/567 23225
/proc/meminfo: memFree=22328920/32951124 swapFree=56241860/67111528
[pid=23180] ppid=23178 vsize=0 CPUtime=81.65 cores=1,3,5,7
/proc/23180/stat : 23180 (java) R 23178 23180 23140 0 -1 4203524 192023 0 1 0 8136 29 0 0 18 0 1 0 909825654 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23180/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.65
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 41.9248
CPU time (s): 81.6636
CPU user time (s): 81.3666
CPU system time (s): 0.296954
CPU usage (%): 194.786
Max. virtual memory (cumulated for all children) (KiB): 10559752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.3666
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192023
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2607
involuntary context switches= 1223

runsolver used 0.202969 second user time and 0.583911 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 15:59:10
IDJOB=3453654
IDBENCH=48363
IDSOLVER=1950
FILE ID=node119/3453654-1307195950
RUNJOBID= node119-1307195950-23160
PBS_JOBID= 13508884
Free space on /tmp= 73664 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453654-1307195950/watcher-3453654-1307195950 -o /tmp/evaluation-result-3453654-1307195950/solver-3453654-1307195950 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453654-1307195950.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=2129002690

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24845460 kB
Buffers:        253996 kB
Cached:         647020 kB
SwapCached:      59076 kB
Active:         739012 kB
Inactive:      7065984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24845460 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:     6848764 kB
Mapped:          36096 kB
Slab:           149916 kB
PageTables:      79464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174131464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73660 MiB
End job on node119 at 2011-06-04 15:59:52