Trace number 2661620

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 114.893 59.7339

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_1_15.opb
MD5SUMebbe5bb724184b6646f7cf4470989c3e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 benchmark27.3208
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

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.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	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-2661620-1276684492.opb
0.22/0.22	c reading problem ... 
1.27/0.89	c ... done. Wall clock time 0.672s.
1.27/0.89	c #vars     1598
1.27/0.89	c #constraints  3149
1.27/0.89	c constraints type 
1.27/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1498
1.27/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.27/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.27/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
1.27/0.89	c constraints type 
1.27/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.27/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1498
1.27/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1.27/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
10.94/5.78	c cleaning 2493 clauses out of 5000 with flag 5000/5000
13.26/6.99	c cleaning 4245 clauses out of 8508 with flag 11001/11001
16.18/8.44	c cleaning 5615 clauses out of 11262 with flag 18000/18000
20.08/10.44	c cleaning 6817 clauses out of 13647 with flag 26000/26000
24.75/12.85	c cleaning 7916 clauses out of 15837 with flag 35007/35007
31.43/16.28	c cleaning 8946 clauses out of 17914 with flag 45000/45000
36.30/18.74	c cleaning 9477 clauses out of 18968 with flag 55000/55000
41.95/21.61	c cleaning 9730 clauses out of 19491 with flag 65000/65000
47.18/24.39	c cleaning 9875 clauses out of 19762 with flag 75001/75001
52.63/27.10	c cleaning 9929 clauses out of 19887 with flag 85001/85001
57.70/29.72	c cleaning 9965 clauses out of 19957 with flag 95000/95000
62.52/32.28	c cleaning 9983 clauses out of 19993 with flag 105001/105001
67.35/34.73	c cleaning 9994 clauses out of 20009 with flag 115000/115000
72.20/37.20	c cleaning 9997 clauses out of 20015 with flag 125000/125000
77.03/39.77	c cleaning 9998 clauses out of 20020 with flag 135002/135002
81.87/42.21	c cleaning 9996 clauses out of 20020 with flag 145000/145000
86.48/44.60	c cleaning 9999 clauses out of 20024 with flag 155000/155000
91.12/47.08	c cleaning 9997 clauses out of 20025 with flag 165000/165000
96.54/49.89	c cleaning 10000 clauses out of 20028 with flag 175000/175000
102.18/52.78	c cleaning 10005 clauses out of 20029 with flag 185001/185001
107.54/55.54	c cleaning 9998 clauses out of 20023 with flag 195000/195000
112.78/58.29	c cleaning 10003 clauses out of 20025 with flag 205000/205000
114.82/59.32	c And the winner is CuttingPlanes
114.85/59.69	c starts		: 11
114.85/59.69	c conflicts		: 1937
114.85/59.69	c decisions		: 4930
114.85/59.69	c propagations		: 319352
114.85/59.69	c inspects		: 13957792
114.85/59.69	c learnt literals	: 0
114.85/59.69	c learnt binary clauses	: 0
114.85/59.69	c learnt ternary clauses	: 0
114.85/59.69	c learnt clauses	: 1936
114.85/59.69	c ignored clauses	: 0
114.85/59.69	c root simplifications	: 0
114.85/59.69	c removed literals (reason simplification)	: 0
114.85/59.69	c reason swapping (by a shorter reason)	: 0
114.85/59.69	c Calls to reduceDB	: 0
114.85/59.69	c number of reductions to clauses (during analyze)	: 0
114.85/59.69	c number of learned constraints concerned by reduction	: 0
114.85/59.69	c number of learning phase by resolution	: 0
114.85/59.69	c number of learning phase by cutting planes	: 0
114.85/59.69	c speed (assignments/second)	: 5432.080285762885
114.85/59.69	c non guided choices	1515
114.85/59.69	c learnt constraints type 
114.85/59.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
114.85/59.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1935
114.85/59.69	c constraints type 
114.85/59.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1498
114.85/59.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
114.85/59.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
114.85/59.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
114.85/59.69	c constraints type 
114.85/59.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
114.85/59.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1498
114.85/59.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
114.85/59.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
114.85/59.69	s UNSATISFIABLE
114.85/59.69	c Total wall clock time (in seconds): 59.472

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-2661620-1276684492/watcher-2661620-1276684492 -o /tmp/evaluation-result-2661620-1276684492/solver-2661620-1276684492 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661620-1276684492.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 1.00 3/106 17364
/proc/meminfo: memFree=1814540/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=428 CPUtime=0
/proc/17364/stat : 17364 (java6) R 17362 17364 15942 0 -1 4194304 125 0 0 0 0 0 0 0 25 0 1 0 9740167 438272 45 1992294400 134512640 134550932 4291178224 18446744073709551615 3849711 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17364/statm: 111 47 37 10 0 25 0

