Trace number 2661841

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 43.7723 22.8865

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=71-P1=107-P2=197-P3=67-B.opb
MD5SUMece282cf8dbd0acc24f1883b841333ea
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.2928
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables72
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)192
Sum of products size (including duplicates)384
Number of different products192
Sum of products size384

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661841-1276650870.opb
0.24/0.21	c reading problem ... 
0.37/0.34	c ... done. Wall clock time 0.131s.
0.37/0.34	c #vars     264
0.37/0.34	c #constraints  394
0.37/0.34	c constraints type 
0.37/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 192
0.37/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 202
0.37/0.34	c constraints type 
0.37/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 192
0.37/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 202
3.95/2.17	c And the winner is Resolution
4.35/2.35	c SATISFIABLE
4.35/2.35	c OPTIMIZING...
4.35/2.35	c Got one! Elapsed wall clock time (in seconds):2.144
4.35/2.35	o 3
5.53/2.93	c cleaning 2499 clauses out of 5001 with flag 5001/5001
7.87/4.17	c cleaning 4247 clauses out of 8502 with flag 11001/11001
11.01/5.73	c cleaning 5623 clauses out of 11254 with flag 18000/18000
14.93/7.73	c cleaning 6816 clauses out of 13631 with flag 26000/26000
18.02/9.32	c cleaning 7908 clauses out of 15816 with flag 35001/35001
21.93/11.35	c cleaning 8954 clauses out of 17907 with flag 45000/45000
26.02/13.46	c cleaning 9472 clauses out of 18953 with flag 55001/55001
30.72/15.85	c cleaning 9741 clauses out of 19481 with flag 65001/65001
35.38/18.29	c cleaning 9869 clauses out of 19740 with flag 75001/75001
41.25/21.26	c cleaning 9935 clauses out of 19870 with flag 85000/85000
43.36/22.32	c And the winner is Resolution
43.72/22.82	c starts		: 89
43.72/22.82	c conflicts		: 89577
43.72/22.82	c decisions		: 94629
43.72/22.82	c propagations		: 1787328
43.72/22.82	c inspects		: 69349706
43.72/22.82	c learnt literals	: 16
43.72/22.82	c learnt binary clauses	: 79
43.72/22.82	c learnt ternary clauses	: 225
43.72/22.82	c learnt clauses	: 89560
43.72/22.82	c ignored clauses	: 0
43.72/22.82	c root simplifications	: 0
43.72/22.82	c removed literals (reason simplification)	: 3214133
43.72/22.82	c reason swapping (by a shorter reason)	: 0
43.72/22.82	c Calls to reduceDB	: 10
43.72/22.82	c number of reductions to clauses (during analyze)	: 0
43.72/22.82	c number of learned constraints concerned by reduction	: 0
43.72/22.82	c number of learning phase by resolution	: 0
43.72/22.82	c number of learning phase by cutting planes	: 0
43.72/22.82	c speed (assignments/second)	: 87335.84168091865
43.72/22.82	c non guided choices	319
43.72/22.82	c learnt constraints type 
43.72/22.82	c constraints type 
43.72/22.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 192
43.72/22.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 202
43.72/22.82	c constraints type 
43.72/22.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 192
43.72/22.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 202
43.72/22.82	s OPTIMUM FOUND
43.72/22.82	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 x16 x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 x25 x26 -x27 -x28 -x29 -x30 x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 
43.72/22.82	c objective function=3
43.72/22.82	c Total wall clock time (in seconds): 22.611

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661841-1276650870/watcher-2661841-1276650870 -o /tmp/evaluation-result-2661841-1276650870/solver-2661841-1276650870 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661841-1276650870.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.54 1.23 1.08 3/106 12760
/proc/meminfo: memFree=1805256/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=392 CPUtime=0
/proc/12760/stat : 12760 (java) R 12758 12760 11955 0 -1 4194304 293 0 0 0 0 0 0 0 19 0 1 0 6379482 401408 40 1992294400 134512640 134550932 4291783232 18446744073709551615 2090147 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12760/statm: 107 42 33 10 0 25 0

[startup+0.101158 s]
/proc/loadavg: 1.54 1.23 1.08 3/106 12760
/proc/meminfo: memFree=1805256/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1524180 CPUtime=0.09
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 3998 0 1 0 7 2 0 0 18 0 12 0 6379482 1560760320 3438 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 381045 3438 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.201167 s]
/proc/loadavg: 1.54 1.23 1.08 3/106 12760
/proc/meminfo: memFree=1805256/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1526368 CPUtime=0.24
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 5175 0 1 0 21 3 0 0 18 0 12 0 6379482 1563000832 4613 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 381592 4614 1346 10 0 378895 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526368

