Trace number 2701374

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 119.286 86.7837

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
scens/normalized-scen06-16_wcsp.wbo
MD5SUMee2a7941708829c599959db851b73ff3
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark51435
Best CPU time to get the best result obtained on this benchmark1800.2
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2410
Total number of constraints293522
Number of soft constraints293422
Number of constraints which are clauses293422
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Top cost 255194
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 54015430
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-2701374-1278539494/watcher-2701374-1278539494 -o /tmp/evaluation-result-2701374-1278539494/solver-2701374-1278539494 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701374-1278539494.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.08 2.13 2.07 3/196 19494
/proc/meminfo: memFree=29611780/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1832 CPUtime=0
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4194304 430 0 0 0 0 0 0 0 25 0 1 0 22164145 1875968 160 4089446400 134512640 134550932 4292208656 18446744073709551615 10314324 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/19494/statm: 458 160 123 10 0 63 0

[startup+0.03384 s]
/proc/loadavg: 2.08 2.13 2.07 3/196 19494
/proc/meminfo: memFree=29611780/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1525308 CPUtime=0.02
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 3738 0 1 0 2 0 0 0 25 0 13 0 22164145 1561915392 3180 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 381327 3180 1034 10 0 378637 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1525308

[startup+0.101863 s]
/proc/loadavg: 2.08 2.13 2.07 3/196 19494
/proc/meminfo: memFree=29611780/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1530144 CPUtime=0.12
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 5282 0 1 0 11 1 0 0 25 0 18 0 22164145 1566867456 4720 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 382536 4720 1348 10 0 379839 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530144

[startup+0.300828 s]
/proc/loadavg: 2.08 2.13 2.07 3/196 19494
/proc/meminfo: memFree=29611780/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1532572 CPUtime=0.58
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 18920 0 1 0 56 2 0 0 25 0 18 0 22164145 1569353728 18299 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 383143 18303 1414 10 0 380446 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1532572

[startup+0.700731 s]
/proc/loadavg: 2.08 2.13 2.07 3/196 19494
/proc/meminfo: memFree=29611780/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1538236 CPUtime=1.49
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 47157 0 1 0 143 6 0 0 25 0 18 0 22164145 1575153664 45382 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 384559 45382 1425 10 0 381862 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1538236

[startup+1.50156 s]
/proc/loadavg: 2.08 2.13 2.07 10/214 19512
/proc/meminfo: memFree=29428436/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1538236 CPUtime=2.49
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 51557 0 1 0 241 8 0 0 25 0 18 0 22164145 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 384559 49627 1425 10 0 381862 0
[pid=19494/tid=19496] ppid=19492 vsize=1538236 CPUtime=1.36
/proc/19494/task/19496/stat : 19496 (java) R 19492 19494 18062 0 -1 4202560 35922 0 1 0 132 4 0 0 18 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1538236 CPUtime=0.06
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 1784 0 0 0 6 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1538236 CPUtime=0.04
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 706 0 0 0 4 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1538236 CPUtime=0.05
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 990 0 0 0 5 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1538236 CPUtime=0.05
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 1309 0 0 0 5 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 4 0 0 0
[pid=19494/tid=19501] ppid=19492 vsize=1538236 CPUtime=0.04
/proc/19494/task/19501/stat : 19501 (java) S 19492 19494 18062 0 -1 4202560 1178 0 0 0 4 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19502] ppid=19492 vsize=1538236 CPUtime=0.07
/proc/19494/task/19502/stat : 19502 (java) S 19492 19494 18062 0 -1 4202560 1743 0 0 0 7 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19503] ppid=19492 vsize=1538236 CPUtime=0.05
/proc/19494/task/19503/stat : 19503 (java) S 19492 19494 18062 0 -1 4202560 1753 0 0 0 5 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19504] ppid=19492 vsize=1538236 CPUtime=0.04
/proc/19494/task/19504/stat : 19504 (java) S 19492 19494 18062 0 -1 4202560 1248 0 0 0 4 0 0 0 15 0 18 0 22164146 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19505] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19505/stat : 19505 (java) S 19492 19494 18062 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 18 0 22164147 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19506] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19506/stat : 19506 (java) S 19492 19494 18062 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22164147 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19507] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19507/stat : 19507 (java) S 19492 19494 18062 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22164147 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19508] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19508/stat : 19508 (java) S 19492 19494 18062 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22164149 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19509] ppid=19492 vsize=1538236 CPUtime=0.31
/proc/19494/task/19509/stat : 19509 (java) S 19492 19494 18062 0 -1 4202560 2345 0 0 0 31 0 0 0 17 0 18 0 22164149 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19510] ppid=19492 vsize=1538236 CPUtime=0.32
/proc/19494/task/19510/stat : 19510 (java) S 19492 19494 18062 0 -1 4202560 1492 0 0 0 32 0 0 0 24 0 18 0 22164149 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19511] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19511/stat : 19511 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22164149 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19512] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19512/stat : 19512 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22164149 1575153664 49627 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1538236

