Trace number 3687472

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 754.648 381.317

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687472-1337871921.opb
0.11/0.10	c reading problem ... 
1.83/0.86	c ... done. Wall clock time 0.759s.
1.83/0.86	c declared #vars     21380
1.83/0.86	c #constraints  60984
1.83/0.86	c constraints type 
1.83/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1.83/0.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.83/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1.83/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
1.83/0.86	c 60984 constraints processed.
1.83/0.86	c constraints type 
1.83/0.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1.83/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1.83/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1.83/0.86	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.83/0.86	c 60984 constraints processed.
8.46/3.33	c cleaning 2495 clauses out of 5000 with flag 5001/5001
13.56/5.82	c cleaning 4251 clauses out of 8506 with flag 11002/11002
18.29/8.23	c cleaning 0 clauses out of 4996 with flag 0/5000
18.65/8.43	c cleaning 5615 clauses out of 11253 with flag 18000/18000
25.19/11.69	c cleaning 6809 clauses out of 13639 with flag 26001/26001
31.14/14.61	c cleaning 7897 clauses out of 15829 with flag 35000/35000
40.02/19.12	c cleaning 8941 clauses out of 17932 with flag 45000/45000
48.68/23.50	c cleaning 9990 clauses out of 19991 with flag 56000/56000
59.06/28.88	c cleaning 10993 clauses out of 22001 with flag 68000/68000
70.89/34.82	c cleaning 11985 clauses out of 24009 with flag 81001/81001
83.72/41.35	c cleaning 13010 clauses out of 26025 with flag 95002/95002
92.75/45.98	c cleaning 0 clauses out of 10996 with flag 0/11000
94.82/47.20	c cleaning 13997 clauses out of 28016 with flag 110003/110003
106.63/53.16	c cleaning 14991 clauses out of 30017 with flag 126001/126001
120.82/60.37	c cleaning 15995 clauses out of 32026 with flag 143001/143001
137.84/68.92	c cleaning 17000 clauses out of 34030 with flag 161000/161000
155.33/77.87	c cleaning 17996 clauses out of 36030 with flag 180000/180000
174.13/87.35	c cleaning 18996 clauses out of 38035 with flag 200001/200001
196.95/98.81	c cleaning 20012 clauses out of 40042 with flag 221004/221004
214.96/107.91	c cleaning 20978 clauses out of 42028 with flag 243002/243002
237.41/119.38	c cleaning 22005 clauses out of 44048 with flag 266000/266000
248.94/125.24	c cleaning 0 clauses out of 17998 with flag 0/18002
258.62/130.21	c cleaning 23010 clauses out of 46046 with flag 290003/290003
284.97/143.54	c cleaning 23992 clauses out of 48033 with flag 315000/315000
313.28/157.98	c cleaning 25000 clauses out of 50041 with flag 341000/341000
343.45/173.14	c cleaning 25996 clauses out of 52041 with flag 368000/368000
375.25/189.12	c cleaning 27004 clauses out of 54046 with flag 396001/396001
405.36/204.31	c cleaning 27981 clauses out of 56042 with flag 425001/425001
441.80/222.82	c cleaning 29014 clauses out of 58060 with flag 455000/455000
471.51/237.84	c cleaning 29993 clauses out of 60046 with flag 486000/486000
512.53/258.50	c cleaning 31016 clauses out of 62055 with flag 518002/518002
539.79/272.26	c cleaning 32017 clauses out of 64038 with flag 551001/551001
563.03/284.26	c cleaning 0 clauses out of 25996 with flag 0/26000
582.14/294.06	c cleaning 32982 clauses out of 66020 with flag 585000/585000
624.31/315.22	c cleaning 34013 clauses out of 68038 with flag 620000/620000
665.05/335.78	c cleaning 35000 clauses out of 70026 with flag 656002/656002
704.83/355.96	c cleaning 35997 clauses out of 72024 with flag 693000/693000
747.59/377.49	c cleaning 37001 clauses out of 74026 with flag 731001/731001
753.84/380.83	c  And the winner is solver0
754.39/381.28	c starts		: 169
754.39/381.28	c conflicts		: 736714
754.39/381.28	c decisions		: 1965945
754.39/381.28	c propagations		: 382817822
754.39/381.28	c inspects		: 1898684319
754.39/381.28	c shortcuts		: 0
754.39/381.28	c learnt literals	: 17
754.39/381.28	c learnt binary clauses	: 49
754.39/381.28	c learnt ternary clauses	: 276
754.39/381.28	c learnt constraints	: 736696
754.39/381.28	c ignored constraints	: 0
754.39/381.28	c root simplifications	: 0
754.39/381.28	c removed literals (reason simplification)	: 51515587
754.39/381.28	c reason swapping (by a shorter reason)	: 0
754.39/381.28	c Calls to reduceDB	: 34
754.39/381.28	c number of reductions to clauses (during analyze)	: 0
754.39/381.28	c number of learned constraints concerned by reduction	: 0
754.39/381.28	c number of learning phase by resolution	: 0
754.39/381.28	c number of learning phase by cutting planes	: 0
754.39/381.28	c speed (assignments/second)	: 1006395.6833208461
754.39/381.28	c non guided choices	4027
754.39/381.29	c learnt constraints type 
754.39/381.29	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
754.39/381.29	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42675
754.39/381.29	c constraints type 
754.39/381.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
754.39/381.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
754.39/381.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
754.39/381.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
754.39/381.29	c 60984 constraints processed.
754.39/381.29	c constraints type 
754.39/381.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
754.39/381.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
754.39/381.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
754.39/381.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
754.39/381.29	c 60984 constraints processed.
754.39/381.29	s UNSATISFIABLE
754.39/381.29	c Total wall clock time (in seconds): 381.189

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687472-1337871921/watcher-3687472-1337871921 -o /tmp/evaluation-result-3687472-1337871921/solver-3687472-1337871921 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687472-1337871921.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.37 0.33 0.11 4/197 30732
/proc/meminfo: memFree=28883416/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30732/stat : 30732 (java) R 30730 30732 30487 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 253317612 23793664 707 33554432000 1073741824 1073778376 140737019004304 140737018993368 214528259026 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 5809 708 522 9 0 128 0

