Trace number 2662965

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 83.9662 44.2372

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUM631c705feb60dcd8a1b144825a73a754
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.6336
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.23/0.24	c Pseudo Boolean Optimization
0.23/0.24	c ManyCore solver with 2 solvers running in parallel
0.23/0.24	c --- Begin Solver configuration ---
0.23/0.24	c Stops conflict analysis at the first Unique Implication Point
0.23/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.24	c Learn all clauses as in MiniSAT
0.23/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.24	c Expensive reason simplification
0.23/0.24	c Armin Biere (Picosat) restarts strategy
0.23/0.24	c Glucose learned constraints deletion strategy
0.23/0.24	c timeout=2147483s
0.23/0.24	c DB Simplification allowed=false
0.23/0.24	c --- End Solver configuration ---
0.23/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.24	c --- Begin Solver configuration ---
0.23/0.24	c Stops conflict analysis at the first Unique Implication Point
0.23/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.24	c Learn all clauses as in MiniSAT
0.23/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.24	c No reason simplification
0.23/0.24	c Armin Biere (Picosat) restarts strategy
0.23/0.24	c Glucose learned constraints deletion strategy
0.23/0.24	c timeout=2147483s
0.23/0.24	c DB Simplification allowed=false
0.23/0.24	c --- End Solver configuration ---
0.23/0.24	
0.23/0.24	c solving HOME/instance-2662965-1276341548.opb
0.23/0.24	c reading problem ... 
2.82/2.07	c ... done. Wall clock time 1.835s.
2.82/2.07	c #vars     18069
2.82/2.07	c #constraints  52475
2.82/2.07	c constraints type 
2.82/2.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16722
2.82/2.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34832
2.82/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 920
2.82/2.07	c constraints type 
2.82/2.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 34832
2.82/2.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16722
2.82/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 920
21.01/11.22	c cleaning 2492 clauses out of 4994 with flag 5000/5000
40.87/21.36	c cleaning 4247 clauses out of 8501 with flag 11001/11001
64.69/33.44	c cleaning 5620 clauses out of 11251 with flag 18000/18000
83.77/43.13	c And the winner is Resolution
83.91/44.18	c starts		: 45
83.91/44.18	c conflicts		: 24332
83.91/44.18	c decisions		: 42124
83.91/44.18	c propagations		: 32742707
83.91/44.18	c inspects		: 98586094
83.91/44.18	c learnt literals	: 18
83.91/44.18	c learnt binary clauses	: 153
83.91/44.18	c learnt ternary clauses	: 310
83.91/44.18	c learnt clauses	: 24313
83.91/44.18	c ignored clauses	: 0
83.91/44.18	c root simplifications	: 0
83.91/44.18	c removed literals (reason simplification)	: 639400
83.91/44.18	c reason swapping (by a shorter reason)	: 0
83.91/44.18	c Calls to reduceDB	: 3
83.91/44.18	c number of reductions to clauses (during analyze)	: 0
83.91/44.18	c number of learned constraints concerned by reduction	: 0
83.91/44.18	c number of learning phase by resolution	: 0
83.91/44.18	c number of learning phase by cutting planes	: 0
83.91/44.18	c speed (assignments/second)	: 777588.7479813813
83.91/44.18	c non guided choices	499
83.91/44.20	c learnt constraints type 
83.91/44.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11801
83.91/44.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 153
83.91/44.20	c constraints type 
83.91/44.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16722
83.91/44.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34832
83.93/44.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 920
83.93/44.21	c constraints type 
83.93/44.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 34832
83.93/44.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16722
83.93/44.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 920
83.93/44.21	s UNSATISFIABLE
83.93/44.21	c Total wall clock time (in seconds): 43.968

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 10531
/proc/meminfo: memFree=1749708/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=248 CPUtime=0
/proc/10531/stat : 10531 (java) R 10529 10531 10257 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 7806678 253952 28 1992294400 134512640 134550932 4292772736 18446744073709551615 3252820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10531/statm: 62 28 21 10 0 23 0

