Trace number 3688039

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 1379.24 1376.59

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMd370b072a7e1b298fd6270f5934fda51
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 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 c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688039-1337879205.opb
0.08/0.12	c reading problem ... 
0.08/0.14	c ... done. Wall clock time 0.019s.
0.08/0.14	c declared #vars     150
0.08/0.14	c #constraints  25
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
0.08/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.08/0.14	c 25 constraints processed.
0.73/0.51	c cleaning 2500 clauses out of 5002 with flag 5002/5002
1.19/0.99	c cleaning 4240 clauses out of 8500 with flag 11000/11000
1.99/1.79	c cleaning 5624 clauses out of 11261 with flag 18001/18001
2.90/2.66	c cleaning 6814 clauses out of 13636 with flag 26000/26000
3.83/3.59	c cleaning 7906 clauses out of 15823 with flag 35001/35001
4.93/4.60	c cleaning 8954 clauses out of 17916 with flag 45000/45000
6.24/5.96	c cleaning 9975 clauses out of 19962 with flag 56000/56000
7.94/7.64	c cleaning 10988 clauses out of 21988 with flag 68001/68001
10.17/9.89	c cleaning 11999 clauses out of 24000 with flag 81001/81001
12.08/11.77	c cleaning 12997 clauses out of 26001 with flag 95001/95001
14.20/13.82	c cleaning 14000 clauses out of 28005 with flag 110002/110002
16.42/16.09	c cleaning 14998 clauses out of 30004 with flag 126001/126001
19.14/18.71	c cleaning 15998 clauses out of 32006 with flag 143001/143001
21.53/21.14	c cleaning 16999 clauses out of 34007 with flag 161000/161000
24.04/23.60	c cleaning 17997 clauses out of 36008 with flag 180000/180000
26.85/26.42	c cleaning 18992 clauses out of 38011 with flag 200000/200000
30.16/29.73	c cleaning 20002 clauses out of 40020 with flag 221001/221001
33.06/32.66	c cleaning 20995 clauses out of 42020 with flag 243003/243003
36.17/35.77	c cleaning 22006 clauses out of 44024 with flag 266002/266002
39.80/39.38	c cleaning 23006 clauses out of 46017 with flag 290001/290001
45.02/44.58	c cleaning 24002 clauses out of 48010 with flag 315000/315000
50.23/49.74	c cleaning 24998 clauses out of 50010 with flag 341002/341002
55.34/54.87	c cleaning 26001 clauses out of 52011 with flag 368001/368001
60.65/60.12	c cleaning 27004 clauses out of 54009 with flag 396000/396000
66.78/66.25	c cleaning 27998 clauses out of 56007 with flag 425002/425002
73.09/72.54	c cleaning 29002 clauses out of 58010 with flag 455003/455003
78.71/78.19	c cleaning 30001 clauses out of 60008 with flag 486003/486003
86.01/85.45	c cleaning 30998 clauses out of 62006 with flag 518002/518002
92.74/92.19	c cleaning 31996 clauses out of 64006 with flag 551000/551000
99.75/99.19	c cleaning 33007 clauses out of 66019 with flag 585009/585009
108.07/107.46	c cleaning 33996 clauses out of 68003 with flag 620000/620000
116.59/115.91	c cleaning 34982 clauses out of 70010 with flag 656003/656003
125.42/124.73	c cleaning 36007 clauses out of 72025 with flag 693000/693000
133.85/133.17	c cleaning 37002 clauses out of 74022 with flag 731004/731004
144.97/144.27	c cleaning 38004 clauses out of 76018 with flag 770002/770002
155.92/155.19	c cleaning 39000 clauses out of 78012 with flag 810000/810000
166.73/165.94	c cleaning 40001 clauses out of 80013 with flag 851001/851001
178.75/177.94	c cleaning 41001 clauses out of 82016 with flag 893005/893005
188.78/187.97	c cleaning 41983 clauses out of 84014 with flag 936004/936004
200.40/199.54	c cleaning 43014 clauses out of 86031 with flag 980004/980004
214.53/213.69	c cleaning 43998 clauses out of 88016 with flag 1025003/1025003
229.56/228.68	c cleaning 45003 clauses out of 90017 with flag 1071002/1071002
244.57/243.69	c cleaning 45998 clauses out of 92012 with flag 1118000/1118000
258.69/257.72	c cleaning 47001 clauses out of 94014 with flag 1166000/1166000
273.01/272.02	c cleaning 48001 clauses out of 96014 with flag 1215001/1215001
289.93/288.92	c cleaning 48981 clauses out of 98015 with flag 1265003/1265003
303.86/302.86	c cleaning 50012 clauses out of 100033 with flag 1316002/1316002
320.52/319.45	c cleaning 50993 clauses out of 102019 with flag 1368000/1368000
338.97/337.81	c cleaning 52009 clauses out of 104026 with flag 1421000/1421000
358.30/357.16	c cleaning 53005 clauses out of 106017 with flag 1475000/1475000
374.92/373.72	c cleaning 54005 clauses out of 108013 with flag 1530001/1530001
390.15/388.97	c cleaning 54996 clauses out of 110009 with flag 1586002/1586002
408.59/407.39	c cleaning 55996 clauses out of 112012 with flag 1643001/1643001
430.51/429.26	c cleaning 57002 clauses out of 114016 with flag 1701001/1701001
451.25/449.95	c cleaning 57995 clauses out of 116013 with flag 1760000/1760000
474.58/473.21	c cleaning 59000 clauses out of 118019 with flag 1820001/1820001
497.69/496.37	c cleaning 60002 clauses out of 120019 with flag 1881001/1881001
520.33/518.96	c cleaning 61006 clauses out of 122017 with flag 1943001/1943001
545.95/544.59	c cleaning 62004 clauses out of 124010 with flag 2006000/2006000
573.36/572.00	c cleaning 62994 clauses out of 126006 with flag 2070000/2070000
601.27/599.86	c cleaning 63970 clauses out of 128012 with flag 2135000/2135000
626.10/624.61	c cleaning 65018 clauses out of 130044 with flag 2201002/2201002
659.94/658.47	c cleaning 65997 clauses out of 132024 with flag 2268000/2268000
686.91/685.37	c cleaning 67009 clauses out of 134028 with flag 2336001/2336001
709.22/707.64	c cleaning 68003 clauses out of 136019 with flag 2405001/2405001
748.16/746.51	c cleaning 68990 clauses out of 138015 with flag 2475000/2475000
785.90/784.29	c cleaning 69989 clauses out of 140027 with flag 2546002/2546002
819.95/818.28	c cleaning 71009 clauses out of 142036 with flag 2618000/2618000
851.99/850.22	c cleaning 72000 clauses out of 144030 with flag 2691003/2691003
882.72/880.99	c cleaning 73005 clauses out of 146029 with flag 2765002/2765002
920.14/918.34	c cleaning 74009 clauses out of 148022 with flag 2840000/2840000
957.97/956.19	c cleaning 75004 clauses out of 150015 with flag 2916002/2916002
993.41/991.58	c cleaning 75997 clauses out of 152009 with flag 2993000/2993000
1038.87/1036.90	c cleaning 76994 clauses out of 154012 with flag 3071000/3071000
1079.58/1077.66	c cleaning 78000 clauses out of 156019 with flag 3150001/3150001
1119.40/1117.47	c cleaning 79002 clauses out of 158020 with flag 3230002/3230002
1159.56/1157.59	c cleaning 80005 clauses out of 160018 with flag 3311002/3311002
1202.63/1200.53	c cleaning 81000 clauses out of 162011 with flag 3393000/3393000
1250.17/1248.03	c cleaning 82004 clauses out of 164011 with flag 3476000/3476000
1295.93/1293.72	c cleaning 83006 clauses out of 166012 with flag 3560005/3560005
1340.39/1337.75	c cleaning 83995 clauses out of 168002 with flag 3645001/3645001
1379.24/1376.55	c starts		: 252
1379.24/1376.55	c conflicts		: 3714627
1379.24/1376.55	c decisions		: 4422667
1379.24/1376.55	c propagations		: 72293739
1379.24/1376.55	c inspects		: 20393560531
1379.24/1376.55	c shortcuts		: 0
1379.24/1376.55	c learnt literals	: 5
1379.24/1376.55	c learnt binary clauses	: 6
1379.24/1376.55	c learnt ternary clauses	: 6
1379.24/1376.55	c learnt constraints	: 3714621
1379.24/1376.55	c ignored constraints	: 0
1379.24/1376.55	c root simplifications	: 0
1379.24/1376.55	c removed literals (reason simplification)	: 0
1379.24/1376.55	c reason swapping (by a shorter reason)	: 0
1379.24/1376.55	c Calls to reduceDB	: 81
1379.24/1376.55	c number of reductions to clauses (during analyze)	: 0
1379.24/1376.55	c number of learned constraints concerned by reduction	: 0
1379.24/1376.55	c number of learning phase by resolution	: 0
1379.24/1376.55	c number of learning phase by cutting planes	: 0
1379.24/1376.55	c speed (assignments/second)	: 52523.709642967675
1379.24/1376.55	c non guided choices	48
1379.24/1376.58	c learnt constraints type 
1379.24/1376.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1379.24/1376.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153621
1379.24/1376.58	c constraints type 
1379.24/1376.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
1379.24/1376.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1379.24/1376.58	c 25 constraints processed.
1379.24/1376.58	s UNSATISFIABLE
1379.24/1376.58	c Total wall clock time (in seconds): 1376.454

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-3688039-1337879205/watcher-3688039-1337879205 -o /tmp/evaluation-result-3688039-1337879205/solver-3688039-1337879205 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688039-1337879205.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: 1.94 2.00 1.99 3/192 22454
/proc/meminfo: memFree=26863732/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22454/stat : 22454 (java) D 22452 22454 21473 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254048915 9515008 176 33554432000 1073741824 1073778376 140734990979584 140734990962312 226329707408 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2323 176 133 9 0 71 0

