Trace number 2662668

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 121.541 64.7242

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111218308.opb
MD5SUM28297d3dd3c89d140e0fa9fe7bad5229
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.242962
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 1154
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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662668-1276271544.opb
0.22/0.22	c reading problem ... 
0.35/0.35	c ... done. Wall clock time 0.132s.
0.35/0.35	c #vars     169
0.35/0.35	c #constraints  101
0.35/0.35	c constraints type 
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.36	c constraints type 
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.51/1.99	c cleaning 2501 clauses out of 5004 with flag 5004/5004
5.85/3.11	c cleaning 4249 clauses out of 8499 with flag 11000/11000
7.20/3.83	c cleaning 5622 clauses out of 11250 with flag 18000/18000
8.75/4.65	c cleaning 6810 clauses out of 13630 with flag 26002/26002
10.49/5.60	c cleaning 7908 clauses out of 15819 with flag 35001/35001
12.63/6.63	c cleaning 8951 clauses out of 17910 with flag 45000/45000
14.75/7.79	c cleaning 9476 clauses out of 18960 with flag 55001/55001
16.89/8.82	c cleaning 9739 clauses out of 19484 with flag 65001/65001
18.58/9.76	c cleaning 9868 clauses out of 19744 with flag 75000/75000
20.92/10.95	c cleaning 9935 clauses out of 19876 with flag 85000/85000
23.05/12.02	c cleaning 9965 clauses out of 19941 with flag 95000/95000
25.16/13.15	c cleaning 9981 clauses out of 19976 with flag 105000/105000
27.28/14.23	c cleaning 9993 clauses out of 19995 with flag 115000/115000
29.40/15.32	c cleaning 9998 clauses out of 20005 with flag 125003/125003
31.13/16.29	c cleaning 9996 clauses out of 20004 with flag 135000/135000
33.25/17.31	c cleaning 9999 clauses out of 20008 with flag 145000/145000
34.96/18.28	c cleaning 10003 clauses out of 20013 with flag 155004/155004
36.88/19.21	c cleaning 10000 clauses out of 20007 with flag 165001/165001
38.79/20.21	c cleaning 9996 clauses out of 20008 with flag 175002/175002
40.72/21.23	c cleaning 10002 clauses out of 20011 with flag 185001/185001
42.42/22.19	c cleaning 9999 clauses out of 20009 with flag 195001/195001
44.35/23.17	c cleaning 9998 clauses out of 20009 with flag 205000/205000
46.26/24.20	c cleaning 10003 clauses out of 20012 with flag 215001/215001
48.17/25.16	c cleaning 9997 clauses out of 20008 with flag 225000/225000
50.07/26.19	c cleaning 10000 clauses out of 20011 with flag 235000/235000
52.00/27.16	c cleaning 9999 clauses out of 20011 with flag 245000/245000
53.90/28.19	c cleaning 10002 clauses out of 20013 with flag 255001/255001
56.02/29.25	c cleaning 10000 clauses out of 20011 with flag 265001/265001
57.92/30.22	c cleaning 9999 clauses out of 20011 with flag 275001/275001
59.64/31.17	c cleaning 10002 clauses out of 20012 with flag 285001/285001
61.35/32.10	c cleaning 9999 clauses out of 20009 with flag 295000/295000
63.46/33.14	c cleaning 10002 clauses out of 20011 with flag 305001/305001
65.17/34.09	c cleaning 9999 clauses out of 20008 with flag 315000/315000
67.07/35.09	c cleaning 9999 clauses out of 20010 with flag 325001/325001
69.18/36.10	c cleaning 10000 clauses out of 20011 with flag 335001/335001
70.88/37.07	c cleaning 9999 clauses out of 20010 with flag 345000/345000
72.97/38.13	c cleaning 10002 clauses out of 20012 with flag 355001/355001
74.67/39.02	c cleaning 9998 clauses out of 20010 with flag 365001/365001
76.39/39.91	c cleaning 10002 clauses out of 20011 with flag 375000/375000
78.09/40.88	c cleaning 10001 clauses out of 20010 with flag 385001/385001
80.16/41.91	c cleaning 9999 clauses out of 20008 with flag 395000/395000
82.08/42.98	c cleaning 10002 clauses out of 20011 with flag 405002/405002
83.98/43.94	c cleaning 9999 clauses out of 20008 with flag 415001/415001
85.87/44.91	c cleaning 9995 clauses out of 20008 with flag 425000/425000
87.75/45.96	c cleaning 10002 clauses out of 20013 with flag 435000/435000
89.45/46.87	c cleaning 10003 clauses out of 20011 with flag 445000/445000
91.36/47.82	c cleaning 9997 clauses out of 20008 with flag 455000/455000
93.07/48.76	c cleaning 10000 clauses out of 20011 with flag 465000/465000
94.75/49.68	c cleaning 9997 clauses out of 20011 with flag 475000/475000
96.66/50.64	c cleaning 10003 clauses out of 20014 with flag 485000/485000
98.36/51.52	c cleaning 10000 clauses out of 20012 with flag 495001/495001
99.87/52.38	c cleaning 10002 clauses out of 20012 with flag 505001/505001
101.94/53.44	c cleaning 9999 clauses out of 20009 with flag 515000/515000
103.64/54.36	c cleaning 10003 clauses out of 20014 with flag 525004/525004
105.34/55.23	c cleaning 10000 clauses out of 20007 with flag 535000/535000
107.24/56.26	c cleaning 9999 clauses out of 20010 with flag 545003/545003
109.12/57.27	c cleaning 10001 clauses out of 20010 with flag 555002/555002
110.81/58.18	c cleaning 10001 clauses out of 20010 with flag 565003/565003
112.71/59.14	c cleaning 10000 clauses out of 20006 with flag 575000/575000
115.60/60.67	c cleaning 10001 clauses out of 20006 with flag 585000/585000
117.86/61.90	c cleaning 10000 clauses out of 20006 with flag 595002/595002
120.55/63.27	c cleaning 9999 clauses out of 20003 with flag 605001/605001
120.73/63.38	c And the winner is Resolution
121.48/64.63	c starts		: 164
121.48/64.63	c conflicts		: 605119
121.48/64.63	c decisions		: 839602
121.48/64.63	c propagations		: 12693567
121.48/64.63	c inspects		: 179402876
121.48/64.63	c learnt literals	: 7
121.48/64.63	c learnt binary clauses	: 18
121.48/64.63	c learnt ternary clauses	: 99
121.48/64.63	c learnt clauses	: 605111
121.48/64.63	c ignored clauses	: 0
121.48/64.63	c root simplifications	: 0
121.48/64.63	c removed literals (reason simplification)	: 6751085
121.48/64.63	c reason swapping (by a shorter reason)	: 0
121.48/64.63	c Calls to reduceDB	: 62
121.48/64.63	c number of reductions to clauses (during analyze)	: 0
121.48/64.63	c number of learned constraints concerned by reduction	: 0
121.48/64.63	c number of learning phase by resolution	: 0
121.48/64.63	c number of learning phase by cutting planes	: 0
121.48/64.63	c speed (assignments/second)	: 197479.1841687669
121.48/64.63	c non guided choices	47
121.48/64.65	c learnt constraints type 
121.48/64.65	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10099
121.48/64.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
121.48/64.65	c constraints type 
121.48/64.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
121.48/64.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
121.48/64.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
121.48/64.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
121.48/64.65	c constraints type 
121.48/64.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
121.48/64.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
121.48/64.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
121.48/64.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
121.48/64.65	s UNSATISFIABLE
121.48/64.65	c Total wall clock time (in seconds): 64.433

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-2662668-1276271544/watcher-2662668-1276271544 -o /tmp/evaluation-result-2662668-1276271544/solver-2662668-1276271544 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662668-1276271544.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.00 1.00 0.99 3/106 3875
/proc/meminfo: memFree=1590904/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1700 CPUtime=0
/proc/3875/stat : 3875 (java6) R 3873 3875 3366 0 -1 4194304 169 0 0 0 0 0 0 0 16 0 1 0 2758288 1740800 72 1992294400 134512640 134550932 4293046544 18446744073709551615 5281081 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3875/statm: 425 84 63 10 0 30 0