[startup+3.10136 s]
/proc/loadavg: 2.08 2.13 2.07 3/214 19512
/proc/meminfo: memFree=29411944/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1538236 CPUtime=4.47
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 55119 0 1 0 434 13 0 0 25 0 18 0 22164145 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 384559 53086 1425 10 0 381862 0
[pid=19494/tid=19496] ppid=19492 vsize=1538236 CPUtime=2.86
/proc/19494/task/19496/stat : 19496 (java) R 19492 19494 18062 0 -1 4202560 35984 0 1 0 282 4 0 0 19 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4109272584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1538236 CPUtime=0.1
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 2121 0 0 0 10 0 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1538236 CPUtime=0.09
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 1225 0 0 0 9 0 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 4 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1538236 CPUtime=0.13
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 1367 0 0 0 12 1 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1538236 CPUtime=0.1
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 1666 0 0 0 10 0 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19501] ppid=19492 vsize=1538236 CPUtime=0.1
/proc/19494/task/19501/stat : 19501 (java) S 19492 19494 18062 0 -1 4202560 1643 0 0 0 10 0 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19502] ppid=19492 vsize=1538236 CPUtime=0.13
/proc/19494/task/19502/stat : 19502 (java) S 19492 19494 18062 0 -1 4202560 2268 0 0 0 13 0 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19503] ppid=19492 vsize=1538236 CPUtime=0.11
/proc/19494/task/19503/stat : 19503 (java) S 19492 19494 18062 0 -1 4202560 2303 0 0 0 10 1 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 4 0 0 0
[pid=19494/tid=19504] ppid=19492 vsize=1538236 CPUtime=0.08
/proc/19494/task/19504/stat : 19504 (java) S 19492 19494 18062 0 -1 4202560 1618 0 0 0 8 0 0 0 15 0 18 0 22164146 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19505] ppid=19492 vsize=1538236 CPUtime=0.01
/proc/19494/task/19505/stat : 19505 (java) S 19492 19494 18062 0 -1 4202560 27 0 0 0 0 1 0 0 15 0 18 0 22164147 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19506] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19506/stat : 19506 (java) S 19492 19494 18062 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22164147 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19507] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19507/stat : 19507 (java) S 19492 19494 18062 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22164147 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19508] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19508/stat : 19508 (java) S 19492 19494 18062 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22164149 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19509] ppid=19492 vsize=1538236 CPUtime=0.31
/proc/19494/task/19509/stat : 19509 (java) S 19492 19494 18062 0 -1 4202560 2345 0 0 0 31 0 0 0 17 0 18 0 22164149 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19510] ppid=19492 vsize=1538236 CPUtime=0.32
/proc/19494/task/19510/stat : 19510 (java) S 19492 19494 18062 0 -1 4202560 1492 0 0 0 32 0 0 0 24 0 18 0 22164149 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19511] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19511/stat : 19511 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22164149 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19512] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19512/stat : 19512 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22164149 1575153664 53086 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1538236

