Trace number 2701158

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 58.0632 43.3766

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capa_wcsp.wbo
MD5SUM143d76bff22b6cbc85097a85314f53ce
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark25941163
Best CPU time to get the best result obtained on this benchmark1800.32
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100200
Total number of constraints201200
Number of soft constraints200100
Number of constraints which are clauses200100
Number of constraints which are cardinality constraints (but not clauses)1100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 238092768
Min constraint cost 1
Max constraint cost 238092768
Sum of constraints costs 23812436850104
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.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@1cb25f1
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@b1c260
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-2701158-1278537672.wbo
0.12/0.10	c reading problem ... 
56.99/42.34	c ... done. Wall clock time 42.242s.
56.99/42.34	c #vars     300300
56.99/42.34	c #constraints  302301
56.99/42.34	c constraints type 
56.99/42.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1000
56.99/42.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 101000
56.99/42.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
56.99/42.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
56.99/42.34	c constraints type 
56.99/42.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
56.99/42.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1000
56.99/42.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101000
56.99/42.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
57.95/42.64	c And the winner is CuttingPlanes
58.03/43.34	c starts		: 0
58.03/43.34	c conflicts		: 0
58.03/43.34	c decisions		: 0
58.03/43.34	c propagations		: 101
58.03/43.34	c inspects		: 101
58.03/43.34	c learnt literals	: 0
58.03/43.34	c learnt binary clauses	: 0
58.03/43.34	c learnt ternary clauses	: 0
58.03/43.34	c learnt clauses	: 0
58.03/43.34	c ignored clauses	: 0
58.03/43.34	c root simplifications	: 0
58.03/43.35	c removed literals (reason simplification)	: 0
58.03/43.35	c reason swapping (by a shorter reason)	: 0
58.03/43.35	c Calls to reduceDB	: 0
58.03/43.35	c number of reductions to clauses (during analyze)	: 0
58.03/43.35	c number of learned constraints concerned by reduction	: 0
58.03/43.35	c number of learning phase by resolution	: 0
58.03/43.35	c number of learning phase by cutting planes	: 0
58.03/43.35	c speed (assignments/second)	: 100.79840319361277
58.03/43.35	c non guided choices	0
58.03/43.35	c learnt constraints type 
58.03/43.35	c constraints type 
58.03/43.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1000
58.03/43.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 101000
58.03/43.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
58.03/43.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.03/43.35	c constraints type 
58.03/43.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
58.03/43.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1000
58.03/43.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101000
58.03/43.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.03/43.35	s UNSATISFIABLE
58.03/43.35	c Total wall clock time (in seconds): 43.249

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-2701158-1278537672/watcher-2701158-1278537672 -o /tmp/evaluation-result-2701158-1278537672/solver-2701158-1278537672 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701158-1278537672.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: 1.92 1.98 1.91 3/196 19006
/proc/meminfo: memFree=29143400/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=13600 CPUtime=0
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 1143 0 0 0 0 0 0 0 18 0 2 0 21981942 13926400 605 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 3413 608 288 10 0 1206 0
[pid=19006/tid=19007] ppid=19004 vsize=13644 CPUtime=0
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 117 0 0 0 0 0 0 0 18 0 2 0 21981943 13971456 613 4089446400 134512640 134550932 4294266080 18446744073709551615 11674196 0 0 0 16784584 0 0 0 -1 7 0 0 0