[startup+0.028036 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17364
/proc/meminfo: memFree=1814540/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1517068 CPUtime=0.01
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 2097 0 1 0 0 1 0 0 15 0 2 0 9740167 1553477632 1542 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 379267 1556 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100035 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17364
/proc/meminfo: memFree=1814540/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1524020 CPUtime=0.08
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 3935 0 1 0 6 2 0 0 15 0 12 0 9740167 1560596480 3374 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 381005 3374 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300031 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17364
/proc/meminfo: memFree=1814540/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1525780 CPUtime=0.35
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 5372 0 1 0 32 3 0 0 15 0 12 0 9740167 1562398720 4808 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 381445 4808 1353 10 0 378748 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525780

[startup+0.700023 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17364
/proc/meminfo: memFree=1814540/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1528724 CPUtime=1.07
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 7202 0 1 0 103 4 0 0 15 0 12 0 9740167 1565413376 6546 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 382181 6546 1402 10 0 379484 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528724

[startup+1.50101 s]
/proc/loadavg: 1.00 1.00 1.00 7/122 17380
/proc/meminfo: memFree=1787568/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1534356 CPUtime=2.63
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 11953 0 1 0 257 6 0 0 15 0 16 0 9740167 1571180544 9803 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 383589 9803 1419 10 0 380892 0
[pid=17364/tid=17366] ppid=17362 vsize=1534356 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5395 0 1 0 83 3 0 0 25 0 16 0 9740169 1571180544 9803 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 9740170 1571180544 9803 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9740170 1571180544 9803 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17369/stat : 17369 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 9740172 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 9740172 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 9740172 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9740177 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1534356 CPUtime=0.31
/proc/17364/task/17373/stat : 17373 (java) R 17362 17364 15942 0 -1 4202560 658 0 0 0 31 0 0 0 22 0 16 0 9740177 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 105496190 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1534356 CPUtime=0.96
/proc/17364/task/17374/stat : 17374 (java) R 17362 17364 15942 0 -1 4202560 3146 0 0 0 95 1 0 0 16 0 16 0 9740177 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 106831023 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9740177 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9740177 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17377] ppid=17362 vsize=1534356 CPUtime=0.06
/proc/17364/task/17377/stat : 17377 (java) R 17362 17364 15942 0 -1 4202560 120 0 0 0 6 0 0 0 19 0 16 0 9740257 1571180544 9804 1992294400 134512640 134550932 4294303264 18446744073709551615 106581211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17378] ppid=17362 vsize=1534356 CPUtime=0.4
/proc/17364/task/17378/stat : 17378 (java) R 17362 17364 15942 0 -1 4202560 1561 0 0 0 40 0 0 0 19 0 16 0 9740257 1571180544 9805 1992294400 134512640 134550932 4294303264 18446744073709551615 4108508020 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9740259 1571180544 9805 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1534356 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9740259 1571180544 9805 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1534356

