Trace number 2694541

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-31Wrong UNSAT 32.2101 16.2233

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-66-100-0.wbo
MD5SUMc7dcb25d665cb550b68931937f8d1bd8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.158974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
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
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694541-1277895485.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.059s.
0.11/0.16	c #vars     197
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 72
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.31/0.79	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.90/1.18	c cleaning 4249 clauses out of 8507 with flag 11002/11002
4.96/1.60	c cleaning 5625 clauses out of 11256 with flag 18000/18000
6.17/2.11	c cleaning 6814 clauses out of 13633 with flag 26002/26002
7.15/2.62	c cleaning 7906 clauses out of 15818 with flag 35001/35001
8.13/3.15	c cleaning 8953 clauses out of 17911 with flag 45000/45000
9.51/3.80	c cleaning 9476 clauses out of 18958 with flag 55000/55000
10.30/4.30	c cleaning 9733 clauses out of 19482 with flag 65000/65000
11.49/4.84	c cleaning 9872 clauses out of 19749 with flag 75000/75000
12.89/5.51	c cleaning 9936 clauses out of 19878 with flag 85001/85001
14.05/6.11	c cleaning 9966 clauses out of 19942 with flag 95001/95001
15.04/6.61	c cleaning 9981 clauses out of 19975 with flag 105000/105000
16.00/7.14	c cleaning 9994 clauses out of 19995 with flag 115001/115001
17.19/7.76	c cleaning 9997 clauses out of 20000 with flag 125000/125000
18.35/8.31	c cleaning 9998 clauses out of 20003 with flag 135000/135000
19.35/8.83	c cleaning 10000 clauses out of 20008 with flag 145003/145003
20.31/9.34	c cleaning 10002 clauses out of 20008 with flag 155003/155003
21.30/9.83	c cleaning 10000 clauses out of 20007 with flag 165004/165004
22.26/10.36	c cleaning 10000 clauses out of 20005 with flag 175002/175002
23.45/10.97	c cleaning 9998 clauses out of 20003 with flag 185000/185000
24.41/11.48	c cleaning 9998 clauses out of 20006 with flag 195001/195001
25.39/11.95	c cleaning 9999 clauses out of 20007 with flag 205000/205000
26.37/12.46	c cleaning 9999 clauses out of 20008 with flag 215000/215000
27.35/12.96	c cleaning 10000 clauses out of 20011 with flag 225002/225002
28.32/13.47	c cleaning 10001 clauses out of 20009 with flag 235000/235000
29.30/13.96	c cleaning 9998 clauses out of 20008 with flag 245000/245000
30.27/14.47	c cleaning 10003 clauses out of 20010 with flag 255000/255000
31.45/15.08	c cleaning 9999 clauses out of 20004 with flag 265000/265000
31.75/15.12	c And the winner is Resolution
32.18/16.20	c starts		: 129
32.18/16.20	c conflicts		: 265045
32.18/16.20	c decisions		: 371469
32.18/16.20	c propagations		: 6274887
32.18/16.20	c inspects		: 83653955
32.18/16.20	c learnt literals	: 5
32.18/16.20	c learnt binary clauses	: 17
32.18/16.20	c learnt ternary clauses	: 99
32.18/16.20	c learnt clauses	: 265039
32.18/16.20	c ignored clauses	: 0
32.18/16.20	c root simplifications	: 0
32.18/16.20	c removed literals (reason simplification)	: 2589540
32.18/16.20	c reason swapping (by a shorter reason)	: 0
32.18/16.20	c Calls to reduceDB	: 28
32.18/16.20	c number of reductions to clauses (during analyze)	: 0
32.18/16.20	c number of learned constraints concerned by reduction	: 0
32.18/16.20	c number of learning phase by resolution	: 0
32.18/16.20	c number of learning phase by cutting planes	: 0
32.18/16.20	c speed (assignments/second)	: 391275.6126457567
32.18/16.20	c non guided choices	48
32.18/16.20	c learnt constraints type 
32.18/16.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10030
32.18/16.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
32.18/16.20	c constraints type 
32.18/16.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
32.18/16.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
32.18/16.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
32.18/16.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
32.18/16.20	c constraints type 
32.18/16.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
32.18/16.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
32.18/16.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 72
32.18/16.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
32.18/16.21	s UNSATISFIABLE
32.18/16.21	c Total wall clock time (in seconds): 16.106

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-2694541-1277895485/watcher-2694541-1277895485 -o /tmp/evaluation-result-2694541-1277895485/solver-2694541-1277895485 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694541-1277895485.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 10461
/proc/meminfo: memFree=31024432/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=13684 CPUtime=0
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 1181 0 0 0 0 0 0 0 18 0 2 0 130845761 14012416 629 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 3421 631 307 10 0 1206 0
[pid=10461/tid=10462] ppid=10459 vsize=13684 CPUtime=0
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 130845761 14012416 631 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16784584 3392060721071128575 0 0 -1 5 0 0 0

