Trace number 3741047

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
PB11: Sat4j Res//CP 2.3.0UNSAT 521.635 263.359

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-99.opb
MD5SUMa0ef64dc4a665e7cf00a752d7a124006
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark28.0957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7903
Total number of constraints176726
Number of constraints which are clauses158806
Number of constraints which are cardinality constraints (but not clauses)574
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint1
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741047-1338750678.opb
0.07/0.13	c reading problem ... 
2.15/1.59	c ... done. Wall clock time 1.459s.
2.15/1.59	c #vars     7903
2.15/1.59	c #constraints  174293
2.15/1.59	c constraints type 
2.15/1.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
2.15/1.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
2.15/1.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
2.15/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.15/1.59	c constraints type 
2.15/1.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37632
2.15/1.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 118580
2.15/1.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
2.15/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
6.67/3.34	c cleaning 2476 clauses out of 4971 with flag 5000/5000
9.70/4.84	c cleaning 4243 clauses out of 8491 with flag 11001/11001
10.01/5.06	c cleaning 0 clauses out of 5000 with flag 0/5000
12.89/6.45	c cleaning 5616 clauses out of 11242 with flag 18001/18001
16.63/8.24	c cleaning 6803 clauses out of 13622 with flag 26000/26000
20.39/10.12	c cleaning 7900 clauses out of 15816 with flag 35002/35002
25.33/12.62	c cleaning 8938 clauses out of 17901 with flag 45000/45000
27.81/13.91	c cleaning 0 clauses out of 11000 with flag 0/11000
30.25/15.23	c cleaning 9956 clauses out of 19962 with flag 56000/56000
35.94/18.10	c cleaning 10988 clauses out of 21997 with flag 68000/68000
41.24/20.88	c cleaning 11999 clauses out of 24001 with flag 81002/81002
46.32/23.49	c cleaning 12982 clauses out of 25997 with flag 95001/95001
53.56/27.10	c cleaning 13970 clauses out of 28013 with flag 110000/110000
60.36/30.58	c cleaning 14978 clauses out of 30042 with flag 126000/126000
68.43/34.69	c cleaning 16011 clauses out of 32064 with flag 143001/143001
76.72/38.87	c cleaning 17022 clauses out of 34051 with flag 161002/161002
85.94/43.57	c cleaning 17992 clauses out of 36022 with flag 180000/180000
95.23/48.28	c cleaning 0 clauses out of 18000 with flag 0/18000
96.32/48.85	c cleaning 19006 clauses out of 38020 with flag 200002/200002
106.78/54.15	c cleaning 19930 clauses out of 40008 with flag 221001/221001
118.60/60.17	c cleaning 20988 clauses out of 42079 with flag 243003/243003
133.31/67.55	c cleaning 22014 clauses out of 44079 with flag 266001/266001
144.39/73.12	c cleaning 22969 clauses out of 46063 with flag 290000/290000
155.65/78.90	c cleaning 24020 clauses out of 48088 with flag 315000/315000
171.87/87.00	c cleaning 24991 clauses out of 50067 with flag 341000/341000
184.76/93.56	c cleaning 25963 clauses out of 52072 with flag 368001/368001
200.43/101.49	c cleaning 26994 clauses out of 54108 with flag 396001/396001
217.92/110.29	c cleaning 27999 clauses out of 56112 with flag 425001/425001
232.32/117.55	c cleaning 28967 clauses out of 58104 with flag 455001/455001
245.77/124.32	c cleaning 29944 clauses out of 60133 with flag 486000/486000
260.02/131.52	c cleaning 30954 clauses out of 62185 with flag 518002/518002
278.08/140.65	c cleaning 31909 clauses out of 64226 with flag 551000/551000
297.46/150.41	c cleaning 33071 clauses out of 66316 with flag 585001/585001
319.37/161.41	c cleaning 33996 clauses out of 68244 with flag 620000/620000
341.06/172.39	c cleaning 35009 clauses out of 70247 with flag 656001/656001
352.92/178.32	c cleaning 0 clauses out of 26001 with flag 0/26001
372.91/188.46	c cleaning 36038 clauses out of 72237 with flag 693000/693000
397.61/200.83	c cleaning 37051 clauses out of 74200 with flag 731001/731001
428.09/216.11	c cleaning 37951 clauses out of 76147 with flag 770000/770000
458.75/231.52	c cleaning 38997 clauses out of 78197 with flag 810001/810001
490.33/247.42	c cleaning 40068 clauses out of 80199 with flag 851000/851000
521.01/262.86	c  And the winner is Resolution
521.36/263.31	c starts		: 153
521.36/263.31	c conflicts		: 886465
521.36/263.31	c decisions		: 3867460
521.36/263.31	c propagations		: 200454996
521.36/263.31	c inspects		: 2727818693
521.36/263.31	c shortcuts		: 0
521.36/263.31	c learnt literals	: 179
521.36/263.31	c learnt binary clauses	: 711
521.36/263.31	c learnt ternary clauses	: 3137
521.36/263.31	c learnt constraints	: 886285
521.36/263.31	c ignored constraints	: 0
521.36/263.31	c root simplifications	: 0
521.36/263.31	c removed literals (reason simplification)	: 31957700
521.36/263.31	c reason swapping (by a shorter reason)	: 0
521.36/263.31	c Calls to reduceDB	: 37
521.36/263.31	c number of reductions to clauses (during analyze)	: 0
521.36/263.31	c number of learned constraints concerned by reduction	: 0
521.36/263.31	c number of learning phase by resolution	: 0
521.36/263.31	c number of learning phase by cutting planes	: 0
521.36/263.31	c speed (assignments/second)	: 765902.2328865522
521.36/263.31	c non guided choices	265809
521.36/263.34	c learnt constraints type 
521.36/263.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 711
521.36/263.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74871
521.36/263.34	c constraints type 
521.36/263.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
521.36/263.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
521.36/263.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
521.36/263.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
521.36/263.34	c constraints type 
521.36/263.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37632
521.36/263.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 118580
521.36/263.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
521.36/263.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
521.36/263.34	s UNSATISFIABLE
521.36/263.34	c Total wall clock time (in seconds): 263.213

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-3741047-1338750678/watcher-3741047-1338750678 -o /tmp/evaluation-result-3741047-1338750678/solver-3741047-1338750678 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741047-1338750678.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: 4.02 3.97 3.58 4/197 30298
/proc/meminfo: memFree=23332152/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30298/stat : 30298 (java) D 30296 30298 30010 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341194574 9515008 182 33554432000 1073741824 1073778376 140734331205936 140734331196968 271787572917 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30298/statm: 2323 182 140 9 0 71 0

