Trace number 2694323

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 532.058 263.018

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12026_5-unsat--soft-66-100-0.wbo
MD5SUM61d4c9960e3fd82523e9755479fb1e31
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark6200
Best CPU time to get the best result obtained on this benchmark1800.27
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables32912
Total number of constraints109848
Number of soft constraints37605
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
Top cost 1909674
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1909673
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.06	c version 2.2.0.v20100531
0.01/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.06	c java.vm.version	11.2-b01
0.01/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.06	c sun.arch.data.model	32
0.01/0.06	c java.version		1.6.0_12
0.01/0.06	c os.name		Linux
0.01/0.06	c os.version		2.6.18-164.el5
0.01/0.06	c os.arch		i386
0.01/0.06	c Free memory 		1393557488
0.01/0.06	c Max memory 		1395916800
0.01/0.06	c Total memory 		1395916800
0.01/0.06	c Number of processors 	8
0.01/0.09	c Pseudo Boolean Optimization
0.01/0.09	c ManyCore solver with 2 solvers running in parallel
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c Stops conflict analysis at the first Unique Implication Point
0.01/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c Stops conflict analysis at the first Unique Implication Point
0.01/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.01/0.09	c No reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	
0.01/0.09	c solving HOME/instance-2694323-1277886196.wbo
0.01/0.09	c reading problem ... 
4.44/2.17	c ... done. Wall clock time 2.08s.
4.44/2.17	c #vars     70517
4.44/2.17	c #constraints  97500
4.44/2.17	c constraints type 
4.44/2.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12345
4.44/2.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 4784
4.44/2.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74442
4.44/2.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
4.44/2.17	c constraints type 
4.44/2.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74442
4.44/2.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12345
4.44/2.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4784
4.44/2.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
13.73/5.88	c cleaning 2496 clauses out of 5000 with flag 5000/5000
21.99/9.92	c cleaning 4249 clauses out of 8501 with flag 11000/11000
32.99/15.48	c cleaning 5618 clauses out of 11252 with flag 18000/18000
45.36/21.66	c cleaning 6816 clauses out of 13635 with flag 26001/26001
59.42/28.66	c cleaning 7904 clauses out of 15818 with flag 35000/35000
73.69/35.72	c cleaning 8951 clauses out of 17914 with flag 45000/45000
92.19/44.99	c cleaning 9971 clauses out of 19962 with flag 56000/56000
108.94/53.20	c cleaning 0 clauses out of 5000 with flag 0/5000
111.23/54.41	c cleaning 10988 clauses out of 21991 with flag 68000/68000
131.80/64.65	c cleaning 11991 clauses out of 24003 with flag 81000/81000
155.34/76.37	c cleaning 12994 clauses out of 26012 with flag 95000/95000
180.20/88.69	c cleaning 13995 clauses out of 28019 with flag 110001/110001
208.83/102.82	c cleaning 14999 clauses out of 30021 with flag 126000/126000
237.00/116.88	c cleaning 16010 clauses out of 32022 with flag 143000/143000
267.26/131.87	c cleaning 16995 clauses out of 34013 with flag 161001/161001
300.37/148.21	c cleaning 17987 clauses out of 36016 with flag 180000/180000
334.64/165.21	c cleaning 19011 clauses out of 38029 with flag 200001/200001
369.38/182.49	c cleaning 19995 clauses out of 40014 with flag 221001/221001
409.01/202.00	c cleaning 21004 clauses out of 42017 with flag 243001/243001
448.25/221.41	c cleaning 22002 clauses out of 44013 with flag 266002/266002
490.51/242.35	c cleaning 22991 clauses out of 46008 with flag 290000/290000
531.74/262.75	c And the winner is Resolution
532.00/262.94	c starts		: 118
532.00/262.94	c conflicts		: 313755
532.00/262.94	c decisions		: 427131
532.00/262.94	c propagations		: 437460415
532.00/262.94	c inspects		: 1337426519
532.00/262.94	c learnt literals	: 24
532.00/262.94	c learnt binary clauses	: 164
532.00/262.94	c learnt ternary clauses	: 842
532.00/262.94	c learnt clauses	: 313730
532.00/262.94	c ignored clauses	: 0
532.00/262.94	c root simplifications	: 0
532.00/262.94	c removed literals (reason simplification)	: 6943223
532.00/262.94	c reason swapping (by a shorter reason)	: 0
532.00/262.94	c Calls to reduceDB	: 20
532.00/262.94	c number of reductions to clauses (during analyze)	: 0
532.00/262.94	c number of learned constraints concerned by reduction	: 0
532.00/262.94	c number of learning phase by resolution	: 0
532.00/262.94	c number of learning phase by cutting planes	: 0
532.00/262.94	c speed (assignments/second)	: 1677610.4638677118
532.00/262.94	c non guided choices	68
532.00/262.96	c learnt constraints type 
532.00/262.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 46599
532.00/262.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 164
532.00/262.96	c constraints type 
532.00/262.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12345
532.00/262.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 4784
532.00/262.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74442
532.00/262.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
532.00/262.96	c constraints type 
532.00/262.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74442
532.00/262.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12345
532.00/262.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4784
532.00/262.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
532.00/262.96	s UNSATISFIABLE
532.00/262.96	c Total wall clock time (in seconds): 262.864

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-2694323-1277886196/watcher-2694323-1277886196 -o /tmp/evaluation-result-2694323-1277886196/solver-2694323-1277886196 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694323-1277886196.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: 0.67 0.16 0.05 3/197 10201
/proc/meminfo: memFree=31116448/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=13696 CPUtime=0
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 1164 0 0 0 0 0 0 0 25 0 2 0 129916424 14024704 619 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 3434 623 299 10 0 1206 0
[pid=10201/tid=10202] ppid=10199 vsize=13684 CPUtime=0
/proc/10201/task/10202/stat : 10202 (java) S 10199 10201 10004 0 -1 4202560 142 0 0 0 0 0 0 0 25 0 2 0 129916425 14012416 631 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16784584 4482383730173804543 0 0 -1 0 0 0 0