[startup+0.086304 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 10461
/proc/meminfo: memFree=31024432/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1529728 CPUtime=0.1
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 5073 0 1 0 9 1 0 0 18 0 18 0 130845761 1566441472 4510 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 382432 4512 1340 10 0 379735 0
[pid=10461/tid=10462] ppid=10459 vsize=1529728 CPUtime=0.06
/proc/10461/task/10462/stat : 10462 (java) R 10459 10461 8669 0 -1 4202560 3426 0 1 0 6 0 0 0 19 0 18 0 130845761 1566441472 4512 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529728

[startup+0.100288 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 10461
/proc/meminfo: memFree=31024432/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1529728 CPUtime=0.11
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 5238 0 1 0 10 1 0 0 18 0 18 0 130845761 1566441472 4675 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 382432 4675 1346 10 0 379735 0
[pid=10461/tid=10462] ppid=10459 vsize=1529728 CPUtime=0.07
/proc/10461/task/10462/stat : 10462 (java) R 10459 10461 8669 0 -1 4202560 3564 0 1 0 7 0 0 0 19 0 18 0 130845761 1566441472 4675 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529728

[startup+0.300252 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 10461
/proc/meminfo: memFree=31024432/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1535696 CPUtime=0.71
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 8317 0 1 0 70 1 0 0 18 0 22 0 130845761 1572552704 7105 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 383924 7105 1417 10 0 381227 0
[pid=10461/tid=10462] ppid=10459 vsize=1535696 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 3994 0 1 0 14 0 0 0 18 0 22 0 130845761 1572552704 7105 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1535696

[startup+0.700184 s]
/proc/loadavg: 1.95 2.00 1.99 3/178 10461
/proc/meminfo: memFree=31024432/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1550112 CPUtime=2.31
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 26469 0 1 0 228 3 0 0 18 0 22 0 130845761 1587314688 23383 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 387528 23385 1424 10 0 384831 0
[pid=10461/tid=10462] ppid=10459 vsize=1550112 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 3994 0 1 0 14 0 0 0 18 0 22 0 130845761 1587314688 23386 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1550112

[startup+1.50105 s]
/proc/loadavg: 2.20 2.05 2.01 6/200 10483
/proc/meminfo: memFree=30911000/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1550912 CPUtime=4.96
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 44654 0 1 0 491 5 0 0 18 0 22 0 130845761 1588133888 39653 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 387728 39654 1444 10 0 385031 0
[pid=10461/tid=10462] ppid=10459 vsize=1550912 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 3994 0 1 0 14 0 0 0 18 0 22 0 130845761 1588133888 39654 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10464] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10459 10461 8669 0 -1 4202560 282 0 0 0 0 0 0 0 16 0 22 0 130845762 1588133888 39655 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10465] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10459 10461 8669 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 130845762 1588133888 39656 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10466] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10459 10461 8669 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 39656 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10467] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10467/stat : 10467 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 39657 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10468] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10459 10461 8669 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 39658 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10469] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10469/stat : 10469 (java) S 10459 10461 8669 0 -1 4202560 156 0 0 0 0 0 0 0 16 0 22 0 130845762 1588133888 39658 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10470] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10470/stat : 10470 (java) S 10459 10461 8669 0 -1 4202560 354 0 0 0 0 0 0 0 16 0 22 0 130845762 1588133888 39659 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10471] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10471/stat : 10471 (java) S 10459 10461 8669 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 39659 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10472] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10472/stat : 10472 (java) S 10459 10461 8669 0 -1 4202560 939 0 0 0 2 0 0 0 15 0 22 0 130845763 1588133888 39660 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10473] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10473/stat : 10473 (java) S 10459 10461 8669 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 39660 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10474] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10474/stat : 10474 (java) S 10459 10461 8669 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 39661 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10475] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10475/stat : 10475 (java) S 10459 10461 8669 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 130845765 1588133888 39661 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10476] ppid=10459 vsize=1550912 CPUtime=1.05
/proc/10461/task/10476/stat : 10476 (java) S 10459 10461 8669 0 -1 4202560 4314 0 0 0 105 0 0 0 16 0 22 0 130845765 1588133888 39662 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10477] ppid=10459 vsize=1550912 CPUtime=1.1
/proc/10461/task/10477/stat : 10477 (java) S 10459 10461 8669 0 -1 4202560 5952 0 0 0 110 0 0 0 17 0 22 0 130845765 1588133888 39663 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10478] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10478/stat : 10478 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 130845765 1588133888 39663 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10479] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10479/stat : 10479 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130845765 1588133888 39664 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10480] ppid=10459 vsize=1550912 CPUtime=1.3
/proc/10461/task/10480/stat : 10480 (java) R 10459 10461 8669 0 -1 4202560 802 0 0 0 130 0 0 0 25 0 22 0 130845777 1588133888 39664 4089446400 134512640 134550932 4291938736 18446744073709551615 4109323300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10461/tid=10481] ppid=10459 vsize=1550912 CPUtime=1.3
/proc/10461/task/10481/stat : 10481 (java) R 10459 10461 8669 0 -1 4202560 26508 0 0 0 127 3 0 0 19 0 22 0 130845777 1588133888 39665 4089446400 134512640 134550932 4291938736 18446744073709551615 4109557593 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10461/tid=10482] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10482/stat : 10482 (java) S 10459 10461 8669 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 130845778 1588133888 39665 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10483] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10483/stat : 10483 (java) S 10459 10461 8669 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 130845778 1588133888 39666 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1550912

