Trace number 3733258

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1623.32 1902.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80851
Number of constraints which are clauses80851
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.2.0.v20100531
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		1349517296
0.02/0.09	c Max memory 		1356595200
0.02/0.09	c Total memory 		1356595200
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3733258-1338742104.opb
0.08/0.12	c reading problem ... 
1.26/0.76	c ... done. Wall clock time 0.638s.
1.26/0.76	c #vars     1150
1.26/0.76	c #constraints  80851
1.26/0.76	c constraints type 
1.26/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80851
1.26/0.76	c constraints type 
1.26/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 80851
1.41/0.80	c And the winner is Resolution
1.48/1.77	c SATISFIABLE
1.48/1.77	c OPTIMIZING...
1.48/1.77	c Got one! Elapsed wall clock time (in seconds):1.645
1.48/1.77	o -34
1.98/1.94	c And the winner is Resolution
2.54/2.77	c Got one! Elapsed wall clock time (in seconds):2.651
2.54/2.77	o -35
2.90/2.91	c And the winner is Resolution
3.01/3.78	c Got one! Elapsed wall clock time (in seconds):3.655
3.01/3.78	o -36
3.67/4.05	c And the winner is Resolution
3.81/4.78	c Got one! Elapsed wall clock time (in seconds):4.659
3.81/4.78	o -37
5.57/5.61	c cleaning 2500 clauses out of 5000 with flag 5000/5000
7.42/6.58	c And the winner is Resolution
7.65/6.79	c Got one! Elapsed wall clock time (in seconds):6.662
7.65/6.79	o -38
8.75/7.36	c cleaning 4251 clauses out of 8501 with flag 11001/11001
12.29/9.12	c cleaning 5625 clauses out of 11249 with flag 18000/18000
16.96/11.42	c cleaning 6806 clauses out of 13624 with flag 26000/26000
22.49/14.26	c cleaning 7903 clauses out of 15818 with flag 35000/35000
25.20/15.68	c And the winner is Resolution
25.84/16.79	c Got one! Elapsed wall clock time (in seconds):16.666
25.84/16.79	o -39
29.28/18.56	c cleaning 8958 clauses out of 17916 with flag 45001/45001
32.57/20.29	c And the winner is Resolution
33.17/20.79	c Got one! Elapsed wall clock time (in seconds):20.669
33.17/20.79	o -40
37.03/22.78	c cleaning 9979 clauses out of 19958 with flag 56001/56001
45.75/27.11	c cleaning 10989 clauses out of 21978 with flag 68000/68000
56.98/32.82	c cleaning 11993 clauses out of 23989 with flag 81000/81000
67.33/38.07	c cleaning 12991 clauses out of 25997 with flag 95001/95001
79.63/44.29	c cleaning 14003 clauses out of 28006 with flag 110001/110001
90.53/49.76	c cleaning 15001 clauses out of 30003 with flag 126001/126001
105.25/57.26	c cleaning 15998 clauses out of 32001 with flag 143000/143000
121.85/65.66	c cleaning 17001 clauses out of 34003 with flag 161000/161000
140.96/75.25	c cleaning 17996 clauses out of 36002 with flag 180000/180000
159.45/84.50	c cleaning 18995 clauses out of 38006 with flag 200000/200000
179.68/94.81	c cleaning 19999 clauses out of 40011 with flag 221000/221000
200.34/105.29	c cleaning 21004 clauses out of 42012 with flag 243000/243000
224.48/117.41	c cleaning 21998 clauses out of 44009 with flag 266001/266001
244.50/127.54	c cleaning 23005 clauses out of 46010 with flag 290000/290000
270.20/140.69	c cleaning 23994 clauses out of 48006 with flag 315001/315001
308.77/159.95	c cleaning 25004 clauses out of 50012 with flag 341001/341001
349.50/180.38	c cleaning 26003 clauses out of 52008 with flag 368001/368001
390.08/200.74	c cleaning 26998 clauses out of 54004 with flag 396000/396000
418.49/215.21	c cleaning 27992 clauses out of 56006 with flag 425000/425000
450.05/231.16	c cleaning 29006 clauses out of 58014 with flag 455000/455000
489.45/250.94	c cleaning 29996 clauses out of 60009 with flag 486001/486001
533.63/273.12	c cleaning 31001 clauses out of 62012 with flag 518000/518000
572.23/292.77	c cleaning 0 clauses out of 5001 with flag 0/5001
585.65/299.59	c cleaning 32001 clauses out of 64011 with flag 551000/551000
670.02/341.76	c cleaning 33005 clauses out of 66010 with flag 585000/585000
699.05/356.47	c cleaning 33984 clauses out of 68005 with flag 620000/620000
739.12/376.80	c cleaning 35009 clauses out of 70021 with flag 656000/656000
782.55/398.64	c cleaning 35997 clauses out of 72012 with flag 693000/693000
854.18/434.98	c cleaning 37003 clauses out of 74017 with flag 731002/731002
953.97/484.41	c cleaning 38003 clauses out of 76012 with flag 770000/770000
1032.68/526.18	c cleaning 39001 clauses out of 78011 with flag 810002/810002
1164.86/606.97	c cleaning 40003 clauses out of 80008 with flag 851000/851000
1282.66/667.70	c cleaning 41000 clauses out of 82005 with flag 893000/893000
1351.19/710.96	c cleaning 42001 clauses out of 84005 with flag 936000/936000
1440.82/774.65	c cleaning 42993 clauses out of 86004 with flag 980000/980000
1611.31/916.34	Exception in thread "Thread-18" java.lang.OutOfMemoryError: GC overhead limit exceeded
1611.31/916.34		at java.math.BigInteger.subtract(BigInteger.java:1098)
1611.31/916.34		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1611.31/916.34		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1611.31/916.34		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1611.31/916.34		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1611.31/916.35		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1611.31/916.35		at java.lang.Thread.run(Thread.java:662)
1614.56/921.21	Exception in thread "Thread-17" java.lang.OutOfMemoryError: GC overhead limit exceeded
1614.56/921.21		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1616.46/923.19		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1618.47/925.17		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1618.47/925.17		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733258-1338742104/watcher-3733258-1338742104 -o /tmp/evaluation-result-3733258-1338742104/solver-3733258-1338742104 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733258-1338742104.opb 

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: 3.91 3.96 3.81 4/197 12992
/proc/meminfo: memFree=25818276/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12992/stat : 12992 (java6) D 12990 12992 11909 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 340334747 9515008 183 33554432000 1073741824 1073778376 140734198482096 140734198473128 254750310069 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/12992/statm: 2323 183 140 9 0 71 0