[startup+0.0211411 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 10531
/proc/meminfo: memFree=1749708/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=13980 CPUtime=0.01
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 1245 0 1 0 0 1 0 0 18 0 2 0 7806678 14315520 692 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 3495 692 355 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13980

[startup+0.102067 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 10531
/proc/meminfo: memFree=1749708/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1524020 CPUtime=0.08
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 3929 0 1 0 6 2 0 0 18 0 12 0 7806678 1560596480 3368 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 381005 3368 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301104 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 10531
/proc/meminfo: memFree=1749708/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1526772 CPUtime=0.34
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 5620 0 1 0 31 3 0 0 18 0 12 0 7806678 1563414528 5057 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 381693 5057 1351 10 0 378996 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526772

[startup+0.712201 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 10531
/proc/meminfo: memFree=1749708/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1528216 CPUtime=1.09
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 7388 0 1 0 105 4 0 0 18 0 12 0 7806678 1564893184 6745 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 382054 6745 1395 10 0 379357 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528216

[startup+1.50235 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 10545
/proc/meminfo: memFree=1705904/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1532220 CPUtime=2.24
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 21159 0 1 0 213 11 0 0 18 0 12 0 7806678 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 383055 19572 1406 10 0 380358 0
[pid=10531/tid=10533] ppid=10529 vsize=1532220 CPUtime=1.24
/proc/10531/task/10533/stat : 10533 (java) R 10529 10531 10257 0 -1 4202560 16961 0 1 0 116 8 0 0 25 0 12 0 7806679 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4109317562 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7806681 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7806681 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 7806683 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7806683 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7806683 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7806688 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1532220 CPUtime=0.23
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 402 0 0 0 23 0 0 0 23 0 12 0 7806688 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1532220 CPUtime=0.74
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 2731 0 0 0 73 1 0 0 15 0 12 0 7806688 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7806688 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1532220 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7806688 1568993280 19572 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1532220

[startup+3.10164 s]
/proc/loadavg: 1.08 1.03 1.01 5/122 10549
/proc/meminfo: memFree=1620684/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1533516 CPUtime=4.96
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 39365 0 1 0 475 21 0 0 18 0 16 0 7806678 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 383379 37739 1434 10 0 380682 0
[pid=10531/tid=10533] ppid=10529 vsize=1533516 CPUtime=1.79
/proc/10531/task/10533/stat : 10533 (java) S 10529 10531 10257 0 -1 4202560 30095 0 1 0 164 15 0 0 18 0 16 0 7806679 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1533516 CPUtime=0.07
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 2037 0 0 0 7 0 0 0 18 0 16 0 7806681 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1533516 CPUtime=0.06
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 1437 0 0 0 5 1 0 0 18 0 16 0 7806681 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 7806683 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7806683 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7806683 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1533516 CPUtime=0.84
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 457 0 0 0 84 0 0 0 15 0 16 0 7806688 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1533516 CPUtime=1.26
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 2771 0 0 0 125 1 0 0 15 0 16 0 7806688 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7806688 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10546] ppid=10529 vsize=1533516 CPUtime=0.48
/proc/10531/task/10546/stat : 10546 (java) R 10529 10531 10257 0 -1 4202560 351 0 0 0 48 0 0 0 25 0 16 0 7806886 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4109827274 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10531/tid=10547] ppid=10529 vsize=1533516 CPUtime=0.39
/proc/10531/task/10547/stat : 10547 (java) R 10529 10531 10257 0 -1 4202560 1137 0 0 0 39 0 0 0 25 0 16 0 7806886 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4109797631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7806893 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1533516 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7806894 1570320384 37739 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1533516

[startup+6.30223 s]
/proc/loadavg: 1.08 1.03 1.01 3/122 10549
/proc/meminfo: memFree=1582368/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1537008 CPUtime=11.3
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 47845 0 1 0 1105 25 0 0 18 0 16 0 7806678 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 384252 42939 1436 10 0 381555 0
[pid=10531/tid=10533] ppid=10529 vsize=1537008 CPUtime=1.79
/proc/10531/task/10533/stat : 10533 (java) S 10529 10531 10257 0 -1 4202560 30095 0 1 0 164 15 0 0 18 0 16 0 7806679 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1537008 CPUtime=0.12
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 2117 0 0 0 12 0 0 0 15 0 16 0 7806681 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1537008 CPUtime=0.22
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 5149 0 0 0 20 2 0 0 18 0 16 0 7806681 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 16 0 7806683 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7806683 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7806683 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1537008 CPUtime=1.19
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 479 0 0 0 119 0 0 0 15 0 16 0 7806688 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1537008 CPUtime=2.28
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 6902 0 0 0 226 2 0 0 15 0 16 0 7806688 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7806688 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10546] ppid=10529 vsize=1537008 CPUtime=2.89
/proc/10531/task/10546/stat : 10546 (java) R 10529 10531 10257 0 -1 4202560 353 0 0 0 289 0 0 0 25 0 16 0 7806886 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4109317890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10531/tid=10547] ppid=10529 vsize=1537008 CPUtime=2.7
/proc/10531/task/10547/stat : 10547 (java) R 10529 10531 10257 0 -1 4202560 1664 0 0 0 270 0 0 0 25 0 16 0 7806886 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4109797337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7806893 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1537008 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7806894 1573896192 42939 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 1537008