[startup+3.10076 s]
/proc/loadavg: 2.20 2.05 2.01 4/200 10483
/proc/meminfo: memFree=30865492/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1550912 CPUtime=8.13
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 47375 0 1 0 807 6 0 0 18 0 22 0 130845761 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 387728 42368 1448 10 0 385031 0
[pid=10461/tid=10462] ppid=10459 vsize=1550912 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 3994 0 1 0 14 0 0 0 18 0 22 0 130845761 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10464] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10459 10461 8669 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10465] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10459 10461 8669 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10466] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10459 10461 8669 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10467] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10467/stat : 10467 (java) S 10459 10461 8669 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10468] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10459 10461 8669 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10469] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10469/stat : 10469 (java) S 10459 10461 8669 0 -1 4202560 237 0 0 0 1 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10470] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10470/stat : 10470 (java) S 10459 10461 8669 0 -1 4202560 435 0 0 0 1 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10471] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10471/stat : 10471 (java) S 10459 10461 8669 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10472] ppid=10459 vsize=1550912 CPUtime=0.08
/proc/10461/task/10472/stat : 10472 (java) S 10459 10461 8669 0 -1 4202560 2346 0 0 0 8 0 0 0 15 0 22 0 130845763 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10473] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10473/stat : 10473 (java) S 10459 10461 8669 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10474] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10474/stat : 10474 (java) S 10459 10461 8669 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10475] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10475/stat : 10475 (java) S 10459 10461 8669 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 130845765 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10476] ppid=10459 vsize=1550912 CPUtime=1.05
/proc/10461/task/10476/stat : 10476 (java) S 10459 10461 8669 0 -1 4202560 4315 0 0 0 105 0 0 0 15 0 22 0 130845765 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10477] ppid=10459 vsize=1550912 CPUtime=1.12
/proc/10461/task/10477/stat : 10477 (java) S 10459 10461 8669 0 -1 4202560 5961 0 0 0 112 0 0 0 15 0 22 0 130845765 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10478] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10478/stat : 10478 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 130845765 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10479] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10479/stat : 10479 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130845765 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10480] ppid=10459 vsize=1550912 CPUtime=2.82
/proc/10461/task/10480/stat : 10480 (java) R 10459 10461 8669 0 -1 4202560 803 0 0 0 282 0 0 0 25 0 22 0 130845777 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4109429474 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10461/tid=10481] ppid=10459 vsize=1550912 CPUtime=2.82
/proc/10461/task/10481/stat : 10481 (java) R 10459 10461 8669 0 -1 4202560 27332 0 0 0 279 3 0 0 21 0 22 0 130845777 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4109875145 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10461/tid=10482] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10482/stat : 10482 (java) S 10459 10461 8669 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 130845778 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10483] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10483/stat : 10483 (java) S 10459 10461 8669 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 130845778 1588133888 42368 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 1550912