[startup+0.065001 s]
/proc/loadavg: 1.94 2.00 1.99 3/192 22454
/proc/meminfo: memFree=26863732/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 3081 0 1 0 3 0 0 0 20 0 13 0 254048915 9446973440 4289 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2306390 4289 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100248 s]
/proc/loadavg: 1.94 2.00 1.99 3/192 22454
/proc/meminfo: memFree=26863732/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 3994 0 1 0 7 1 0 0 20 0 18 0 254048915 9787813888 5193 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2389603 5194 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 1.94 2.00 1.99 3/192 22454
/proc/meminfo: memFree=26863732/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 6464 0 1 0 46 2 0 0 20 0 19 0 254048915 9855975424 7384 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 7384 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700216 s]
/proc/loadavg: 1.94 2.00 1.99 3/192 22454
/proc/meminfo: memFree=26863732/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 7020 0 1 0 95 2 0 0 20 0 19 0 254048915 9855975424 9487 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 9487 2254 9 0 2396937 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9624976

[startup+1.50059 s]
/proc/loadavg: 1.94 2.00 1.99 3/211 22473
/proc/meminfo: memFree=26832012/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=1.79 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 7047 0 1 0 177 2 0 0 20 0 19 0 254048915 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 10532 2256 9 0 2396937 0
[pid=22454/tid=22456] ppid=22452 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/22454/task/22456/stat : 22456 (java) R 22452 22454 21473 0 -1 4202560 2455 0 1 0 143 1 0 0 20 0 19 0 254048916 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690896036248 139690741481151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22457] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22457/stat : 22457 (java) S 22452 22454 21473 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690868488488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22458] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22458/stat : 22458 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690867435688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22459] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22459/stat : 22459 (java) S 22452 22454 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690866383400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22460] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22460/stat : 22460 (java) S 22452 22454 21473 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690865330600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22461] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22461/stat : 22461 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690864278312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22462] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22462/stat : 22462 (java) S 22452 22454 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690863225512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22463] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22463/stat : 22463 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690862173224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22464] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22464/stat : 22464 (java) S 22452 22454 21473 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690861120424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22465] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22465/stat : 22465 (java) S 22452 22454 21473 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254048918 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690249263336 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22466] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22466/stat : 22466 (java) S 22452 22454 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690248209400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22467] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22467/stat : 22467 (java) S 22452 22454 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690247157000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22468] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22468/stat : 22468 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048921 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690246105488 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22469] ppid=22452 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22454/task/22469/stat : 22469 (java) S 22452 22454 21473 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 254048922 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690245053112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22470] ppid=22452 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/22454/task/22470/stat : 22470 (java) S 22452 22454 21473 0 -1 4202560 1923 0 0 0 13 0 0 0 20 0 19 0 254048922 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690244000312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22471] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22471/stat : 22471 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690242948216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22472] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22472/stat : 22472 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690241895624 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22473] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22473/stat : 22473 (java) S 22452 22454 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254048930 9855975424 10532 33554432000 1073741824 1073778376 140734169207888 139690240840616 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.94 2.00 1.99 3/211 22473
/proc/meminfo: memFree=26827420/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=3.43 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 7269 0 1 0 340 3 0 0 20 0 19 0 254048915 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 11061 2266 9 0 2396937 0
[pid=22454/tid=22456] ppid=22452 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/22454/task/22456/stat : 22456 (java) R 22452 22454 21473 0 -1 4202560 2456 0 1 0 300 2 0 0 20 0 19 0 254048916 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690896036248 139690741583052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22457] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22457/stat : 22457 (java) S 22452 22454 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690868488488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22458] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22458/stat : 22458 (java) S 22452 22454 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690867435688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22459] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22459/stat : 22459 (java) S 22452 22454 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690866383400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22460] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22460/stat : 22460 (java) S 22452 22454 21473 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690865330600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22461] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22461/stat : 22461 (java) S 22452 22454 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690864278312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22462] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22462/stat : 22462 (java) S 22452 22454 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690863225512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22463] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22463/stat : 22463 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690862173224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22464] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22464/stat : 22464 (java) S 22452 22454 21473 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690861120424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22465] ppid=22452 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22454/task/22465/stat : 22465 (java) S 22452 22454 21473 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 254048918 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690249263336 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22466] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22466/stat : 22466 (java) S 22452 22454 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690248209400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22467] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22467/stat : 22467 (java) S 22452 22454 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690247157000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22468] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22468/stat : 22468 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048921 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690246105488 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22469] ppid=22452 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/22454/task/22469/stat : 22469 (java) S 22452 22454 21473 0 -1 4202560 1619 0 0 0 19 0 0 0 20 0 19 0 254048922 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690245053112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22470] ppid=22452 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/22454/task/22470/stat : 22470 (java) S 22452 22454 21473 0 -1 4202560 1923 0 0 0 13 0 0 0 20 0 19 0 254048922 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690244000312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22471] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22471/stat : 22471 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690242948216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22472] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22472/stat : 22472 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690241895624 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22473] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22473/stat : 22473 (java) S 22452 22454 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254048930 9855975424 11061 33554432000 1073741824 1073778376 140734169207888 139690240840616 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9624976

