Trace number 2701296

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31Wrong UNSAT 112.745 81.2289

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub2_wcsp.wbo
MD5SUM4fd86302e553a3e850920dece7efe22c
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark7793
Best CPU time to get the best result obtained on this benchmark1800.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints280826
Number of soft constraints280810
Number of constraints which are clauses280810
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 52140
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 37167130
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-2701296-1278539143.wbo
0.10/0.11	c reading problem ... 
109.52/80.19	c ... done. Wall clock time 80.085s.
109.52/80.19	c #vars     281498
109.52/80.19	c #constraints  280843
109.52/80.19	c constraints type 
109.52/80.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
109.52/80.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 280826
109.52/80.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
109.52/80.19	c constraints type 
109.52/80.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
109.52/80.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 280826
109.52/80.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
112.51/81.14	c And the winner is Resolution
112.71/81.20	c starts		: 3
112.71/81.20	c conflicts		: 335
112.71/81.20	c decisions		: 283387
112.71/81.20	c propagations		: 341939
112.71/81.20	c inspects		: 384283
112.71/81.20	c learnt literals	: 16
112.71/81.20	c learnt binary clauses	: 1
112.71/81.20	c learnt ternary clauses	: 3
112.71/81.20	c learnt clauses	: 318
112.71/81.20	c ignored clauses	: 0
112.71/81.20	c root simplifications	: 0
112.71/81.20	c removed literals (reason simplification)	: 733
112.71/81.20	c reason swapping (by a shorter reason)	: 0
112.71/81.20	c Calls to reduceDB	: 0
112.71/81.20	c number of reductions to clauses (during analyze)	: 0
112.71/81.20	c number of learned constraints concerned by reduction	: 0
112.71/81.20	c number of learning phase by resolution	: 0
112.71/81.20	c number of learning phase by cutting planes	: 0
112.71/81.20	c speed (assignments/second)	: 340576.69322709163
112.71/81.20	c non guided choices	621
112.71/81.20	c learnt constraints type 
112.71/81.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 317
112.71/81.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
112.71/81.20	c constraints type 
112.71/81.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
112.71/81.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 280826
112.71/81.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
112.71/81.20	c constraints type 
112.71/81.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
112.71/81.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 280826
112.71/81.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
112.71/81.20	s UNSATISFIABLE
112.71/81.20	c Total wall clock time (in seconds): 81.093

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 19071
/proc/meminfo: memFree=27902928/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=13164 CPUtime=0
/proc/19071/stat : 19071 (java) R 19069 19071 17444 0 -1 4194304 700 0 0 0 0 0 0 0 17 0 1 0 22128036 13479936 308 4089446400 134512640 134550932 4293991984 18446744073709551615 8300165 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19071/statm: 3291 314 141 10 0 1121 0