[startup+6.30119 s]
/proc/loadavg: 2.26 2.06 2.01 4/200 10483
/proc/meminfo: memFree=30857328/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1550912 CPUtime=14.43
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 48781 0 1 0 1436 7 0 0 18 0 22 0 130845761 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 387728 43767 1448 10 0 385031 0
[pid=10461/tid=10462] ppid=10459 vsize=1550912 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 3995 0 1 0 14 0 0 0 15 0 22 0 130845761 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10464] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10464/stat : 10464 (java) S 10459 10461 8669 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10465] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10465/stat : 10465 (java) S 10459 10461 8669 0 -1 4202560 155 0 0 0 0 0 0 0 16 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10466] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10466/stat : 10466 (java) S 10459 10461 8669 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10467] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10467/stat : 10467 (java) S 10459 10461 8669 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10468] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10468/stat : 10468 (java) S 10459 10461 8669 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10469] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10469/stat : 10469 (java) S 10459 10461 8669 0 -1 4202560 241 0 0 0 1 0 0 0 15 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10470] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10470/stat : 10470 (java) S 10459 10461 8669 0 -1 4202560 435 0 0 0 1 0 0 0 15 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10471] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10471/stat : 10471 (java) S 10459 10461 8669 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 130845762 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10472] ppid=10459 vsize=1550912 CPUtime=0.21
/proc/10461/task/10472/stat : 10472 (java) S 10459 10461 8669 0 -1 4202560 3707 0 0 0 21 0 0 0 15 0 22 0 130845763 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10473] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10473/stat : 10473 (java) S 10459 10461 8669 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10474] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10474/stat : 10474 (java) S 10459 10461 8669 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10475] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10475/stat : 10475 (java) S 10459 10461 8669 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 130845765 1588133888 43767 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10476] ppid=10459 vsize=1550912 CPUtime=1.08

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