[startup+0.030976 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3875
/proc/meminfo: memFree=1590904/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1517712 CPUtime=0.01
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 2621 0 1 0 0 1 0 0 15 0 3 0 2758288 1554137088 2064 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101473 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3875
/proc/meminfo: memFree=1590904/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1524180 CPUtime=0.08
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 3957 0 1 0 5 3 0 0 15 0 12 0 2758288 1560760320 3395 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301491 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3875
/proc/meminfo: memFree=1590904/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1526440 CPUtime=0.35
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 5397 0 1 0 31 4 0 0 15 0 12 0 2758288 1563074560 4833 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 381610 4833 1358 10 0 378913 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526440

[startup+0.701532 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 3875
/proc/meminfo: memFree=1590904/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1530836 CPUtime=1.12
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 7411 0 1 0 107 5 0 0 15 0 16 0 2758288 1567576064 6326 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 382709 6326 1418 10 0 380012 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530836

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 0.99 6/122 3891
/proc/meminfo: memFree=1563620/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1541152 CPUtime=2.7
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 13969 0 1 0 254 16 0 0 15 0 16 0 2758288 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 385288 10577 1424 10 0 382591 0
[pid=3875/tid=3877] ppid=3873 vsize=1541152 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3959 0 1 0 30 3 0 0 18 0 16 0 2758290 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 2758291 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3879/stat : 3879 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 2758291 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1541152 CPUtime=0.13
/proc/3875/task/3880/stat : 3880 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 5 8 0 0 18 0 16 0 2758293 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 2758293 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2758293 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 2758298 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1541152 CPUtime=0.93
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 4051 0 0 0 92 1 0 0 17 0 16 0 2758298 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1541152 CPUtime=0.75
/proc/3875/task/3885/stat : 3885 (java) R 3873 3875 3366 0 -1 4202560 2974 0 0 0 74 1 0 0 15 0 16 0 2758298 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 102093089 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2758298 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2758298 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3888] ppid=3873 vsize=1541152 CPUtime=0.3
/proc/3875/task/3888/stat : 3888 (java) R 3873 3875 3366 0 -1 4202560 264 0 0 0 30 0 0 0 24 0 16 0 2758324 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3875/tid=3889] ppid=3873 vsize=1541152 CPUtime=0.21
/proc/3875/task/3889/stat : 3889 (java) R 3873 3875 3366 0 -1 4202560 1645 0 0 0 21 0 0 0 18 0 16 0 2758324 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4109014088 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3875/tid=3890] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 2758325 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1541152 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 2758325 1578139648 10577 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1541152