[startup+0.301176 s]
/proc/loadavg: 1.54 1.23 1.08 3/106 12760
/proc/meminfo: memFree=1805256/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1526368 CPUtime=0.37
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 5433 0 1 0 34 3 0 0 18 0 12 0 6379482 1563000832 4871 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 381592 4872 1356 10 0 378895 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526368

[startup+0.701226 s]
/proc/loadavg: 1.54 1.23 1.08 3/106 12760
/proc/meminfo: memFree=1805256/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1530944 CPUtime=1.17
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 7020 0 1 0 113 4 0 0 18 0 16 0 6379482 1567686656 6338 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 382736 6338 1416 10 0 380039 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530944

[startup+1.50131 s]
/proc/loadavg: 1.54 1.23 1.08 6/122 12776
/proc/meminfo: memFree=1780080/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1533380 CPUtime=2.75
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 10626 0 1 0 269 6 0 0 18 0 16 0 6379482 1570181120 9432 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 383345 9433 1421 10 0 380648 0
[pid=12760/tid=12762] ppid=12758 vsize=1533380 CPUtime=0.32
/proc/12760/task/12762/stat : 12762 (java) S 12758 12760 11955 0 -1 4202560 3888 0 1 0 30 2 0 0 18 0 16 0 6379483 1570181120 9433 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 6379484 1570181120 9434 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 6379484 1570181120 9434 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6379486 1570181120 9435 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6379487 1570181120 9435 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6379487 1570181120 9436 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6379491 1570181120 9436 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1533380 CPUtime=1.19
/proc/12760/task/12769/stat : 12769 (java) R 12758 12760 11955 0 -1 4202560 2422 0 0 0 119 0 0 0 17 0 16 0 6379491 1570181120 9437 1992294400 134512640 134550932 4291783232 18446744073709551615 103443346 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1533380 CPUtime=0.06
/proc/12760/task/12770/stat : 12770 (java) R 12758 12760 11955 0 -1 4202560 348 0 0 0 6 0 0 0 25 0 16 0 6379491 1570181120 9438 1992294400 134512640 134550932 4291783232 18446744073709551615 104163841 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6379491 1570181120 9439 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6379491 1570181120 9440 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12773] ppid=12758 vsize=1533380 CPUtime=0.6
/proc/12760/task/12773/stat : 12773 (java) R 12758 12760 11955 0 -1 4202560 1199 0 0 0 60 0 0 0 22 0 16 0 6379517 1570181120 9441 1992294400 134512640 134550932 4291783232 18446744073709551615 4109895339 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12760/tid=12774] ppid=12758 vsize=1533380 CPUtime=0.53
/proc/12760/task/12774/stat : 12774 (java) R 12758 12760 11955 0 -1 4202560 1709 0 0 0 52 1 0 0 23 0 16 0 6379517 1570181120 9441 1992294400 134512640 134550932 4291783232 18446744073709551615 4109891860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6379517 1570181120 9442 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1533380 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6379517 1570181120 9442 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1533380

[startup+3.10149 s]
/proc/loadavg: 1.54 1.23 1.08 3/120 12776
/proc/meminfo: memFree=1743392/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1541708 CPUtime=5.89
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 28053 0 1 0 576 13 0 0 18 0 16 0 6379482 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 385427 21589 1443 10 0 382730 0
[pid=12760/tid=12762] ppid=12758 vsize=1541708 CPUtime=0.32
/proc/12760/task/12762/stat : 12762 (java) S 12758 12760 11955 0 -1 4202560 3890 0 1 0 30 2 0 0 19 0 16 0 6379483 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 333 0 0 0 0 0 0 0 17 0 16 0 6379484 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 187 0 0 0 0 0 0 0 18 0 16 0 6379484 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1541708 CPUtime=0.02
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 509 0 0 0 2 0 0 0 17 0 16 0 6379486 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6379487 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6379487 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6379491 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1541708 CPUtime=2.34
/proc/12760/task/12769/stat : 12769 (java) R 12758 12760 11955 0 -1 4202560 7851 0 0 0 232 2 0 0 15 0 16 0 6379491 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 104161447 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1541708 CPUtime=0.85
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2408 0 0 0 85 0 0 0 18 0 16 0 6379491 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6379491 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6379491 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6379517 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1541708 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6379517 1578708992 21589 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1541708