[startup+0.0137019 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 19071
/proc/meminfo: memFree=27902928/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1520292 CPUtime=0
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 2637 0 1 0 0 0 0 0 17 0 8 0 22128036 1556779008 2082 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 380202 2085 419 10 0 377913 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1520292

[startup+0.100716 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 19071
/proc/meminfo: memFree=27902928/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1529876 CPUtime=0.1
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 5209 0 1 0 10 0 0 0 17 0 18 0 22128036 1566593024 4647 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 382469 4647 1346 10 0 379772 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529876

[startup+0.300673 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 19071
/proc/meminfo: memFree=27902928/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1533028 CPUtime=0.49
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 13124 0 1 0 47 2 0 0 17 0 18 0 22128036 1569820672 12475 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 383257 12479 1395 10 0 380560 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1533028

[startup+0.701543 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 19071
/proc/meminfo: memFree=27902928/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1549392 CPUtime=1.7
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 50177 0 1 0 162 8 0 0 17 0 18 0 22128036 1586577408 46966 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 387348 46973 1425 10 0 384651 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1549392

[startup+1.50144 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 19089
/proc/meminfo: memFree=27712328/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1546960 CPUtime=2.79
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 56589 0 1 0 268 11 0 0 17 0 18 0 22128036 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 386740 51941 1425 10 0 384043 0
[pid=19071/tid=19073] ppid=19069 vsize=1546960 CPUtime=1.35
/proc/19071/task/19073/stat : 19073 (java) R 19069 19071 17444 0 -1 4202560 35749 0 1 0 130 5 0 0 18 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19071/tid=19074] ppid=19069 vsize=1546960 CPUtime=0.05
/proc/19071/task/19074/stat : 19074 (java) S 19069 19071 17444 0 -1 4202560 2224 0 0 0 5 0 0 0 15 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1546960 CPUtime=0.04
/proc/19071/task/19075/stat : 19075 (java) S 19069 19071 17444 0 -1 4202560 2207 0 0 0 4 0 0 0 15 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1546960 CPUtime=0.04
/proc/19071/task/19076/stat : 19076 (java) S 19069 19071 17444 0 -1 4202560 1707 0 0 0 4 0 0 0 15 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1546960 CPUtime=0.04
/proc/19071/task/19077/stat : 19077 (java) S 19069 19071 17444 0 -1 4202560 1232 0 0 0 4 0 0 0 16 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 4 0 0 0
[pid=19071/tid=19078] ppid=19069 vsize=1546960 CPUtime=0.05
/proc/19071/task/19078/stat : 19078 (java) S 19069 19071 17444 0 -1 4202560 1223 0 0 0 5 0 0 0 15 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 0 0 0 0
[pid=19071/tid=19079] ppid=19069 vsize=1546960 CPUtime=0.02
/proc/19071/task/19079/stat : 19079 (java) S 19069 19071 17444 0 -1 4202560 661 0 0 0 2 0 0 0 15 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19080] ppid=19069 vsize=1546960 CPUtime=0.02
/proc/19071/task/19080/stat : 19080 (java) S 19069 19071 17444 0 -1 4202560 953 0 0 0 2 0 0 0 15 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19081] ppid=19069 vsize=1546960 CPUtime=0.03
/proc/19071/task/19081/stat : 19081 (java) S 19069 19071 17444 0 -1 4202560 851 0 0 0 3 0 0 0 15 0 18 0 22128037 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19082] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19082/stat : 19082 (java) S 19069 19071 17444 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 18 0 22128038 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19083] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19083/stat : 19083 (java) S 19069 19071 17444 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 22128039 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19084] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19084/stat : 19084 (java) S 19069 19071 17444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 22128039 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19085] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19085/stat : 19085 (java) S 19069 19071 17444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22128041 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19086] ppid=19069 vsize=1546960 CPUtime=0.52
/proc/19071/task/19086/stat : 19086 (java) S 19069 19071 17444 0 -1 4202560 4976 0 0 0 52 0 0 0 16 0 18 0 22128041 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19087] ppid=19069 vsize=1546960 CPUtime=0.51
/proc/19071/task/19087/stat : 19087 (java) S 19069 19071 17444 0 -1 4202560 3720 0 0 0 51 0 0 0 16 0 18 0 22128041 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19088] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19088/stat : 19088 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 22128041 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19089] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19089/stat : 19089 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22128041 1584087040 51941 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1546960