[startup+12.7024 s]
/proc/loadavg: 1.22 1.06 1.02 3/122 10549
/proc/meminfo: memFree=1559056/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1533180 CPUtime=23.84
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 54955 0 1 0 2356 28 0 0 18 0 16 0 7806678 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 383295 48710 1450 10 0 380598 0
[pid=10531/tid=10533] ppid=10529 vsize=1533180 CPUtime=1.79
/proc/10531/task/10533/stat : 10533 (java) S 10529 10531 10257 0 -1 4202560 30095 0 1 0 164 15 0 0 18 0 16 0 7806679 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1533180 CPUtime=0.42
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 4976 0 0 0 40 2 0 0 16 0 16 0 7806681 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1533180 CPUtime=0.51
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 8471 0 0 0 48 3 0 0 15 0 16 0 7806681 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1533180 CPUtime=0.13
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 904 0 0 0 13 0 0 0 15 0 16 0 7806683 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7806683 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7806683 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1533180 CPUtime=1.24
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 482 0 0 0 124 0 0 0 15 0 16 0 7806688 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1533180 CPUtime=2.57
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 6928 0 0 0 255 2 0 0 15 0 16 0 7806688 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7806688 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10546] ppid=10529 vsize=1533180 CPUtime=8.71
/proc/10531/task/10546/stat : 10546 (java) R 10529 10531 10257 0 -1 4202560 355 0 0 0 870 1 0 0 25 0 16 0 7806886 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4109830507 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10531/tid=10547] ppid=10529 vsize=1533180 CPUtime=8.38
/proc/10531/task/10547/stat : 10547 (java) R 10529 10531 10257 0 -1 4202560 1672 0 0 0 838 0 0 0 25 0 16 0 7806886 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4109757573 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7806893 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7806894 1569976320 48710 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0

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

[pid=10531/tid=10534] ppid=10529 vsize=1533180 CPUtime=0.79
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 7166 0 0 0 76 3 0 0 15 0 16 0 7806681 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1533180 CPUtime=0.88
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 10587 0 0 0 84 4 0 0 16 0 16 0 7806681 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1533180 CPUtime=0.45
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 1001 0 0 0 44 1 0 0 15 0 16 0 7806683 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7806683 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7806683 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1533180 CPUtime=1.69
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 2916 0 0 0 168 1 0 0 15 0 16 0 7806688 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1533180 CPUtime=2.58
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 6928 0 0 0 256 2 0 0 16 0 16 0 7806688 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7806688 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 7806688 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10546] ppid=10529 vsize=1533180 CPUtime=36.19
/proc/10531/task/10546/stat : 10546 (java) R 10529 10531 10257 0 -1 4202560 370 0 0 0 3617 2 0 0 25 0 16 0 7806886 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4109911783 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10531/tid=10547] ppid=10529 vsize=1533180 CPUtime=36.53
/proc/10531/task/10547/stat : 10547 (java) R 10529 10531 10257 0 -1 4202560 1759 0 0 0 3653 0 0 0 25 0 16 0 7806886 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4110034547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7806893 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7806894 1569976320 52976 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 80.99
Current children cumulated vsize (KiB) 1533180

