Trace number 2662683

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 74.4367 39.5902

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111212272.opb
MD5SUM7809c10b09811dc0835bdd39e8310775
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.134979
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1210
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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662683-1276272738.opb
0.24/0.21	c reading problem ... 
0.36/0.35	c ... done. Wall clock time 0.137s.
0.36/0.35	c #vars     169
0.36/0.35	c #constraints  101
0.36/0.35	c constraints type 
0.36/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.35	c constraints type 
0.36/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
5.31/2.88	c cleaning 2496 clauses out of 5000 with flag 5000/5000
9.46/4.91	c cleaning 4248 clauses out of 8504 with flag 11000/11000
10.63/5.58	c cleaning 5625 clauses out of 11257 with flag 18001/18001
12.16/6.30	c cleaning 6813 clauses out of 13634 with flag 26003/26003
13.70/7.13	c cleaning 7906 clauses out of 15819 with flag 35001/35001
15.44/8.03	c cleaning 8953 clauses out of 17915 with flag 45003/45003
17.19/8.94	c cleaning 9477 clauses out of 18963 with flag 55004/55004
19.14/9.92	c cleaning 9734 clauses out of 19482 with flag 65000/65000
20.86/10.81	c cleaning 9875 clauses out of 19749 with flag 75001/75001
22.61/11.77	c cleaning 9930 clauses out of 19873 with flag 85000/85000
24.34/12.69	c cleaning 9968 clauses out of 19943 with flag 95000/95000
26.08/13.58	c cleaning 9984 clauses out of 19977 with flag 105002/105002
27.81/14.44	c cleaning 9993 clauses out of 19992 with flag 115001/115001
29.57/15.38	c cleaning 9996 clauses out of 20000 with flag 125002/125002
31.30/16.25	c cleaning 9997 clauses out of 20005 with flag 135003/135003
33.05/17.15	c cleaning 9998 clauses out of 20005 with flag 145000/145000
34.78/18.01	c cleaning 10000 clauses out of 20007 with flag 155000/155000
36.31/18.87	c cleaning 10002 clauses out of 20008 with flag 165001/165001
38.26/19.89	c cleaning 10000 clauses out of 20005 with flag 175000/175000
40.56/21.05	c cleaning 10000 clauses out of 20005 with flag 185000/185000
42.29/21.95	c cleaning 9999 clauses out of 20005 with flag 195000/195000
44.00/22.89	c cleaning 9999 clauses out of 20006 with flag 205000/205000
45.93/23.86	c cleaning 10000 clauses out of 20008 with flag 215001/215001
47.66/24.75	c cleaning 10000 clauses out of 20007 with flag 225000/225000
49.58/25.76	c cleaning 10000 clauses out of 20007 with flag 235000/235000
51.30/26.67	c cleaning 10001 clauses out of 20007 with flag 245000/245000
53.04/27.56	c cleaning 9999 clauses out of 20008 with flag 255002/255002
54.75/28.50	c cleaning 9999 clauses out of 20008 with flag 265001/265001
56.65/29.41	c cleaning 9998 clauses out of 20009 with flag 275001/275001
58.17/30.29	c cleaning 10000 clauses out of 20010 with flag 285000/285000
59.89/31.16	c cleaning 10000 clauses out of 20012 with flag 295002/295002
61.61/32.03	c cleaning 10002 clauses out of 20010 with flag 305000/305000
63.13/32.85	c cleaning 10000 clauses out of 20010 with flag 315002/315002
64.65/33.65	c cleaning 9999 clauses out of 20008 with flag 325000/325000
66.37/34.50	c cleaning 9999 clauses out of 20010 with flag 335001/335001
67.89/35.39	c cleaning 10002 clauses out of 20011 with flag 345001/345001
69.62/36.26	c cleaning 10000 clauses out of 20009 with flag 355001/355001
72.32/37.61	c cleaning 10001 clauses out of 20008 with flag 365000/365000
74.06/38.51	c And the winner is Resolution
74.32/39.50	c starts		: 136
74.32/39.50	c conflicts		: 373911
74.32/39.50	c decisions		: 533785
74.32/39.50	c propagations		: 7733899
74.32/39.50	c inspects		: 110591447
74.32/39.50	c learnt literals	: 6
74.32/39.50	c learnt binary clauses	: 22
74.32/39.50	c learnt ternary clauses	: 167
74.32/39.50	c learnt clauses	: 373904
74.32/39.50	c ignored clauses	: 0
74.32/39.50	c root simplifications	: 0
74.32/39.50	c removed literals (reason simplification)	: 3957126
74.32/39.50	c reason swapping (by a shorter reason)	: 0
74.32/39.50	c Calls to reduceDB	: 38
74.32/39.50	c number of reductions to clauses (during analyze)	: 0
74.32/39.50	c number of learned constraints concerned by reduction	: 0
74.32/39.50	c number of learning phase by resolution	: 0
74.32/39.50	c number of learning phase by cutting planes	: 0
74.32/39.50	c speed (assignments/second)	: 197550.35888528443
74.32/39.50	c non guided choices	46
74.33/39.55	c learnt constraints type 
74.33/39.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18889
74.33/39.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
74.33/39.55	c constraints type 
74.33/39.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
74.33/39.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
74.33/39.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
74.33/39.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
74.33/39.55	c constraints type 
74.33/39.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
74.33/39.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
74.33/39.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
74.33/39.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
74.33/39.55	s UNSATISFIABLE
74.33/39.55	c Total wall clock time (in seconds): 39.34

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662683-1276272738/watcher-2662683-1276272738 -o /tmp/evaluation-result-2662683-1276272738/solver-2662683-1276272738 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662683-1276272738.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.09 1.00 1.00 3/106 4110
/proc/meminfo: memFree=1586668/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=248 CPUtime=0
/proc/4110/stat : 4110 (java) R 4108 4110 3363 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 2877452 253952 28 1992294400 134512640 134550932 4294162624 18446744073709551615 2679262 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4110/statm: 62 28 21 10 0 23 0