[startup+3.10198 s]
/proc/loadavg: 1.32 1.07 1.02 5/122 17380
/proc/meminfo: memFree=1753716/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1546752 CPUtime=5.81
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 37450 0 1 0 564 17 0 0 15 0 16 0 9740167 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 386688 31522 1423 10 0 383991 0
[pid=17364/tid=17366] ppid=17362 vsize=1546752 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5395 0 1 0 83 3 0 0 18 0 16 0 9740169 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 9740170 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9740170 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17369/stat : 17369 (java) R 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 9740172 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 9740172 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 9740172 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9740177 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1546752 CPUtime=0.34
/proc/17364/task/17373/stat : 17373 (java) R 17362 17364 15942 0 -1 4202560 775 0 0 0 34 0 0 0 22 0 16 0 9740177 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 104163866 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1546752 CPUtime=2.53
/proc/17364/task/17374/stat : 17374 (java) R 17362 17364 15942 0 -1 4202560 9892 0 0 0 249 4 0 0 18 0 16 0 9740177 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 104139696 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9740177 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9740177 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17377] ppid=17362 vsize=1546752 CPUtime=0.06
/proc/17364/task/17377/stat : 17377 (java) R 17362 17364 15942 0 -1 4202560 121 0 0 0 6 0 0 0 19 0 16 0 9740257 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4108934872 1024 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17378] ppid=17362 vsize=1546752 CPUtime=1.97
/proc/17364/task/17378/stat : 17378 (java) S 17362 17364 15942 0 -1 4202560 20192 0 0 0 189 8 0 0 18 0 16 0 9740257 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9740259 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1546752 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9740259 1583874048 31522 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 1546752

[startup+6.30191 s]
/proc/loadavg: 1.32 1.07 1.02 8/122 17380
/proc/meminfo: memFree=1659104/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1543612 CPUtime=12.08
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 49501 0 1 0 1175 33 0 0 15 0 16 0 9740167 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 385903 42164 1448 10 0 383206 0
[pid=17364/tid=17366] ppid=17362 vsize=1543612 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5395 0 1 0 83 3 0 0 15 0 16 0 9740169 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1543612 CPUtime=0.08
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 1595 0 0 0 8 0 0 0 15 0 16 0 9740170 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1543612 CPUtime=0.08
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 1542 0 0 0 8 0 0 0 16 0 16 0 9740170 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1543612 CPUtime=0.25
/proc/17364/task/17369/stat : 17369 (java) S 17362 17364 15942 0 -1 4202560 1517 0 0 0 14 11 0 0 15 0 16 0 9740172 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1543612 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 9740172 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1543612 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 16 0 9740172 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1543612 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9740177 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1543612 CPUtime=0.63
/proc/17364/task/17373/stat : 17373 (java) S 17362 17364 15942 0 -1 4202560 826 0 0 0 63 0 0 0 16 0 16 0 9740177 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1543612 CPUtime=3.6
/proc/17364/task/17374/stat : 17374 (java) S 17362 17364 15942 0 -1 4202560 10844 0 0 0 356 4 0 0 16 0 16 0 9740177 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1543612 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9740177 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1543612 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9740177 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17377] ppid=17362 vsize=1543612 CPUtime=1.97
/proc/17364/task/17377/stat : 17377 (java) R 17362 17364 15942 0 -1 4202560 313 0 0 0 197 0 0 0 16 0 16 0 9740257 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4109436917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17378] ppid=17362 vsize=1543612 CPUtime=4.51
/proc/17364/task/17378/stat : 17378 (java) R 17362 17364 15942 0 -1 4202560 26395 0 0 0 441 10 0 0 17 0 16 0 9740257 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4108992178 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1543612 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9740259 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1543612 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9740259 1580658688 42164 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 1543612