[startup+43.303 s]
/proc/loadavg: 1.53 1.15 1.04 4/122 10549
/proc/meminfo: memFree=1541696/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1533180 CPUtime=83.91
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 61969 0 1 0 8358 33 0 0 18 0 14 0 7806678 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 383295 53046 1451 10 0 380598 0
[pid=10531/tid=10533] ppid=10529 vsize=1533180 CPUtime=1.79
/proc/10531/task/10533/stat : 10533 (java) S 10529 10531 10257 0 -1 4202560 30095 0 1 0 164 15 0 0 15 0 14 0 7806679 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1533180 CPUtime=0.8
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 7206 0 0 0 77 3 0 0 16 0 14 0 7806681 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1533180 CPUtime=0.9
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 10616 0 0 0 86 4 0 0 15 0 14 0 7806681 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1533180 CPUtime=0.45
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 1001 0 0 0 44 1 0 0 15 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1533180 CPUtime=1.69
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 2916 0 0 0 168 1 0 0 15 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1533180 CPUtime=2.58
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 6928 0 0 0 256 2 0 0 16 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7806893 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 7806894 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.91
Current children cumulated vsize (KiB) 1533180

[startup+43.702 s]
/proc/loadavg: 1.53 1.15 1.04 4/122 10549
/proc/meminfo: memFree=1541696/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1533180 CPUtime=83.91
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 61969 0 1 0 8358 33 0 0 18 0 14 0 7806678 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 383295 53046 1451 10 0 380598 0
[pid=10531/tid=10533] ppid=10529 vsize=1533180 CPUtime=1.79
/proc/10531/task/10533/stat : 10533 (java) S 10529 10531 10257 0 -1 4202560 30095 0 1 0 164 15 0 0 15 0 14 0 7806679 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1533180 CPUtime=0.8
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 7206 0 0 0 77 3 0 0 16 0 14 0 7806681 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1533180 CPUtime=0.9
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 10616 0 0 0 86 4 0 0 15 0 14 0 7806681 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1533180 CPUtime=0.45
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 1001 0 0 0 44 1 0 0 15 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1533180 CPUtime=1.69
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 2916 0 0 0 168 1 0 0 15 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1533180 CPUtime=2.58
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 6928 0 0 0 256 2 0 0 16 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7806893 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 7806894 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.91
Current children cumulated vsize (KiB) 1533180

[startup+44.1011 s]
/proc/loadavg: 1.53 1.15 1.04 1/120 10549
/proc/meminfo: memFree=1541588/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1533180 CPUtime=83.91
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 61969 0 1 0 8358 33 0 0 18 0 14 0 7806678 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 383295 53046 1451 10 0 380598 0
[pid=10531/tid=10533] ppid=10529 vsize=1533180 CPUtime=1.79
/proc/10531/task/10533/stat : 10533 (java) S 10529 10531 10257 0 -1 4202560 30095 0 1 0 164 15 0 0 15 0 14 0 7806679 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1533180 CPUtime=0.8
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 7206 0 0 0 77 3 0 0 16 0 14 0 7806681 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1533180 CPUtime=0.9
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 10616 0 0 0 86 4 0 0 15 0 14 0 7806681 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1533180 CPUtime=0.45
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 1001 0 0 0 44 1 0 0 15 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7806683 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1533180 CPUtime=1.69
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 2916 0 0 0 168 1 0 0 15 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1533180 CPUtime=2.58
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 6928 0 0 0 256 2 0 0 16 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 7806688 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7806893 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 7806894 1569976320 53046 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.91
Current children cumulated vsize (KiB) 1533180