[startup+6.30077 s]
/proc/loadavg: 2.07 2.13 2.07 3/214 19512
/proc/meminfo: memFree=29392972/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1538236 CPUtime=8.26
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 59271 0 1 0 805 21 0 0 25 0 18 0 22164145 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 384559 57028 1425 10 0 381862 0
[pid=19494/tid=19496] ppid=19492 vsize=1538236 CPUtime=5.88
/proc/19494/task/19496/stat : 19496 (java) R 19492 19494 18062 0 -1 4202560 36069 0 1 0 583 5 0 0 25 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1538236 CPUtime=0.2
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 2693 0 0 0 19 1 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1538236 CPUtime=0.17
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 1626 0 0 0 17 0 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1538236 CPUtime=0.22
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 1896 0 0 0 20 2 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1538236 CPUtime=0.18
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 2226 0 0 0 18 0 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 4 0 0 0
[pid=19494/tid=19501] ppid=19492 vsize=1538236 CPUtime=0.2
/proc/19494/task/19501/stat : 19501 (java) S 19492 19494 18062 0 -1 4202560 2099 0 0 0 19 1 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19502] ppid=19492 vsize=1538236 CPUtime=0.25
/proc/19494/task/19502/stat : 19502 (java) S 19492 19494 18062 0 -1 4202560 2842 0 0 0 23 2 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19503] ppid=19492 vsize=1538236 CPUtime=0.19
/proc/19494/task/19503/stat : 19503 (java) S 19492 19494 18062 0 -1 4202560 2824 0 0 0 18 1 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19504] ppid=19492 vsize=1538236 CPUtime=0.19
/proc/19494/task/19504/stat : 19504 (java) S 19492 19494 18062 0 -1 4202560 2072 0 0 0 18 1 0 0 15 0 18 0 22164146 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19505] ppid=19492 vsize=1538236 CPUtime=0.03
/proc/19494/task/19505/stat : 19505 (java) S 19492 19494 18062 0 -1 4202560 27 0 0 0 1 2 0 0 15 0 18 0 22164147 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19506] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19506/stat : 19506 (java) S 19492 19494 18062 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22164147 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19507] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19507/stat : 19507 (java) S 19492 19494 18062 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22164147 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19508] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19508/stat : 19508 (java) S 19492 19494 18062 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22164149 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19509] ppid=19492 vsize=1538236 CPUtime=0.31
/proc/19494/task/19509/stat : 19509 (java) S 19492 19494 18062 0 -1 4202560 2345 0 0 0 31 0 0 0 17 0 18 0 22164149 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19510] ppid=19492 vsize=1538236 CPUtime=0.32
/proc/19494/task/19510/stat : 19510 (java) S 19492 19494 18062 0 -1 4202560 1492 0 0 0 32 0 0 0 24 0 18 0 22164149 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19511] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19511/stat : 19511 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22164149 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19512] ppid=19492 vsize=1538236 CPUtime=0
/proc/19494/task/19512/stat : 19512 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22164149 1575153664 57028 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1538236

[startup+12.7017 s]
/proc/loadavg: 2.07 2.13 2.07 4/214 19512
/proc/meminfo: memFree=29361596/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1539260 CPUtime=16.21
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 67377 0 1 0 1570 51 0 0 25 0 18 0 22164145 1576202240 64707 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 384815 64707 1425 10 0 382118 0
[pid=19494/tid=19496] ppid=19492 vsize=1539260 CPUtime=11.73
/proc/19494/task/19496/stat : 19496 (java) R 19492 19494 18062 0 -1 4202560 36244 0 1 0 1168 5 0 0 21 0 18 0 22164146 1576202240 64707 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1539260 CPUtime=0.44
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 3765 0 0 0 41 3 0 0 15 0 18 0 22164146 1576202240 64707 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1539260 CPUtime=0.41
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 2231 0 0 0 39 2 0 0 15 0 18 0 22164146 1576202240 64707 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1539260 CPUtime=0.5
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 2706 0 0 0 44 6 0 0 15 0 18 0 22164146 1576202240 64707 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1539260 CPUtime=0.44
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 3262 0 0 0 40 4 0 0 15 0 18 0 22164146 1576202240 64707 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0

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