[startup+0.0730829 s]
/proc/loadavg: 4.02 3.97 3.58 4/197 30298
/proc/meminfo: memFree=23332152/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 4353 0 1 0 3 1 0 0 20 0 13 0 341194574 11523600384 12716 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2813379 12716 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100299 s]
/proc/loadavg: 4.02 3.97 3.58 4/197 30298
/proc/meminfo: memFree=23332152/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 4735 0 1 0 6 1 0 0 20 0 18 0 341194574 11864465408 13098 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2896598 13099 1939 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300305 s]
/proc/loadavg: 4.02 3.97 3.58 4/197 30298
/proc/meminfo: memFree=23332152/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 6424 0 1 0 44 2 0 0 20 0 18 0 341194574 11864465408 15947 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2896598 15947 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700297 s]
/proc/loadavg: 4.02 3.97 3.58 4/197 30298
/proc/meminfo: memFree=23332152/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11586392 CPUtime=1.23 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 10054 0 1 0 119 4 0 0 20 0 18 0 341194574 11864465408 53475 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2896598 53475 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 11586392

[startup+1.50071 s]
/proc/loadavg: 4.02 3.97 3.58 4/215 30316
/proc/meminfo: memFree=22968624/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11586392 CPUtime=2.15 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 10310 0 1 0 203 12 0 0 20 0 18 0 341194574 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2896598 160522 2239 9 0 2887285 0
[pid=30298/tid=30300] ppid=30296 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/30298/task/30300/stat : 30300 (java) R 30296 30298 30010 0 -1 4202560 3687 0 1 0 135 11 0 0 20 0 18 0 341194575 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855547060288 139855420055188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855384374056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855383321256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855382268968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855381216168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855380162856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855379110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855378057768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341194577 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855377004968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341194578 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855364594408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341194579 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855363540472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341194579 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855362488072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194581 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855361436560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 30010 0 -1 4202560 2962 0 0 0 33 0 0 0 20 0 18 0 341194581 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855360383160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 30010 0 -1 4202560 2476 0 0 0 31 0 0 0 20 0 18 0 341194581 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855359330360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194581 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855358278264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341194581 11864465408 160522 33554432000 1073741824 1073778376 140735332398800 139855357225672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.10085 s]
/proc/loadavg: 3.94 3.96 3.57 5/219 30320
/proc/meminfo: memFree=22532324/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11852648 CPUtime=6.25 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 16130 0 1 0 604 21 0 0 20 0 22 0 341194574 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2963162 299164 2264 9 0 2953849 0
[pid=30298/tid=30300] ppid=30296 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/30298/task/30300/stat : 30300 (java) S 30296 30298 30010 0 -1 4202560 3723 0 1 0 144 12 0 0 20 0 22 0 341194575 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855547069592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855384374056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855383321256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855382268968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855381216168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855380162856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855379110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855378057768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341194577 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855377004968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341194578 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855364594408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855363540472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855362488072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855361436560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 30010 0 -1 4202560 4713 0 0 0 74 2 0 0 20 0 22 0 341194581 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855360383160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 30010 0 -1 4202560 6153 0 0 0 89 2 0 0 20 0 22 0 341194581 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855359330360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855358278264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855357225672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30317] ppid=30296 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/30298/task/30317/stat : 30317 (java) R 30296 30298 30010 0 -1 4202560 29 0 0 0 149 0 0 0 20 0 22 0 341194733 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855356171112 139855420418428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30318] ppid=30296 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/30298/task/30318/stat : 30318 (java) R 30296 30298 30010 0 -1 4202560 310 0 0 0 141 7 0 0 20 0 22 0 341194733 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855355116288 139855420418428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30319] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30319/stat : 30319 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341194735 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855354066600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30320] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30320/stat : 30320 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341194735 12137111552 299164 33554432000 1073741824 1073778376 140735332398800 139855353013800 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 3.94 3.96 3.57 5/219 30320
/proc/meminfo: memFree=21909916/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11852648 CPUtime=12.69 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 18114 0 1 0 1240 29 0 0 20 0 22 0 341194574 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2963162 356944 2288 9 0 2953849 0
[pid=30298/tid=30300] ppid=30296 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/30298/task/30300/stat : 30300 (java) S 30296 30298 30010 0 -1 4202560 3724 0 1 0 144 12 0 0 20 0 22 0 341194575 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855547069592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855384374056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 30010 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855383321256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855382268968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 30010 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855381216168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 30010 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855380162856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 30010 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855379110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 30010 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855378057768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 30010 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 341194577 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855377004968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 30010 0 -1 4202560 57 0 0 0 35 1 0 0 20 0 22 0 341194578 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855364594408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855363540472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855362488072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855361436560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 30010 0 -1 4202560 4717 0 0 0 79 2 0 0 20 0 22 0 341194581 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855360383160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 30010 0 -1 4202560 7918 0 0 0 116 2 0 0 20 0 22 0 341194581 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855359330360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855358278264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855357225672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30317] ppid=30296 vsize=11852648 CPUtime=4.23 cores=1,3,5,7
/proc/30298/task/30317/stat : 30317 (java) R 30296 30298 30010 0 -1 4202560 31 0 0 0 423 0 0 0 20 0 22 0 341194733 12137111552 356944 33554432000 1073741824 1073778376 140735332398800 139855356168944 139855420460476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 30010 0 -1 4202560 76 0 0 0 31 2 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855378057768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 30010 0 -1 4202560 45 0 0 0 29 0 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855377004968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=11852648 CPUtime=6.43 cores=1,3,5,7
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 30010 0 -1 4202560 99 0 0 0 639 4 0 0 20 0 22 0 341194578 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855364594408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855363540472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855362488072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855361436560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 30010 0 -1 4202560 7715 0 0 0 100 2 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855360383160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 30010 0 -1 4202560 9939 0 0 0 148 2 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855359330360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855358278264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 30010 0 -1 4202560 15 0 0 0 5 5 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855357225672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30317] ppid=30296 vsize=11852648 CPUtime=251.89 cores=1,3,5,7
/proc/30298/task/30317/stat : 30317 (java) R 30296 30298 30010 0 -1 4202560 68 0 0 0 25186 3 0 0 20 0 22 0 341194733 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855356170032 139855420453150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30318] ppid=30296 vsize=11852648 CPUtime=251.87 cores=1,3,5,7
/proc/30298/task/30318/stat : 30318 (java) R 30296 30298 30010 0 -1 4202560 1383 0 0 0 25142 45 0 0 20 0 22 0 341194733 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855355116288 139855420410009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30319] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30319/stat : 30319 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341194735 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855354066600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30320] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30320/stat : 30320 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341194735 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855353013800 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 516.81
Current children cumulated vsize (KiB) 11852648