[startup+6.30284 s]
/proc/loadavg: 1.58 1.24 1.09 3/122 12778
/proc/meminfo: memFree=1651864/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1541904 CPUtime=12.15
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 48850 0 1 0 1194 21 0 0 18 0 16 0 6379482 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 385476 40791 1447 10 0 382779 0
[pid=12760/tid=12762] ppid=12758 vsize=1541904 CPUtime=0.32
/proc/12760/task/12762/stat : 12762 (java) S 12758 12760 11955 0 -1 4202560 3890 0 1 0 30 2 0 0 18 0 16 0 6379483 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1541904 CPUtime=0.06
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 1085 0 0 0 6 0 0 0 16 0 16 0 6379484 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1541904 CPUtime=0.05
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 837 0 0 0 5 0 0 0 16 0 16 0 6379484 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1541904 CPUtime=0.1
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 1877 0 0 0 10 0 0 0 15 0 16 0 6379486 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1541904 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6379487 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1541904 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6379487 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1541904 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6379491 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1541904 CPUtime=2.79
/proc/12760/task/12769/stat : 12769 (java) S 12758 12760 11955 0 -1 4202560 9438 0 0 0 276 3 0 0 15 0 16 0 6379491 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1541904 CPUtime=1.1
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2423 0 0 0 110 0 0 0 16 0 16 0 6379491 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1541904 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6379491 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1541904 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) R 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6379491 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1541904 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6379517 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1541904 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6379517 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12777] ppid=12758 vsize=1541904 CPUtime=3.1
/proc/12760/task/12777/stat : 12777 (java) R 12758 12760 11955 0 -1 4202560 4644 0 0 0 308 2 0 0 19 0 16 0 6379718 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4109841002 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12778] ppid=12758 vsize=1541904 CPUtime=2.7
/proc/12760/task/12778/stat : 12778 (java) R 12758 12760 11955 0 -1 4202560 15353 0 0 0 265 5 0 0 25 0 16 0 6379718 1578909696 40791 1992294400 134512640 134550932 4291783232 18446744073709551615 4109892044 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 1541904

[startup+12.702 s]
/proc/loadavg: 1.61 1.25 1.09 3/122 12778
/proc/meminfo: memFree=1606852/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1542928 CPUtime=24.64
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 60460 0 1 0 2437 27 0 0 18 0 16 0 6379482 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 385732 50727 1449 10 0 383035 0
[pid=12760/tid=12762] ppid=12758 vsize=1542928 CPUtime=0.32
/proc/12760/task/12762/stat : 12762 (java) S 12758 12760 11955 0 -1 4202560 3891 0 1 0 30 2 0 0 15 0 16 0 6379483 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1542928 CPUtime=0.16
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 3564 0 0 0 15 1 0 0 16 0 16 0 6379484 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1542928 CPUtime=0.16
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 3060 0 0 0 15 1 0 0 15 0 16 0 6379484 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1542928 CPUtime=0.3
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 2622 0 0 0 30 0 0 0 15 0 16 0 6379486 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1542928 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6379487 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1542928 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6379487 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1542928 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6379491 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1542928 CPUtime=3.25
/proc/12760/task/12769/stat : 12769 (java) S 12758 12760 11955 0 -1 4202560 11221 0 0 0 322 3 0 0 15 0 16 0 6379491 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1542928 CPUtime=1.14
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2425 0 0 0 114 0 0 0 16 0 16 0 6379491 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1542928 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6379491 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1542928 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6379491 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1542928 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6379517 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1542928 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6379517 1579958272 50727 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0

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

[pid=12760/tid=12767] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6379487 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6379491 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1543952 CPUtime=3.38
/proc/12760/task/12769/stat : 12769 (java) S 12758 12760 11955 0 -1 4202560 11528 0 0 0 334 4 0 0 15 0 16 0 6379491 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1543952 CPUtime=1.14
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2425 0 0 0 114 0 0 0 16 0 16 0 6379491 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6379491 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6379491 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6379517 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6379517 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12777] ppid=12758 vsize=1543952 CPUtime=14.94
/proc/12760/task/12777/stat : 12777 (java) R 12758 12760 11955 0 -1 4202560 5344 0 0 0 1491 3 0 0 25 0 16 0 6379718 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4109798363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12778] ppid=12758 vsize=1543952 CPUtime=14.53
/proc/12760/task/12778/stat : 12778 (java) R 12758 12760 11955 0 -1 4202560 19042 0 0 0 1447 6 0 0 25 0 16 0 6379718 1581006848 52377 1992294400 134512640 134550932 4291783232 18446744073709551615 4109895866 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.29
Current children cumulated vsize (KiB) 1543952