[startup+0.0415951 s]
/proc/loadavg: 3.91 3.96 3.81 4/197 12992
/proc/meminfo: memFree=25818276/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2233952 CPUtime=0.02 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 3634 0 1 0 1 1 0 0 20 0 11 0 340334747 2287566848 4843 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 558488 4843 1645 9 0 549189 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2233952

[startup+0.102047 s]
/proc/loadavg: 3.91 3.96 3.81 4/197 12992
/proc/meminfo: memFree=25818276/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 4295 0 1 0 7 1 0 0 20 0 18 0 340334747 2764726272 6009 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 674982 6009 2000 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300281 s]
/proc/loadavg: 3.91 3.96 3.81 4/197 12992
/proc/meminfo: memFree=25818276/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 5775 0 1 0 44 1 0 0 20 0 18 0 340334747 2764726272 8731 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 674982 8731 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700299 s]
/proc/loadavg: 3.91 3.96 3.81 4/197 12992
/proc/meminfo: memFree=25818276/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2699928 CPUtime=1.26 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 12442 0 1 0 121 5 0 0 20 0 18 0 340334747 2764726272 45592 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 674982 45592 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 3.91 3.96 3.81 3/217 13014
/proc/meminfo: memFree=25603284/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2966184 CPUtime=1.48 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 13305 0 1 0 140 8 0 0 20 0 20 0 340334747 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 741546 55925 2246 9 0 732240 0
[pid=12992/tid=12994] ppid=12990 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (java) S 12990 12992 11909 0 -1 4202560 2895 0 1 0 69 4 0 0 20 0 20 0 340334749 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140711055832216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=12995] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710922308648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12996] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12996/stat : 12996 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710921255848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12997] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12997/stat : 12997 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710920203048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=12998] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12998/stat : 12998 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710919150248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=12999] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12999/stat : 12999 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710918097448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13000] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13000/stat : 13000 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710917044648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13001] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13001/stat : 13001 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710915991848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13002] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13002/stat : 13002 (java) S 12990 12992 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710914939048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13003] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13003/stat : 13003 (java) S 12990 12992 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340334751 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710432332776 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13004] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13004/stat : 13004 (java) S 12990 12992 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710431278840 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13005] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13005/stat : 13005 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710430225928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13006] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13006/stat : 13006 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710429174416 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13007] ppid=12990 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/12992/task/13007/stat : 13007 (java) S 12990 12992 11909 0 -1 4202560 4856 0 0 0 27 2 0 0 20 0 20 0 340334754 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710428121528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13008] ppid=12990 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/12992/task/13008/stat : 13008 (java) S 12990 12992 11909 0 -1 4202560 4311 0 0 0 34 0 0 0 20 0 20 0 340334754 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710427068728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13009] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13009/stat : 13009 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710426016120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13010] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13010/stat : 13010 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710424963528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13013] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13013/stat : 13013 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710421804456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13014] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13014/stat : 13014 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 55925 33554432000 1073741824 1073778376 140737460926928 140710420751656 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.91 3.96 3.81 4/217 13016
/proc/meminfo: memFree=25586628/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2966184 CPUtime=3.01 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 17657 0 1 0 288 13 0 0 20 0 20 0 340334747 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 741546 63181 2261 9 0 732240 0
[pid=12992/tid=12994] ppid=12990 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (java) S 12990 12992 11909 0 -1 4202560 2896 0 1 0 70 4 0 0 20 0 20 0 340334749 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140711055832216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710922308648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12996] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12996/stat : 12996 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710921255848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12997] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12997/stat : 12997 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710920203048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=12998] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12998/stat : 12998 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710919150248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=12999] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/12999/stat : 12999 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710918097448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13000] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13000/stat : 13000 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710917044648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13001] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13001/stat : 13001 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710915991848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13002] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13002/stat : 13002 (java) S 12990 12992 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340334750 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710914939048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13003] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13003/stat : 13003 (java) S 12990 12992 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340334751 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710432332776 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13004] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13004/stat : 13004 (java) S 12990 12992 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710431278840 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13005] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13005/stat : 13005 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710430225928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13006] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13006/stat : 13006 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710429174416 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13007] ppid=12990 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/12992/task/13007/stat : 13007 (java) S 12990 12992 11909 0 -1 4202560 9064 0 0 0 83 3 0 0 20 0 20 0 340334754 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710428121528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13008] ppid=12990 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/12992/task/13008/stat : 13008 (java) S 12990 12992 11909 0 -1 4202560 4370 0 0 0 68 0 0 0 20 0 20 0 340334754 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710427068728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13009] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13009/stat : 13009 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710426016120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13010] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13010/stat : 13010 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710424963528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13013] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13013/stat : 13013 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710421804456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13014] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13014/stat : 13014 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 63181 33554432000 1073741824 1073778376 140737460926928 140710420751656 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 2966184