[startup+3.10176 s]
/proc/loadavg: 1.32 1.07 1.01 6/122 3891
/proc/meminfo: memFree=1531752/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1541916 CPUtime=5.85
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 42433 0 1 0 556 29 0 0 15 0 16 0 2758288 1578921984 35715 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 385479 35720 1444 10 0 382782 0
[pid=3875/tid=3877] ppid=3873 vsize=1541916 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3959 0 1 0 30 3 0 0 18 0 16 0 2758290 1578921984 35723 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 16 0 2758291 1578921984 35727 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3879/stat : 3879 (java) S 3873 3875 3366 0 -1 4202560 175 0 0 0 0 0 0 0 18 0 16 0 2758291 1578921984 35730 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1541916 CPUtime=0.16
/proc/3875/task/3880/stat : 3880 (java) S 3873 3875 3366 0 -1 4202560 352 0 0 0 7 9 0 0 15 0 16 0 2758293 1578921984 35733 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2758293 1578921984 35737 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 2758293 1578921984 35740 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 2758298 1578921984 35743 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1541916 CPUtime=1.78
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 5801 0 0 0 176 2 0 0 15 0 16 0 2758298 1578921984 35746 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1541916 CPUtime=1.35
/proc/3875/task/3885/stat : 3885 (java) S 3873 3875 3366 0 -1 4202560 4791 0 0 0 133 2 0 0 15 0 16 0 2758298 1578921984 35750 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2758298 1578921984 35753 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2758298 1578921984 35756 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3888] ppid=3873 vsize=1541916 CPUtime=1.18
/proc/3875/task/3888/stat : 3888 (java) R 3873 3875 3366 0 -1 4202560 1279 0 0 0 118 0 0 0 25 0 16 0 2758324 1578921984 35759 1992294400 134512640 134550932 4287884896 18446744073709551615 4159512770 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3875/tid=3889] ppid=3873 vsize=1541916 CPUtime=0.98
/proc/3875/task/3889/stat : 3889 (java) R 3873 3875 3366 0 -1 4202560 24870 0 0 0 88 10 0 0 18 0 16 0 2758324 1578921984 35762 1992294400 134512640 134550932 4287884896 18446744073709551615 4109433930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3875/tid=3890] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 2758325 1578921984 35765 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1541916 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 2758325 1578921984 35768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1541916