[startup+20.8024 s]
/proc/loadavg: 1.67 1.28 1.10 3/122 12780
/proc/meminfo: memFree=1600280/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1543952 CPUtime=40.46
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 62337 0 1 0 4018 28 0 0 18 0 16 0 6379482 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 385988 52378 1449 10 0 383291 0
[pid=12760/tid=12762] ppid=12758 vsize=1543952 CPUtime=0.32
/proc/12760/task/12762/stat : 12762 (java) S 12758 12760 11955 0 -1 4202560 3891 0 1 0 30 2 0 0 15 0 16 0 6379483 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1543952 CPUtime=0.28
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 4238 0 0 0 26 2 0 0 15 0 16 0 6379484 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1543952 CPUtime=0.28
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 3833 0 0 0 27 1 0 0 16 0 16 0 6379484 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1543952 CPUtime=0.53
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 2731 0 0 0 53 0 0 0 15 0 16 0 6379486 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6379487 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6379487 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1543952 CPUtime=3.38
/proc/12760/task/12769/stat : 12769 (java) S 12758 12760 11955 0 -1 4202560 11528 0 0 0 334 4 0 0 15 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1543952 CPUtime=1.14
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2425 0 0 0 114 0 0 0 16 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6379517 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6379517 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12777] ppid=12758 vsize=1543952 CPUtime=16.5
/proc/12760/task/12777/stat : 12777 (java) R 12758 12760 11955 0 -1 4202560 5344 0 0 0 1647 3 0 0 25 0 16 0 6379718 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4109938753 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12778] ppid=12758 vsize=1543952 CPUtime=16.11
/proc/12760/task/12778/stat : 12778 (java) R 12758 12760 11955 0 -1 4202560 19044 0 0 0 1605 6 0 0 25 0 16 0 6379718 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4109840991 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.46
Current children cumulated vsize (KiB) 1543952

[startup+21.6019 s]
/proc/loadavg: 1.67 1.28 1.10 3/122 12780
/proc/meminfo: memFree=1600280/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1543952 CPUtime=41.98
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 62338 0 1 0 4169 29 0 0 18 0 16 0 6379482 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 385988 52378 1449 10 0 383291 0
[pid=12760/tid=12762] ppid=12758 vsize=1543952 CPUtime=0.32
/proc/12760/task/12762/stat : 12762 (java) S 12758 12760 11955 0 -1 4202560 3891 0 1 0 30 2 0 0 15 0 16 0 6379483 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1543952 CPUtime=0.29
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 4238 0 0 0 27 2 0 0 15 0 16 0 6379484 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1543952 CPUtime=0.28
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 3833 0 0 0 27 1 0 0 16 0 16 0 6379484 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1543952 CPUtime=0.61
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 2731 0 0 0 61 0 0 0 16 0 16 0 6379486 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6379487 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6379487 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1543952 CPUtime=3.39
/proc/12760/task/12769/stat : 12769 (java) R 12758 12760 11955 0 -1 4202560 11528 0 0 0 335 4 0 0 15 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 105634587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1543952 CPUtime=1.14
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2425 0 0 0 114 0 0 0 16 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6379491 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6379517 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6379517 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12777] ppid=12758 vsize=1543952 CPUtime=17.19
/proc/12760/task/12777/stat : 12777 (java) R 12758 12760 11955 0 -1 4202560 5345 0 0 0 1716 3 0 0 25 0 16 0 6379718 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12760/tid=12778] ppid=12758 vsize=1543952 CPUtime=16.82
/proc/12760/task/12778/stat : 12778 (java) R 12758 12760 11955 0 -1 4202560 19044 0 0 0 1676 6 0 0 25 0 16 0 6379718 1581006848 52378 1992294400 134512640 134550932 4291783232 18446744073709551615 4109841027 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.98
Current children cumulated vsize (KiB) 1543952

[startup+22.4019 s]
/proc/loadavg: 1.67 1.28 1.10 3/122 12780
/proc/meminfo: memFree=1600280/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1543952 CPUtime=43.45
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 62370 0 1 0 4316 29 0 0 18 0 14 0 6379482 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 385988 52409 1449 10 0 383291 0
[pid=12760/tid=12762] ppid=12758 vsize=1543952 CPUtime=0.32
/proc/12760/task/12762/stat : 12762 (java) S 12758 12760 11955 0 -1 4202560 3891 0 1 0 30 2 0 0 15 0 14 0 6379483 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1543952 CPUtime=0.3
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 4253 0 0 0 28 2 0 0 15 0 14 0 6379484 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1543952 CPUtime=0.29
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 3849 0 0 0 28 1 0 0 16 0 14 0 6379484 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1543952 CPUtime=0.61
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 2731 0 0 0 61 0 0 0 15 0 14 0 6379486 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6379487 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6379487 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1543952 CPUtime=3.39
/proc/12760/task/12769/stat : 12769 (java) S 12758 12760 11955 0 -1 4202560 11528 0 0 0 335 4 0 0 15 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1543952 CPUtime=1.14
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2425 0 0 0 114 0 0 0 16 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6379517 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6379517 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.45
Current children cumulated vsize (KiB) 1543952