[startup+12.7018 s]
/proc/loadavg: 1.42 1.10 1.03 3/122 17380
/proc/meminfo: memFree=1625500/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1543960 CPUtime=24.55
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 56252 0 1 0 2419 36 0 0 15 0 16 0 9740167 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 385990 48627 1448 10 0 383293 0
[pid=17364/tid=17366] ppid=17362 vsize=1543960 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5395 0 1 0 83 3 0 0 15 0 16 0 9740169 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1543960 CPUtime=0.2
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 3237 0 0 0 19 1 0 0 16 0 16 0 9740170 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1543960 CPUtime=0.19
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 3337 0 0 0 18 1 0 0 16 0 16 0 9740170 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1543960 CPUtime=0.45
/proc/17364/task/17369/stat : 17369 (java) S 17362 17364 15942 0 -1 4202560 2064 0 0 0 34 11 0 0 16 0 16 0 9740172 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 9740172 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 16 0 9740172 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9740177 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1543960 CPUtime=0.69
/proc/17364/task/17373/stat : 17373 (java) S 17362 17364 15942 0 -1 4202560 885 0 0 0 69 0 0 0 15 0 16 0 9740177 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1543960 CPUtime=3.93
/proc/17364/task/17374/stat : 17374 (java) S 17362 17364 15942 0 -1 4202560 10851 0 0 0 389 4 0 0 16 0 16 0 9740177 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9740177 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9740177 1581015040 48627 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0

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

[pid=17364/tid=17371] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 16 0 9740172 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1543960 CPUtime=0.69
/proc/17364/task/17373/stat : 17373 (java) S 17362 17364 15942 0 -1 4202560 885 0 0 0 69 0 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1543960 CPUtime=4.52
/proc/17364/task/17374/stat : 17374 (java) S 17362 17364 15942 0 -1 4202560 10891 0 0 0 448 4 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17377] ppid=17362 vsize=1543960 CPUtime=45.73
/proc/17364/task/17377/stat : 17377 (java) R 17362 17364 15942 0 -1 4202560 1225 0 0 0 4571 2 0 0 25 0 16 0 9740257 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4109495797 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17378] ppid=17362 vsize=1543960 CPUtime=49.16
/proc/17364/task/17378/stat : 17378 (java) R 17362 17364 15942 0 -1 4202560 28335 0 0 0 4904 12 0 0 25 0 16 0 9740257 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4108838576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9740259 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9740259 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 105.16
Current children cumulated vsize (KiB) 1543960

[startup+57.5019 s]
/proc/loadavg: 1.73 1.22 1.08 3/122 17380
/proc/meminfo: memFree=1587928/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1543960 CPUtime=111.37
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 66017 0 1 0 11091 46 0 0 15 0 16 0 9740167 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 385990 57641 1448 10 0 383293 0
[pid=17364/tid=17366] ppid=17362 vsize=1543960 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5398 0 1 0 83 3 0 0 15 0 16 0 9740169 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1543960 CPUtime=0.96
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 7560 0 0 0 92 4 0 0 16 0 16 0 9740170 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1543960 CPUtime=0.96
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 7885 0 0 0 91 5 0 0 15 0 16 0 9740170 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1543960 CPUtime=2.45
/proc/17364/task/17369/stat : 17369 (java) S 17362 17364 15942 0 -1 4202560 2754 0 0 0 233 12 0 0 15 0 16 0 9740172 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 9740172 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 16 0 9740172 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1543960 CPUtime=0.69
/proc/17364/task/17373/stat : 17373 (java) S 17362 17364 15942 0 -1 4202560 885 0 0 0 69 0 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1543960 CPUtime=4.52
/proc/17364/task/17374/stat : 17374 (java) S 17362 17364 15942 0 -1 4202560 10891 0 0 0 448 4 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17377] ppid=17362 vsize=1543960 CPUtime=48.7
/proc/17364/task/17377/stat : 17377 (java) R 17362 17364 15942 0 -1 4202560 1227 0 0 0 4868 2 0 0 25 0 16 0 9740257 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4109029892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17378] ppid=17362 vsize=1543960 CPUtime=52.14
/proc/17364/task/17378/stat : 17378 (java) R 17362 17364 15942 0 -1 4202560 28339 0 0 0 5202 12 0 0 25 0 16 0 9740257 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4108930912 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9740259 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9740259 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 111.37
Current children cumulated vsize (KiB) 1543960