[startup+0.0958071 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 19006
/proc/meminfo: memFree=29143400/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1529268 CPUtime=0.11
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 5208 0 1 0 10 1 0 0 18 0 18 0 21981942 1565970432 4645 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 382317 4645 1346 10 0 379620 0
[pid=19006/tid=19007] ppid=19004 vsize=1529268 CPUtime=0.08
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 3537 0 1 0 8 0 0 0 18 0 18 0 21981943 1565970432 4646 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529268

[startup+0.100795 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 19006
/proc/meminfo: memFree=29143400/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1529268 CPUtime=0.12
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 5255 0 1 0 11 1 0 0 18 0 18 0 21981942 1565970432 4692 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 382317 4694 1348 10 0 379620 0
[pid=19006/tid=19007] ppid=19004 vsize=1529268 CPUtime=0.08
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 3583 0 1 0 8 0 0 0 18 0 18 0 21981943 1565970432 4694 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529268

[startup+0.301749 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 19006
/proc/meminfo: memFree=29143400/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1534264 CPUtime=0.58
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 23872 0 1 0 55 3 0 0 18 0 18 0 21981942 1571086336 22800 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 383566 22824 1406 10 0 380869 0
[pid=19006/tid=19007] ppid=19004 vsize=1534264 CPUtime=0.28
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 20643 0 1 0 26 2 0 0 18 0 18 0 21981943 1571086336 22832 4089446400 134512640 134550932 4294266080 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1534264

[startup+0.704529 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 19006
/proc/meminfo: memFree=29143400/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1534264 CPUtime=1.46
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 48730 0 1 0 141 5 0 0 18 0 18 0 21981942 1571086336 47613 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 383566 47613 1417 10 0 380869 0
[pid=19006/tid=19007] ppid=19004 vsize=1534264 CPUtime=0.58
/proc/19006/task/19007/stat : 19007 (java) S 19004 19006 17870 0 -1 4202560 32019 0 1 0 55 3 0 0 17 0 18 0 21981943 1571086336 47613 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1534264

[startup+1.50148 s]
/proc/loadavg: 1.92 1.98 1.91 5/214 19024
/proc/meminfo: memFree=28926180/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1538444 CPUtime=3.24
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 59390 0 1 0 310 14 0 0 18 0 18 0 21981942 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 384611 56852 1423 10 0 381914 0
[pid=19006/tid=19007] ppid=19004 vsize=1538444 CPUtime=1.19
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 32072 0 1 0 116 3 0 0 16 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19006/tid=19009] ppid=19004 vsize=1538444 CPUtime=0.1
/proc/19006/task/19009/stat : 19009 (java) S 19004 19006 17870 0 -1 4202560 1965 0 0 0 10 0 0 0 15 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19010] ppid=19004 vsize=1538444 CPUtime=0.22
/proc/19006/task/19010/stat : 19010 (java) S 19004 19006 17870 0 -1 4202560 4588 0 0 0 21 1 0 0 15 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19011] ppid=19004 vsize=1538444 CPUtime=0.17
/proc/19006/task/19011/stat : 19011 (java) S 19004 19006 17870 0 -1 4202560 3319 0 0 0 16 1 0 0 15 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19012] ppid=19004 vsize=1538444 CPUtime=0.19
/proc/19006/task/19012/stat : 19012 (java) S 19004 19006 17870 0 -1 4202560 3336 0 0 0 19 0 0 0 16 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19013] ppid=19004 vsize=1538444 CPUtime=0.17
/proc/19006/task/19013/stat : 19013 (java) S 19004 19006 17870 0 -1 4202560 1954 0 0 0 17 0 0 0 15 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19014] ppid=19004 vsize=1538444 CPUtime=0.16
/proc/19006/task/19014/stat : 19014 (java) S 19004 19006 17870 0 -1 4202560 1896 0 0 0 15 1 0 0 15 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19015] ppid=19004 vsize=1538444 CPUtime=0.19
/proc/19006/task/19015/stat : 19015 (java) S 19004 19006 17870 0 -1 4202560 3233 0 0 0 18 1 0 0 15 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19016] ppid=19004 vsize=1538444 CPUtime=0.17
/proc/19006/task/19016/stat : 19016 (java) S 19004 19006 17870 0 -1 4202560 1962 0 0 0 17 0 0 0 15 0 18 0 21981943 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19017] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19017/stat : 19017 (java) S 19004 19006 17870 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 18 0 21981944 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19018] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19018/stat : 19018 (java) S 19004 19006 17870 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 21981944 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19019] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19019/stat : 19019 (java) S 19004 19006 17870 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 21981944 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19020] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19020/stat : 19020 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 21981946 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19021] ppid=19004 vsize=1538444 CPUtime=0.33
/proc/19006/task/19021/stat : 19021 (java) S 19004 19006 17870 0 -1 4202560 2938 0 0 0 33 0 0 0 15 0 18 0 21981946 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19022] ppid=19004 vsize=1538444 CPUtime=0.22
/proc/19006/task/19022/stat : 19022 (java) S 19004 19006 17870 0 -1 4202560 1044 0 0 0 22 0 0 0 15 0 18 0 21981946 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19023] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19023/stat : 19023 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 21981946 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19024] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19024/stat : 19024 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 21981947 1575366656 56852 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 1538444