[startup+0.0264979 s]
/proc/loadavg: 0.67 0.16 0.05 3/197 10201
/proc/meminfo: memFree=31116448/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1525308 CPUtime=0.01
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 3674 0 1 0 1 0 0 0 25 0 13 0 129916424 1561915392 3116 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 381327 3119 1030 10 0 378637 0
[pid=10201/tid=10202] ppid=10199 vsize=1525308 CPUtime=0.01
/proc/10201/task/10202/stat : 10202 (java) R 10199 10201 10004 0 -1 4202560 2614 0 1 0 1 0 0 0 25 0 13 0 129916425 1561915392 3120 4089446400 134512640 134550932 4289142544 18446744073709551615 103602199 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525308

[startup+0.100486 s]
/proc/loadavg: 0.67 0.16 0.05 3/197 10201
/proc/meminfo: memFree=31116448/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1530080 CPUtime=0.12
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 5299 0 1 0 11 1 0 0 25 0 18 0 129916424 1566801920 4737 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 382520 4737 1350 10 0 379823 0
[pid=10201/tid=10202] ppid=10199 vsize=1530080 CPUtime=0.09
/proc/10201/task/10202/stat : 10202 (java) R 10199 10201 10004 0 -1 4202560 3626 0 1 0 8 1 0 0 25 0 18 0 129916425 1566801920 4737 4089446400 134512640 134550932 4289142544 18446744073709551615 4159899665 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530080

[startup+0.300451 s]
/proc/loadavg: 0.67 0.16 0.05 3/197 10201
/proc/meminfo: memFree=31116448/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1531820 CPUtime=0.53
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 9022 0 1 0 51 2 0 0 25 0 18 0 129916424 1568583680 8344 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 382955 8345 1403 10 0 380258 0
[pid=10201/tid=10202] ppid=10199 vsize=1531820 CPUtime=0.28
/proc/10201/task/10202/stat : 10202 (java) R 10199 10201 10004 0 -1 4202560 6712 0 1 0 27 1 0 0 25 0 18 0 129916425 1568583680 8345 4089446400 134512640 134550932 4289142544 18446744073709551615 4109704193 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531820

[startup+0.700379 s]
/proc/loadavg: 0.67 0.16 0.05 3/197 10201
/proc/meminfo: memFree=31116448/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1544140 CPUtime=1.68
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 32405 0 1 0 163 5 0 0 25 0 18 0 129916424 1581199360 28947 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 386035 28951 1414 10 0 383338 0
[pid=10201/tid=10202] ppid=10199 vsize=1544140 CPUtime=0.68
/proc/10201/task/10202/stat : 10202 (java) R 10199 10201 10004 0 -1 4202560 24258 0 1 0 65 3 0 0 25 0 18 0 129916425 1581199360 28953 4089446400 134512640 134550932 4289142544 18446744073709551615 4110002106 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1544140