/proc/loadavg: 2.20 2.13 2.07 3/214 19514
/proc/meminfo: memFree=29225756/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1540284 CPUtime=115.05
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 103659 0 1 0 10914 591 0 0 25 0 18 0 22164145 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 385071 98102 1425 10 0 382374 0
[pid=19494/tid=19496] ppid=19492 vsize=1540284 CPUtime=73.58
/proc/19494/task/19496/stat : 19496 (java) R 19492 19494 18062 0 -1 4202560 38157 0 1 0 7350 8 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1540284 CPUtime=4.95
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 8264 0 0 0 430 65 0 0 16 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1540284 CPUtime=4.93
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 5831 0 0 0 430 63 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1540284 CPUtime=5.19
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 7019 0 0 0 443 76 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1540284 CPUtime=4.8
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 7348 0 0 0 415 65 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19501] ppid=19492 vsize=1540284 CPUtime=5.08
/proc/19494/task/19501/stat : 19501 (java) S 19492 19494 18062 0 -1 4202560 7539 0 0 0 439 69 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19502] ppid=19492 vsize=1540284 CPUtime=5.1
/proc/19494/task/19502/stat : 19502 (java) S 19492 19494 18062 0 -1 4202560 8176 0 0 0 442 68 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19503] ppid=19492 vsize=1540284 CPUtime=5.12
/proc/19494/task/19503/stat : 19503 (java) S 19492 19494 18062 0 -1 4202560 8121 0 0 0 440 72 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19504] ppid=19492 vsize=1540284 CPUtime=5.04
/proc/19494/task/19504/stat : 19504 (java) S 19492 19494 18062 0 -1 4202560 8262 0 0 0 440 64 0 0 15 0 18 0 22164146 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19505] ppid=19492 vsize=1540284 CPUtime=0.5
/proc/19494/task/19505/stat : 19505 (java) S 19492 19494 18062 0 -1 4202560 42 0 0 0 15 35 0 0 15 0 18 0 22164147 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19506] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19506/stat : 19506 (java) S 19492 19494 18062 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22164147 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19507] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19507/stat : 19507 (java) S 19492 19494 18062 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22164147 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19508] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19508/stat : 19508 (java) S 19492 19494 18062 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22164149 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19509] ppid=19492 vsize=1540284 CPUtime=0.31
/proc/19494/task/19509/stat : 19509 (java) S 19492 19494 18062 0 -1 4202560 2345 0 0 0 31 0 0 0 17 0 18 0 22164149 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19510] ppid=19492 vsize=1540284 CPUtime=0.32
/proc/19494/task/19510/stat : 19510 (java) S 19492 19494 18062 0 -1 4202560 1492 0 0 0 32 0 0 0 24 0 18 0 22164149 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19511] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19511/stat : 19511 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22164149 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19512] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19512/stat : 19512 (java) S 19492 19494 18062 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 22164149 1577250816 98102 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 1540284