[startup+0.0241329 s]
/proc/loadavg: 1.37 0.33 0.11 4/197 30732
/proc/meminfo: memFree=28883416/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 2891 0 1 0 1 0 0 0 20 0 11 0 253317612 9310650368 3592 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2273108 3592 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100185 s]
/proc/loadavg: 1.37 0.33 0.11 4/197 30732
/proc/meminfo: memFree=28883416/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 4454 0 1 0 10 1 0 0 20 0 18 0 253317612 9787813888 6117 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2389603 6117 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300168 s]
/proc/loadavg: 1.37 0.33 0.11 4/197 30732
/proc/meminfo: memFree=28883416/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 5798 0 1 0 49 1 0 0 20 0 18 0 253317612 9787813888 8837 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2389603 8837 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 1.37 0.33 0.11 4/197 30732
/proc/meminfo: memFree=28883416/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9558412 CPUtime=1.62 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 16198 0 1 0 158 4 0 0 20 0 18 0 253317612 9787813888 41743 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2389603 41743 2233 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558412

[startup+1.50072 s]
/proc/loadavg: 1.66 0.41 0.14 7/219 30754
/proc/meminfo: memFree=28694840/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9824668 CPUtime=4.25 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 16687 0 1 0 417 8 0 0 20 0 22 0 253317612 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2456167 54425 2268 9 0 2446860 0
[pid=30732/tid=30734] ppid=30730 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/30732/task/30734/stat : 30734 (java) S 30730 30732 30487 0 -1 4202560 2523 0 1 0 79 2 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098914259960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30735] ppid=30730 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30732/task/30735/stat : 30735 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098886711848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30736] ppid=30730 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30732/task/30736/stat : 30736 (java) S 30730 30732 30487 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098885659048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30737] ppid=30730 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30732/task/30737/stat : 30737 (java) S 30730 30732 30487 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098884606248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30738] ppid=30730 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30732/task/30738/stat : 30738 (java) S 30730 30732 30487 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098883553448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30739] ppid=30730 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30732/task/30739/stat : 30739 (java) S 30730 30732 30487 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098882501672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30740] ppid=30730 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30732/task/30740/stat : 30740 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098751998888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30741] ppid=30730 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30732/task/30741/stat : 30741 (java) S 30730 30732 30487 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098750946088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30742] ppid=30730 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30732/task/30742/stat : 30742 (java) S 30730 30732 30487 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 253317613 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098749893288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30743] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30743/stat : 30743 (java) S 30730 30732 30487 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253317614 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098266946024 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30744] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30744/stat : 30744 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098265892088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30745] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30745/stat : 30745 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098264839176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30746] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30746/stat : 30746 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098263787664 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30747] ppid=30730 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/30732/task/30747/stat : 30747 (java) R 30730 30732 30487 0 -1 4202560 5475 0 0 0 100 0 0 0 20 0 22 0 253317617 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098262735680 140098920216731 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30748] ppid=30730 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/30732/task/30748/stat : 30748 (java) R 30730 30732 30487 0 -1 4202560 7087 0 0 0 96 2 0 0 20 0 22 0 253317617 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098261683000 140098916404867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30749] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30749/stat : 30749 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098260630392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30750] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30750/stat : 30750 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098259577800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30751] ppid=30730 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/30732/task/30751/stat : 30751 (java) R 30730 30732 30487 0 -1 4202560 27 0 0 0 58 0 0 0 20 0 22 0 253317699 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098258522552 140098763974827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30752] ppid=30730 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/30732/task/30752/stat : 30752 (java) R 30730 30732 30487 0 -1 4202560 69 0 0 0 58 0 0 0 20 0 22 0 253317699 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098257468392 140098763046333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30753] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30753/stat : 30753 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098256417704 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30754] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30754/stat : 30754 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 54425 33554432000 1073741824 1073778376 140737019004304 140098255364904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 1.66 0.41 0.14 5/219 30754
/proc/meminfo: memFree=28533756/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9824668 CPUtime=8.05 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 19711 0 1 0 788 17 0 0 20 0 22 0 253317612 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2456167 110957 2273 9 0 2446860 0
[pid=30732/tid=30734] ppid=30730 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/30732/task/30734/stat : 30734 (java) S 30730 30732 30487 0 -1 4202560 2523 0 1 0 79 2 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098914259960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30735] ppid=30730 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30732/task/30735/stat : 30735 (java) S 30730 30732 30487 0 -1 4202560 43 0 0 0 2 1 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098886711848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30736] ppid=30730 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30732/task/30736/stat : 30736 (java) S 30730 30732 30487 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098885659048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30737] ppid=30730 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30732/task/30737/stat : 30737 (java) S 30730 30732 30487 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098884606248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30738] ppid=30730 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30732/task/30738/stat : 30738 (java) S 30730 30732 30487 0 -1 4202560 77 0 0 0 5 2 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098883553448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30739] ppid=30730 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30732/task/30739/stat : 30739 (java) S 30730 30732 30487 0 -1 4202560 47 0 0 0 3 0 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098882501672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30740] ppid=30730 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30732/task/30740/stat : 30740 (java) S 30730 30732 30487 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098751998888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30741] ppid=30730 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30732/task/30741/stat : 30741 (java) S 30730 30732 30487 0 -1 4202560 73 0 0 0 3 0 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098750946088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30742] ppid=30730 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30732/task/30742/stat : 30742 (java) S 30730 30732 30487 0 -1 4202560 67 0 0 0 4 0 0 0 20 0 22 0 253317613 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098749893288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30743] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30743/stat : 30743 (java) S 30730 30732 30487 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253317614 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098266946024 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30744] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30744/stat : 30744 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098265892088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30745] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30745/stat : 30745 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098264839176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30746] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30746/stat : 30746 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098263787664 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30747] ppid=30730 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/30732/task/30747/stat : 30747 (java) S 30730 30732 30487 0 -1 4202560 6699 0 0 0 129 0 0 0 20 0 22 0 253317617 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098262735800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30748] ppid=30730 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/30732/task/30748/stat : 30748 (java) S 30730 30732 30487 0 -1 4202560 8164 0 0 0 118 2 0 0 20 0 22 0 253317617 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098261683000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30749] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30749/stat : 30749 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098260630392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30750] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30750/stat : 30750 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098259577800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30751] ppid=30730 vsize=9824668 CPUtime=2.12 cores=1,3,5,7
/proc/30732/task/30751/stat : 30751 (java) R 30730 30732 30487 0 -1 4202560 27 0 0 0 212 0 0 0 20 0 22 0 253317699 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098258522952 140098763749447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30752] ppid=30730 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/30732/task/30752/stat : 30752 (java) R 30730 30732 30487 0 -1 4202560 520 0 0 0 208 3 0 0 20 0 22 0 253317699 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098257469536 140098764217824 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30753] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30753/stat : 30753 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098256417704 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30754] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30754/stat : 30754 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 110957 33554432000 1073741824 1073778376 140737019004304 140098255364904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 1.66 0.41 0.14 5/219 30754
/proc/meminfo: memFree=28246000/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9824668 CPUtime=14.48 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 20178 0 1 0 1426 22 0 0 20 0 22 0 253317612 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2456167 165514 2285 9 0 2446860 0
[pid=30732/tid=30734] ppid=30730 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/30732/task/30734/stat : 30734 (java) S 30730 30732 30487 0 -1 4202560 2523 0 1 0 79 2 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098914259960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30735] ppid=30730 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30732/task/30735/stat : 30735 (java) S 30730 30732 30487 0 -1 4202560 51 0 0 0 4 2 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098886711848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30736] ppid=30730 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30732/task/30736/stat : 30736 (java) S 30730 30732 30487 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098885659048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30737] ppid=30730 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/30732/task/30737/stat : 30737 (java) S 30730 30732 30487 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098884606248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30738] ppid=30730 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/30732/task/30738/stat : 30738 (java) S 30730 30732 30487 0 -1 4202560 97 0 0 0 10 3 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098883553448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30739] ppid=30730 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30732/task/30739/stat : 30739 (java) S 30730 30732 30487 0 -1 4202560 54 0 0 0 5 1 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098882501672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30740] ppid=30730 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30732/task/30740/stat : 30740 (java) S 30730 30732 30487 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098751998888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30741] ppid=30730 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30732/task/30741/stat : 30741 (java) S 30730 30732 30487 0 -1 4202560 84 0 0 0 7 0 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098750946088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30742] ppid=30730 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30732/task/30742/stat : 30742 (java) S 30730 30732 30487 0 -1 4202560 69 0 0 0 7 0 0 0 20 0 22 0 253317613 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098749893288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30743] ppid=30730 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/30732/task/30743/stat : 30743 (java) S 30730 30732 30487 0 -1 4202560 495 0 0 0 17 0 0 0 20 0 22 0 253317614 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098266946024 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30744] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30744/stat : 30744 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098265892088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30745] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30745/stat : 30745 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098264839176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30746] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30746/stat : 30746 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098263787664 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30747] ppid=30730 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/30732/task/30747/stat : 30747 (java) S 30730 30732 30487 0 -1 4202560 6702 0 0 0 137 0 0 0 20 0 22 0 253317617 10060460032 165514 33554432000 1073741824 1073778376 140737019004304 140098262735800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/30732/task/30741/stat : 30741 (java) S 30730 30732 30487 0 -1 4202560 230 0 0 0 124 4 0 0 20 0 22 0 253317613 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098750946088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30742] ppid=30730 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/30732/task/30742/stat : 30742 (java) S 30730 30732 30487 0 -1 4202560 237 0 0 0 117 5 0 0 20 0 22 0 253317613 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098749893288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30743] ppid=30730 vsize=9824668 CPUtime=14.65 cores=1,3,5,7
/proc/30732/task/30743/stat : 30743 (java) S 30730 30732 30487 0 -1 4202560 1564 0 0 0 1454 11 0 0 20 0 22 0 253317614 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098266946024 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30744] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30744/stat : 30744 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098265892088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30745] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30745/stat : 30745 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098264839176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30746] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30746/stat : 30746 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098263787664 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30747] ppid=30730 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/30732/task/30747/stat : 30747 (java) S 30730 30732 30487 0 -1 4202560 6713 0 0 0 150 0 0 0 20 0 22 0 253317617 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098262735800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30748] ppid=30730 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/30732/task/30748/stat : 30748 (java) S 30730 30732 30487 0 -1 4202560 10343 0 0 0 155 2 0 0 20 0 22 0 253317617 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098261683000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30749] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30749/stat : 30749 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098260630392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30750] ppid=30730 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/30732/task/30750/stat : 30750 (java) S 30730 30732 30487 0 -1 4202560 23 0 0 0 4 9 0 0 20 0 22 0 253317617 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098259577800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30751] ppid=30730 vsize=9824668 CPUtime=360.68 cores=1,3,5,7
/proc/30732/task/30751/stat : 30751 (java) R 30730 30732 30487 0 -1 4202560 63 0 0 0 36061 7 0 0 20 0 22 0 253317699 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098258522592 140098764071856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30752] ppid=30730 vsize=9824668 CPUtime=360.65 cores=1,3,5,7
/proc/30732/task/30752/stat : 30752 (java) R 30730 30732 30487 0 -1 4202560 2134 0 0 0 36023 42 0 0 20 0 22 0 253317699 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098257467904 140098764028423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30753] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30753/stat : 30753 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098256417704 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30754] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30754/stat : 30754 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 641901 33554432000 1073741824 1073778376 140737019004304 140098255364904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 750.41
Current children cumulated vsize (KiB) 9824668