[startup+0.0996919 s]
/proc/loadavg: 1.09 1.00 1.00 3/106 4110
/proc/meminfo: memFree=1586668/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1524180 CPUtime=0.08
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 3977 0 1 0 6 2 0 0 18 0 12 0 2877452 1560760320 3415 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 381045 3415 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.100685 s]
/proc/loadavg: 1.09 1.00 1.00 3/106 4110
/proc/meminfo: memFree=1586668/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1524180 CPUtime=0.08
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 3982 0 1 0 6 2 0 0 18 0 12 0 2877452 1560760320 3420 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 381045 3420 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300716 s]
/proc/loadavg: 1.09 1.00 1.00 3/106 4110
/proc/meminfo: memFree=1586668/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1526244 CPUtime=0.36
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 5412 0 1 0 33 3 0 0 18 0 12 0 2877452 1562873856 4848 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 381561 4848 1361 10 0 378864 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526244

[startup+0.700758 s]
/proc/loadavg: 1.09 1.00 1.00 3/106 4110
/proc/meminfo: memFree=1586668/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1530864 CPUtime=1.13
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 7275 0 1 0 109 4 0 0 18 0 16 0 2877452 1567604736 6245 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 382716 6245 1394 10 0 380019 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530864

[startup+1.50186 s]
/proc/loadavg: 1.08 1.00 1.00 5/122 4126
/proc/meminfo: memFree=1556160/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1544340 CPUtime=2.72
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 14053 0 1 0 265 7 0 0 18 0 16 0 2877452 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 386085 10770 1418 10 0 383388 0
[pid=4110/tid=4112] ppid=4108 vsize=1544340 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3950 0 1 0 29 3 0 0 18 0 16 0 2877453 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 2877454 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2877454 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 2877456 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 2877457 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 2877457 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1544340 CPUtime=0.6
/proc/4110/task/4119/stat : 4119 (java) R 4108 4110 3363 0 -1 4202560 5925 0 0 0 58 2 0 0 25 0 16 0 2877461 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 105956368 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1544340 CPUtime=0.53
/proc/4110/task/4120/stat : 4120 (java) R 4108 4110 3363 0 -1 4202560 1337 0 0 0 53 0 0 0 25 0 16 0 2877461 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 104144024 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2877461 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=1544340 CPUtime=0.61
/proc/4110/task/4123/stat : 4123 (java) R 4108 4110 3363 0 -1 4202560 99 0 0 0 61 0 0 0 19 0 16 0 2877487 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 103615274 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=1544340 CPUtime=0.63
/proc/4110/task/4124/stat : 4124 (java) R 4108 4110 3363 0 -1 4202560 1666 0 0 0 62 1 0 0 19 0 16 0 2877487 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4109478390 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 2877488 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1544340 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2877488 1581404160 10770 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1544340