/proc/10461/task/10470/stat : 10470 (java) S 10459 10461 8669 0 -1 4202560 435 0 0 0 2 0 0 0 15 0 22 0 130845762 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10471] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10471/stat : 10471 (java) S 10459 10461 8669 0 -1 4202560 200 0 0 0 1 0 0 0 15 0 22 0 130845762 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10472] ppid=10459 vsize=1550912 CPUtime=0.63
/proc/10461/task/10472/stat : 10472 (java) R 10459 10461 8669 0 -1 4202560 5639 0 0 0 62 1 0 0 15 0 22 0 130845763 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 103585150 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=10461/tid=10473] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10473/stat : 10473 (java) S 10459 10461 8669 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10474] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10474/stat : 10474 (java) S 10459 10461 8669 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 130845763 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10475] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10475/stat : 10475 (java) S 10459 10461 8669 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 130845765 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10476] ppid=10459 vsize=1550912 CPUtime=1.17
/proc/10461/task/10476/stat : 10476 (java) R 10459 10461 8669 0 -1 4202560 4322 0 0 0 117 0 0 0 15 0 22 0 130845765 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 105499136 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10461/tid=10477] ppid=10459 vsize=1550912 CPUtime=1.14
/proc/10461/task/10477/stat : 10477 (java) S 10459 10461 8669 0 -1 4202560 5961 0 0 0 114 0 0 0 15 0 22 0 130845765 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10478] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10478/stat : 10478 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 130845765 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10479] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10479/stat : 10479 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 130845765 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10480] ppid=10459 vsize=1550912 CPUtime=14.21
/proc/10461/task/10480/stat : 10480 (java) S 10459 10461 8669 0 -1 4202560 812 0 0 0 1421 0 0 0 25 0 22 0 130845777 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10481] ppid=10459 vsize=1550912 CPUtime=14.22
/proc/10461/task/10481/stat : 10481 (java) S 10459 10461 8669 0 -1 4202560 27347 0 0 0 1419 3 0 0 25 0 22 0 130845777 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10482] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10482/stat : 10482 (java) S 10459 10461 8669 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 130845778 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10483] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10483/stat : 10483 (java) S 10459 10461 8669 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 130845778 1588133888 45713 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.75
Current children cumulated vsize (KiB) 1550912

[startup+15.9015 s]
/proc/loadavg: 2.32 2.08 2.02 3/199 10484
/proc/meminfo: memFree=30848028/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1550912 CPUtime=32.18
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 50780 0 1 0 3209 9 0 0 18 0 20 0 130845761 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 387728 45746 1449 10 0 385031 0
[pid=10461/tid=10462] ppid=10459 vsize=1550912 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 3995 0 1 0 14 0 0 0 15 0 20 0 130845761 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10464] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10464/stat : 10464 (java) S 10459 10461 8669 0 -1 4202560 287 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10465] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10465/stat : 10465 (java) S 10459 10461 8669 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10466] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10466/stat : 10466 (java) S 10459 10461 8669 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10467] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10467/stat : 10467 (java) S 10459 10461 8669 0 -1 4202560 67 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10468] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10468/stat : 10468 (java) S 10459 10461 8669 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10469] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10469/stat : 10469 (java) S 10459 10461 8669 0 -1 4202560 242 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10470] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10470/stat : 10470 (java) S 10459 10461 8669 0 -1 4202560 435 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10471] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10471/stat : 10471 (java) S 10459 10461 8669 0 -1 4202560 200 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10472] ppid=10459 vsize=1550912 CPUtime=0.65
/proc/10461/task/10472/stat : 10472 (java) S 10459 10461 8669 0 -1 4202560 5639 0 0 0 64 1 0 0 15 0 20 0 130845763 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10473] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10473/stat : 10473 (java) S 10459 10461 8669 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 20 0 130845763 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10474] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10474/stat : 10474 (java) S 10459 10461 8669 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 130845763 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10475] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10475/stat : 10475 (java) S 10459 10461 8669 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10476] ppid=10459 vsize=1550912 CPUtime=1.3
/proc/10461/task/10476/stat : 10476 (java) S 10459 10461 8669 0 -1 4202560 4354 0 0 0 130 0 0 0 16 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10477] ppid=10459 vsize=1550912 CPUtime=1.14
/proc/10461/task/10477/stat : 10477 (java) S 10459 10461 8669 0 -1 4202560 5961 0 0 0 114 0 0 0 15 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10478] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10478/stat : 10478 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10479] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10479/stat : 10479 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10482] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10482/stat : 10482 (java) S 10459 10461 8669 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 130845778 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10483] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10483/stat : 10483 (java) S 10459 10461 8669 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 130845778 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.18
Current children cumulated vsize (KiB) 1550912