[startup+59.1029 s]
/proc/loadavg: 1.73 1.22 1.08 3/122 17380
/proc/meminfo: memFree=1587928/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1543960 CPUtime=114.41
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 66020 0 1 0 11394 47 0 0 15 0 16 0 9740167 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 385990 57641 1448 10 0 383293 0
[pid=17364/tid=17366] ppid=17362 vsize=1543960 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5398 0 1 0 83 3 0 0 15 0 16 0 9740169 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1543960 CPUtime=0.99
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 7560 0 0 0 95 4 0 0 15 0 16 0 9740170 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1543960 CPUtime=0.99
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 7885 0 0 0 94 5 0 0 16 0 16 0 9740170 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1543960 CPUtime=2.58
/proc/17364/task/17369/stat : 17369 (java) S 17362 17364 15942 0 -1 4202560 2754 0 0 0 246 12 0 0 16 0 16 0 9740172 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 9740172 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 16 0 9740172 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1543960 CPUtime=0.69
/proc/17364/task/17373/stat : 17373 (java) S 17362 17364 15942 0 -1 4202560 885 0 0 0 69 0 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1543960 CPUtime=4.52
/proc/17364/task/17374/stat : 17374 (java) S 17362 17364 15942 0 -1 4202560 10891 0 0 0 448 4 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 9740177 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17377] ppid=17362 vsize=1543960 CPUtime=50.11
/proc/17364/task/17377/stat : 17377 (java) R 17362 17364 15942 0 -1 4202560 1228 0 0 0 5009 2 0 0 25 0 16 0 9740257 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4108932313 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17364/tid=17378] ppid=17362 vsize=1543960 CPUtime=53.57
/proc/17364/task/17378/stat : 17378 (java) R 17362 17364 15942 0 -1 4202560 28341 0 0 0 5345 12 0 0 25 0 16 0 9740257 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4109310894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9740259 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9740259 1581015040 57641 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.41
Current children cumulated vsize (KiB) 1543960

[startup+59.5019 s]
/proc/loadavg: 1.73 1.22 1.08 3/122 17380
/proc/meminfo: memFree=1587928/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1543960 CPUtime=114.85
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 66022 0 1 0 11438 47 0 0 15 0 14 0 9740167 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 385990 57643 1449 10 0 383293 0
[pid=17364/tid=17366] ppid=17362 vsize=1543960 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5398 0 1 0 83 3 0 0 15 0 14 0 9740169 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1543960 CPUtime=0.99
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 7560 0 0 0 95 4 0 0 15 0 14 0 9740170 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1543960 CPUtime=0.99
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 7885 0 0 0 94 5 0 0 16 0 14 0 9740170 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1543960 CPUtime=2.58
/proc/17364/task/17369/stat : 17369 (java) S 17362 17364 15942 0 -1 4202560 2754 0 0 0 246 12 0 0 16 0 14 0 9740172 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 14 0 9740172 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 14 0 9740172 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 9740177 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1543960 CPUtime=0.69
/proc/17364/task/17373/stat : 17373 (java) S 17362 17364 15942 0 -1 4202560 885 0 0 0 69 0 0 0 15 0 14 0 9740177 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1543960 CPUtime=4.52
/proc/17364/task/17374/stat : 17374 (java) S 17362 17364 15942 0 -1 4202560 10891 0 0 0 448 4 0 0 15 0 14 0 9740177 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 9740177 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 9740177 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 9740259 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 9740259 1581015040 57643 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.85
Current children cumulated vsize (KiB) 1543960