[startup+6.30228 s]
/proc/loadavg: 1.32 1.07 1.01 3/122 3891
/proc/meminfo: memFree=1436892/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1539612 CPUtime=12.03
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 46769 0 1 0 1172 31 0 0 15 0 16 0 2758288 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 384903 39465 1448 10 0 382206 0
[pid=3875/tid=3877] ppid=3873 vsize=1539612 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3960 0 1 0 30 3 0 0 15 0 16 0 2758290 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1539612 CPUtime=0.06
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 592 0 0 0 6 0 0 0 15 0 16 0 2758291 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1539612 CPUtime=0.06
/proc/3875/task/3879/stat : 3879 (java) R 3873 3875 3366 0 -1 4202560 572 0 0 0 6 0 0 0 16 0 16 0 2758291 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1539612 CPUtime=0.33
/proc/3875/task/3880/stat : 3880 (java) S 3873 3875 3366 0 -1 4202560 1812 0 0 0 24 9 0 0 15 0 16 0 2758293 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2758293 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 2758293 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 2758298 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1539612 CPUtime=1.89
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 5815 0 0 0 187 2 0 0 16 0 16 0 2758298 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1539612 CPUtime=1.43
/proc/3875/task/3885/stat : 3885 (java) S 3873 3875 3366 0 -1 4202560 4793 0 0 0 141 2 0 0 15 0 16 0 2758298 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2758298 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2758298 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3888] ppid=3873 vsize=1539612 CPUtime=4.01
/proc/3875/task/3888/stat : 3888 (java) S 3873 3875 3366 0 -1 4202560 1287 0 0 0 401 0 0 0 18 0 16 0 2758324 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3889] ppid=3873 vsize=1539612 CPUtime=3.85
/proc/3875/task/3889/stat : 3889 (java) S 3873 3875 3366 0 -1 4202560 26864 0 0 0 374 11 0 0 20 0 16 0 2758324 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3890] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 2758325 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 2758325 1576562688 39465 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 1539612

[startup+12.7017 s]
/proc/loadavg: 1.42 1.10 1.02 3/122 3893
/proc/meminfo: memFree=1425980/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1539612 CPUtime=24.36
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 49888 0 1 0 2404 32 0 0 15 0 16 0 2758288 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 384903 42576 1448 10 0 382206 0
[pid=3875/tid=3877] ppid=3873 vsize=1539612 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3960 0 1 0 30 3 0 0 15 0 16 0 2758290 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1539612 CPUtime=0.1
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 1196 0 0 0 10 0 0 0 15 0 16 0 2758291 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1539612 CPUtime=0.11
/proc/3875/task/3879/stat : 3879 (java) S 3873 3875 3366 0 -1 4202560 1165 0 0 0 11 0 0 0 16 0 16 0 2758291 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1539612 CPUtime=0.69
/proc/3875/task/3880/stat : 3880 (java) S 3873 3875 3366 0 -1 4202560 3727 0 0 0 58 11 0 0 16 0 16 0 2758293 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2758293 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 2758293 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 2758298 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1539612 CPUtime=1.89
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 5815 0 0 0 187 2 0 0 16 0 16 0 2758298 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1539612 CPUtime=1.47
/proc/3875/task/3885/stat : 3885 (java) S 3873 3875 3366 0 -1 4202560 4793 0 0 0 145 2 0 0 15 0 16 0 2758298 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2758298 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2758298 1576562688 42576 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0

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