[startup+262.301 s]
/proc/loadavg: 3.94 3.97 3.66 5/219 30383
/proc/meminfo: memFree=19970396/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11852648 CPUtime=519.99 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 24642 0 1 0 51927 72 0 0 20 0 22 0 341194574 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2963162 893315 2290 9 0 2953849 0
[pid=30298/tid=30300] ppid=30296 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/30298/task/30300/stat : 30300 (java) S 30296 30298 30010 0 -1 4202560 3734 0 1 0 145 12 0 0 20 0 22 0 341194575 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855547069592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 30010 0 -1 4202560 71 0 0 0 28 0 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855384374056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 30010 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855383321256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 30010 0 -1 4202560 65 0 0 0 30 0 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855382268968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 30010 0 -1 4202560 79 0 0 0 28 0 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855381216168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 30010 0 -1 4202560 59 0 0 0 27 2 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855380162856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 30010 0 -1 4202560 78 0 0 0 33 2 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855379110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=11852648 CPUtime=0.33 cores=1,3,5,7
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 30010 0 -1 4202560 76 0 0 0 31 2 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855378057768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 30010 0 -1 4202560 45 0 0 0 29 0 0 0 20 0 22 0 341194577 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855377004968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=11852648 CPUtime=6.43 cores=1,3,5,7
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 30010 0 -1 4202560 99 0 0 0 639 4 0 0 20 0 22 0 341194578 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855364594408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855363540472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341194579 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855362488072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855361436560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 30010 0 -1 4202560 7715 0 0 0 100 2 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855360383160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 30010 0 -1 4202560 9939 0 0 0 148 2 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855359330360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855358278264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 30010 0 -1 4202560 15 0 0 0 5 5 0 0 20 0 22 0 341194581 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855357225672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30317] ppid=30296 vsize=11852648 CPUtime=253.48 cores=1,3,5,7
/proc/30298/task/30317/stat : 30317 (java) R 30296 30298 30010 0 -1 4202560 68 0 0 0 25345 3 0 0 20 0 22 0 341194733 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855356170032 139855420418428 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30318] ppid=30296 vsize=11852648 CPUtime=253.46 cores=1,3,5,7
/proc/30298/task/30318/stat : 30318 (java) R 30296 30298 30010 0 -1 4202560 1383 0 0 0 25301 45 0 0 20 0 22 0 341194733 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855355116288 139855420410009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30319] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30319/stat : 30319 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341194735 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855354066600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30320] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30320/stat : 30320 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341194735 12137111552 893315 33554432000 1073741824 1073778376 140735332398800 139855353013800 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 519.99
Current children cumulated vsize (KiB) 11852648