[startup+3.10127 s]
/proc/loadavg: 1.93 1.98 1.91 3/214 19024
/proc/meminfo: memFree=28918368/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1538444 CPUtime=5.34
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 61286 0 1 0 513 21 0 0 18 0 18 0 21981942 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 384611 58667 1423 10 0 381914 0
[pid=19006/tid=19007] ppid=19004 vsize=1538444 CPUtime=2.64
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 32116 0 1 0 260 4 0 0 16 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19006/tid=19009] ppid=19004 vsize=1538444 CPUtime=0.18
/proc/19006/task/19009/stat : 19009 (java) S 19004 19006 17870 0 -1 4202560 2158 0 0 0 17 1 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19010] ppid=19004 vsize=1538444 CPUtime=0.27
/proc/19006/task/19010/stat : 19010 (java) S 19004 19006 17870 0 -1 4202560 4864 0 0 0 25 2 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19011] ppid=19004 vsize=1538444 CPUtime=0.24
/proc/19006/task/19011/stat : 19011 (java) S 19004 19006 17870 0 -1 4202560 3523 0 0 0 22 2 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19012] ppid=19004 vsize=1538444 CPUtime=0.25
/proc/19006/task/19012/stat : 19012 (java) S 19004 19006 17870 0 -1 4202560 3626 0 0 0 24 1 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19013] ppid=19004 vsize=1538444 CPUtime=0.24
/proc/19006/task/19013/stat : 19013 (java) S 19004 19006 17870 0 -1 4202560 2148 0 0 0 23 1 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19014] ppid=19004 vsize=1538444 CPUtime=0.23
/proc/19006/task/19014/stat : 19014 (java) S 19004 19006 17870 0 -1 4202560 2083 0 0 0 21 2 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19015] ppid=19004 vsize=1538444 CPUtime=0.25
/proc/19006/task/19015/stat : 19015 (java) S 19004 19006 17870 0 -1 4202560 3507 0 0 0 24 1 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19016] ppid=19004 vsize=1538444 CPUtime=0.25
/proc/19006/task/19016/stat : 19016 (java) S 19004 19006 17870 0 -1 4202560 2187 0 0 0 24 1 0 0 15 0 18 0 21981943 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19017] ppid=19004 vsize=1538444 CPUtime=0.03
/proc/19006/task/19017/stat : 19017 (java) S 19004 19006 17870 0 -1 4202560 21 0 0 0 1 2 0 0 16 0 18 0 21981944 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19018] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19018/stat : 19018 (java) S 19004 19006 17870 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 21981944 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19019] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19019/stat : 19019 (java) S 19004 19006 17870 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 21981944 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19020] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19020/stat : 19020 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 21981946 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19021] ppid=19004 vsize=1538444 CPUtime=0.39
/proc/19006/task/19021/stat : 19021 (java) S 19004 19006 17870 0 -1 4202560 2940 0 0 0 39 0 0 0 15 0 18 0 21981946 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19022] ppid=19004 vsize=1538444 CPUtime=0.27
/proc/19006/task/19022/stat : 19022 (java) S 19004 19006 17870 0 -1 4202560 1051 0 0 0 27 0 0 0 16 0 18 0 21981946 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19023] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19023/stat : 19023 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 21981946 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19024] ppid=19004 vsize=1538444 CPUtime=0
/proc/19006/task/19024/stat : 19024 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 21981947 1575366656 58667 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 1538444