[startup+6.30086 s]
/proc/loadavg: 3.75 3.93 3.80 6/219 13022
/proc/meminfo: memFree=25415024/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2966184 CPUtime=7.01 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 17935 0 1 0 676 25 0 0 20 0 22 0 340334747 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 741546 120657 2287 9 0 732240 0
[pid=12992/tid=12994] ppid=12990 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (java) S 12990 12992 11909 0 -1 4202560 2897 0 1 0 70 4 0 0 20 0 22 0 340334749 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140711055832216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12990 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (java) S 12990 12992 11909 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710922308648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12996] ppid=12990 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/12992/task/12996/stat : 12996 (java) S 12990 12992 11909 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710921255848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=12997] ppid=12990 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/12992/task/12997/stat : 12997 (java) S 12990 12992 11909 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710920203048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=12998] ppid=12990 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/12992/task/12998/stat : 12998 (java) S 12990 12992 11909 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710919150248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=12999] ppid=12990 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/12992/task/12999/stat : 12999 (java) S 12990 12992 11909 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710918097448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13000] ppid=12990 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/12992/task/13000/stat : 13000 (java) S 12990 12992 11909 0 -1 4202560 25 0 0 0 0 2 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710917044648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13001] ppid=12990 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/12992/task/13001/stat : 13001 (java) S 12990 12992 11909 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710915991848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13002] ppid=12990 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/12992/task/13002/stat : 13002 (java) S 12990 12992 11909 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 340334750 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710914939048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13003] ppid=12990 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/12992/task/13003/stat : 13003 (java) S 12990 12992 11909 0 -1 4202560 44 0 0 0 8 0 0 0 20 0 22 0 340334751 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710432332776 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13004] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13004/stat : 13004 (java) S 12990 12992 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340334752 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710431278840 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13005] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13005/stat : 13005 (java) S 12990 12992 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340334752 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710430225928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13006] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13006/stat : 13006 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340334754 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710429174416 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13007] ppid=12990 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/12992/task/13007/stat : 13007 (java) S 12990 12992 11909 0 -1 4202560 9066 0 0 0 107 3 0 0 20 0 22 0 340334754 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710428121528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13008] ppid=12990 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/12992/task/13008/stat : 13008 (java) S 12990 12992 11909 0 -1 4202560 4374 0 0 0 79 0 0 0 20 0 22 0 340334754 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710427068728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13009] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13009/stat : 13009 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340334754 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710426016120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13010] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13010/stat : 13010 (java) S 12990 12992 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340334754 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710424963528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13013] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13013/stat : 13013 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340334828 3037372416 120657 33554432000 1073741824 1073778376 140737460926928 140710421804456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=12992/tid=13013] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13013/stat : 13013 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710421804456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13014] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13014/stat : 13014 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710420751656 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1618.79
Current children cumulated vsize (KiB) 2966184