[startup+263.101 s]
/proc/loadavg: 3.94 3.97 3.66 5/219 30383
/proc/meminfo: memFree=19970396/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11852648 CPUtime=521.36 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 24643 0 1 0 52056 80 0 0 20 0 19 0 341194574 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2963162 893304 2291 9 0 2953849 0
[pid=30298/tid=30300] ppid=30296 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/30298/task/30300/stat : 30300 (java) S 30296 30298 30010 0 -1 4202560 3734 0 1 0 145 12 0 0 20 0 19 0 341194575 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855547069592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 30010 0 -1 4202560 71 0 0 0 28 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855384374056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 30010 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855383321256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 30010 0 -1 4202560 65 0 0 0 30 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855382268968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 30010 0 -1 4202560 79 0 0 0 28 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855381216168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 30010 0 -1 4202560 59 0 0 0 27 2 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855380162856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 30010 0 -1 4202560 78 0 0 0 33 2 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855379110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=11852648 CPUtime=0.33 cores=1,3,5,7
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 30010 0 -1 4202560 76 0 0 0 31 2 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855378057768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 30010 0 -1 4202560 45 0 0 0 29 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855377004968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=11852648 CPUtime=6.43 cores=1,3,5,7
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 30010 0 -1 4202560 99 0 0 0 639 4 0 0 20 0 19 0 341194578 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855364594408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341194579 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855363540472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341194579 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855362488072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855361436560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 30010 0 -1 4202560 7715 0 0 0 100 2 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855360383160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 30010 0 -1 4202560 9939 0 0 0 148 2 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855359330360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855358278264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 30010 0 -1 4202560 15 0 0 0 6 5 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855357225672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30319] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30319/stat : 30319 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341194735 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855354066600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 521.36
Current children cumulated vsize (KiB) 11852648