[startup+1.50124 s]
/proc/loadavg: 0.78 0.19 0.06 8/215 10219
/proc/meminfo: memFree=30936884/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1542068 CPUtime=3.32
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 57139 0 1 0 323 9 0 0 25 0 18 0 129916424 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 385517 52972 1426 10 0 382820 0
[pid=10201/tid=10202] ppid=10199 vsize=1542068 CPUtime=1.31
/proc/10201/task/10202/stat : 10202 (java) R 10199 10201 10004 0 -1 4202560 32087 0 1 0 126 5 0 0 25 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10201/tid=10204] ppid=10199 vsize=1542068 CPUtime=0.06
/proc/10201/task/10204/stat : 10204 (java) S 10199 10201 10004 0 -1 4202560 359 0 0 0 6 0 0 0 16 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10205] ppid=10199 vsize=1542068 CPUtime=0.05
/proc/10201/task/10205/stat : 10205 (java) S 10199 10201 10004 0 -1 4202560 1337 0 0 0 5 0 0 0 16 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10206] ppid=10199 vsize=1542068 CPUtime=0.06
/proc/10201/task/10206/stat : 10206 (java) S 10199 10201 10004 0 -1 4202560 1519 0 0 0 6 0 0 0 16 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 7 0 0 0
[pid=10201/tid=10207] ppid=10199 vsize=1542068 CPUtime=0.14
/proc/10201/task/10207/stat : 10207 (java) S 10199 10201 10004 0 -1 4202560 2894 0 0 0 14 0 0 0 16 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10208] ppid=10199 vsize=1542068 CPUtime=0.13
/proc/10201/task/10208/stat : 10208 (java) S 10199 10201 10004 0 -1 4202560 3050 0 0 0 13 0 0 0 16 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10209] ppid=10199 vsize=1542068 CPUtime=0.11
/proc/10201/task/10209/stat : 10209 (java) S 10199 10201 10004 0 -1 4202560 2856 0 0 0 11 0 0 0 16 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10210] ppid=10199 vsize=1542068 CPUtime=0.1
/proc/10201/task/10210/stat : 10210 (java) S 10199 10201 10004 0 -1 4202560 2465 0 0 0 10 0 0 0 16 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10211] ppid=10199 vsize=1542068 CPUtime=0.12
/proc/10201/task/10211/stat : 10211 (java) S 10199 10201 10004 0 -1 4202560 2384 0 0 0 12 0 0 0 15 0 18 0 129916425 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10212] ppid=10199 vsize=1542068 CPUtime=0
/proc/10201/task/10212/stat : 10212 (java) S 10199 10201 10004 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 18 0 129916426 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10213] ppid=10199 vsize=1542068 CPUtime=0
/proc/10201/task/10213/stat : 10213 (java) S 10199 10201 10004 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 129916427 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10214] ppid=10199 vsize=1542068 CPUtime=0
/proc/10201/task/10214/stat : 10214 (java) S 10199 10201 10004 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 129916427 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10215] ppid=10199 vsize=1542068 CPUtime=0
/proc/10201/task/10215/stat : 10215 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 129916429 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10216] ppid=10199 vsize=1542068 CPUtime=0.49
/proc/10201/task/10216/stat : 10216 (java) S 10199 10201 10004 0 -1 4202560 3832 0 0 0 49 0 0 0 16 0 18 0 129916429 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10217] ppid=10199 vsize=1542068 CPUtime=0.64
/proc/10201/task/10217/stat : 10217 (java) S 10199 10201 10004 0 -1 4202560 3281 0 0 0 64 0 0 0 15 0 18 0 129916429 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 7 0 0 0
[pid=10201/tid=10218] ppid=10199 vsize=1542068 CPUtime=0
/proc/10201/task/10218/stat : 10218 (java) S 10199 10201 10004 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 129916429 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10219] ppid=10199 vsize=1542068 CPUtime=0
/proc/10201/task/10219/stat : 10219 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 129916429 1579077632 52972 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 1542068