[startup+3.10128 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 19089
/proc/meminfo: memFree=27695712/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1546960 CPUtime=4.69
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 61266 0 1 0 454 15 0 0 17 0 18 0 22128036 1584087040 56299 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 386740 56299 1425 10 0 384043 0
[pid=19071/tid=19073] ppid=19069 vsize=1546960 CPUtime=2.84
/proc/19071/task/19073/stat : 19073 (java) S 19069 19071 17444 0 -1 4202560 35847 0 1 0 279 5 0 0 19 0 18 0 22128037 1584087040 56299 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19074] ppid=19069 vsize=1546960 CPUtime=0.09
/proc/19071/task/19074/stat : 19074 (java) R 19069 19071 17444 0 -1 4202560 2904 0 0 0 9 0 0 0 15 0 18 0 22128037 1584087040 56299 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1546960 CPUtime=0.08
/proc/19071/task/19075/stat : 19075 (java) R 19069 19071 17444 0 -1 4202560 2588 0 0 0 8 0 0 0 15 0 18 0 22128037 1584087040 56299 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1546960 CPUtime=0.08
/proc/19071/task/19076/stat : 19076 (java) R 19069 19071 17444 0 -1 4202560 2398 0 0 0 8 0 0 0 15 0 18 0 22128037 1584087040 56299 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1546960 CPUtime=0.11
/proc/19071/task/19077/stat : 19077 (java) R 19069 19071 17444 0 -1 4202560 1741 0 0 0 10 1 0 0 15 0 18 0 22128037 1584087040 56299 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19071/tid=19078] ppid=19069 vsize=1546960 CPUtime=0.1
/proc/19071/task/19078/stat : 19078 (java) R 19069 19071 17444 0 -1 4202560 1874 0 0 0 10 0 0 0 15 0 18 0 22128037 1584087040 56299 4089446400 134512640 134550932 4293991984 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19071/tid=19079] ppid=19069 vsize=1546960 CPUtime=0.07
/proc/19071/task/19079/stat : 19079 (java) R 19069 19071 17444 0 -1 4202560 1181 0 0 0 7 0 0 0 15 0 18 0 22128037 1584087040 56301 4089446400 134512640 134550932 4293991984 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19071/tid=19080] ppid=19069 vsize=1546960 CPUtime=0.06
/proc/19071/task/19080/stat : 19080 (java) R 19069 19071 17444 0 -1 4202560 1488 0 0 0 6 0 0 0 15 0 18 0 22128037 1584087040 56302 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19071/tid=19081] ppid=19069 vsize=1546960 CPUtime=0.06
/proc/19071/task/19081/stat : 19081 (java) R 19069 19071 17444 0 -1 4202560 1464 0 0 0 6 0 0 0 15 0 18 0 22128037 1584087040 56302 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19071/tid=19082] ppid=19069 vsize=1546960 CPUtime=0.01
/proc/19071/task/19082/stat : 19082 (java) S 19069 19071 17444 0 -1 4202560 25 0 0 0 0 1 0 0 15 0 18 0 22128038 1584087040 56303 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19083] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19083/stat : 19083 (java) S 19069 19071 17444 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 22128039 1584087040 56303 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19084] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19084/stat : 19084 (java) S 19069 19071 17444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 22128039 1584087040 56303 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19085] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19085/stat : 19085 (java) S 19069 19071 17444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22128041 1584087040 56304 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19086] ppid=19069 vsize=1546960 CPUtime=0.52
/proc/19071/task/19086/stat : 19086 (java) S 19069 19071 17444 0 -1 4202560 4976 0 0 0 52 0 0 0 16 0 18 0 22128041 1584087040 56304 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19087] ppid=19069 vsize=1546960 CPUtime=0.51
/proc/19071/task/19087/stat : 19087 (java) S 19069 19071 17444 0 -1 4202560 3720 0 0 0 51 0 0 0 16 0 18 0 22128041 1584087040 56304 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19088] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19088/stat : 19088 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 22128041 1584087040 56304 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19089] ppid=19069 vsize=1546960 CPUtime=0
/proc/19071/task/19089/stat : 19089 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22128041 1584087040 56304 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 1546960