[startup+6.30065 s]
/proc/loadavg: 1.93 1.98 1.91 3/214 19024
/proc/meminfo: memFree=28904844/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1539468 CPUtime=9.42
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 64691 0 1 0 896 46 0 0 18 0 18 0 21981942 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 384867 61850 1423 10 0 382170 0
[pid=19006/tid=19007] ppid=19004 vsize=1539468 CPUtime=5.5
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 32204 0 1 0 546 4 0 0 16 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19006/tid=19009] ppid=19004 vsize=1539468 CPUtime=0.35
/proc/19006/task/19009/stat : 19009 (java) S 19004 19006 17870 0 -1 4202560 2471 0 0 0 32 3 0 0 15 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19010] ppid=19004 vsize=1539468 CPUtime=0.39
/proc/19006/task/19010/stat : 19010 (java) S 19004 19006 17870 0 -1 4202560 5330 0 0 0 35 4 0 0 15 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19011] ppid=19004 vsize=1539468 CPUtime=0.39
/proc/19006/task/19011/stat : 19011 (java) S 19004 19006 17870 0 -1 4202560 3920 0 0 0 35 4 0 0 15 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19012] ppid=19004 vsize=1539468 CPUtime=0.38
/proc/19006/task/19012/stat : 19012 (java) S 19004 19006 17870 0 -1 4202560 3968 0 0 0 34 4 0 0 16 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19013] ppid=19004 vsize=1539468 CPUtime=0.39
/proc/19006/task/19013/stat : 19013 (java) S 19004 19006 17870 0 -1 4202560 2526 0 0 0 35 4 0 0 15 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19014] ppid=19004 vsize=1539468 CPUtime=0.38
/proc/19006/task/19014/stat : 19014 (java) S 19004 19006 17870 0 -1 4202560 2512 0 0 0 32 6 0 0 15 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19015] ppid=19004 vsize=1539468 CPUtime=0.37
/proc/19006/task/19015/stat : 19015 (java) S 19004 19006 17870 0 -1 4202560 3917 0 0 0 33 4 0 0 15 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19016] ppid=19004 vsize=1539468 CPUtime=0.42
/proc/19006/task/19016/stat : 19016 (java) S 19004 19006 17870 0 -1 4202560 2768 0 0 0 39 3 0 0 15 0 18 0 21981943 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19017] ppid=19004 vsize=1539468 CPUtime=0.06
/proc/19006/task/19017/stat : 19017 (java) S 19004 19006 17870 0 -1 4202560 22 0 0 0 2 4 0 0 15 0 18 0 21981944 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19018] ppid=19004 vsize=1539468 CPUtime=0
/proc/19006/task/19018/stat : 19018 (java) S 19004 19006 17870 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 21981944 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19019] ppid=19004 vsize=1539468 CPUtime=0
/proc/19006/task/19019/stat : 19019 (java) S 19004 19006 17870 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 21981944 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19020] ppid=19004 vsize=1539468 CPUtime=0
/proc/19006/task/19020/stat : 19020 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 21981946 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19021] ppid=19004 vsize=1539468 CPUtime=0.39
/proc/19006/task/19021/stat : 19021 (java) S 19004 19006 17870 0 -1 4202560 2940 0 0 0 39 0 0 0 15 0 18 0 21981946 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19022] ppid=19004 vsize=1539468 CPUtime=0.27
/proc/19006/task/19022/stat : 19022 (java) S 19004 19006 17870 0 -1 4202560 1051 0 0 0 27 0 0 0 16 0 18 0 21981946 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19023] ppid=19004 vsize=1539468 CPUtime=0
/proc/19006/task/19023/stat : 19023 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 21981946 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19024] ppid=19004 vsize=1539468 CPUtime=0
/proc/19006/task/19024/stat : 19024 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 21981947 1576415232 61850 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 1539468