[startup+85.5008 s]
/proc/loadavg: 2.20 2.13 2.07 3/214 19514
/proc/meminfo: memFree=29225756/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1540284 CPUtime=116.16
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 108021 0 1 0 11023 593 0 0 25 0 18 0 22164145 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 385071 101986 1425 10 0 382374 0
[pid=19494/tid=19496] ppid=19492 vsize=1540284 CPUtime=74.3
/proc/19494/task/19496/stat : 19496 (java) R 19492 19494 18062 0 -1 4202560 38185 0 1 0 7422 8 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4109558305 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1540284 CPUtime=4.99
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 9073 0 0 0 434 65 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1540284 CPUtime=4.97
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 6329 0 0 0 434 63 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1540284 CPUtime=5.21
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 7039 0 0 0 445 76 0 0 15 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1540284 CPUtime=4.83
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 7870 0 0 0 418 65 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19501] ppid=19492 vsize=1540284 CPUtime=5.13
/proc/19494/task/19501/stat : 19501 (java) S 19492 19494 18062 0 -1 4202560 8553 0 0 0 443 70 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19502] ppid=19492 vsize=1540284 CPUtime=5.13
/proc/19494/task/19502/stat : 19502 (java) S 19492 19494 18062 0 -1 4202560 8593 0 0 0 445 68 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19503] ppid=19492 vsize=1540284 CPUtime=5.16
/proc/19494/task/19503/stat : 19503 (java) S 19492 19494 18062 0 -1 4202560 8647 0 0 0 444 72 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 4 0 0 0
[pid=19494/tid=19504] ppid=19492 vsize=1540284 CPUtime=5.08
/proc/19494/task/19504/stat : 19504 (java) S 19492 19494 18062 0 -1 4202560 8747 0 0 0 444 64 0 0 16 0 18 0 22164146 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19505] ppid=19492 vsize=1540284 CPUtime=0.5
/proc/19494/task/19505/stat : 19505 (java) S 19492 19494 18062 0 -1 4202560 43 0 0 0 15 35 0 0 16 0 18 0 22164147 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19506] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19506/stat : 19506 (java) S 19492 19494 18062 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22164147 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19507] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19507/stat : 19507 (java) S 19492 19494 18062 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 18 0 22164147 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19508] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19508/stat : 19508 (java) S 19492 19494 18062 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22164149 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19509] ppid=19492 vsize=1540284 CPUtime=0.34
/proc/19494/task/19509/stat : 19509 (java) S 19492 19494 18062 0 -1 4202560 2347 0 0 0 34 0 0 0 15 0 18 0 22164149 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19510] ppid=19492 vsize=1540284 CPUtime=0.4
/proc/19494/task/19510/stat : 19510 (java) S 19492 19494 18062 0 -1 4202560 1532 0 0 0 40 0 0 0 16 0 18 0 22164149 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19511] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19511/stat : 19511 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22164149 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19512] ppid=19492 vsize=1540284 CPUtime=0
/proc/19494/task/19512/stat : 19512 (java) S 19492 19494 18062 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 22164149 1577250816 101986 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 116.16
Current children cumulated vsize (KiB) 1540284