[startup+6.30063 s]
/proc/loadavg: 1.95 2.00 1.99 2/191 22476
/proc/meminfo: memFree=28639560/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=6.64 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 7282 0 1 0 661 3 0 0 20 0 19 0 254048915 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 12009 2266 9 0 2396937 0
[pid=22454/tid=22456] ppid=22452 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/22454/task/22456/stat : 22456 (java) R 22452 22454 21473 0 -1 4202560 2460 0 1 0 615 2 0 0 20 0 19 0 254048916 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690896036128 139690741481660 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22457] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22457/stat : 22457 (java) S 22452 22454 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690868488488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22458] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22458/stat : 22458 (java) S 22452 22454 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690867435688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22459] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22459/stat : 22459 (java) S 22452 22454 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690866383400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22460] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22460/stat : 22460 (java) S 22452 22454 21473 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690865330600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22461] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22461/stat : 22461 (java) S 22452 22454 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690864278312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22462] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22462/stat : 22462 (java) S 22452 22454 21473 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690863225512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22463] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22463/stat : 22463 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690862173224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22464] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22464/stat : 22464 (java) S 22452 22454 21473 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254048917 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690861120424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22465] ppid=22452 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/22454/task/22465/stat : 22465 (java) S 22452 22454 21473 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 254048918 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690249263336 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22466] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22466/stat : 22466 (java) S 22452 22454 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690248209400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22467] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22467/stat : 22467 (java) S 22452 22454 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690247157000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22468] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22468/stat : 22468 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048921 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690246105488 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22469] ppid=22452 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/22454/task/22469/stat : 22469 (java) S 22452 22454 21473 0 -1 4202560 1619 0 0 0 19 0 0 0 20 0 19 0 254048922 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690245053112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22470] ppid=22452 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/22454/task/22470/stat : 22470 (java) S 22452 22454 21473 0 -1 4202560 1923 0 0 0 13 0 0 0 20 0 19 0 254048922 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690244000312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22471] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22471/stat : 22471 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690242948216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22472] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22472/stat : 22472 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690241895624 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22473] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22473/stat : 22473 (java) S 22452 22454 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254048930 9855975424 12009 33554432000 1073741824 1073778376 140734169207888 139690240840616 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/22454/task/22464/stat : 22464 (java) S 22452 22454 21473 0 -1 4202560 44 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690861120424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22465] ppid=22452 vsize=9624976 CPUtime=2.2 cores=0,2,4,6
/proc/22454/task/22465/stat : 22465 (java) S 22452 22454 21473 0 -1 4202560 119 0 0 0 218 2 0 0 20 0 19 0 254048918 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690249263336 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22466] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22466/stat : 22466 (java) S 22452 22454 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690248209400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22467] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22467/stat : 22467 (java) S 22452 22454 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690247157000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22468] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22468/stat : 22468 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048921 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690246105488 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22469] ppid=22452 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22454/task/22469/stat : 22469 (java) S 22452 22454 21473 0 -1 4202560 2267 0 0 0 24 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690245053112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22470] ppid=22452 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/22454/task/22470/stat : 22470 (java) S 22452 22454 21473 0 -1 4202560 10361 0 0 0 51 2 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690244000312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22471] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22471/stat : 22471 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690242948216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22472] ppid=22452 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22454/task/22472/stat : 22472 (java) S 22452 22454 21473 0 -1 4202560 79 0 0 0 31 21 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690241895624 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22473] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22473/stat : 22473 (java) S 22452 22454 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254048930 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690240840616 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1377.03
Current children cumulated vsize (KiB) 9624976