[startup+16.1015 s]
/proc/loadavg: 2.32 2.08 2.02 3/199 10484
/proc/meminfo: memFree=30848028/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1550912 CPUtime=32.18
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 50780 0 1 0 3209 9 0 0 18 0 20 0 130845761 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 387728 45746 1449 10 0 385031 0
[pid=10461/tid=10462] ppid=10459 vsize=1550912 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) S 10459 10461 8669 0 -1 4202560 3995 0 1 0 14 0 0 0 15 0 20 0 130845761 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10464] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10464/stat : 10464 (java) S 10459 10461 8669 0 -1 4202560 287 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10465] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10465/stat : 10465 (java) S 10459 10461 8669 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10466] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10466/stat : 10466 (java) S 10459 10461 8669 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10467] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10467/stat : 10467 (java) S 10459 10461 8669 0 -1 4202560 67 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10468] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10468/stat : 10468 (java) S 10459 10461 8669 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10469] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10469/stat : 10469 (java) S 10459 10461 8669 0 -1 4202560 242 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10470] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10470/stat : 10470 (java) S 10459 10461 8669 0 -1 4202560 435 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10471] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10471/stat : 10471 (java) S 10459 10461 8669 0 -1 4202560 200 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10472] ppid=10459 vsize=1550912 CPUtime=0.65
/proc/10461/task/10472/stat : 10472 (java) S 10459 10461 8669 0 -1 4202560 5639 0 0 0 64 1 0 0 15 0 20 0 130845763 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10473] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10473/stat : 10473 (java) S 10459 10461 8669 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 20 0 130845763 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10474] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10474/stat : 10474 (java) S 10459 10461 8669 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 130845763 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10475] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10475/stat : 10475 (java) S 10459 10461 8669 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10476] ppid=10459 vsize=1550912 CPUtime=1.3
/proc/10461/task/10476/stat : 10476 (java) S 10459 10461 8669 0 -1 4202560 4354 0 0 0 130 0 0 0 16 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10477] ppid=10459 vsize=1550912 CPUtime=1.14
/proc/10461/task/10477/stat : 10477 (java) S 10459 10461 8669 0 -1 4202560 5961 0 0 0 114 0 0 0 15 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10478] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10478/stat : 10478 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10479] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10479/stat : 10479 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 130845765 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10482] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10482/stat : 10482 (java) S 10459 10461 8669 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 130845778 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10483] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10483/stat : 10483 (java) S 10459 10461 8669 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 130845778 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.18
Current children cumulated vsize (KiB) 1550912