[startup+6.30068 s]
/proc/loadavg: 2.01 2.01 2.00 10/194 19089
/proc/meminfo: memFree=27674504/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1546292 CPUtime=8.38
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 65162 0 1 0 803 35 0 0 17 0 18 0 22128036 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 386573 59341 1425 10 0 383876 0
[pid=19071/tid=19073] ppid=19069 vsize=1546292 CPUtime=5.73
/proc/19071/task/19073/stat : 19073 (java) R 19069 19071 17444 0 -1 4202560 35935 0 1 0 567 6 0 0 25 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19071/tid=19074] ppid=19069 vsize=1546292 CPUtime=0.18
/proc/19071/task/19074/stat : 19074 (java) S 19069 19071 17444 0 -1 4202560 3326 0 0 0 15 3 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1546292 CPUtime=0.17
/proc/19071/task/19075/stat : 19075 (java) S 19069 19071 17444 0 -1 4202560 3069 0 0 0 15 2 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1546292 CPUtime=0.16
/proc/19071/task/19076/stat : 19076 (java) S 19069 19071 17444 0 -1 4202560 2728 0 0 0 14 2 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 0 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1546292 CPUtime=0.21
/proc/19071/task/19077/stat : 19077 (java) S 19069 19071 17444 0 -1 4202560 2174 0 0 0 19 2 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 4 0 0 0
[pid=19071/tid=19078] ppid=19069 vsize=1546292 CPUtime=0.2
/proc/19071/task/19078/stat : 19078 (java) S 19069 19071 17444 0 -1 4202560 2329 0 0 0 18 2 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19079] ppid=19069 vsize=1546292 CPUtime=0.2
/proc/19071/task/19079/stat : 19079 (java) S 19069 19071 17444 0 -1 4202560 1728 0 0 0 16 4 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19080] ppid=19069 vsize=1546292 CPUtime=0.16
/proc/19071/task/19080/stat : 19080 (java) S 19069 19071 17444 0 -1 4202560 2169 0 0 0 14 2 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19081] ppid=19069 vsize=1546292 CPUtime=0.15
/proc/19071/task/19081/stat : 19081 (java) S 19069 19071 17444 0 -1 4202560 1921 0 0 0 14 1 0 0 15 0 18 0 22128037 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19082] ppid=19069 vsize=1546292 CPUtime=0.06
/proc/19071/task/19082/stat : 19082 (java) S 19069 19071 17444 0 -1 4202560 26 0 0 0 2 4 0 0 15 0 18 0 22128038 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19083] ppid=19069 vsize=1546292 CPUtime=0
/proc/19071/task/19083/stat : 19083 (java) S 19069 19071 17444 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 22128039 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19084] ppid=19069 vsize=1546292 CPUtime=0
/proc/19071/task/19084/stat : 19084 (java) S 19069 19071 17444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 22128039 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19085] ppid=19069 vsize=1546292 CPUtime=0
/proc/19071/task/19085/stat : 19085 (java) S 19069 19071 17444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22128041 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19086] ppid=19069 vsize=1546292 CPUtime=0.52
/proc/19071/task/19086/stat : 19086 (java) S 19069 19071 17444 0 -1 4202560 4976 0 0 0 52 0 0 0 16 0 18 0 22128041 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19087] ppid=19069 vsize=1546292 CPUtime=0.51
/proc/19071/task/19087/stat : 19087 (java) S 19069 19071 17444 0 -1 4202560 3720 0 0 0 51 0 0 0 16 0 18 0 22128041 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19088] ppid=19069 vsize=1546292 CPUtime=0
/proc/19071/task/19088/stat : 19088 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 22128041 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19089] ppid=19069 vsize=1546292 CPUtime=0
/proc/19071/task/19089/stat : 19089 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22128041 1583403008 59341 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1546292

[startup+12.7015 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 19089
/proc/meminfo: memFree=27642756/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1547316 CPUtime=16.52
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 73377 0 1 0 1564 88 0 0 17 0 18 0 22128036 1584451584 67184 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 386829 67184 1425 10 0 384132 0
[pid=19071/tid=19073] ppid=19069 vsize=1547316 CPUtime=11.45
/proc/19071/task/19073/stat : 19073 (java) R 19069 19071 17444 0 -1 4202560 36109 0 1 0 1138 7 0 0 25 0 18 0 22128037 1584451584 67184 4089446400 134512640 134550932 4293991984 18446744073709551615 103398799 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19071/tid=19074] ppid=19069 vsize=1547316 CPUtime=0.5
/proc/19071/task/19074/stat : 19074 (java) S 19069 19071 17444 0 -1 4202560 4477 0 0 0 39 11 0 0 15 0 18 0 22128037 1584451584 67184 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1547316 CPUtime=0.44
/proc/19071/task/19075/stat : 19075 (java) S 19069 19071 17444 0 -1 4202560 3964 0 0 0 37 7 0 0 15 0 18 0 22128037 1584451584 67184 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1547316 CPUtime=0.47
/proc/19071/task/19076/stat : 19076 (java) S 19069 19071 17444 0 -1 4202560 3738 0 0 0 41 6 0 0 15 0 18 0 22128037 1584451584 67184 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 0 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1547316 CPUtime=0.52
/proc/19071/task/19077/stat : 19077 (java) S 19069 19071 17444 0 -1 4202560 3139 0 0 0 43 9 0 0 15 0 18 0 22128037 1584451584 67184 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0

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