[startup+380.701 s]
/proc/loadavg: 3.92 2.91 1.38 5/219 30845
/proc/meminfo: memFree=24808304/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9824668 CPUtime=753.64 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 26465 0 1 0 75257 107 0 0 20 0 22 0 253317612 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2456167 640871 2285 9 0 2446860 0
[pid=30732/tid=30734] ppid=30730 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/30732/task/30734/stat : 30734 (java) S 30730 30732 30487 0 -1 4202560 2530 0 1 0 80 3 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098914259960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30735] ppid=30730 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/30732/task/30735/stat : 30735 (java) S 30730 30732 30487 0 -1 4202560 233 0 0 0 122 6 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098886711848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30736] ppid=30730 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/30732/task/30736/stat : 30736 (java) S 30730 30732 30487 0 -1 4202560 229 0 0 0 128 5 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098885659048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30737] ppid=30730 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/30732/task/30737/stat : 30737 (java) S 30730 30732 30487 0 -1 4202560 225 0 0 0 126 6 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098884606248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30738] ppid=30730 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/30732/task/30738/stat : 30738 (java) S 30730 30732 30487 0 -1 4202560 285 0 0 0 134 8 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098883553448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30739] ppid=30730 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/30732/task/30739/stat : 30739 (java) S 30730 30732 30487 0 -1 4202560 252 0 0 0 122 5 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098882501672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30740] ppid=30730 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/30732/task/30740/stat : 30740 (java) S 30730 30732 30487 0 -1 4202560 209 0 0 0 124 5 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098751998888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30741] ppid=30730 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/30732/task/30741/stat : 30741 (java) S 30730 30732 30487 0 -1 4202560 234 0 0 0 125 4 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098750946088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30742] ppid=30730 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/30732/task/30742/stat : 30742 (java) S 30730 30732 30487 0 -1 4202560 237 0 0 0 119 5 0 0 20 0 22 0 253317613 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098749893288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30743] ppid=30730 vsize=9824668 CPUtime=14.65 cores=1,3,5,7
/proc/30732/task/30743/stat : 30743 (java) S 30730 30732 30487 0 -1 4202560 1566 0 0 0 1454 11 0 0 20 0 22 0 253317614 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098266946024 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30744] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30744/stat : 30744 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098265892088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30745] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30745/stat : 30745 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317615 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098264839176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30746] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30746/stat : 30746 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098263787664 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30747] ppid=30730 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/30732/task/30747/stat : 30747 (java) S 30730 30732 30487 0 -1 4202560 6713 0 0 0 150 0 0 0 20 0 22 0 253317617 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098262735800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30748] ppid=30730 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/30732/task/30748/stat : 30748 (java) S 30730 30732 30487 0 -1 4202560 10344 0 0 0 156 2 0 0 20 0 22 0 253317617 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098261683000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30749] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30749/stat : 30749 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317617 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098260630392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30750] ppid=30730 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/30732/task/30750/stat : 30750 (java) S 30730 30732 30487 0 -1 4202560 23 0 0 0 4 9 0 0 20 0 22 0 253317617 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098259577800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30751] ppid=30730 vsize=9824668 CPUtime=362.26 cores=1,3,5,7
/proc/30732/task/30751/stat : 30751 (java) R 30730 30732 30487 0 -1 4202560 64 0 0 0 36219 7 0 0 20 0 22 0 253317699 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098258521632 140098763850076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30752] ppid=30730 vsize=9824668 CPUtime=362.23 cores=1,3,5,7
/proc/30732/task/30752/stat : 30752 (java) R 30730 30732 30487 0 -1 4202560 2135 0 0 0 36181 42 0 0 20 0 22 0 253317699 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098257467936 140098764153280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30753] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30753/stat : 30753 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098256417704 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30754] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30754/stat : 30754 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317701 10060460032 640871 33554432000 1073741824 1073778376 140737019004304 140098255364904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 753.64
Current children cumulated vsize (KiB) 9824668