[startup+44.2091 s]
/proc/loadavg: 1.53 1.15 1.04 1/120 10549
/proc/meminfo: memFree=1541588/2059040 swapFree=4192956/4192956
[pid=10531] ppid=10529 vsize=1533180 CPUtime=83.93
/proc/10531/stat : 10531 (java) S 10529 10531 10257 0 -1 4202496 61972 0 1 0 8360 33 0 0 18 0 15 0 7806678 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10531/statm: 383295 53049 1451 10 0 380598 0
[pid=10531/tid=10533] ppid=10529 vsize=1533180 CPUtime=1.79
/proc/10531/task/10533/stat : 10533 (java) S 10529 10531 10257 0 -1 4202560 30098 0 1 0 164 15 0 0 16 0 15 0 7806679 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10534] ppid=10529 vsize=1533180 CPUtime=0.8
/proc/10531/task/10534/stat : 10534 (java) S 10529 10531 10257 0 -1 4202560 7206 0 0 0 77 3 0 0 16 0 15 0 7806681 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10535] ppid=10529 vsize=1533180 CPUtime=0.9
/proc/10531/task/10535/stat : 10535 (java) S 10529 10531 10257 0 -1 4202560 10616 0 0 0 86 4 0 0 15 0 15 0 7806681 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10536] ppid=10529 vsize=1533180 CPUtime=0.45
/proc/10531/task/10536/stat : 10536 (java) S 10529 10531 10257 0 -1 4202560 1001 0 0 0 44 1 0 0 15 0 15 0 7806683 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 0 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10537] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10537/stat : 10537 (java) S 10529 10531 10257 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 7806683 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10538] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10538/stat : 10538 (java) S 10529 10531 10257 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 7806683 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10539] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 7806688 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10540] ppid=10529 vsize=1533180 CPUtime=1.69
/proc/10531/task/10540/stat : 10540 (java) S 10529 10531 10257 0 -1 4202560 2916 0 0 0 168 1 0 0 15 0 15 0 7806688 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10541] ppid=10529 vsize=1533180 CPUtime=2.59
/proc/10531/task/10541/stat : 10541 (java) S 10529 10531 10257 0 -1 4202560 6928 0 0 0 257 2 0 0 15 0 15 0 7806688 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10542] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10542/stat : 10542 (java) S 10529 10531 10257 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 7806688 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10543] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 15 0 7806688 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
[pid=10531/tid=10548] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10548/stat : 10548 (java) S 10529 10531 10257 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 7806893 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 1 0 0 0
[pid=10531/tid=10549] ppid=10529 vsize=1533180 CPUtime=0
/proc/10531/task/10549/stat : 10549 (java) S 10529 10531 10257 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 7806894 1569976320 53049 1992294400 134512640 134550932 4292772736 18446744073709551615 4294960144 0 4 0 16800975 18446604437826701504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.93
Current children cumulated vsize (KiB) 1533180

Child status: 20
Real time (s): 44.2372
CPU time (s): 83.9662
CPU user time (s): 83.6053
CPU system time (s): 0.360945
CPU usage (%): 189.809
Max. virtual memory (cumulated for all children) (KiB): 1542260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.6053
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61975
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= 1965
involuntary context switches= 2903

runsolver used 0.211967 second user time and 0.542917 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 13:19:08
IDJOB=2662965
IDBENCH=1493
IDSOLVER=1166
FILE ID=node027/2662965-1276341548
PBS_JOBID= 11173187
Free space on /tmp= 62448 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662965-1276341548/watcher-2662965-1276341548 -o /tmp/evaluation-result-2662965-1276341548/solver-2662965-1276341548 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662965-1276341548.opb

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

MD5SUM BENCH= 631c705feb60dcd8a1b144825a73a754
RANDOM SEED=903873530

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1749980 kB
Buffers:         39392 kB
Cached:         140268 kB
SwapCached:          0 kB
Active:         149240 kB
Inactive:        89800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1749980 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1928 kB
Writeback:           0 kB
AnonPages:       59420 kB
Mapped:          15460 kB
Slab:            47964 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-12 13:19:53