[startup+12.7015 s]
/proc/loadavg: 1.94 1.98 1.91 3/214 19024
/proc/meminfo: memFree=28883476/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1540492 CPUtime=17.5
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 70046 0 1 0 1657 93 0 0 18 0 18 0 21981942 1577463808 66896 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 385123 66896 1423 10 0 382426 0

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

/proc/loadavg: 2.44 2.10 1.95 3/214 19025
/proc/meminfo: memFree=28800540/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1541516 CPUtime=55.82
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 92360 0 1 0 5192 390 0 0 18 0 18 0 21981942 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 385379 87899 1423 10 0 382682 0
[pid=19006/tid=19007] ppid=19004 vsize=1541516 CPUtime=34.12
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 33085 0 1 0 3405 7 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19006/tid=19009] ppid=19004 vsize=1541516 CPUtime=2.68
/proc/19006/task/19009/stat : 19009 (java) S 19004 19006 17870 0 -1 4202560 5748 0 0 0 229 39 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19010] ppid=19004 vsize=1541516 CPUtime=2.51
/proc/19006/task/19010/stat : 19010 (java) S 19004 19006 17870 0 -1 4202560 8679 0 0 0 201 50 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19011] ppid=19004 vsize=1541516 CPUtime=2.67
/proc/19006/task/19011/stat : 19011 (java) S 19004 19006 17870 0 -1 4202560 7352 0 0 0 218 49 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19012] ppid=19004 vsize=1541516 CPUtime=2.5
/proc/19006/task/19012/stat : 19012 (java) S 19004 19006 17870 0 -1 4202560 7401 0 0 0 208 42 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19013] ppid=19004 vsize=1541516 CPUtime=2.56
/proc/19006/task/19013/stat : 19013 (java) S 19004 19006 17870 0 -1 4202560 5527 0 0 0 211 45 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19014] ppid=19004 vsize=1541516 CPUtime=2.56
/proc/19006/task/19014/stat : 19014 (java) S 19004 19006 17870 0 -1 4202560 5392 0 0 0 212 44 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19015] ppid=19004 vsize=1541516 CPUtime=2.58
/proc/19006/task/19015/stat : 19015 (java) S 19004 19006 17870 0 -1 4202560 7874 0 0 0 209 49 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19016] ppid=19004 vsize=1541516 CPUtime=2.61
/proc/19006/task/19016/stat : 19016 (java) S 19004 19006 17870 0 -1 4202560 6215 0 0 0 215 46 0 0 15 0 18 0 21981943 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19017] ppid=19004 vsize=1541516 CPUtime=0.26
/proc/19006/task/19017/stat : 19017 (java) S 19004 19006 17870 0 -1 4202560 33 0 0 0 13 13 0 0 16 0 18 0 21981944 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19018] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19018/stat : 19018 (java) S 19004 19006 17870 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 21981944 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19019] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19019/stat : 19019 (java) S 19004 19006 17870 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 21981944 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19020] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19020/stat : 19020 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 21981946 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19021] ppid=19004 vsize=1541516 CPUtime=0.39
/proc/19006/task/19021/stat : 19021 (java) S 19004 19006 17870 0 -1 4202560 2940 0 0 0 39 0 0 0 15 0 18 0 21981946 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19022] ppid=19004 vsize=1541516 CPUtime=0.27
/proc/19006/task/19022/stat : 19022 (java) S 19004 19006 17870 0 -1 4202560 1051 0 0 0 27 0 0 0 16 0 18 0 21981946 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19023] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19023/stat : 19023 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 21981946 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19024] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19024/stat : 19024 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 21981947 1578512384 87899 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.82
Current children cumulated vsize (KiB) 1541516