[startup+381.101 s]
/proc/loadavg: 3.92 2.91 1.38 5/219 30845
/proc/meminfo: memFree=24808304/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9824668 CPUtime=754.29 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 26466 0 1 0 75315 114 0 0 20 0 20 0 253317612 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2456167 640866 2286 9 0 2446860 0
[pid=30732/tid=30734] ppid=30730 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/30732/task/30734/stat : 30734 (java) S 30730 30732 30487 0 -1 4202560 2530 0 1 0 80 3 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098914259960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30735] ppid=30730 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/30732/task/30735/stat : 30735 (java) S 30730 30732 30487 0 -1 4202560 233 0 0 0 122 6 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098886711848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30736] ppid=30730 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/30732/task/30736/stat : 30736 (java) S 30730 30732 30487 0 -1 4202560 229 0 0 0 128 5 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098885659048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30737] ppid=30730 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/30732/task/30737/stat : 30737 (java) S 30730 30732 30487 0 -1 4202560 225 0 0 0 126 6 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098884606248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30738] ppid=30730 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/30732/task/30738/stat : 30738 (java) S 30730 30732 30487 0 -1 4202560 285 0 0 0 134 8 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098883553448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30739] ppid=30730 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/30732/task/30739/stat : 30739 (java) S 30730 30732 30487 0 -1 4202560 252 0 0 0 122 5 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098882501672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30740] ppid=30730 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/30732/task/30740/stat : 30740 (java) S 30730 30732 30487 0 -1 4202560 209 0 0 0 124 5 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098751998888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30741] ppid=30730 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/30732/task/30741/stat : 30741 (java) S 30730 30732 30487 0 -1 4202560 234 0 0 0 125 4 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098750946088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30742] ppid=30730 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/30732/task/30742/stat : 30742 (java) S 30730 30732 30487 0 -1 4202560 237 0 0 0 119 5 0 0 20 0 20 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098749893288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30743] ppid=30730 vsize=9824668 CPUtime=14.65 cores=1,3,5,7
/proc/30732/task/30743/stat : 30743 (java) S 30730 30732 30487 0 -1 4202560 1566 0 0 0 1454 11 0 0 20 0 20 0 253317614 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098266946024 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30744] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30744/stat : 30744 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253317615 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098265892088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30745] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30745/stat : 30745 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253317615 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098264839176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30746] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30746/stat : 30746 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098263787664 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30747] ppid=30730 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/30732/task/30747/stat : 30747 (java) S 30730 30732 30487 0 -1 4202560 6713 0 0 0 150 0 0 0 20 0 20 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098262735800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30748] ppid=30730 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/30732/task/30748/stat : 30748 (java) S 30730 30732 30487 0 -1 4202560 10344 0 0 0 157 2 0 0 20 0 20 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098261683000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30749] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30749/stat : 30749 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098260630392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30750] ppid=30730 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/30732/task/30750/stat : 30750 (java) S 30730 30732 30487 0 -1 4202560 23 0 0 0 4 9 0 0 20 0 20 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098259577800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30752] ppid=30730 vsize=9824668 CPUtime=362.63 cores=1,3,5,7
/proc/30732/task/30752/stat : 30752 (java) R 30730 30732 30487 0 -1 4202560 2135 0 0 0 36221 42 0 0 20 0 20 0 253317699 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098257470264 140098764153219 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30753] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30753/stat : 30753 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253317701 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098256417704 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 754.29
Current children cumulated vsize (KiB) 9824668