[startup+3.10101 s]
/proc/loadavg: 0.78 0.19 0.06 4/215 10219
/proc/meminfo: memFree=30894724/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1549836 CPUtime=7.86
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 68870 0 1 0 773 13 0 0 25 0 22 0 129916424 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 387459 59498 1447 10 0 384762 0
[pid=10201/tid=10202] ppid=10199 vsize=1549836 CPUtime=1.93
/proc/10201/task/10202/stat : 10202 (java) S 10199 10201 10004 0 -1 4202560 32122 0 1 0 188 5 0 0 25 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10204] ppid=10199 vsize=1549836 CPUtime=0.1
/proc/10201/task/10204/stat : 10204 (java) S 10199 10201 10004 0 -1 4202560 925 0 0 0 10 0 0 0 16 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10205] ppid=10199 vsize=1549836 CPUtime=0.1
/proc/10201/task/10205/stat : 10205 (java) S 10199 10201 10004 0 -1 4202560 2097 0 0 0 10 0 0 0 16 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10206] ppid=10199 vsize=1549836 CPUtime=0.1
/proc/10201/task/10206/stat : 10206 (java) S 10199 10201 10004 0 -1 4202560 1728 0 0 0 10 0 0 0 15 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 7 0 0 0
[pid=10201/tid=10207] ppid=10199 vsize=1549836 CPUtime=0.18
/proc/10201/task/10207/stat : 10207 (java) S 10199 10201 10004 0 -1 4202560 3450 0 0 0 18 0 0 0 16 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10208] ppid=10199 vsize=1549836 CPUtime=0.17
/proc/10201/task/10208/stat : 10208 (java) S 10199 10201 10004 0 -1 4202560 3962 0 0 0 17 0 0 0 16 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10209] ppid=10199 vsize=1549836 CPUtime=0.15
/proc/10201/task/10209/stat : 10209 (java) S 10199 10201 10004 0 -1 4202560 3628 0 0 0 15 0 0 0 16 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10210] ppid=10199 vsize=1549836 CPUtime=0.14
/proc/10201/task/10210/stat : 10210 (java) S 10199 10201 10004 0 -1 4202560 3003 0 0 0 14 0 0 0 15 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10211] ppid=10199 vsize=1549836 CPUtime=0.16
/proc/10201/task/10211/stat : 10211 (java) S 10199 10201 10004 0 -1 4202560 3060 0 0 0 16 0 0 0 16 0 22 0 129916425 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 7 0 0 0
[pid=10201/tid=10212] ppid=10199 vsize=1549836 CPUtime=0
/proc/10201/task/10212/stat : 10212 (java) S 10199 10201 10004 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 129916426 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446604471136198720 0 0 -1 7 0 0 0
[pid=10201/tid=10213] ppid=10199 vsize=1549836 CPUtime=0
/proc/10201/task/10213/stat : 10213 (java) S 10199 10201 10004 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 129916427 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10214] ppid=10199 vsize=1549836 CPUtime=0
/proc/10201/task/10214/stat : 10214 (java) S 10199 10201 10004 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 22 0 129916427 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10215] ppid=10199 vsize=1549836 CPUtime=0
/proc/10201/task/10215/stat : 10215 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129916429 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10216] ppid=10199 vsize=1549836 CPUtime=1.29
/proc/10201/task/10216/stat : 10216 (java) S 10199 10201 10004 0 -1 4202560 5826 0 0 0 128 1 0 0 15 0 22 0 129916429 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10217] ppid=10199 vsize=1549836 CPUtime=1.6
/proc/10201/task/10217/stat : 10217 (java) S 10199 10201 10004 0 -1 4202560 7940 0 0 0 159 1 0 0 16 0 22 0 129916429 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10218] ppid=10199 vsize=1549836 CPUtime=0
/proc/10201/task/10218/stat : 10218 (java) S 10199 10201 10004 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 129916429 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10219] ppid=10199 vsize=1549836 CPUtime=0
/proc/10201/task/10219/stat : 10219 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 129916429 1587032064 59498 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 1549836