/proc/19071/task/19074/stat : 19074 (java) S 19069 19071 17444 0 -1 4202560 8321 0 0 0 410 98 0 0 16 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1547316 CPUtime=5.07
/proc/19071/task/19075/stat : 19075 (java) S 19069 19071 17444 0 -1 4202560 8975 0 0 0 420 87 0 0 16 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1547316 CPUtime=4.99
/proc/19071/task/19076/stat : 19076 (java) S 19069 19071 17444 0 -1 4202560 8244 0 0 0 405 94 0 0 16 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 0 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1547316 CPUtime=5.27
/proc/19071/task/19077/stat : 19077 (java) S 19069 19071 17444 0 -1 4202560 8021 0 0 0 429 98 0 0 15 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19078] ppid=19069 vsize=1547316 CPUtime=5.07
/proc/19071/task/19078/stat : 19078 (java) S 19069 19071 17444 0 -1 4202560 8589 0 0 0 409 98 0 0 16 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 4 0 0 0
[pid=19071/tid=19079] ppid=19069 vsize=1547316 CPUtime=5.19
/proc/19071/task/19079/stat : 19079 (java) S 19069 19071 17444 0 -1 4202560 6333 0 0 0 417 102 0 0 16 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19080] ppid=19069 vsize=1547316 CPUtime=5.13
/proc/19071/task/19080/stat : 19080 (java) S 19069 19071 17444 0 -1 4202560 8485 0 0 0 411 102 0 0 16 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19081] ppid=19069 vsize=1547316 CPUtime=4.89
/proc/19071/task/19081/stat : 19081 (java) S 19069 19071 17444 0 -1 4202560 8132 0 0 0 386 103 0 0 16 0 18 0 22128037 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19082] ppid=19069 vsize=1547316 CPUtime=0.39
/proc/19071/task/19082/stat : 19082 (java) S 19069 19071 17444 0 -1 4202560 40 0 0 0 13 26 0 0 15 0 18 0 22128038 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19083] ppid=19069 vsize=1547316 CPUtime=0
/proc/19071/task/19083/stat : 19083 (java) S 19069 19071 17444 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 22128039 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19084] ppid=19069 vsize=1547316 CPUtime=0
/proc/19071/task/19084/stat : 19084 (java) S 19069 19071 17444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 22128039 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19085] ppid=19069 vsize=1547316 CPUtime=0
/proc/19071/task/19085/stat : 19085 (java) S 19069 19071 17444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22128041 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19086] ppid=19069 vsize=1547316 CPUtime=0.58
/proc/19071/task/19086/stat : 19086 (java) R 19069 19071 17444 0 -1 4202560 4978 0 0 0 58 0 0 0 15 0 18 0 22128041 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 105577948 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19071/tid=19087] ppid=19069 vsize=1547316 CPUtime=0.53
/proc/19071/task/19087/stat : 19087 (java) S 19069 19071 17444 0 -1 4202560 3720 0 0 0 53 0 0 0 15 0 18 0 22128041 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19088] ppid=19069 vsize=1547316 CPUtime=0
/proc/19071/task/19088/stat : 19088 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 22128041 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19089] ppid=19069 vsize=1547316 CPUtime=0
/proc/19071/task/19089/stat : 19089 (java) S 19069 19071 17444 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 22128041 1584451584 103315 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 109.31
Current children cumulated vsize (KiB) 1547316