[startup+381.301 s]
/proc/loadavg: 3.92 2.91 1.38 5/219 30845
/proc/meminfo: memFree=24808304/32873648 swapFree=7104/7104
[pid=30732] ppid=30730 vsize=9824668 CPUtime=754.54 cores=1,3,5,7
/proc/30732/stat : 30732 (java) S 30730 30732 30487 0 -1 4202496 26475 0 1 0 75333 121 0 0 20 0 18 0 253317612 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140737018995440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30732/statm: 2456167 640866 2286 9 0 2446860 0
[pid=30732/tid=30734] ppid=30730 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/30732/task/30734/stat : 30734 (java) S 30730 30732 30487 0 -1 4202560 2530 0 1 0 80 3 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098914259960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30735] ppid=30730 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/30732/task/30735/stat : 30735 (java) S 30730 30732 30487 0 -1 4202560 233 0 0 0 122 6 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098886711848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30736] ppid=30730 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/30732/task/30736/stat : 30736 (java) S 30730 30732 30487 0 -1 4202560 229 0 0 0 128 5 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098885659048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30737] ppid=30730 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/30732/task/30737/stat : 30737 (java) S 30730 30732 30487 0 -1 4202560 225 0 0 0 126 6 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098884606248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30738] ppid=30730 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/30732/task/30738/stat : 30738 (java) S 30730 30732 30487 0 -1 4202560 285 0 0 0 134 8 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098883553448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30739] ppid=30730 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/30732/task/30739/stat : 30739 (java) S 30730 30732 30487 0 -1 4202560 252 0 0 0 122 5 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098882501672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30740] ppid=30730 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/30732/task/30740/stat : 30740 (java) S 30730 30732 30487 0 -1 4202560 209 0 0 0 124 5 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098751998888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30741] ppid=30730 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/30732/task/30741/stat : 30741 (java) S 30730 30732 30487 0 -1 4202560 234 0 0 0 125 4 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098750946088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30742] ppid=30730 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/30732/task/30742/stat : 30742 (java) S 30730 30732 30487 0 -1 4202560 237 0 0 0 119 5 0 0 20 0 18 0 253317613 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098749893288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30743] ppid=30730 vsize=9824668 CPUtime=14.65 cores=1,3,5,7
/proc/30732/task/30743/stat : 30743 (java) S 30730 30732 30487 0 -1 4202560 1566 0 0 0 1454 11 0 0 20 0 18 0 253317614 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098266945576 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30732/tid=30744] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30744/stat : 30744 (java) S 30730 30732 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253317615 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098265892088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30745] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30745/stat : 30745 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253317615 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098264839176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30746] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30746/stat : 30746 (java) S 30730 30732 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098263786440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30747] ppid=30730 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/30732/task/30747/stat : 30747 (java) S 30730 30732 30487 0 -1 4202560 6713 0 0 0 150 1 0 0 20 0 18 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098262726824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30732/tid=30748] ppid=30730 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/30732/task/30748/stat : 30748 (java) S 30730 30732 30487 0 -1 4202560 10344 0 0 0 158 2 0 0 20 0 18 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098261669240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30732/tid=30749] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30749/stat : 30749 (java) S 30730 30732 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253317617 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098260630392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30732/tid=30753] ppid=30730 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30732/task/30753/stat : 30753 (java) S 30730 30732 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 253317701 10060460032 640866 33554432000 1073741824 1073778376 140737019004304 140098256417704 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 754.54
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 381.317
CPU time (s): 754.648
CPU user time (s): 753.297
CPU system time (s): 1.35179
CPU usage (%): 197.906
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 753.296
system time used= 1.35179
maximum resident set size= 2910340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12912
involuntary context switches= 23401

runsolver used 1.3018 second user time and 3.51546 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 17:05:22
IDJOB=3687472
IDBENCH=1488
IDSOLVER=2268
FILE ID=node127/3687472-1337871921
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687472-1337871921/watcher-3687472-1337871921 -o /tmp/evaluation-result-3687472-1337871921/solver-3687472-1337871921 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687472-1337871921.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1705632628

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28883952 kB
Buffers:          228740 kB
Cached:          2364964 kB
SwapCached:            0 kB
Active:          1014580 kB
Inactive:        2194552 kB
Active(anon):     618128 kB
Inactive(anon):        0 kB
Active(file):     396452 kB
Inactive(file):  2194552 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2336 kB
Writeback:             0 kB
AnonPages:        626616 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             637960 kB
SReclaimable:      82156 kB
SUnreclaim:       555804 kB
KernelStack:        1624 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1074184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-24 17:11:43