[startup+42.3013 s]
/proc/loadavg: 2.81 2.18 1.97 3/214 19025
/proc/meminfo: memFree=28798928/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1541516 CPUtime=56.99
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 98035 0 1 0 5306 393 0 0 18 0 18 0 21981942 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 385379 93484 1423 10 0 382682 0
[pid=19006/tid=19007] ppid=19004 vsize=1541516 CPUtime=34.85
/proc/19006/task/19007/stat : 19007 (java) R 19004 19006 17870 0 -1 4202560 33111 0 1 0 3478 7 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4109174844 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19006/tid=19009] ppid=19004 vsize=1541516 CPUtime=2.72
/proc/19006/task/19009/stat : 19009 (java) S 19004 19006 17870 0 -1 4202560 6885 0 0 0 233 39 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19010] ppid=19004 vsize=1541516 CPUtime=2.54
/proc/19006/task/19010/stat : 19010 (java) S 19004 19006 17870 0 -1 4202560 9024 0 0 0 204 50 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19011] ppid=19004 vsize=1541516 CPUtime=2.71
/proc/19006/task/19011/stat : 19011 (java) S 19004 19006 17870 0 -1 4202560 8282 0 0 0 222 49 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19012] ppid=19004 vsize=1541516 CPUtime=2.53
/proc/19006/task/19012/stat : 19012 (java) S 19004 19006 17870 0 -1 4202560 8176 0 0 0 211 42 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19013] ppid=19004 vsize=1541516 CPUtime=2.59
/proc/19006/task/19013/stat : 19013 (java) S 19004 19006 17870 0 -1 4202560 6687 0 0 0 214 45 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19014] ppid=19004 vsize=1541516 CPUtime=2.61
/proc/19006/task/19014/stat : 19014 (java) S 19004 19006 17870 0 -1 4202560 6019 0 0 0 216 45 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19015] ppid=19004 vsize=1541516 CPUtime=2.6
/proc/19006/task/19015/stat : 19015 (java) S 19004 19006 17870 0 -1 4202560 7887 0 0 0 210 50 0 0 15 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19016] ppid=19004 vsize=1541516 CPUtime=2.66
/proc/19006/task/19016/stat : 19016 (java) S 19004 19006 17870 0 -1 4202560 6862 0 0 0 219 47 0 0 16 0 18 0 21981943 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19017] ppid=19004 vsize=1541516 CPUtime=0.26
/proc/19006/task/19017/stat : 19017 (java) S 19004 19006 17870 0 -1 4202560 33 0 0 0 13 13 0 0 15 0 18 0 21981944 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19018] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19018/stat : 19018 (java) S 19004 19006 17870 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 21981944 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19019] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19019/stat : 19019 (java) S 19004 19006 17870 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 21981944 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19020] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19020/stat : 19020 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 21981946 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19021] ppid=19004 vsize=1541516 CPUtime=0.47
/proc/19006/task/19021/stat : 19021 (java) S 19004 19006 17870 0 -1 4202560 2950 0 0 0 47 0 0 0 15 0 18 0 21981946 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19022] ppid=19004 vsize=1541516 CPUtime=0.34
/proc/19006/task/19022/stat : 19022 (java) S 19004 19006 17870 0 -1 4202560 1056 0 0 0 34 0 0 0 15 0 18 0 21981946 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19023] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19023/stat : 19023 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 21981946 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19024] ppid=19004 vsize=1541516 CPUtime=0
/proc/19006/task/19024/stat : 19024 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 21981947 1578512384 93484 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 56.99
Current children cumulated vsize (KiB) 1541516