/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 2758325 1576562688 56083 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1539612 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 2758325 1576562688 56083 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.61
Current children cumulated vsize (KiB) 1539612

[startup+60.7028 s]
/proc/loadavg: 1.77 1.24 1.07 4/122 3893
/proc/meminfo: memFree=1367824/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1545756 CPUtime=115.78
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 65854 0 1 0 11536 42 0 0 15 0 16 0 2758288 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 386439 57768 1448 10 0 383742 0
[pid=3875/tid=3877] ppid=3873 vsize=1545756 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3960 0 1 0 30 3 0 0 15 0 16 0 2758290 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1545756 CPUtime=0.39
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 2004 0 0 0 38 1 0 0 16 0 16 0 2758291 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1545756 CPUtime=0.4
/proc/3875/task/3879/stat : 3879 (java) S 3873 3875 3366 0 -1 4202560 2010 0 0 0 39 1 0 0 16 0 16 0 2758291 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1545756 CPUtime=4.51
/proc/3875/task/3880/stat : 3880 (java) R 3873 3875 3366 0 -1 4202560 9475 0 0 0 439 12 0 0 16 0 16 0 2758293 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2758293 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 2758293 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 2758298 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1545756 CPUtime=1.89
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 5815 0 0 0 187 2 0 0 16 0 16 0 2758298 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1545756 CPUtime=2.02
/proc/3875/task/3885/stat : 3885 (java) S 3873 3875 3366 0 -1 4202560 6420 0 0 0 200 2 0 0 16 0 16 0 2758298 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2758298 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 2758298 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3888] ppid=3873 vsize=1545756 CPUtime=53.09
/proc/3875/task/3888/stat : 3888 (java) S 3873 3875 3366 0 -1 4202560 1524 0 0 0 5307 2 0 0 21 0 16 0 2758324 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3889] ppid=3873 vsize=1545756 CPUtime=53.08
/proc/3875/task/3889/stat : 3889 (java) S 3873 3875 3366 0 -1 4202560 33568 0 0 0 5293 15 0 0 25 0 16 0 2758324 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3890] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 2758325 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 2758325 1582854144 57768 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.78
Current children cumulated vsize (KiB) 1545756

[startup+62.3017 s]
/proc/loadavg: 1.79 1.25 1.08 3/122 3893
/proc/meminfo: memFree=1363484/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1545756 CPUtime=118.76
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 65867 0 1 0 11834 42 0 0 15 0 16 0 2758288 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 386439 57779 1448 10 0 383742 0
[pid=3875/tid=3877] ppid=3873 vsize=1545756 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3960 0 1 0 30 3 0 0 15 0 16 0 2758290 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1545756 CPUtime=0.4
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 2004 0 0 0 39 1 0 0 15 0 16 0 2758291 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1545756 CPUtime=0.4
/proc/3875/task/3879/stat : 3879 (java) S 3873 3875 3366 0 -1 4202560 2010 0 0 0 39 1 0 0 16 0 16 0 2758291 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1545756 CPUtime=4.7
/proc/3875/task/3880/stat : 3880 (java) S 3873 3875 3366 0 -1 4202560 9480 0 0 0 458 12 0 0 16 0 16 0 2758293 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2758293 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 2758293 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 2758298 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1545756 CPUtime=1.89
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 5815 0 0 0 187 2 0 0 16 0 16 0 2758298 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1545756 CPUtime=2.08
/proc/3875/task/3885/stat : 3885 (java) S 3873 3875 3366 0 -1 4202560 6425 0 0 0 206 2 0 0 15 0 16 0 2758298 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2758298 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 2758298 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3888] ppid=3873 vsize=1545756 CPUtime=54.48
/proc/3875/task/3888/stat : 3888 (java) R 3873 3875 3366 0 -1 4202560 1527 0 0 0 5446 2 0 0 25 0 16 0 2758324 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4109525100 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3875/tid=3889] ppid=3873 vsize=1545756 CPUtime=54.41
/proc/3875/task/3889/stat : 3889 (java) R 3873 3875 3366 0 -1 4202560 33568 0 0 0 5426 15 0 0 25 0 16 0 2758324 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4109591991 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3875/tid=3890] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 2758325 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1545756 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 2758325 1582854144 57779 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 118.76
Current children cumulated vsize (KiB) 1545756