[startup+1375.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 22542
/proc/meminfo: memFree=27320612/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=1378.62 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 17348 0 1 0 137839 23 0 0 20 0 19 0 254048915 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 37690 2268 9 0 2396937 0
[pid=22454/tid=22456] ppid=22452 vsize=9624976 CPUtime=1369.32 cores=0,2,4,6
/proc/22454/task/22456/stat : 22456 (java) R 22452 22454 21473 0 -1 4202560 2547 0 1 0 136910 22 0 0 20 0 19 0 254048916 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690896034272 139690741584286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22457] ppid=22452 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22454/task/22457/stat : 22457 (java) S 22452 22454 21473 0 -1 4202560 121 0 0 0 30 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690868488488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22458] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22458/stat : 22458 (java) S 22452 22454 21473 0 -1 4202560 218 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690867435688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22459] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22459/stat : 22459 (java) S 22452 22454 21473 0 -1 4202560 127 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690866383400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22460] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22460/stat : 22460 (java) S 22452 22454 21473 0 -1 4202560 138 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690865330600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22461] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22461/stat : 22461 (java) S 22452 22454 21473 0 -1 4202560 59 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690864278312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22462] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22462/stat : 22462 (java) S 22452 22454 21473 0 -1 4202560 48 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690863225512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22463] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22463/stat : 22463 (java) S 22452 22454 21473 0 -1 4202560 39 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690862173224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22464] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22464/stat : 22464 (java) S 22452 22454 21473 0 -1 4202560 44 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690861120424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22465] ppid=22452 vsize=9624976 CPUtime=2.2 cores=0,2,4,6
/proc/22454/task/22465/stat : 22465 (java) S 22452 22454 21473 0 -1 4202560 119 0 0 0 218 2 0 0 20 0 19 0 254048918 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690249263336 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22466] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22466/stat : 22466 (java) S 22452 22454 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690248209400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22467] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22467/stat : 22467 (java) S 22452 22454 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690247157000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22468] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22468/stat : 22468 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048921 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690246105488 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22469] ppid=22452 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22454/task/22469/stat : 22469 (java) S 22452 22454 21473 0 -1 4202560 2267 0 0 0 24 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690245053112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22470] ppid=22452 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/22454/task/22470/stat : 22470 (java) S 22452 22454 21473 0 -1 4202560 10361 0 0 0 51 2 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690244000312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22471] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22471/stat : 22471 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690242948216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22472] ppid=22452 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22454/task/22472/stat : 22472 (java) S 22452 22454 21473 0 -1 4202560 79 0 0 0 31 21 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690241895624 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22473] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22473/stat : 22473 (java) S 22452 22454 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254048930 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690240840616 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1378.62
Current children cumulated vsize (KiB) 9624976