[startup+16.2015 s]
/proc/loadavg: 2.32 2.08 2.02 3/199 10484
/proc/meminfo: memFree=30848028/32951124 swapFree=67111528/67111528
[pid=10461] ppid=10459 vsize=1550912 CPUtime=32.18
/proc/10461/stat : 10461 (java) S 10459 10461 8669 0 -1 4202496 50780 0 1 0 3209 9 0 0 18 0 20 0 130845761 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10461/statm: 387728 45746 1449 10 0 385031 0
[pid=10461/tid=10462] ppid=10459 vsize=1550912 CPUtime=0.14
/proc/10461/task/10462/stat : 10462 (java) R 10459 10461 8669 0 -1 4202560 3995 0 1 0 14 0 0 0 15 0 20 0 130845761 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10461/tid=10464] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10464/stat : 10464 (java) S 10459 10461 8669 0 -1 4202560 287 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10465] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10465/stat : 10465 (java) S 10459 10461 8669 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45746 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
[pid=10461/tid=10466] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10466/stat : 10466 (java) S 10459 10461 8669 0 -1 4202560 163 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10467] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10467/stat : 10467 (java) S 10459 10461 8669 0 -1 4202560 67 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10468] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10468/stat : 10468 (java) S 10459 10461 8669 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10469] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10469/stat : 10469 (java) S 10459 10461 8669 0 -1 4202560 242 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10470] ppid=10459 vsize=1550912 CPUtime=0.02
/proc/10461/task/10470/stat : 10470 (java) S 10459 10461 8669 0 -1 4202560 435 0 0 0 2 0 0 0 15 0 20 0 130845762 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 5 0 0 0
[pid=10461/tid=10471] ppid=10459 vsize=1550912 CPUtime=0.01
/proc/10461/task/10471/stat : 10471 (java) S 10459 10461 8669 0 -1 4202560 200 0 0 0 1 0 0 0 15 0 20 0 130845762 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10472] ppid=10459 vsize=1550912 CPUtime=0.65
/proc/10461/task/10472/stat : 10472 (java) S 10459 10461 8669 0 -1 4202560 5639 0 0 0 64 1 0 0 15 0 20 0 130845763 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 0 0 16800975 18446604470882338112 0 0 -1 3 0 0 0
[pid=10461/tid=10473] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10473/stat : 10473 (java) S 10459 10461 8669 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 20 0 130845763 1588133888 45747 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10474] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10474/stat : 10474 (java) S 10459 10461 8669 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 130845763 1588133888 45748 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10475] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10475/stat : 10475 (java) S 10459 10461 8669 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 130845765 1588133888 45748 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10476] ppid=10459 vsize=1550912 CPUtime=1.3
/proc/10461/task/10476/stat : 10476 (java) S 10459 10461 8669 0 -1 4202560 4354 0 0 0 130 0 0 0 16 0 20 0 130845765 1588133888 45748 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 0 0 0 0
[pid=10461/tid=10477] ppid=10459 vsize=1550912 CPUtime=1.14
/proc/10461/task/10477/stat : 10477 (java) S 10459 10461 8669 0 -1 4202560 5961 0 0 0 114 0 0 0 15 0 20 0 130845765 1588133888 45749 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 1 0 0 0
[pid=10461/tid=10478] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10478/stat : 10478 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 130845765 1588133888 45749 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10479] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10479/stat : 10479 (java) S 10459 10461 8669 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 130845765 1588133888 45749 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 2 0 0 0
[pid=10461/tid=10482] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10482/stat : 10482 (java) S 10459 10461 8669 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 21 0 130845778 1588133888 45749 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 7 0 0 0
[pid=10461/tid=10483] ppid=10459 vsize=1550912 CPUtime=0
/proc/10461/task/10483/stat : 10483 (java) S 10459 10461 8669 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 21 0 130845778 1588133888 45749 4089446400 134512640 134550932 4291938736 18446744073709551615 4294960144 0 4 0 16800975 18446604470882338112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.18
Current children cumulated vsize (KiB) 1550912

Child status: 20
Real time (s): 16.2233
CPU time (s): 32.2101
CPU user time (s): 32.1081
CPU system time (s): 0.101984
CPU usage (%): 198.542
Max. virtual memory (cumulated for all children) (KiB): 1550912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1081
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50791
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= 1513
involuntary context switches= 6684

runsolver used 0.032994 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 12:58:05
IDJOB=2694541
IDBENCH=78757
IDSOLVER=1207
FILE ID=node108/2694541-1277895485
PBS_JOBID= 11197137
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218024--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694541-1277895485/watcher-2694541-1277895485 -o /tmp/evaluation-result-2694541-1277895485/solver-2694541-1277895485 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694541-1277895485.wbo

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

MD5SUM BENCH= c7dcb25d665cb550b68931937f8d1bd8
RANDOM SEED=1933763808

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5320.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31024828 kB
Buffers:        179876 kB
Cached:        1167860 kB
SwapCached:          0 kB
Active:         950728 kB
Inactive:       831832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31024828 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             676 kB
Writeback:           0 kB
AnonPages:      434784 kB
Mapped:          16284 kB
Slab:            78552 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   582076 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node108 at 2010-06-30 12:58:22