[startup+6.30143 s]
/proc/loadavg: 0.96 0.24 0.08 4/219 10223
/proc/meminfo: memFree=30876344/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1550280 CPUtime=14.63
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 73962 0 1 0 1447 16 0 0 25 0 22 0 129916424 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 387570 62048 1452 10 0 384873 0
[pid=10201/tid=10202] ppid=10199 vsize=1550280 CPUtime=1.93
/proc/10201/task/10202/stat : 10202 (java) S 10199 10201 10004 0 -1 4202560 32122 0 1 0 188 5 0 0 18 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10204] ppid=10199 vsize=1550280 CPUtime=0.12
/proc/10201/task/10204/stat : 10204 (java) S 10199 10201 10004 0 -1 4202560 1185 0 0 0 12 0 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10205] ppid=10199 vsize=1550280 CPUtime=0.13
/proc/10201/task/10205/stat : 10205 (java) S 10199 10201 10004 0 -1 4202560 2305 0 0 0 12 1 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10206] ppid=10199 vsize=1550280 CPUtime=0.13
/proc/10201/task/10206/stat : 10206 (java) S 10199 10201 10004 0 -1 4202560 1946 0 0 0 12 1 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10207] ppid=10199 vsize=1550280 CPUtime=0.2
/proc/10201/task/10207/stat : 10207 (java) S 10199 10201 10004 0 -1 4202560 3540 0 0 0 20 0 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10208] ppid=10199 vsize=1550280 CPUtime=0.19
/proc/10201/task/10208/stat : 10208 (java) S 10199 10201 10004 0 -1 4202560 4172 0 0 0 19 0 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10209] ppid=10199 vsize=1550280 CPUtime=0.19
/proc/10201/task/10209/stat : 10209 (java) S 10199 10201 10004 0 -1 4202560 3947 0 0 0 18 1 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10210] ppid=10199 vsize=1550280 CPUtime=0.17
/proc/10201/task/10210/stat : 10210 (java) S 10199 10201 10004 0 -1 4202560 3426 0 0 0 17 0 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10211] ppid=10199 vsize=1550280 CPUtime=0.18
/proc/10201/task/10211/stat : 10211 (java) S 10199 10201 10004 0 -1 4202560 3648 0 0 0 18 0 0 0 16 0 22 0 129916425 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10212] ppid=10199 vsize=1550280 CPUtime=0.15
/proc/10201/task/10212/stat : 10212 (java) S 10199 10201 10004 0 -1 4202560 208 0 0 0 15 0 0 0 16 0 22 0 129916426 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446604471136198720 0 0 -1 7 0 0 0
[pid=10201/tid=10213] ppid=10199 vsize=1550280 CPUtime=0
/proc/10201/task/10213/stat : 10213 (java) S 10199 10201 10004 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 129916427 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10214] ppid=10199 vsize=1550280 CPUtime=0
/proc/10201/task/10214/stat : 10214 (java) S 10199 10201 10004 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 22 0 129916427 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10215] ppid=10199 vsize=1550280 CPUtime=0
/proc/10201/task/10215/stat : 10215 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129916429 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10216] ppid=10199 vsize=1550280 CPUtime=1.55
/proc/10201/task/10216/stat : 10216 (java) S 10199 10201 10004 0 -1 4202560 8280 0 0 0 154 1 0 0 15 0 22 0 129916429 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10217] ppid=10199 vsize=1550280 CPUtime=1.74
/proc/10201/task/10217/stat : 10217 (java) S 10199 10201 10004 0 -1 4202560 8053 0 0 0 173 1 0 0 16 0 22 0 129916429 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10218] ppid=10199 vsize=1550280 CPUtime=0
/proc/10201/task/10218/stat : 10218 (java) S 10199 10201 10004 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 129916429 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10219] ppid=10199 vsize=1550280 CPUtime=0
/proc/10201/task/10219/stat : 10219 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 129916429 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10220] ppid=10199 vsize=1550280 CPUtime=3.9
/proc/10201/task/10220/stat : 10220 (java) R 10199 10201 10004 0 -1 4202560 25 0 0 0 390 0 0 0 19 0 22 0 129916642 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4109808372 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10201/tid=10221] ppid=10199 vsize=1550280 CPUtime=3.91
/proc/10201/task/10221/stat : 10221 (java) R 10199 10201 10004 0 -1 4202560 35 0 0 0 391 0 0 0 25 0 22 0 129916642 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4110564502 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10201/tid=10222] ppid=10199 vsize=1550280 CPUtime=0
/proc/10201/task/10222/stat : 10222 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129916669 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10223] ppid=10199 vsize=1550280 CPUtime=0
/proc/10201/task/10223/stat : 10223 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 129916669 1587486720 62048 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 14.63

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

/proc/10201/task/10212/stat : 10212 (java) S 10199 10201 10004 0 -1 4202560 32568 0 0 0 535 10 0 0 15 0 22 0 129916426 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10213] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10213/stat : 10213 (java) S 10199 10201 10004 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 129916427 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10214] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10214/stat : 10214 (java) S 10199 10201 10004 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 22 0 129916427 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10215] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10215/stat : 10215 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10216] ppid=10199 vsize=1551304 CPUtime=1.86
/proc/10201/task/10216/stat : 10216 (java) S 10199 10201 10004 0 -1 4202560 9092 0 0 0 185 1 0 0 15 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10217] ppid=10199 vsize=1551304 CPUtime=1.79
/proc/10201/task/10217/stat : 10217 (java) S 10199 10201 10004 0 -1 4202560 8053 0 0 0 178 1 0 0 16 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10218] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10218/stat : 10218 (java) S 10199 10201 10004 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10219] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10219/stat : 10219 (java) S 10199 10201 10004 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10220] ppid=10199 vsize=1551304 CPUtime=252.07
/proc/10201/task/10220/stat : 10220 (java) R 10199 10201 10004 0 -1 4202560 273 0 0 0 25207 0 0 0 25 0 22 0 129916642 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4110466319 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10201/tid=10221] ppid=10199 vsize=1551304 CPUtime=252.09
/proc/10201/task/10221/stat : 10221 (java) R 10199 10201 10004 0 -1 4202560 267 0 0 0 25209 0 0 0 25 0 22 0 129916642 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4110570535 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10201/tid=10222] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10222/stat : 10222 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129916669 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10223] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10223/stat : 10223 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 129916669 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 530.94
Current children cumulated vsize (KiB) 1551304