[startup+1376.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 22542
/proc/meminfo: memFree=27320612/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=1379.04 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 17348 0 1 0 137881 23 0 0 20 0 19 0 254048915 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 37690 2268 9 0 2396937 0
[pid=22454/tid=22456] ppid=22452 vsize=9624976 CPUtime=1369.72 cores=0,2,4,6
/proc/22454/task/22456/stat : 22456 (java) R 22452 22454 21473 0 -1 4202560 2547 0 1 0 136950 22 0 0 20 0 19 0 254048916 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690896036264 139690741583100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22457] ppid=22452 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22454/task/22457/stat : 22457 (java) S 22452 22454 21473 0 -1 4202560 121 0 0 0 30 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690868488488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22458] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22458/stat : 22458 (java) S 22452 22454 21473 0 -1 4202560 218 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690867435688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22459] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22459/stat : 22459 (java) S 22452 22454 21473 0 -1 4202560 127 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690866383400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22460] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22460/stat : 22460 (java) S 22452 22454 21473 0 -1 4202560 138 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690865330600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22461] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22461/stat : 22461 (java) S 22452 22454 21473 0 -1 4202560 59 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690864278312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22462] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22462/stat : 22462 (java) S 22452 22454 21473 0 -1 4202560 48 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690863225512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22463] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22463/stat : 22463 (java) S 22452 22454 21473 0 -1 4202560 39 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690862173224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22464] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22464/stat : 22464 (java) S 22452 22454 21473 0 -1 4202560 44 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690861120424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22465] ppid=22452 vsize=9624976 CPUtime=2.2 cores=0,2,4,6
/proc/22454/task/22465/stat : 22465 (java) S 22452 22454 21473 0 -1 4202560 119 0 0 0 218 2 0 0 20 0 19 0 254048918 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690249263336 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22466] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22466/stat : 22466 (java) S 22452 22454 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690248209400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22467] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22467/stat : 22467 (java) S 22452 22454 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690247157000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22468] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22468/stat : 22468 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048921 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690246105488 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22469] ppid=22452 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22454/task/22469/stat : 22469 (java) S 22452 22454 21473 0 -1 4202560 2267 0 0 0 24 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690245053112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22470] ppid=22452 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22454/task/22470/stat : 22470 (java) S 22452 22454 21473 0 -1 4202560 10361 0 0 0 53 2 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690244000312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22471] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22471/stat : 22471 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690242948216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22472] ppid=22452 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22454/task/22472/stat : 22472 (java) S 22452 22454 21473 0 -1 4202560 79 0 0 0 31 21 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690241895624 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22473] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22473/stat : 22473 (java) S 22452 22454 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254048930 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690240840616 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1379.04
Current children cumulated vsize (KiB) 9624976