[startup+86.3006 s]
/proc/loadavg: 2.20 2.13 2.07 3/214 19514
/proc/meminfo: memFree=29210380/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1541580 CPUtime=118.05
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 121480 0 1 0 11209 596 0 0 25 0 22 0 22164145 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 385395 115103 1439 10 0 382698 0
[pid=19494/tid=19496] ppid=19492 vsize=1541580 CPUtime=74.53
/proc/19494/task/19496/stat : 19496 (java) S 19492 19494 18062 0 -1 4202560 38189 0 1 0 7445 8 0 0 17 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1541580 CPUtime=5.05
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 9890 0 0 0 439 66 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1541580 CPUtime=5.02
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 8878 0 0 0 438 64 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1541580 CPUtime=5.24
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 8231 0 0 0 448 76 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1541580 CPUtime=4.86
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 9869 0 0 0 421 65 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19501] ppid=19492 vsize=1541580 CPUtime=5.16
/proc/19494/task/19501/stat : 19501 (java) S 19492 19494 18062 0 -1 4202560 9871 0 0 0 446 70 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19502] ppid=19492 vsize=1541580 CPUtime=5.16
/proc/19494/task/19502/stat : 19502 (java) S 19492 19494 18062 0 -1 4202560 9173 0 0 0 447 69 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19503] ppid=19492 vsize=1541580 CPUtime=5.21
/proc/19494/task/19503/stat : 19503 (java) S 19492 19494 18062 0 -1 4202560 10671 0 0 0 449 72 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 4 0 0 0
[pid=19494/tid=19504] ppid=19492 vsize=1541580 CPUtime=5.13
/proc/19494/task/19504/stat : 19504 (java) S 19492 19494 18062 0 -1 4202560 11381 0 0 0 448 65 0 0 15 0 22 0 22164146 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19505] ppid=19492 vsize=1541580 CPUtime=0.51
/proc/19494/task/19505/stat : 19505 (java) S 19492 19494 18062 0 -1 4202560 43 0 0 0 15 36 0 0 16 0 22 0 22164147 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19506] ppid=19492 vsize=1541580 CPUtime=0
/proc/19494/task/19506/stat : 19506 (java) S 19492 19494 18062 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 22164147 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19507] ppid=19492 vsize=1541580 CPUtime=0
/proc/19494/task/19507/stat : 19507 (java) S 19492 19494 18062 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 22164147 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19508] ppid=19492 vsize=1541580 CPUtime=0
/proc/19494/task/19508/stat : 19508 (java) S 19492 19494 18062 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 22164149 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19509] ppid=19492 vsize=1541580 CPUtime=0.53
/proc/19494/task/19509/stat : 19509 (java) S 19492 19494 18062 0 -1 4202560 2379 0 0 0 53 0 0 0 15 0 22 0 22164149 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19510] ppid=19492 vsize=1541580 CPUtime=0.56
/proc/19494/task/19510/stat : 19510 (java) S 19492 19494 18062 0 -1 4202560 1796 0 0 0 56 0 0 0 15 0 22 0 22164149 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19511] ppid=19492 vsize=1541580 CPUtime=0
/proc/19494/task/19511/stat : 19511 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 22164149 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19512] ppid=19492 vsize=1541580 CPUtime=0
/proc/19494/task/19512/stat : 19512 (java) S 19492 19494 18062 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 22164149 1578577920 115103 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 118.05
Current children cumulated vsize (KiB) 1541580