[startup+80.701 s]
/proc/loadavg: 2.57 2.16 2.05 5/196 19093
/proc/meminfo: memFree=27495764/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1548612 CPUtime=111.18
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 127204 0 1 0 10288 830 0 0 17 0 22 0 22128036 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 387153 117507 1439 10 0 384456 0
[pid=19071/tid=19073] ppid=19069 vsize=1548612 CPUtime=67.28
/proc/19071/task/19073/stat : 19073 (java) S 19069 19071 17444 0 -1 4202560 37837 0 1 0 6719 9 0 0 17 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19074] ppid=19069 vsize=1548612 CPUtime=5.12
/proc/19071/task/19074/stat : 19074 (java) S 19069 19071 17444 0 -1 4202560 9514 0 0 0 413 99 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1548612 CPUtime=5.12
/proc/19071/task/19075/stat : 19075 (java) S 19069 19071 17444 0 -1 4202560 10438 0 0 0 425 87 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1548612 CPUtime=5.04
/proc/19071/task/19076/stat : 19076 (java) S 19069 19071 17444 0 -1 4202560 10337 0 0 0 409 95 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 0 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1548612 CPUtime=5.29
/proc/19071/task/19077/stat : 19077 (java) S 19069 19071 17444 0 -1 4202560 8850 0 0 0 430 99 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19078] ppid=19069 vsize=1548612 CPUtime=5.12
/proc/19071/task/19078/stat : 19078 (java) S 19069 19071 17444 0 -1 4202560 10349 0 0 0 413 99 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 4 0 0 0
[pid=19071/tid=19079] ppid=19069 vsize=1548612 CPUtime=5.23
/proc/19071/task/19079/stat : 19079 (java) S 19069 19071 17444 0 -1 4202560 8776 0 0 0 420 103 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19080] ppid=19069 vsize=1548612 CPUtime=5.17
/proc/19071/task/19080/stat : 19080 (java) S 19069 19071 17444 0 -1 4202560 10623 0 0 0 414 103 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19081] ppid=19069 vsize=1548612 CPUtime=4.94
/proc/19071/task/19081/stat : 19081 (java) S 19069 19071 17444 0 -1 4202560 10573 0 0 0 390 104 0 0 15 0 22 0 22128037 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19082] ppid=19069 vsize=1548612 CPUtime=0.39
/proc/19071/task/19082/stat : 19082 (java) S 19069 19071 17444 0 -1 4202560 40 0 0 0 13 26 0 0 16 0 22 0 22128038 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19083] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19083/stat : 19083 (java) S 19069 19071 17444 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22128039 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19084] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19084/stat : 19084 (java) S 19069 19071 17444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 22128039 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19085] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19085/stat : 19085 (java) S 19069 19071 17444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 22128041 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19086] ppid=19069 vsize=1548612 CPUtime=0.8
/proc/19071/task/19086/stat : 19086 (java) R 19069 19071 17444 0 -1 4202560 5002 0 0 0 80 0 0 0 15 0 22 0 22128041 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 104140919 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19071/tid=19087] ppid=19069 vsize=1548612 CPUtime=0.69
/proc/19071/task/19087/stat : 19087 (java) R 19069 19071 17444 0 -1 4202560 3752 0 0 0 69 0 0 0 15 0 22 0 22128041 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19071/tid=19088] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19088/stat : 19088 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 22 0 22128041 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19089] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19089/stat : 19089 (java) S 19069 19071 17444 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 22128041 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19092] ppid=19069 vsize=1548612 CPUtime=0.43
/proc/19071/task/19092/stat : 19092 (java) R 19069 19071 17444 0 -1 4202560 25 0 0 0 43 0 0 0 18 0 22 0 22136056 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4108528128 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19071/tid=19093] ppid=19069 vsize=1548612 CPUtime=0.43
/proc/19071/task/19093/stat : 19093 (java) R 19069 19071 17444 0 -1 4202560 14 0 0 0 43 0 0 0 18 0 22 0 22136056 1585778688 117507 4089446400 134512640 134550932 4293991984 18446744073709551615 4108547887 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 111.18
Current children cumulated vsize (KiB) 1548612