[startup+43.1011 s]
/proc/loadavg: 2.81 2.18 1.97 2/214 19027
/proc/meminfo: memFree=28750444/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1543108 CPUtime=58.03
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 104605 0 1 0 5408 395 0 0 18 0 18 0 21981942 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 385777 100047 1437 10 0 383080 0
[pid=19006/tid=19007] ppid=19004 vsize=1543108 CPUtime=34.89
/proc/19006/task/19007/stat : 19007 (java) S 19004 19006 17870 0 -1 4202560 33115 0 1 0 3482 7 0 0 17 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19009] ppid=19004 vsize=1543108 CPUtime=2.75
/proc/19006/task/19009/stat : 19009 (java) S 19004 19006 17870 0 -1 4202560 6934 0 0 0 236 39 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19010] ppid=19004 vsize=1543108 CPUtime=2.55
/proc/19006/task/19010/stat : 19010 (java) S 19004 19006 17870 0 -1 4202560 9442 0 0 0 205 50 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19011] ppid=19004 vsize=1543108 CPUtime=2.74
/proc/19006/task/19011/stat : 19011 (java) S 19004 19006 17870 0 -1 4202560 10021 0 0 0 224 50 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19012] ppid=19004 vsize=1543108 CPUtime=2.54
/proc/19006/task/19012/stat : 19012 (java) S 19004 19006 17870 0 -1 4202560 8505 0 0 0 212 42 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19013] ppid=19004 vsize=1543108 CPUtime=2.61
/proc/19006/task/19013/stat : 19013 (java) S 19004 19006 17870 0 -1 4202560 7028 0 0 0 215 46 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19014] ppid=19004 vsize=1543108 CPUtime=2.64
/proc/19006/task/19014/stat : 19014 (java) S 19004 19006 17870 0 -1 4202560 7203 0 0 0 219 45 0 0 16 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19015] ppid=19004 vsize=1543108 CPUtime=2.63
/proc/19006/task/19015/stat : 19015 (java) S 19004 19006 17870 0 -1 4202560 7964 0 0 0 213 50 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19016] ppid=19004 vsize=1543108 CPUtime=2.7
/proc/19006/task/19016/stat : 19016 (java) S 19004 19006 17870 0 -1 4202560 9137 0 0 0 222 48 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19017] ppid=19004 vsize=1543108 CPUtime=0.26
/proc/19006/task/19017/stat : 19017 (java) S 19004 19006 17870 0 -1 4202560 33 0 0 0 13 13 0 0 15 0 18 0 21981944 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19018] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19018/stat : 19018 (java) S 19004 19006 17870 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 21981944 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19019] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19019/stat : 19019 (java) S 19004 19006 17870 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 21981944 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19020] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19020/stat : 19020 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19021] ppid=19004 vsize=1543108 CPUtime=0.6
/proc/19006/task/19021/stat : 19021 (java) S 19004 19006 17870 0 -1 4202560 2972 0 0 0 60 0 0 0 15 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19022] ppid=19004 vsize=1543108 CPUtime=0.5
/proc/19006/task/19022/stat : 19022 (java) S 19004 19006 17870 0 -1 4202560 1164 0 0 0 50 0 0 0 16 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19023] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19023/stat : 19023 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19024] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19024/stat : 19024 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 21981947 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.03
Current children cumulated vsize (KiB) 1543108