[startup+1376.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 22542
/proc/meminfo: memFree=27320612/32873844 swapFree=6080/6080
[pid=22454] ppid=22452 vsize=9624976 CPUtime=1379.24 cores=0,2,4,6
/proc/22454/stat : 22454 (java) S 22452 22454 21473 0 -1 4202496 17348 0 1 0 137901 23 0 0 20 0 19 0 254048915 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 140734169199024 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22454/statm: 2406244 37690 2268 9 0 2396937 0
[pid=22454/tid=22456] ppid=22452 vsize=9624976 CPUtime=1369.92 cores=0,2,4,6
/proc/22454/task/22456/stat : 22456 (java) R 22452 22454 21473 0 -1 4202560 2547 0 1 0 136970 22 0 0 20 0 19 0 254048916 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690896036264 139690741480984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22457] ppid=22452 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22454/task/22457/stat : 22457 (java) S 22452 22454 21473 0 -1 4202560 121 0 0 0 30 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690868488488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22458] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22458/stat : 22458 (java) S 22452 22454 21473 0 -1 4202560 218 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690867435688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22459] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22459/stat : 22459 (java) S 22452 22454 21473 0 -1 4202560 127 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690866383400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22460] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22460/stat : 22460 (java) S 22452 22454 21473 0 -1 4202560 138 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690865330600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22461] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22461/stat : 22461 (java) S 22452 22454 21473 0 -1 4202560 59 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690864278312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22462] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22462/stat : 22462 (java) S 22452 22454 21473 0 -1 4202560 48 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690863225512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22463] ppid=22452 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22454/task/22463/stat : 22463 (java) S 22452 22454 21473 0 -1 4202560 39 0 0 0 33 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690862173224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22464] ppid=22452 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22454/task/22464/stat : 22464 (java) S 22452 22454 21473 0 -1 4202560 44 0 0 0 32 0 0 0 20 0 19 0 254048917 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690861120424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22465] ppid=22452 vsize=9624976 CPUtime=2.2 cores=0,2,4,6
/proc/22454/task/22465/stat : 22465 (java) S 22452 22454 21473 0 -1 4202560 119 0 0 0 218 2 0 0 20 0 19 0 254048918 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690249263336 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22466] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22466/stat : 22466 (java) S 22452 22454 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690248209400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22467] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22467/stat : 22467 (java) S 22452 22454 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254048919 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690247157000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22468] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22468/stat : 22468 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048921 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690246105488 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22454/tid=22469] ppid=22452 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22454/task/22469/stat : 22469 (java) S 22452 22454 21473 0 -1 4202560 2267 0 0 0 24 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690245053112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22454/tid=22470] ppid=22452 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22454/task/22470/stat : 22470 (java) S 22452 22454 21473 0 -1 4202560 10361 0 0 0 53 2 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690244000312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22471] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22471/stat : 22471 (java) S 22452 22454 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690242948216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22454/tid=22472] ppid=22452 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22454/task/22472/stat : 22472 (java) S 22452 22454 21473 0 -1 4202560 79 0 0 0 31 21 0 0 20 0 19 0 254048922 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690241895624 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22454/tid=22473] ppid=22452 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22454/task/22473/stat : 22473 (java) S 22452 22454 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254048930 9855975424 37690 33554432000 1073741824 1073778376 140734169207888 139690240840616 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1379.24
Current children cumulated vsize (KiB) 9624976

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22454 and gives
#  childrusage.ru_utime.tv_sec=1375
#  childrusage.ru_utime.tv_usec=753853
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=611906
# CPU time returned by wait4() is 1376.37
# while last known CPU time is 1379.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1376.59
CPU time (s): 1379.24
CPU user time (s): 1379.01
CPU system time (s): 0.23
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1375.75
system time used= 0.611906
maximum resident set size= 162952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17373
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31415
involuntary context switches= 8113