[startup+81.101 s]
/proc/loadavg: 2.57 2.16 2.05 5/196 19093
/proc/meminfo: memFree=27495764/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1548612 CPUtime=112.51
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 127424 0 1 0 10421 830 0 0 17 0 22 0 22128036 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 387153 117711 1441 10 0 384456 0
[pid=19071/tid=19073] ppid=19069 vsize=1548612 CPUtime=67.28
/proc/19071/task/19073/stat : 19073 (java) S 19069 19071 17444 0 -1 4202560 37837 0 1 0 6719 9 0 0 17 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19074] ppid=19069 vsize=1548612 CPUtime=5.13
/proc/19071/task/19074/stat : 19074 (java) S 19069 19071 17444 0 -1 4202560 9569 0 0 0 414 99 0 0 15 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1548612 CPUtime=5.12
/proc/19071/task/19075/stat : 19075 (java) S 19069 19071 17444 0 -1 4202560 10455 0 0 0 425 87 0 0 15 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1548612 CPUtime=5.04
/proc/19071/task/19076/stat : 19076 (java) S 19069 19071 17444 0 -1 4202560 10337 0 0 0 409 95 0 0 15 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1548612 CPUtime=5.29
/proc/19071/task/19077/stat : 19077 (java) S 19069 19071 17444 0 -1 4202560 8875 0 0 0 430 99 0 0 15 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19078] ppid=19069 vsize=1548612 CPUtime=5.12
/proc/19071/task/19078/stat : 19078 (java) S 19069 19071 17444 0 -1 4202560 10355 0 0 0 413 99 0 0 15 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19079] ppid=19069 vsize=1548612 CPUtime=5.24
/proc/19071/task/19079/stat : 19079 (java) S 19069 19071 17444 0 -1 4202560 8780 0 0 0 421 103 0 0 16 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19080] ppid=19069 vsize=1548612 CPUtime=5.18
/proc/19071/task/19080/stat : 19080 (java) S 19069 19071 17444 0 -1 4202560 10659 0 0 0 415 103 0 0 15 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19081] ppid=19069 vsize=1548612 CPUtime=4.94
/proc/19071/task/19081/stat : 19081 (java) S 19069 19071 17444 0 -1 4202560 10574 0 0 0 390 104 0 0 15 0 22 0 22128037 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19082] ppid=19069 vsize=1548612 CPUtime=0.39
/proc/19071/task/19082/stat : 19082 (java) S 19069 19071 17444 0 -1 4202560 40 0 0 0 13 26 0 0 15 0 22 0 22128038 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19083] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19083/stat : 19083 (java) S 19069 19071 17444 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22128039 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19084] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19084/stat : 19084 (java) S 19069 19071 17444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 22128039 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19085] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19085/stat : 19085 (java) S 19069 19071 17444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 22128041 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19086] ppid=19069 vsize=1548612 CPUtime=1.06
/proc/19071/task/19086/stat : 19086 (java) R 19069 19071 17444 0 -1 4202560 5033 0 0 0 106 0 0 0 15 0 22 0 22128041 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19071/tid=19087] ppid=19069 vsize=1548612 CPUtime=0.96
/proc/19071/task/19087/stat : 19087 (java) R 19069 19071 17444 0 -1 4202560 3778 0 0 0 96 0 0 0 16 0 22 0 22128041 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19071/tid=19088] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19088/stat : 19088 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 22 0 22128041 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19089] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19089/stat : 19089 (java) S 19069 19071 17444 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 22128041 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19092] ppid=19069 vsize=1548612 CPUtime=0.81
/proc/19071/task/19092/stat : 19092 (java) R 19069 19071 17444 0 -1 4202560 31 0 0 0 81 0 0 0 17 0 22 0 22136056 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4108953381 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19071/tid=19093] ppid=19069 vsize=1548612 CPUtime=0.81
/proc/19071/task/19093/stat : 19093 (java) R 19069 19071 17444 0 -1 4202560 27 0 0 0 81 0 0 0 18 0 22 0 22136056 1585778688 117711 4089446400 134512640 134550932 4293991984 18446744073709551615 4109625075 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 112.51
Current children cumulated vsize (KiB) 1548612