[startup+262.701 s]
/proc/loadavg: 2.98 1.85 0.79 4/220 10237
/proc/meminfo: memFree=30572680/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1551304 CPUtime=531.74
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 127645 0 1 0 52964 210 0 0 25 0 22 0 129916424 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 387826 82578 1452 10 0 385129 0
[pid=10201/tid=10202] ppid=10199 vsize=1551304 CPUtime=1.93
/proc/10201/task/10202/stat : 10202 (java) S 10199 10201 10004 0 -1 4202560 32129 0 1 0 188 5 0 0 15 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10204] ppid=10199 vsize=1551304 CPUtime=1.98
/proc/10201/task/10204/stat : 10204 (java) S 10199 10201 10004 0 -1 4202560 4159 0 0 0 174 24 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10205] ppid=10199 vsize=1551304 CPUtime=1.94
/proc/10201/task/10205/stat : 10205 (java) S 10199 10201 10004 0 -1 4202560 4590 0 0 0 168 26 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10206] ppid=10199 vsize=1551304 CPUtime=1.92
/proc/10201/task/10206/stat : 10206 (java) S 10199 10201 10004 0 -1 4202560 4636 0 0 0 170 22 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10207] ppid=10199 vsize=1551304 CPUtime=1.87
/proc/10201/task/10207/stat : 10207 (java) S 10199 10201 10004 0 -1 4202560 5781 0 0 0 165 22 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10208] ppid=10199 vsize=1551304 CPUtime=2.03
/proc/10201/task/10208/stat : 10208 (java) S 10199 10201 10004 0 -1 4202560 6836 0 0 0 182 21 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10209] ppid=10199 vsize=1551304 CPUtime=2.08
/proc/10201/task/10209/stat : 10209 (java) S 10199 10201 10004 0 -1 4202560 6523 0 0 0 182 26 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10210] ppid=10199 vsize=1551304 CPUtime=1.9
/proc/10201/task/10210/stat : 10210 (java) S 10199 10201 10004 0 -1 4202560 5631 0 0 0 168 22 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 7 0 0 0
[pid=10201/tid=10211] ppid=10199 vsize=1551304 CPUtime=1.89
/proc/10201/task/10211/stat : 10211 (java) S 10199 10201 10004 0 -1 4202560 6024 0 0 0 166 23 0 0 16 0 22 0 129916425 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10212] ppid=10199 vsize=1551304 CPUtime=5.45
/proc/10201/task/10212/stat : 10212 (java) S 10199 10201 10004 0 -1 4202560 32568 0 0 0 535 10 0 0 15 0 22 0 129916426 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10213] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10213/stat : 10213 (java) S 10199 10201 10004 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 129916427 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10214] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10214/stat : 10214 (java) S 10199 10201 10004 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 22 0 129916427 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10215] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10215/stat : 10215 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10216] ppid=10199 vsize=1551304 CPUtime=1.86
/proc/10201/task/10216/stat : 10216 (java) S 10199 10201 10004 0 -1 4202560 9092 0 0 0 185 1 0 0 15 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10217] ppid=10199 vsize=1551304 CPUtime=1.79
/proc/10201/task/10217/stat : 10217 (java) S 10199 10201 10004 0 -1 4202560 8053 0 0 0 178 1 0 0 16 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10218] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10218/stat : 10218 (java) S 10199 10201 10004 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10219] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10219/stat : 10219 (java) S 10199 10201 10004 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 129916429 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10220] ppid=10199 vsize=1551304 CPUtime=252.47
/proc/10201/task/10220/stat : 10220 (java) R 10199 10201 10004 0 -1 4202560 273 0 0 0 25247 0 0 0 25 0 22 0 129916642 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4109862988 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10201/tid=10221] ppid=10199 vsize=1551304 CPUtime=252.49
/proc/10201/task/10221/stat : 10221 (java) R 10199 10201 10004 0 -1 4202560 267 0 0 0 25249 0 0 0 25 0 22 0 129916642 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4110669026 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10201/tid=10222] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10222/stat : 10222 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 22 0 129916669 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10223] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10223/stat : 10223 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 129916669 1588535296 82578 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 531.74
Current children cumulated vsize (KiB) 1551304