[startup+1901.4 s]
/proc/loadavg: 0.02 0.11 1.16 2/217 13148
/proc/meminfo: memFree=23850600/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2966184 CPUtime=1619.59 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 22974 0 1 0 161779 180 0 0 20 0 20 0 340334747 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 741546 360328 2288 9 0 732240 0
[pid=12992/tid=12994] ppid=12990 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (java) S 12990 12992 11909 0 -1 4202560 3080 0 1 0 73 6 0 0 20 0 20 0 340334749 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140711055832216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12990 vsize=2966184 CPUtime=4.65 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (java) S 12990 12992 11909 0 -1 4202560 316 0 0 0 454 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710922308648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=12996] ppid=12990 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/12992/task/12996/stat : 12996 (java) S 12990 12992 11909 0 -1 4202560 284 0 0 0 476 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710921255848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12997] ppid=12990 vsize=2966184 CPUtime=4.76 cores=0,2,4,6
/proc/12992/task/12997/stat : 12997 (java) S 12990 12992 11909 0 -1 4202560 336 0 0 0 466 10 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710920203048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12998] ppid=12990 vsize=2966184 CPUtime=4.81 cores=0,2,4,6
/proc/12992/task/12998/stat : 12998 (java) S 12990 12992 11909 0 -1 4202560 334 0 0 0 470 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710919150248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12999] ppid=12990 vsize=2966184 CPUtime=4.66 cores=0,2,4,6
/proc/12992/task/12999/stat : 12999 (java) S 12990 12992 11909 0 -1 4202560 386 0 0 0 454 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710918097448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13000] ppid=12990 vsize=2966184 CPUtime=4.73 cores=0,2,4,6
/proc/12992/task/13000/stat : 13000 (java) S 12990 12992 11909 0 -1 4202560 327 0 0 0 461 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710917044648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13001] ppid=12990 vsize=2966184 CPUtime=4.54 cores=0,2,4,6
/proc/12992/task/13001/stat : 13001 (java) S 12990 12992 11909 0 -1 4202560 277 0 0 0 446 8 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710915991848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13002] ppid=12990 vsize=2966184 CPUtime=4.88 cores=0,2,4,6
/proc/12992/task/13002/stat : 13002 (java) S 12990 12992 11909 0 -1 4202560 323 0 0 0 476 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710914939048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13003] ppid=12990 vsize=2966184 CPUtime=242.27 cores=0,2,4,6
/proc/12992/task/13003/stat : 13003 (java) R 12990 12992 11909 0 -1 4202560 199 0 0 0 24209 18 0 0 20 0 20 0 340334751 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710432332936 140711061954976 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13004] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13004/stat : 13004 (java) S 12990 12992 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710431278840 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13005] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13005/stat : 13005 (java) S 12990 12992 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710430225928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13006] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13006/stat : 13006 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710429172824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13007] ppid=12990 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/12992/task/13007/stat : 13007 (java) S 12990 12992 11909 0 -1 4202560 9068 0 0 0 134 3 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710428121528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13008] ppid=12990 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/12992/task/13008/stat : 13008 (java) S 12990 12992 11909 0 -1 4202560 6283 0 0 0 137 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710427068728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13009] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13009/stat : 13009 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710426016120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13010] ppid=12990 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/12992/task/13010/stat : 13010 (java) S 12990 12992 11909 0 -1 4202560 109 0 0 0 35 31 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710424963528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13013] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13013/stat : 13013 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710421804456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13014] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13014/stat : 13014 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710420751656 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1619.59
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 0.02 0.11 1.16 2/217 13148
/proc/meminfo: memFree=23850600/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2966184 CPUtime=1619.99 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 22974 0 1 0 161819 180 0 0 20 0 20 0 340334747 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 741546 360328 2288 9 0 732240 0
[pid=12992/tid=12994] ppid=12990 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (java) S 12990 12992 11909 0 -1 4202560 3080 0 1 0 73 6 0 0 20 0 20 0 340334749 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140711055832216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12990 vsize=2966184 CPUtime=4.65 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (java) S 12990 12992 11909 0 -1 4202560 316 0 0 0 454 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710922308648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=12996] ppid=12990 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/12992/task/12996/stat : 12996 (java) S 12990 12992 11909 0 -1 4202560 284 0 0 0 476 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710921255848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12997] ppid=12990 vsize=2966184 CPUtime=4.76 cores=0,2,4,6
/proc/12992/task/12997/stat : 12997 (java) S 12990 12992 11909 0 -1 4202560 336 0 0 0 466 10 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710920203048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12998] ppid=12990 vsize=2966184 CPUtime=4.81 cores=0,2,4,6
/proc/12992/task/12998/stat : 12998 (java) S 12990 12992 11909 0 -1 4202560 334 0 0 0 470 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710919150248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12999] ppid=12990 vsize=2966184 CPUtime=4.66 cores=0,2,4,6
/proc/12992/task/12999/stat : 12999 (java) S 12990 12992 11909 0 -1 4202560 386 0 0 0 454 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710918097448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13000] ppid=12990 vsize=2966184 CPUtime=4.73 cores=0,2,4,6
/proc/12992/task/13000/stat : 13000 (java) S 12990 12992 11909 0 -1 4202560 327 0 0 0 461 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710917044648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13001] ppid=12990 vsize=2966184 CPUtime=4.54 cores=0,2,4,6
/proc/12992/task/13001/stat : 13001 (java) S 12990 12992 11909 0 -1 4202560 277 0 0 0 446 8 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710915991848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13002] ppid=12990 vsize=2966184 CPUtime=4.88 cores=0,2,4,6
/proc/12992/task/13002/stat : 13002 (java) S 12990 12992 11909 0 -1 4202560 323 0 0 0 476 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710914939048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13003] ppid=12990 vsize=2966184 CPUtime=242.68 cores=0,2,4,6
/proc/12992/task/13003/stat : 13003 (java) R 12990 12992 11909 0 -1 4202560 199 0 0 0 24250 18 0 0 20 0 20 0 340334751 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710432332936 140711059992918 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13004] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13004/stat : 13004 (java) S 12990 12992 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710431278840 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13005] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13005/stat : 13005 (java) S 12990 12992 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710430225928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13006] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13006/stat : 13006 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710429172824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13007] ppid=12990 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/12992/task/13007/stat : 13007 (java) S 12990 12992 11909 0 -1 4202560 9068 0 0 0 134 3 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710428121528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13008] ppid=12990 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/12992/task/13008/stat : 13008 (java) S 12990 12992 11909 0 -1 4202560 6283 0 0 0 137 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710427068728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13009] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13009/stat : 13009 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710426016120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13010] ppid=12990 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/12992/task/13010/stat : 13010 (java) S 12990 12992 11909 0 -1 4202560 109 0 0 0 35 31 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710424963528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13013] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13013/stat : 13013 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710421804456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13014] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13014/stat : 13014 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710420751656 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1619.99
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 0.02 0.11 1.16 2/217 13148
/proc/meminfo: memFree=23850600/32873844 swapFree=7628/7628
[pid=12992] ppid=12990 vsize=2966184 CPUtime=1620.19 cores=0,2,4,6
/proc/12992/stat : 12992 (java) S 12990 12992 11909 0 -1 4202496 22974 0 1 0 161839 180 0 0 20 0 20 0 340334747 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140737460918064 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12992/statm: 741546 360328 2288 9 0 732240 0
[pid=12992/tid=12994] ppid=12990 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/12992/task/12994/stat : 12994 (java) S 12990 12992 11909 0 -1 4202560 3080 0 1 0 73 6 0 0 20 0 20 0 340334749 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140711055832216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12995] ppid=12990 vsize=2966184 CPUtime=4.65 cores=0,2,4,6
/proc/12992/task/12995/stat : 12995 (java) S 12990 12992 11909 0 -1 4202560 316 0 0 0 454 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710922308648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=12996] ppid=12990 vsize=2966184 CPUtime=4.87 cores=0,2,4,6
/proc/12992/task/12996/stat : 12996 (java) S 12990 12992 11909 0 -1 4202560 284 0 0 0 476 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710921255848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=12997] ppid=12990 vsize=2966184 CPUtime=4.76 cores=0,2,4,6
/proc/12992/task/12997/stat : 12997 (java) S 12990 12992 11909 0 -1 4202560 336 0 0 0 466 10 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710920203048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12998] ppid=12990 vsize=2966184 CPUtime=4.81 cores=0,2,4,6
/proc/12992/task/12998/stat : 12998 (java) S 12990 12992 11909 0 -1 4202560 334 0 0 0 470 11 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710919150248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=12999] ppid=12990 vsize=2966184 CPUtime=4.66 cores=0,2,4,6
/proc/12992/task/12999/stat : 12999 (java) S 12990 12992 11909 0 -1 4202560 386 0 0 0 454 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710918097448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13000] ppid=12990 vsize=2966184 CPUtime=4.73 cores=0,2,4,6
/proc/12992/task/13000/stat : 13000 (java) S 12990 12992 11909 0 -1 4202560 327 0 0 0 461 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710917044648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13001] ppid=12990 vsize=2966184 CPUtime=4.54 cores=0,2,4,6
/proc/12992/task/13001/stat : 13001 (java) S 12990 12992 11909 0 -1 4202560 277 0 0 0 446 8 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710915991848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13002] ppid=12990 vsize=2966184 CPUtime=4.88 cores=0,2,4,6
/proc/12992/task/13002/stat : 13002 (java) S 12990 12992 11909 0 -1 4202560 323 0 0 0 476 12 0 0 20 0 20 0 340334750 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710914939048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13003] ppid=12990 vsize=2966184 CPUtime=242.87 cores=0,2,4,6
/proc/12992/task/13003/stat : 13003 (java) R 12990 12992 11909 0 -1 4202560 199 0 0 0 24269 18 0 0 20 0 20 0 340334751 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710432332936 140711062339706 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13004] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13004/stat : 13004 (java) S 12990 12992 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710431278840 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13005] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13005/stat : 13005 (java) S 12990 12992 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340334752 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710430225928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13006] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13006/stat : 13006 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710429172824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13007] ppid=12990 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/12992/task/13007/stat : 13007 (java) S 12990 12992 11909 0 -1 4202560 9068 0 0 0 134 3 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710428121528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12992/tid=13008] ppid=12990 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/12992/task/13008/stat : 13008 (java) S 12990 12992 11909 0 -1 4202560 6283 0 0 0 137 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710427068728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13009] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13009/stat : 13009 (java) S 12990 12992 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710426016120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12992/tid=13010] ppid=12990 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/12992/task/13010/stat : 13010 (java) S 12990 12992 11909 0 -1 4202560 109 0 0 0 35 31 0 0 20 0 20 0 340334754 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710424963528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12992/tid=13013] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13013/stat : 13013 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710421804456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12992/tid=13014] ppid=12990 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/12992/task/13014/stat : 13014 (java) S 12990 12992 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340334828 3037372416 360328 33554432000 1073741824 1073778376 140737460926928 140710420751656 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1620.19
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12992 and gives
#  childrusage.ru_utime.tv_sec=1617
#  childrusage.ru_utime.tv_usec=687074
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=953702
# CPU time returned by wait4() is 1619.64
# while last known CPU time is 1620.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.13
#  lost CPU user time (s): 3.32007
#  lost CPU system time (s): -0.19