[startup+3.10206 s]
/proc/loadavg: 1.08 1.00 1.00 5/122 4126
/proc/meminfo: memFree=1538924/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1546788 CPUtime=5.9
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 29683 0 1 0 577 13 0 0 18 0 16 0 2877452 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 386697 25643 1439 10 0 384000 0
[pid=4110/tid=4112] ppid=4108 vsize=1546788 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3950 0 1 0 29 3 0 0 18 0 16 0 2877453 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 359 0 0 0 0 0 0 0 17 0 16 0 2877454 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 2877454 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1546788 CPUtime=0.02
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 3363 0 -1 4202560 359 0 0 0 2 0 0 0 17 0 16 0 2877456 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2877457 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2877457 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1546788 CPUtime=1.35
/proc/4110/task/4119/stat : 4119 (java) R 4108 4110 3363 0 -1 4202560 6910 0 0 0 132 3 0 0 25 0 16 0 2877461 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 104163168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1546788 CPUtime=1.3
/proc/4110/task/4120/stat : 4120 (java) R 4108 4110 3363 0 -1 4202560 1799 0 0 0 130 0 0 0 25 0 16 0 2877461 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 106262242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2877461 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=1546788 CPUtime=1.46
/proc/4110/task/4123/stat : 4123 (java) R 4108 4110 3363 0 -1 4202560 725 0 0 0 146 0 0 0 21 0 16 0 2877487 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4109775680 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=1546788 CPUtime=1.4
/proc/4110/task/4124/stat : 4124 (java) R 4108 4110 3363 0 -1 4202560 14505 0 0 0 135 5 0 0 20 0 16 0 2877487 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4109955917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 2877488 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1546788 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2877488 1583910912 25643 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1546788

[startup+6.30166 s]
/proc/loadavg: 1.16 1.02 1.01 3/122 4126
/proc/meminfo: memFree=1427944/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1547556 CPUtime=12.16
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 48647 0 1 0 1186 30 0 0 18 0 16 0 2877452 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 386889 41108 1444 10 0 384192 0
[pid=4110/tid=4112] ppid=4108 vsize=1547556 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3950 0 1 0 29 3 0 0 18 0 16 0 2877453 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1547556 CPUtime=0.03
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 957 0 0 0 3 0 0 0 16 0 16 0 2877454 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1547556 CPUtime=0.02
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 592 0 0 0 2 0 0 0 15 0 16 0 2877454 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1547556 CPUtime=0.27
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 3363 0 -1 4202560 1461 0 0 0 17 10 0 0 16 0 16 0 2877456 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2877457 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2877457 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1547556 CPUtime=2.57
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 3363 0 -1 4202560 8168 0 0 0 254 3 0 0 16 0 16 0 2877461 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1547556 CPUtime=1.86
/proc/4110/task/4120/stat : 4120 (java) R 4108 4110 3363 0 -1 4202560 4287 0 0 0 185 1 0 0 17 0 16 0 2877461 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 105715512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2877461 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=1547556 CPUtime=3.27
/proc/4110/task/4123/stat : 4123 (java) R 4108 4110 3363 0 -1 4202560 797 0 0 0 327 0 0 0 25 0 16 0 2877487 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4110437662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=1547556 CPUtime=3.75
/proc/4110/task/4124/stat : 4124 (java) R 4108 4110 3363 0 -1 4202560 27360 0 0 0 365 10 0 0 25 0 16 0 2877487 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4109956233 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 2877488 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2877488 1584697344 41108 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 1547556