[startup+81.201 s]
/proc/loadavg: 2.57 2.16 2.05 5/196 19093
/proc/meminfo: memFree=27495764/32951132 swapFree=67111528/67111528
[pid=19071] ppid=19069 vsize=1548612 CPUtime=112.71
/proc/19071/stat : 19071 (java) S 19069 19071 17444 0 -1 4202496 127445 0 1 0 10441 830 0 0 17 0 20 0 22128036 1585778688 117730 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19071/statm: 387153 117730 1444 10 0 384456 0
[pid=19071/tid=19073] ppid=19069 vsize=1548612 CPUtime=67.28
/proc/19071/task/19073/stat : 19073 (java) R 19069 19071 17444 0 -1 4202560 37837 0 1 0 6719 9 0 0 15 0 20 0 22128037 1585778688 117730 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19071/tid=19074] ppid=19069 vsize=1548612 CPUtime=5.13
/proc/19071/task/19074/stat : 19074 (java) S 19069 19071 17444 0 -1 4202560 9569 0 0 0 414 99 0 0 15 0 20 0 22128037 1585778688 117730 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
[pid=19071/tid=19075] ppid=19069 vsize=1548612 CPUtime=5.12
/proc/19071/task/19075/stat : 19075 (java) S 19069 19071 17444 0 -1 4202560 10455 0 0 0 425 87 0 0 15 0 20 0 22128037 1585778688 117730 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19076] ppid=19069 vsize=1548612 CPUtime=5.04
/proc/19071/task/19076/stat : 19076 (java) S 19069 19071 17444 0 -1 4202560 10337 0 0 0 409 95 0 0 15 0 20 0 22128037 1585778688 117731 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19077] ppid=19069 vsize=1548612 CPUtime=5.29
/proc/19071/task/19077/stat : 19077 (java) S 19069 19071 17444 0 -1 4202560 8875 0 0 0 430 99 0 0 15 0 20 0 22128037 1585778688 117731 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19078] ppid=19069 vsize=1548612 CPUtime=5.12
/proc/19071/task/19078/stat : 19078 (java) S 19069 19071 17444 0 -1 4202560 10355 0 0 0 413 99 0 0 15 0 20 0 22128037 1585778688 117731 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19079] ppid=19069 vsize=1548612 CPUtime=5.24
/proc/19071/task/19079/stat : 19079 (java) S 19069 19071 17444 0 -1 4202560 8780 0 0 0 421 103 0 0 16 0 20 0 22128037 1585778688 117731 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 2 0 0 0
[pid=19071/tid=19080] ppid=19069 vsize=1548612 CPUtime=5.18
/proc/19071/task/19080/stat : 19080 (java) S 19069 19071 17444 0 -1 4202560 10659 0 0 0 415 103 0 0 15 0 20 0 22128037 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 5 0 0 0
[pid=19071/tid=19081] ppid=19069 vsize=1548612 CPUtime=4.94
/proc/19071/task/19081/stat : 19081 (java) S 19069 19071 17444 0 -1 4202560 10574 0 0 0 390 104 0 0 15 0 20 0 22128037 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19082] ppid=19069 vsize=1548612 CPUtime=0.39
/proc/19071/task/19082/stat : 19082 (java) S 19069 19071 17444 0 -1 4202560 40 0 0 0 13 26 0 0 15 0 20 0 22128038 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 0 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19083] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19083/stat : 19083 (java) S 19069 19071 17444 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 22128039 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19084] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19084/stat : 19084 (java) S 19069 19071 17444 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 21 0 22128039 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19085] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19085/stat : 19085 (java) S 19069 19071 17444 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 21 0 22128041 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 1 0 0 0
[pid=19071/tid=19086] ppid=19069 vsize=1548612 CPUtime=1.09
/proc/19071/task/19086/stat : 19086 (java) S 19069 19071 17444 0 -1 4202560 5037 0 0 0 109 0 0 0 15 0 21 0 22128041 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 0 0 0 0
[pid=19071/tid=19087] ppid=19069 vsize=1548612 CPUtime=1
/proc/19071/task/19087/stat : 19087 (java) S 19069 19071 17444 0 -1 4202560 3788 0 0 0 100 0 0 0 16 0 21 0 22128041 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19088] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19088/stat : 19088 (java) S 19069 19071 17444 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 21 0 22128041 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 3 0 0 0
[pid=19071/tid=19089] ppid=19069 vsize=1548612 CPUtime=0
/proc/19071/task/19089/stat : 19089 (java) S 19069 19071 17444 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 21 0 22128041 1585778688 117732 4089446400 134512640 134550932 4293991984 18446744073709551615 4294960144 0 4 0 16800975 18446604471149122880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 112.71
Current children cumulated vsize (KiB) 1548612

Child status: 20
Real time (s): 81.2289
CPU time (s): 112.745
CPU user time (s): 104.416
CPU system time (s): 8.32873
CPU usage (%): 138.799
Max. virtual memory (cumulated for all children) (KiB): 1549392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.416
system time used= 8.32873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127450
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= 78035
involuntary context switches= 3752173

runsolver used 0.146977 second user time and 0.32795 second system time

The end

Launcher Data

Begin job on node129 at 2010-07-07 23:45:43
IDJOB=2701296
IDBENCH=79556
IDSOLVER=1207
FILE ID=node129/2701296-1278539143
PBS_JOBID= 11239220
Free space on /tmp= 73776 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar6-sub2_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701296-1278539143/watcher-2701296-1278539143 -o /tmp/evaluation-result-2701296-1278539143/solver-2701296-1278539143 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701296-1278539143.wbo

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

MD5SUM BENCH= 4fd86302e553a3e850920dece7efe22c
RANDOM SEED=1188626040

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      27903456 kB
Buffers:        142720 kB
Cached:        2895924 kB
SwapCached:          0 kB
Active:        3033968 kB
Inactive:      1868680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27903456 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8160 kB
Writeback:           0 kB
AnonPages:     1865080 kB
Mapped:          15756 kB
Slab:            76300 kB
PageTables:       8176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2086600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73776 MiB
End job on node129 at 2010-07-07 23:47:05