[startup+63.9017 s]
/proc/loadavg: 1.79 1.25 1.08 3/121 3893
/proc/meminfo: memFree=1363616/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1543708 CPUtime=121.34
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 66333 0 1 0 12091 43 0 0 15 0 15 0 2758288 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 385927 57714 1449 10 0 383230 0
[pid=3875/tid=3877] ppid=3873 vsize=1543708 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3960 0 1 0 30 3 0 0 15 0 15 0 2758290 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1543708 CPUtime=0.4
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 2087 0 0 0 39 1 0 0 16 0 15 0 2758291 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1543708 CPUtime=0.41
/proc/3875/task/3879/stat : 3879 (java) S 3873 3875 3366 0 -1 4202560 2039 0 0 0 40 1 0 0 15 0 15 0 2758291 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1543708 CPUtime=4.79
/proc/3875/task/3880/stat : 3880 (java) S 3873 3875 3366 0 -1 4202560 9831 0 0 0 467 12 0 0 16 0 15 0 2758293 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 2758293 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 2758293 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1543708 CPUtime=1.9
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 5815 0 0 0 188 2 0 0 15 0 15 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1543708 CPUtime=2.1
/proc/3875/task/3885/stat : 3885 (java) S 3873 3875 3366 0 -1 4202560 6425 0 0 0 208 2 0 0 16 0 15 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 15 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3889] ppid=3873 vsize=1543708 CPUtime=55.89
/proc/3875/task/3889/stat : 3889 (java) R 3873 3875 3366 0 -1 4202560 33568 0 0 0 5574 15 0 0 25 0 15 0 2758324 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4109708995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3875/tid=3890] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 2758325 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 2758325 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 121.34
Current children cumulated vsize (KiB) 1543708

[startup+64.3017 s]
/proc/loadavg: 1.79 1.25 1.08 3/121 3893
/proc/meminfo: memFree=1363616/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1543708 CPUtime=121.48
/proc/3875/stat : 3875 (java) S 3873 3875 3366 0 -1 4202496 66333 0 1 0 12105 43 0 0 15 0 14 0 2758288 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 385927 57714 1449 10 0 383230 0
[pid=3875/tid=3877] ppid=3873 vsize=1543708 CPUtime=0.33
/proc/3875/task/3877/stat : 3877 (java) S 3873 3875 3366 0 -1 4202560 3960 0 1 0 30 3 0 0 15 0 14 0 2758290 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1543708 CPUtime=0.4
/proc/3875/task/3878/stat : 3878 (java) S 3873 3875 3366 0 -1 4202560 2087 0 0 0 39 1 0 0 16 0 14 0 2758291 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1543708 CPUtime=0.41
/proc/3875/task/3879/stat : 3879 (java) S 3873 3875 3366 0 -1 4202560 2039 0 0 0 40 1 0 0 15 0 14 0 2758291 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3880] ppid=3873 vsize=1543708 CPUtime=4.79
/proc/3875/task/3880/stat : 3880 (java) S 3873 3875 3366 0 -1 4202560 9831 0 0 0 467 12 0 0 16 0 14 0 2758293 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3881] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3881/stat : 3881 (java) S 3873 3875 3366 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2758293 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3882] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3882/stat : 3882 (java) S 3873 3875 3366 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 2758293 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3883] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3883/stat : 3883 (java) S 3873 3875 3366 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1543708 CPUtime=1.9
/proc/3875/task/3884/stat : 3884 (java) S 3873 3875 3366 0 -1 4202560 5815 0 0 0 188 2 0 0 15 0 14 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3885] ppid=3873 vsize=1543708 CPUtime=2.1
/proc/3875/task/3885/stat : 3885 (java) S 3873 3875 3366 0 -1 4202560 6425 0 0 0 208 2 0 0 16 0 14 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3886] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3886/stat : 3886 (java) S 3873 3875 3366 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3887] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3887/stat : 3887 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 2758298 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 1 0 0 0
[pid=3875/tid=3890] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3890/stat : 3890 (java) S 3873 3875 3366 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 2758325 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
[pid=3875/tid=3891] ppid=3873 vsize=1543708 CPUtime=0
/proc/3875/task/3891/stat : 3891 (java) S 3873 3875 3366 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 2758325 1580756992 57714 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 4 0 16800975 18446604437857616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 121.48
Current children cumulated vsize (KiB) 1543708