[startup+12.7017 s]
/proc/loadavg: 1.22 1.03 1.01 3/122 4126
/proc/meminfo: memFree=1421744/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1547556 CPUtime=24.54
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 49813 0 1 0 2423 31 0 0 18 0 16 0 2877452 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 386889 42266 1444 10 0 384192 0
[pid=4110/tid=4112] ppid=4108 vsize=1547556 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3950 0 1 0 29 3 0 0 18 0 16 0 2877453 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1547556 CPUtime=0.07
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 958 0 0 0 7 0 0 0 16 0 16 0 2877454 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1547556 CPUtime=0.05
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 592 0 0 0 5 0 0 0 16 0 16 0 2877454 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1547556 CPUtime=0.58
/proc/4110/task/4115/stat : 4115 (java) R 4108 4110 3363 0 -1 4202560 2610 0 0 0 48 10 0 0 15 0 16 0 2877456 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2877457 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2877457 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1547556 CPUtime=2.61
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 3363 0 -1 4202560 8172 0 0 0 258 3 0 0 15 0 16 0 2877461 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1547556 CPUtime=1.88
/proc/4110/task/4120/stat : 4120 (java) S 4108 4110 3363 0 -1 4202560 4291 0 0 0 187 1 0 0 17 0 16 0 2877461 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2877461 1584697344 42266 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0

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

[pid=4110/tid=4118] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1547556 CPUtime=2.86
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 3363 0 -1 4202560 8182 0 0 0 283 3 0 0 15 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1547556 CPUtime=1.88
/proc/4110/task/4120/stat : 4120 (java) S 4108 4110 3363 0 -1 4202560 4291 0 0 0 187 1 0 0 17 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=1547556 CPUtime=29.83
/proc/4110/task/4123/stat : 4123 (java) R 4108 4110 3363 0 -1 4202560 830 0 0 0 2982 1 0 0 25 0 16 0 2877487 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4109502249 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=1547556 CPUtime=30.14
/proc/4110/task/4124/stat : 4124 (java) R 4108 4110 3363 0 -1 4202560 27361 0 0 0 3004 10 0 0 25 0 16 0 2877487 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4110121407 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 2877488 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2877488 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.51
Current children cumulated vsize (KiB) 1547556

[startup+36.702 s]
/proc/loadavg: 1.49 1.11 1.03 3/122 4128
/proc/meminfo: memFree=1409096/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1547556 CPUtime=70.54
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 53044 0 1 0 7020 34 0 0 18 0 16 0 2877452 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 386889 45460 1448 10 0 384192 0
[pid=4110/tid=4112] ppid=4108 vsize=1547556 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3951 0 1 0 29 3 0 0 15 0 16 0 2877453 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1547556 CPUtime=0.19
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 964 0 0 0 19 0 0 0 16 0 16 0 2877454 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1547556 CPUtime=0.17
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 596 0 0 0 17 0 0 0 15 0 16 0 2877454 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1547556 CPUtime=2.2
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 3363 0 -1 4202560 5788 0 0 0 208 12 0 0 16 0 16 0 2877456 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2877457 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2877457 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1547556 CPUtime=2.86
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 3363 0 -1 4202560 8182 0 0 0 283 3 0 0 15 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1547556 CPUtime=1.88
/proc/4110/task/4120/stat : 4120 (java) S 4108 4110 3363 0 -1 4202560 4291 0 0 0 187 1 0 0 17 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 2877461 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=1547556 CPUtime=31.27
/proc/4110/task/4123/stat : 4123 (java) R 4108 4110 3363 0 -1 4202560 831 0 0 0 3126 1 0 0 25 0 16 0 2877487 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4109810346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=1547556 CPUtime=31.57
/proc/4110/task/4124/stat : 4124 (java) R 4108 4110 3363 0 -1 4202560 27362 0 0 0 3147 10 0 0 25 0 16 0 2877487 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4109956180 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 2877488 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1547556 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2877488 1584697344 45460 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.54
Current children cumulated vsize (KiB) 1547556