[startup+43.3011 s]
/proc/loadavg: 2.81 2.18 1.97 2/214 19027
/proc/meminfo: memFree=28750444/32950928 swapFree=67111528/67111528
[pid=19006] ppid=19004 vsize=1543108 CPUtime=58.03
/proc/19006/stat : 19006 (java) S 19004 19006 17870 0 -1 4202496 104605 0 1 0 5408 395 0 0 18 0 18 0 21981942 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/19006/statm: 385777 100047 1437 10 0 383080 0
[pid=19006/tid=19007] ppid=19004 vsize=1543108 CPUtime=34.89
/proc/19006/task/19007/stat : 19007 (java) S 19004 19006 17870 0 -1 4202560 33115 0 1 0 3482 7 0 0 17 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19009] ppid=19004 vsize=1543108 CPUtime=2.75
/proc/19006/task/19009/stat : 19009 (java) S 19004 19006 17870 0 -1 4202560 6934 0 0 0 236 39 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19010] ppid=19004 vsize=1543108 CPUtime=2.55
/proc/19006/task/19010/stat : 19010 (java) S 19004 19006 17870 0 -1 4202560 9442 0 0 0 205 50 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19011] ppid=19004 vsize=1543108 CPUtime=2.74
/proc/19006/task/19011/stat : 19011 (java) S 19004 19006 17870 0 -1 4202560 10021 0 0 0 224 50 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19012] ppid=19004 vsize=1543108 CPUtime=2.54
/proc/19006/task/19012/stat : 19012 (java) S 19004 19006 17870 0 -1 4202560 8505 0 0 0 212 42 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 2 0 0 0
[pid=19006/tid=19013] ppid=19004 vsize=1543108 CPUtime=2.61
/proc/19006/task/19013/stat : 19013 (java) S 19004 19006 17870 0 -1 4202560 7028 0 0 0 215 46 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19014] ppid=19004 vsize=1543108 CPUtime=2.64
/proc/19006/task/19014/stat : 19014 (java) S 19004 19006 17870 0 -1 4202560 7203 0 0 0 219 45 0 0 16 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19015] ppid=19004 vsize=1543108 CPUtime=2.63
/proc/19006/task/19015/stat : 19015 (java) S 19004 19006 17870 0 -1 4202560 7964 0 0 0 213 50 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 4 0 0 0
[pid=19006/tid=19016] ppid=19004 vsize=1543108 CPUtime=2.7
/proc/19006/task/19016/stat : 19016 (java) S 19004 19006 17870 0 -1 4202560 9137 0 0 0 222 48 0 0 15 0 18 0 21981943 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 5 0 0 0
[pid=19006/tid=19017] ppid=19004 vsize=1543108 CPUtime=0.26
/proc/19006/task/19017/stat : 19017 (java) S 19004 19006 17870 0 -1 4202560 33 0 0 0 13 13 0 0 15 0 18 0 21981944 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 0 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19018] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19018/stat : 19018 (java) S 19004 19006 17870 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 18 0 21981944 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19019] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19019/stat : 19019 (java) S 19004 19006 17870 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 21981944 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19020] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19020/stat : 19020 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
[pid=19006/tid=19021] ppid=19004 vsize=1543108 CPUtime=0.6
/proc/19006/task/19021/stat : 19021 (java) S 19004 19006 17870 0 -1 4202560 2972 0 0 0 60 0 0 0 15 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 7 0 0 0
[pid=19006/tid=19022] ppid=19004 vsize=1543108 CPUtime=0.5
/proc/19006/task/19022/stat : 19022 (java) S 19004 19006 17870 0 -1 4202560 1164 0 0 0 50 0 0 0 16 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 0 0 0 0
[pid=19006/tid=19023] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19023/stat : 19023 (java) S 19004 19006 17870 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 18 0 21981946 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 3 0 0 0
[pid=19006/tid=19024] ppid=19004 vsize=1543108 CPUtime=0
/proc/19006/task/19024/stat : 19024 (java) S 19004 19006 17870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 21981947 1580142592 100047 4089446400 134512640 134550932 4294266080 18446744073709551615 4294960144 0 4 0 16800975 18446604454225156224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.03
Current children cumulated vsize (KiB) 1543108

Child status: 20
Real time (s): 43.3766
CPU time (s): 58.0632
CPU user time (s): 54.0898
CPU system time (s): 3.9734
CPU usage (%): 133.858
Max. virtual memory (cumulated for all children) (KiB): 1543108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.0898
system time used= 3.9734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104611
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= 42170
involuntary context switches= 2500892

runsolver used 0.076988 second user time and 0.178972 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-07 23:21:12
IDJOB=2701158
IDBENCH=79533
IDSOLVER=1207
FILE ID=node112/2701158-1278537672
PBS_JOBID= 11239253
Free space on /tmp= 73440 MiB

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

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

MD5SUM BENCH= 143d76bff22b6cbc85097a85314f53ce
RANDOM SEED=1935473279

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29143672 kB
Buffers:        135492 kB
Cached:        3114380 kB
SwapCached:          0 kB
Active:        1613508 kB
Inactive:      2041348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29143672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7408 kB
Writeback:           0 kB
AnonPages:      405780 kB
Mapped:          20336 kB
Slab:            87316 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1650708 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= 73440 MiB
End job on node112 at 2010-07-07 23:21:55