[startup+59.7009 s]
/proc/loadavg: 1.73 1.22 1.08 3/122 17380
/proc/meminfo: memFree=1587928/2059040 swapFree=4163504/4192956
[pid=17364] ppid=17362 vsize=1543960 CPUtime=114.86
/proc/17364/stat : 17364 (java) S 17362 17364 15942 0 -1 4202496 66026 0 1 0 11439 47 0 0 15 0 14 0 9740167 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17364/statm: 385990 57647 1449 10 0 383293 0
[pid=17364/tid=17366] ppid=17362 vsize=1543960 CPUtime=0.86
/proc/17364/task/17366/stat : 17366 (java) S 17362 17364 15942 0 -1 4202560 5401 0 1 0 83 3 0 0 15 0 14 0 9740169 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17367] ppid=17362 vsize=1543960 CPUtime=0.99
/proc/17364/task/17367/stat : 17367 (java) S 17362 17364 15942 0 -1 4202560 7560 0 0 0 95 4 0 0 15 0 14 0 9740170 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17368] ppid=17362 vsize=1543960 CPUtime=0.99
/proc/17364/task/17368/stat : 17368 (java) S 17362 17364 15942 0 -1 4202560 7885 0 0 0 94 5 0 0 16 0 14 0 9740170 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17369] ppid=17362 vsize=1543960 CPUtime=2.58
/proc/17364/task/17369/stat : 17369 (java) S 17362 17364 15942 0 -1 4202560 2754 0 0 0 246 12 0 0 16 0 14 0 9740172 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 0 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17370] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17370/stat : 17370 (java) S 17362 17364 15942 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 14 0 9740172 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17371] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17371/stat : 17371 (java) S 17362 17364 15942 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 14 0 9740172 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17372] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17372/stat : 17372 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 9740177 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17373] ppid=17362 vsize=1543960 CPUtime=0.69
/proc/17364/task/17373/stat : 17373 (java) S 17362 17364 15942 0 -1 4202560 885 0 0 0 69 0 0 0 15 0 14 0 9740177 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17374] ppid=17362 vsize=1543960 CPUtime=4.52
/proc/17364/task/17374/stat : 17374 (java) S 17362 17364 15942 0 -1 4202560 10891 0 0 0 448 4 0 0 15 0 14 0 9740177 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17375] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17375/stat : 17375 (java) S 17362 17364 15942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 9740177 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
[pid=17364/tid=17376] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17376/stat : 17376 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 9740177 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17379] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17379/stat : 17379 (java) S 17362 17364 15942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 9740259 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 1 0 0 0
[pid=17364/tid=17380] ppid=17362 vsize=1543960 CPUtime=0
/proc/17364/task/17380/stat : 17380 (java) S 17362 17364 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 9740259 1581015040 57647 1992294400 134512640 134550932 4294303264 18446744073709551615 4294960144 0 4 0 16800975 18446604437871894656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.86
Current children cumulated vsize (KiB) 1543960

Child status: 20
Real time (s): 59.7339
CPU time (s): 114.893
CPU user time (s): 114.394
CPU system time (s): 0.498924
CPU usage (%): 192.341
Max. virtual memory (cumulated for all children) (KiB): 1546752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.394
system time used= 0.498924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66030
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= 2799
involuntary context switches= 3817

runsolver used 0.307953 second user time and 0.701893 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 12:34:52
IDJOB=2661620
IDBENCH=48380
IDSOLVER=1166
FILE ID=node056/2661620-1276684492
PBS_JOBID= 11172540
Free space on /tmp= 98640 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_1_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661620-1276684492/watcher-2661620-1276684492 -o /tmp/evaluation-result-2661620-1276684492/solver-2661620-1276684492 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661620-1276684492.opb

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

MD5SUM BENCH= ebbe5bb724184b6646f7cf4470989c3e
RANDOM SEED=1956666659

node056.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.215
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.43
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.215
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:       1814812 kB
Buffers:         40584 kB
Cached:          84488 kB
SwapCached:      12596 kB
Active:          85012 kB
Inactive:        82604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1814812 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:             316 kB
Writeback:           0 kB
AnonPages:       30128 kB
Mapped:          14164 kB
Slab:            54496 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180544 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= 98636 MiB
End job on node056 at 2010-06-16 12:35:52