[startup+38.3022 s]
/proc/loadavg: 1.49 1.11 1.03 5/122 4128
/proc/meminfo: memFree=1406244/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1554724 CPUtime=73.65
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 55507 0 1 0 7330 35 0 0 18 0 16 0 2877452 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 388681 47170 1448 10 0 385984 0
[pid=4110/tid=4112] ppid=4108 vsize=1554724 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3951 0 1 0 29 3 0 0 15 0 16 0 2877453 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1554724 CPUtime=0.2
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 964 0 0 0 20 0 0 0 15 0 16 0 2877454 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1554724 CPUtime=0.18
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 596 0 0 0 18 0 0 0 16 0 16 0 2877454 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1554724 CPUtime=2.26
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 3363 0 -1 4202560 5788 0 0 0 214 12 0 0 16 0 16 0 2877456 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2877457 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2877457 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1554724 CPUtime=2.88
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 3363 0 -1 4202560 8182 0 0 0 285 3 0 0 15 0 16 0 2877461 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1554724 CPUtime=2.31
/proc/4110/task/4120/stat : 4120 (java) S 4108 4110 3363 0 -1 4202560 6751 0 0 0 229 2 0 0 15 0 16 0 2877461 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2877461 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 2877461 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4123] ppid=4108 vsize=1554724 CPUtime=32.37
/proc/4110/task/4123/stat : 4123 (java) R 4108 4110 3363 0 -1 4202560 834 0 0 0 3236 1 0 0 25 0 16 0 2877487 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4109810578 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4110/tid=4124] ppid=4108 vsize=1554724 CPUtime=33.07
/proc/4110/task/4124/stat : 4124 (java) R 4108 4110 3363 0 -1 4202560 27362 0 0 0 3297 10 0 0 25 0 16 0 2877487 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4109956052 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 2877488 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2877488 1592037376 47170 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.65
Current children cumulated vsize (KiB) 1554724

[startup+39.1023 s]
/proc/loadavg: 1.49 1.11 1.03 4/122 4128
/proc/meminfo: memFree=1401656/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1554724 CPUtime=74.32
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 55509 0 1 0 7397 35 0 0 18 0 14 0 2877452 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 388681 47171 1449 10 0 385984 0
[pid=4110/tid=4112] ppid=4108 vsize=1554724 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3951 0 1 0 29 3 0 0 15 0 14 0 2877453 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1554724 CPUtime=0.2
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 964 0 0 0 20 0 0 0 15 0 14 0 2877454 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1554724 CPUtime=0.18
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 596 0 0 0 18 0 0 0 16 0 14 0 2877454 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1554724 CPUtime=2.26
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 3363 0 -1 4202560 5788 0 0 0 214 12 0 0 16 0 14 0 2877456 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2877457 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2877457 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2877461 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1554724 CPUtime=2.88
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 3363 0 -1 4202560 8182 0 0 0 285 3 0 0 15 0 14 0 2877461 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1554724 CPUtime=2.33
/proc/4110/task/4120/stat : 4120 (java) S 4108 4110 3363 0 -1 4202560 6751 0 0 0 231 2 0 0 15 0 14 0 2877461 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2877461 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 2877461 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 2877488 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 2877488 1592037376 47171 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.32
Current children cumulated vsize (KiB) 1554724