[startup+262.907 s]
/proc/loadavg: 2.98 1.85 0.79 3/219 10237
/proc/meminfo: memFree=30572688/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1551304 CPUtime=532
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 127647 0 1 0 52990 210 0 0 25 0 20 0 129916424 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 387826 82579 1453 10 0 385129 0
[pid=10201/tid=10202] ppid=10199 vsize=1551304 CPUtime=1.93
/proc/10201/task/10202/stat : 10202 (java) S 10199 10201 10004 0 -1 4202560 32129 0 1 0 188 5 0 0 15 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10204] ppid=10199 vsize=1551304 CPUtime=1.98
/proc/10201/task/10204/stat : 10204 (java) S 10199 10201 10004 0 -1 4202560 4159 0 0 0 174 24 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10205] ppid=10199 vsize=1551304 CPUtime=1.95
/proc/10201/task/10205/stat : 10205 (java) S 10199 10201 10004 0 -1 4202560 4590 0 0 0 169 26 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10206] ppid=10199 vsize=1551304 CPUtime=1.92
/proc/10201/task/10206/stat : 10206 (java) S 10199 10201 10004 0 -1 4202560 4636 0 0 0 170 22 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10207] ppid=10199 vsize=1551304 CPUtime=1.87
/proc/10201/task/10207/stat : 10207 (java) S 10199 10201 10004 0 -1 4202560 5781 0 0 0 165 22 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10208] ppid=10199 vsize=1551304 CPUtime=2.04
/proc/10201/task/10208/stat : 10208 (java) S 10199 10201 10004 0 -1 4202560 6836 0 0 0 182 22 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10209] ppid=10199 vsize=1551304 CPUtime=2.09
/proc/10201/task/10209/stat : 10209 (java) S 10199 10201 10004 0 -1 4202560 6523 0 0 0 183 26 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10210] ppid=10199 vsize=1551304 CPUtime=1.92
/proc/10201/task/10210/stat : 10210 (java) S 10199 10201 10004 0 -1 4202560 5631 0 0 0 169 23 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10211] ppid=10199 vsize=1551304 CPUtime=1.89
/proc/10201/task/10211/stat : 10211 (java) S 10199 10201 10004 0 -1 4202560 6024 0 0 0 166 23 0 0 16 0 20 0 129916425 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10212] ppid=10199 vsize=1551304 CPUtime=5.45
/proc/10201/task/10212/stat : 10212 (java) S 10199 10201 10004 0 -1 4202560 32568 0 0 0 535 10 0 0 15 0 20 0 129916426 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10213] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10213/stat : 10213 (java) S 10199 10201 10004 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 129916427 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10214] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10214/stat : 10214 (java) S 10199 10201 10004 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 20 0 129916427 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10215] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10215/stat : 10215 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 129916429 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10216] ppid=10199 vsize=1551304 CPUtime=1.87
/proc/10201/task/10216/stat : 10216 (java) S 10199 10201 10004 0 -1 4202560 9092 0 0 0 186 1 0 0 15 0 20 0 129916429 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10217] ppid=10199 vsize=1551304 CPUtime=1.79
/proc/10201/task/10217/stat : 10217 (java) S 10199 10201 10004 0 -1 4202560 8053 0 0 0 178 1 0 0 16 0 20 0 129916429 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10218] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10218/stat : 10218 (java) S 10199 10201 10004 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 129916429 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10219] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10219/stat : 10219 (java) S 10199 10201 10004 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 20 0 129916429 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10222] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10222/stat : 10222 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 129916669 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10223] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10223/stat : 10223 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 129916669 1588535296 82579 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 532
Current children cumulated vsize (KiB) 1551304