[startup+64.7017 s]
/proc/loadavg: 1.79 1.25 1.08 3/121 3893
/proc/meminfo: memFree=1363616/2059040 swapFree=4192956/4192956
[pid=3875] ppid=3873 vsize=1543708 CPUtime=121.51
/proc/3875/stat : 3875 (java) R 3873 3875 3366 0 -1 4203520 66341 0 1 0 12108 43 0 0 15 0 11 0 2758288 1580756992 57722 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3875/statm: 0 0 0 0 0 0 0
[pid=3875/tid=3878] ppid=3873 vsize=1543708 CPUtime=0.4
/proc/3875/task/3878/stat : 3878 (java) R 3873 3875 3366 0 -1 4202560 2087 0 0 0 39 1 0 0 15 0 4 0 2758291 1580756992 57722 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 256 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3875/tid=3879] ppid=3873 vsize=1543708 CPUtime=0.41
/proc/3875/task/3879/stat : 3879 (java) R 3873 3875 3366 0 -1 4202560 2039 0 0 0 40 1 0 0 15 0 4 0 2758291 1580756992 57722 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 256 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3875/tid=3884] ppid=3873 vsize=1543708 CPUtime=1.9
/proc/3875/task/3884/stat : 3884 (java) R 3873 3875 3366 0 -1 4202560 5817 0 0 0 188 2 0 0 15 0 4 0 2758298 1580756992 57722 1992294400 134512640 134550932 4287884896 18446744073709551615 4294960144 256 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 121.51
Current children cumulated vsize (KiB) 1543708

Child status: 20
Real time (s): 64.7242
CPU time (s): 121.541
CPU user time (s): 121.082
CPU system time (s): 0.45893
CPU usage (%): 187.782
Max. virtual memory (cumulated for all children) (KiB): 1546628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.082
system time used= 0.45893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66341
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= 2763
involuntary context switches= 4017

runsolver used 0.248962 second user time and 0.766883 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-11 17:52:24
IDJOB=2662668
IDBENCH=1172
IDSOLVER=1166
FILE ID=node004/2662668-1276271544
PBS_JOBID= 11172206
Free space on /tmp= 62532 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.1111218308.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662668-1276271544/watcher-2662668-1276271544 -o /tmp/evaluation-result-2662668-1276271544/solver-2662668-1276271544 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662668-1276271544.opb

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

MD5SUM BENCH= 28297d3dd3c89d140e0fa9fe7bad5229
RANDOM SEED=1286547988

node004.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.210
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.42
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.210
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1591176 kB
Buffers:         46620 kB
Cached:         295376 kB
SwapCached:          0 kB
Active:         152364 kB
Inactive:       249112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1591176 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       59380 kB
Mapped:          15380 kB
Slab:            44412 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181796 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= 62532 MiB
End job on node004 at 2010-06-11 17:53:29