[startup+39.5024 s]
/proc/loadavg: 1.49 1.11 1.03 2/121 4129
/proc/meminfo: memFree=1401664/2059040 swapFree=4192956/4192956
[pid=4110] ppid=4108 vsize=1554724 CPUtime=74.33
/proc/4110/stat : 4110 (java) S 4108 4110 3363 0 -1 4202496 55512 0 1 0 7398 35 0 0 18 0 15 0 2877452 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4110/statm: 388681 47174 1449 10 0 385984 0
[pid=4110/tid=4112] ppid=4108 vsize=1554724 CPUtime=0.32
/proc/4110/task/4112/stat : 4112 (java) S 4108 4110 3363 0 -1 4202560 3953 0 1 0 29 3 0 0 16 0 15 0 2877453 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4113] ppid=4108 vsize=1554724 CPUtime=0.2
/proc/4110/task/4113/stat : 4113 (java) S 4108 4110 3363 0 -1 4202560 964 0 0 0 20 0 0 0 15 0 15 0 2877454 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4114] ppid=4108 vsize=1554724 CPUtime=0.18
/proc/4110/task/4114/stat : 4114 (java) S 4108 4110 3363 0 -1 4202560 596 0 0 0 18 0 0 0 16 0 15 0 2877454 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4115] ppid=4108 vsize=1554724 CPUtime=2.26
/proc/4110/task/4115/stat : 4115 (java) S 4108 4110 3363 0 -1 4202560 5788 0 0 0 214 12 0 0 16 0 15 0 2877456 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4116] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4116/stat : 4116 (java) S 4108 4110 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 2877457 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4117] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4117/stat : 4117 (java) S 4108 4110 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 2877457 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4118] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4118/stat : 4118 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 2877461 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4119] ppid=4108 vsize=1554724 CPUtime=2.88
/proc/4110/task/4119/stat : 4119 (java) S 4108 4110 3363 0 -1 4202560 8182 0 0 0 285 3 0 0 15 0 15 0 2877461 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4120] ppid=4108 vsize=1554724 CPUtime=2.33
/proc/4110/task/4120/stat : 4120 (java) S 4108 4110 3363 0 -1 4202560 6751 0 0 0 231 2 0 0 15 0 15 0 2877461 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4121] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4121/stat : 4121 (java) S 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 2877461 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4122] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4122/stat : 4122 (java) S 4108 4110 3363 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 15 0 2877461 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4110/tid=4125] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4125/stat : 4125 (java) S 4108 4110 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 2877488 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4126] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4126/stat : 4126 (java) S 4108 4110 3363 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 15 0 2877488 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4110/tid=4129] ppid=4108 vsize=1554724 CPUtime=0
/proc/4110/task/4129/stat : 4129 (java) R 4108 4110 3363 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 15 0 2881402 1592037376 47174 1992294400 134512640 134550932 4294162624 18446744073709551615 4109333714 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.33
Current children cumulated vsize (KiB) 1554724

Child status: 20
Real time (s): 39.5902
CPU time (s): 74.4367
CPU user time (s): 74.0627
CPU system time (s): 0.373943
CPU usage (%): 188.018
Max. virtual memory (cumulated for all children) (KiB): 1556464

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

runsolver used 0.172973 second user time and 0.423935 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-11 18:12:18
IDJOB=2662683
IDBENCH=1187
IDSOLVER=1166
FILE ID=node006/2662683-1276272738
PBS_JOBID= 11172204
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212272.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662683-1276272738/watcher-2662683-1276272738 -o /tmp/evaluation-result-2662683-1276272738/solver-2662683-1276272738 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662683-1276272738.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7809c10b09811dc0835bdd39e8310775
RANDOM SEED=389787793

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1586940 kB
Buffers:         48088 kB
Cached:         298432 kB
SwapCached:          0 kB
Active:         149592 kB
Inactive:       256160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1586940 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             364 kB
Writeback:           0 kB
AnonPages:       59264 kB
Mapped:          15392 kB
Slab:            44404 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62472 MiB
End job on node006 at 2010-06-11 18:12:58