[startup+86.7016 s]
/proc/loadavg: 2.20 2.13 2.07 3/214 19514
/proc/meminfo: memFree=29210380/32951124 swapFree=67111528/67111528
[pid=19494] ppid=19492 vsize=1542604 CPUtime=119.26
/proc/19494/stat : 19494 (java) S 19492 19494 18062 0 -1 4202496 122958 0 1 0 11328 598 0 0 25 0 20 0 22164145 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19494/statm: 385651 115476 1442 10 0 382954 0
[pid=19494/tid=19496] ppid=19492 vsize=1542604 CPUtime=74.53
/proc/19494/task/19496/stat : 19496 (java) S 19492 19494 18062 0 -1 4202560 38189 0 1 0 7445 8 0 0 17 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19497] ppid=19492 vsize=1542604 CPUtime=5.06
/proc/19494/task/19497/stat : 19497 (java) S 19492 19494 18062 0 -1 4202560 9894 0 0 0 440 66 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19498] ppid=19492 vsize=1542604 CPUtime=5.03
/proc/19494/task/19498/stat : 19498 (java) S 19492 19494 18062 0 -1 4202560 8879 0 0 0 439 64 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19499] ppid=19492 vsize=1542604 CPUtime=5.25
/proc/19494/task/19499/stat : 19499 (java) S 19492 19494 18062 0 -1 4202560 8246 0 0 0 449 76 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19500] ppid=19492 vsize=1542604 CPUtime=4.86
/proc/19494/task/19500/stat : 19500 (java) S 19492 19494 18062 0 -1 4202560 9879 0 0 0 421 65 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19501] ppid=19492 vsize=1542604 CPUtime=5.16
/proc/19494/task/19501/stat : 19501 (java) S 19492 19494 18062 0 -1 4202560 9871 0 0 0 446 70 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 5 0 0 0
[pid=19494/tid=19502] ppid=19492 vsize=1542604 CPUtime=5.17
/proc/19494/task/19502/stat : 19502 (java) S 19492 19494 18062 0 -1 4202560 9180 0 0 0 448 69 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
[pid=19494/tid=19503] ppid=19492 vsize=1542604 CPUtime=5.22
/proc/19494/task/19503/stat : 19503 (java) S 19492 19494 18062 0 -1 4202560 10674 0 0 0 450 72 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 4 0 0 0
[pid=19494/tid=19504] ppid=19492 vsize=1542604 CPUtime=5.13
/proc/19494/task/19504/stat : 19504 (java) S 19492 19494 18062 0 -1 4202560 11381 0 0 0 448 65 0 0 15 0 20 0 22164146 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19505] ppid=19492 vsize=1542604 CPUtime=0.51
/proc/19494/task/19505/stat : 19505 (java) S 19492 19494 18062 0 -1 4202560 43 0 0 0 15 36 0 0 16 0 20 0 22164147 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 0 0 16800975 18446604469393646848 0 0 -1 2 0 0 0
[pid=19494/tid=19506] ppid=19492 vsize=1542604 CPUtime=0
/proc/19494/task/19506/stat : 19506 (java) S 19492 19494 18062 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 20 0 22164147 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19507] ppid=19492 vsize=1542604 CPUtime=0
/proc/19494/task/19507/stat : 19507 (java) S 19492 19494 18062 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 20 0 22164147 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19508] ppid=19492 vsize=1542604 CPUtime=0
/proc/19494/task/19508/stat : 19508 (java) S 19492 19494 18062 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22164149 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19509] ppid=19492 vsize=1542604 CPUtime=0.77
/proc/19494/task/19509/stat : 19509 (java) S 19492 19494 18062 0 -1 4202560 2765 0 0 0 77 0 0 0 15 0 20 0 22164149 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 1 0 0 0
[pid=19494/tid=19510] ppid=19492 vsize=1542604 CPUtime=0.81
/proc/19494/task/19510/stat : 19510 (java) S 19492 19494 18062 0 -1 4202560 2802 0 0 0 81 0 0 0 16 0 20 0 22164149 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 0 0 0 0
[pid=19494/tid=19511] ppid=19492 vsize=1542604 CPUtime=0
/proc/19494/task/19511/stat : 19511 (java) S 19492 19494 18062 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 22164149 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 6 0 0 0
[pid=19494/tid=19512] ppid=19492 vsize=1542604 CPUtime=0
/proc/19494/task/19512/stat : 19512 (java) S 19492 19494 18062 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 22164149 1579626496 115476 4089446400 134512640 134550932 4292208656 18446744073709551615 4294960144 0 4 0 16800975 18446604469393646848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 119.26
Current children cumulated vsize (KiB) 1542604

Child status: 20
Real time (s): 86.7837
CPU time (s): 119.286
CPU user time (s): 113.285
CPU system time (s): 6.00109
CPU usage (%): 137.452
Max. virtual memory (cumulated for all children) (KiB): 1542604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.285
system time used= 6.00109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122964
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= 74277
involuntary context switches= 2361321

runsolver used 0.147977 second user time and 0.381941 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-07 23:51:34
IDJOB=2701374
IDBENCH=79569
IDSOLVER=1207
FILE ID=node108/2701374-1278539494
PBS_JOBID= 11239262
Free space on /tmp= 73468 MiB

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

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

MD5SUM BENCH= ee2a7941708829c599959db851b73ff3
RANDOM SEED=1453980493

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29612308 kB
Buffers:        139752 kB
Cached:        2639896 kB
SwapCached:          0 kB
Active:        2105780 kB
Inactive:      1083456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29612308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9228 kB
Writeback:           0 kB
AnonPages:      409668 kB
Mapped:          20288 kB
Slab:            84688 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73464 MiB
End job on node108 at 2010-07-07 23:53:01