[startup+263.301 s]
/proc/loadavg: 3.94 3.97 3.66 5/219 30383
/proc/meminfo: memFree=19970396/32873648 swapFree=6852/6852
[pid=30298] ppid=30296 vsize=11852648 CPUtime=521.36 cores=1,3,5,7
/proc/30298/stat : 30298 (java) S 30296 30298 30010 0 -1 4202496 24643 0 1 0 52056 80 0 0 20 0 19 0 341194574 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 140735332389936 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2963162 893304 2291 9 0 2953849 0
[pid=30298/tid=30300] ppid=30296 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/30298/task/30300/stat : 30300 (java) S 30296 30298 30010 0 -1 4202560 3734 0 1 0 145 12 0 0 20 0 19 0 341194575 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855547069592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30301] ppid=30296 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/30298/task/30301/stat : 30301 (java) S 30296 30298 30010 0 -1 4202560 71 0 0 0 28 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855384374056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30302] ppid=30296 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/30298/task/30302/stat : 30302 (java) S 30296 30298 30010 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855383321256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30303] ppid=30296 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/30298/task/30303/stat : 30303 (java) S 30296 30298 30010 0 -1 4202560 65 0 0 0 30 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855382268968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30304] ppid=30296 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/30298/task/30304/stat : 30304 (java) S 30296 30298 30010 0 -1 4202560 79 0 0 0 28 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855381216168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30305] ppid=30296 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/30298/task/30305/stat : 30305 (java) S 30296 30298 30010 0 -1 4202560 59 0 0 0 27 2 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855380162856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30306] ppid=30296 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/30298/task/30306/stat : 30306 (java) S 30296 30298 30010 0 -1 4202560 78 0 0 0 33 2 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855379110056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30307] ppid=30296 vsize=11852648 CPUtime=0.33 cores=1,3,5,7
/proc/30298/task/30307/stat : 30307 (java) S 30296 30298 30010 0 -1 4202560 76 0 0 0 31 2 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855378057768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30308] ppid=30296 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/30298/task/30308/stat : 30308 (java) S 30296 30298 30010 0 -1 4202560 45 0 0 0 29 0 0 0 20 0 19 0 341194577 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855377004968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30309] ppid=30296 vsize=11852648 CPUtime=6.43 cores=1,3,5,7
/proc/30298/task/30309/stat : 30309 (java) S 30296 30298 30010 0 -1 4202560 99 0 0 0 639 4 0 0 20 0 19 0 341194578 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855364594408 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30310] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30310/stat : 30310 (java) S 30296 30298 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341194579 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855363540472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30311] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30311/stat : 30311 (java) S 30296 30298 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341194579 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855362488072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30312] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30312/stat : 30312 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855361436560 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30298/tid=30313] ppid=30296 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30298/task/30313/stat : 30313 (java) S 30296 30298 30010 0 -1 4202560 7715 0 0 0 100 2 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855360383160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30298/tid=30314] ppid=30296 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/30298/task/30314/stat : 30314 (java) S 30296 30298 30010 0 -1 4202560 9939 0 0 0 148 2 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855359330360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30315] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30315/stat : 30315 (java) S 30296 30298 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855358278264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30298/tid=30316] ppid=30296 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/30298/task/30316/stat : 30316 (java) S 30296 30298 30010 0 -1 4202560 15 0 0 0 6 5 0 0 20 0 19 0 341194581 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855357225672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30298/tid=30319] ppid=30296 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30298/task/30319/stat : 30319 (java) S 30296 30298 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341194735 12137111552 893304 33554432000 1073741824 1073778376 140735332398800 139855354066600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 521.36
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 263.359
CPU time (s): 521.635
CPU user time (s): 520.673
CPU system time (s): 0.961853
CPU usage (%): 198.07
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 520.673
system time used= 0.961853
maximum resident set size= 3573264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24655
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8162
involuntary context switches= 8521

runsolver used 1.04284 second user time and 2.42363 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 21:11:18
IDJOB=3741047
IDBENCH=89738
IDSOLVER=2328
FILE ID=node115/3741047-1338750678
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70812 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-99.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741047-1338750678/watcher-3741047-1338750678 -o /tmp/evaluation-result-3741047-1338750678/solver-3741047-1338750678 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741047-1338750678.opb

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

MD5SUM BENCH= a0ef64dc4a665e7cf00a752d7a124006
RANDOM SEED=248542042

node115.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.462
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.92
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.462
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.462
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.92
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.462
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.462
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.92
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.462
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.462
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.462
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:        23332408 kB
Buffers:         1438544 kB
Cached:          3500920 kB
SwapCached:         1016 kB
Active:          6435472 kB
Inactive:        2187956 kB
Active(anon):    3672400 kB
Inactive(anon):     9868 kB
Active(file):    2763072 kB
Inactive(file):  2178088 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              7524 kB
Writeback:             0 kB
AnonPages:       3688016 kB
Mapped:            19908 kB
Shmem:                96 kB
Slab:             771680 kB
SReclaimable:     215564 kB
SUnreclaim:       556116 kB
KernelStack:        1616 kB
PageTables:        11332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10457728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3633152 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= 70784 MiB
End job on node115 at 2012-06-03 21:15:41