runsolver used 2.21666 second user time and 5.38318 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 19:06:45
IDJOB=3688039
IDBENCH=2603
IDSOLVER=2269
FILE ID=node110/3688039-1337879205
RUNJOBID= node110-1337871882-21489
PBS_JOBID= 14620094
Free space on /tmp= 71604 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688039-1337879205/watcher-3688039-1337879205 -o /tmp/evaluation-result-3688039-1337879205/solver-3688039-1337879205 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688039-1337879205.opb

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

MD5SUM BENCH= d370b072a7e1b298fd6270f5934fda51
RANDOM SEED=304938030

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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		: 2666.893
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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		: 2666.893
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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		: 2666.893
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26863996 kB
Buffers:          202340 kB
Cached:          3212616 kB
SwapCached:            0 kB
Active:          2366108 kB
Inactive:        2866928 kB
Active(anon):    1820708 kB
Inactive(anon):        0 kB
Active(file):     545400 kB
Inactive(file):  2866928 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               492 kB
Writeback:             0 kB
AnonPages:       1832304 kB
Mapped:            21516 kB
Shmem:               200 kB
Slab:             627736 kB
SReclaimable:      70480 kB
SUnreclaim:       557256 kB
KernelStack:        1584 kB
PageTables:         7704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2877916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1775616 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= 71612 MiB
End job on node110 at 2012-05-24 19:29:41