[startup+263.001 s]
/proc/loadavg: 2.98 1.85 0.79 3/219 10237
/proc/meminfo: memFree=30572688/32950928 swapFree=67111528/67111528
[pid=10201] ppid=10199 vsize=1551304 CPUtime=532.03
/proc/10201/stat : 10201 (java) S 10199 10201 10004 0 -1 4202496 127652 0 1 0 52993 210 0 0 25 0 20 0 129916424 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10201/statm: 387826 82584 1453 10 0 385129 0
[pid=10201/tid=10202] ppid=10199 vsize=1551304 CPUtime=1.93
/proc/10201/task/10202/stat : 10202 (java) S 10199 10201 10004 0 -1 4202560 32133 0 1 0 188 5 0 0 15 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10204] ppid=10199 vsize=1551304 CPUtime=1.98
/proc/10201/task/10204/stat : 10204 (java) S 10199 10201 10004 0 -1 4202560 4159 0 0 0 174 24 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10205] ppid=10199 vsize=1551304 CPUtime=1.95
/proc/10201/task/10205/stat : 10205 (java) S 10199 10201 10004 0 -1 4202560 4590 0 0 0 169 26 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10206] ppid=10199 vsize=1551304 CPUtime=1.92
/proc/10201/task/10206/stat : 10206 (java) S 10199 10201 10004 0 -1 4202560 4636 0 0 0 170 22 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10207] ppid=10199 vsize=1551304 CPUtime=1.87
/proc/10201/task/10207/stat : 10207 (java) S 10199 10201 10004 0 -1 4202560 5781 0 0 0 165 22 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10208] ppid=10199 vsize=1551304 CPUtime=2.04
/proc/10201/task/10208/stat : 10208 (java) S 10199 10201 10004 0 -1 4202560 6836 0 0 0 182 22 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10209] ppid=10199 vsize=1551304 CPUtime=2.09
/proc/10201/task/10209/stat : 10209 (java) S 10199 10201 10004 0 -1 4202560 6523 0 0 0 183 26 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 6 0 0 0
[pid=10201/tid=10210] ppid=10199 vsize=1551304 CPUtime=1.92
/proc/10201/task/10210/stat : 10210 (java) S 10199 10201 10004 0 -1 4202560 5631 0 0 0 169 23 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 4 0 0 0
[pid=10201/tid=10211] ppid=10199 vsize=1551304 CPUtime=1.89
/proc/10201/task/10211/stat : 10211 (java) S 10199 10201 10004 0 -1 4202560 6024 0 0 0 166 23 0 0 16 0 20 0 129916425 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10212] ppid=10199 vsize=1551304 CPUtime=5.45
/proc/10201/task/10212/stat : 10212 (java) S 10199 10201 10004 0 -1 4202560 32568 0 0 0 535 10 0 0 15 0 20 0 129916426 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 0 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10213] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10213/stat : 10213 (java) S 10199 10201 10004 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 129916427 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10214] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10214/stat : 10214 (java) S 10199 10201 10004 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 20 0 129916427 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10215] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10215/stat : 10215 (java) S 10199 10201 10004 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 129916429 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10216] ppid=10199 vsize=1551304 CPUtime=1.87
/proc/10201/task/10216/stat : 10216 (java) S 10199 10201 10004 0 -1 4202560 9092 0 0 0 186 1 0 0 15 0 20 0 129916429 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 5 0 0 0
[pid=10201/tid=10217] ppid=10199 vsize=1551304 CPUtime=1.81
/proc/10201/task/10217/stat : 10217 (java) S 10199 10201 10004 0 -1 4202560 8053 0 0 0 180 1 0 0 15 0 20 0 129916429 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 1 0 0 0
[pid=10201/tid=10218] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10218/stat : 10218 (java) S 10199 10201 10004 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 129916429 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
[pid=10201/tid=10219] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10219/stat : 10219 (java) S 10199 10201 10004 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 20 0 129916429 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 0 0 0 0
[pid=10201/tid=10222] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10222/stat : 10222 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 129916669 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 2 0 0 0
[pid=10201/tid=10223] ppid=10199 vsize=1551304 CPUtime=0
/proc/10201/task/10223/stat : 10223 (java) S 10199 10201 10004 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 129916669 1588535296 82584 4089446400 134512640 134550932 4289142544 18446744073709551615 4294960144 0 4 0 16800975 18446604471136198720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 532.03
Current children cumulated vsize (KiB) 1551304

Child status: 20
Real time (s): 263.018
CPU time (s): 532.058
CPU user time (s): 529.938
CPU system time (s): 2.11968
CPU usage (%): 202.289
Max. virtual memory (cumulated for all children) (KiB): 1559504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 529.938
system time used= 2.11968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127652
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= 20593
involuntary context switches= 505541

runsolver used 0.487925 second user time and 0.991849 second system time

The end

Launcher Data

Begin job on node123 at 2010-06-30 10:23:16
IDJOB=2694323
IDBENCH=78648
IDSOLVER=1207
FILE ID=node123/2694323-1277886196
PBS_JOBID= 11197108
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12026_5-unsat--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694323-1277886196/watcher-2694323-1277886196 -o /tmp/evaluation-result-2694323-1277886196/solver-2694323-1277886196 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694323-1277886196.wbo

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

MD5SUM BENCH= 61d4c9960e3fd82523e9755479fb1e31
RANDOM SEED=40110938

node123.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.804
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.60
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.804
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	: 5294.59
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.804
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.804
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31116480 kB
Buffers:        170168 kB
Cached:        1075032 kB
SwapCached:          0 kB
Active:         921920 kB
Inactive:       767792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31116480 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13964 kB
Writeback:           0 kB
AnonPages:      444448 kB
Mapped:          20272 kB
Slab:            78648 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1650112 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= 74200 MiB
End job on node123 at 2010-06-30 10:27:40