[startup+22.8016 s]
/proc/loadavg: 1.67 1.28 1.10 3/122 12780
/proc/meminfo: memFree=1600280/2059040 swapFree=4192956/4192956
[pid=12760] ppid=12758 vsize=1543952 CPUtime=43.72
/proc/12760/stat : 12760 (java) S 12758 12760 11955 0 -1 4202496 62370 0 1 0 4343 29 0 0 18 0 14 0 6379482 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12760/statm: 385988 52409 1449 10 0 383291 0
[pid=12760/tid=12762] ppid=12758 vsize=1543952 CPUtime=0.56
/proc/12760/task/12762/stat : 12762 (java) R 12758 12760 11955 0 -1 4202560 3891 0 1 0 54 2 0 0 16 0 14 0 6379483 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4109641391 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12760/tid=12763] ppid=12758 vsize=1543952 CPUtime=0.3
/proc/12760/task/12763/stat : 12763 (java) S 12758 12760 11955 0 -1 4202560 4253 0 0 0 28 2 0 0 15 0 14 0 6379484 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12764] ppid=12758 vsize=1543952 CPUtime=0.29
/proc/12760/task/12764/stat : 12764 (java) S 12758 12760 11955 0 -1 4202560 3849 0 0 0 28 1 0 0 16 0 14 0 6379484 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12765] ppid=12758 vsize=1543952 CPUtime=0.61
/proc/12760/task/12765/stat : 12765 (java) S 12758 12760 11955 0 -1 4202560 2731 0 0 0 61 0 0 0 15 0 14 0 6379486 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12766] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12766/stat : 12766 (java) S 12758 12760 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6379487 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12767] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12767/stat : 12767 (java) S 12758 12760 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6379487 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12768] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12768/stat : 12768 (java) S 12758 12760 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12769] ppid=12758 vsize=1543952 CPUtime=3.39
/proc/12760/task/12769/stat : 12769 (java) S 12758 12760 11955 0 -1 4202560 11528 0 0 0 335 4 0 0 15 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12770] ppid=12758 vsize=1543952 CPUtime=1.17
/proc/12760/task/12770/stat : 12770 (java) S 12758 12760 11955 0 -1 4202560 2425 0 0 0 117 0 0 0 15 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12771] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12771/stat : 12771 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12772] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12772/stat : 12772 (java) S 12758 12760 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6379491 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=12760/tid=12775] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12775/stat : 12775 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6379517 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=12760/tid=12776] ppid=12758 vsize=1543952 CPUtime=0
/proc/12760/task/12776/stat : 12776 (java) S 12758 12760 11955 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6379517 1581006848 52409 1992294400 134512640 134550932 4291783232 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.72
Current children cumulated vsize (KiB) 1543952

Child status: 30
Real time (s): 22.8865
CPU time (s): 43.7723
CPU user time (s): 43.4574
CPU system time (s): 0.314952
CPU usage (%): 191.258
Max. virtual memory (cumulated for all children) (KiB): 1544976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4574
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62375
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= 1232
involuntary context switches= 1632

runsolver used 0.114982 second user time and 0.245962 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-16 03:14:30
IDJOB=2661841
IDBENCH=48096
IDSOLVER=1166
FILE ID=node042/2661841-1276650870
PBS_JOBID= 11172448
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=71-P1=107-P2=197-P3=67-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661841-1276650870/watcher-2661841-1276650870 -o /tmp/evaluation-result-2661841-1276650870/solver-2661841-1276650870 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661841-1276650870.opb

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

MD5SUM BENCH= ece282cf8dbd0acc24f1883b841333ea
RANDOM SEED=1992174633

node042.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.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1805528 kB
Buffers:         25252 kB
Cached:         103924 kB
SwapCached:          0 kB
Active:          86808 kB
Inactive:       101840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1805528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             620 kB
Writeback:          52 kB
AnonPages:       59428 kB
Mapped:          15484 kB
Slab:            42896 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182384 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= 62580 MiB
End job on node042 at 2010-06-16 03:14:53