Real time (s): 1902.02
CPU time (s): 1623.32
CPU user time (s): 1621.71
CPU system time (s): 1.61
CPU usage (%): 85.3471
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1617.69
system time used= 1.9537
maximum resident set size= 1441312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22974
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49562
involuntary context switches= 58790

runsolver used 5.70313 second user time and 13.391 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 18:48:24
IDJOB=3733258
IDBENCH=2264
IDSOLVER=2324
FILE ID=node145/3733258-1338742104
RUNJOBID= node145-1338737268-11925
PBS_JOBID= 14636762
Free space on /tmp= 70924 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733258-1338742104/watcher-3733258-1338742104 -o /tmp/evaluation-result-3733258-1338742104/solver-3733258-1338742104 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733258-1338742104.opb

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

MD5SUM BENCH= 669011fc499ae56e44c354cc6cddc4c7
RANDOM SEED=1246552387

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5313.38
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25818656 kB
Buffers:          446020 kB
Cached:          4815888 kB
SwapCached:            0 kB
Active:          2581500 kB
Inactive:        3602636 kB
Active(anon):     913628 kB
Inactive(anon):    10916 kB
Active(file):    1667872 kB
Inactive(file):  3591720 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2072 kB
Writeback:             0 kB
AnonPages:        933236 kB
Mapped:            22320 kB
Shmem:               200 kB
Slab:             725476 kB
SReclaimable:     166872 kB
SUnreclaim:       558604 kB
KernelStack:        1624 kB
PageTables:         6064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70920 MiB
End job on node145 at 2012-06-03 19:20:06