Trace number 3687442

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 1050.74 527.473

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
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 benchmark33.6839
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687442-1337871918.opb
0.10/0.12	c reading problem ... 
3.46/2.05	c ... done. Wall clock time 1.932s.
3.46/2.05	c declared #vars     84836
3.46/2.05	c #constraints  245062
3.46/2.05	c constraints type 
3.46/2.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
3.46/2.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.46/2.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
3.46/2.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
3.46/2.05	c 245062 constraints processed.
3.46/2.05	c constraints type 
3.46/2.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
3.46/2.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
3.46/2.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
3.46/2.05	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.46/2.05	c 245062 constraints processed.
19.93/9.37	c cleaning 2493 clauses out of 4998 with flag 5001/5001
35.05/16.98	c cleaning 4239 clauses out of 8504 with flag 11001/11001
36.06/17.50	c cleaning 0 clauses out of 4998 with flag 0/5000
52.65/25.87	c cleaning 5621 clauses out of 11262 with flag 18000/18000
79.97/39.53	c cleaning 6806 clauses out of 13640 with flag 26001/26001
97.42/48.40	c cleaning 7905 clauses out of 15832 with flag 35000/35000
113.42/56.45	c cleaning 8948 clauses out of 17925 with flag 45000/45000
131.38/65.57	c cleaning 0 clauses out of 10986 with flag 0/11000
139.98/70.00	c cleaning 9967 clauses out of 19978 with flag 56002/56002
166.13/83.22	c cleaning 10982 clauses out of 22010 with flag 68001/68001
188.09/94.30	c cleaning 12002 clauses out of 24029 with flag 81002/81002
233.46/117.19	c cleaning 13007 clauses out of 26021 with flag 95002/95002
264.78/133.01	c cleaning 13997 clauses out of 28007 with flag 110000/110000
317.33/159.40	c cleaning 14987 clauses out of 30011 with flag 126001/126001
382.32/192.00	c cleaning 15992 clauses out of 32021 with flag 143000/143000
428.78/215.32	c cleaning 17005 clauses out of 34028 with flag 161000/161000
506.85/254.44	c cleaning 18001 clauses out of 36022 with flag 180001/180001
584.03/292.93	c cleaning 19000 clauses out of 38018 with flag 200001/200001
586.79/294.52	c cleaning 0 clauses out of 17985 with flag 0/18000
642.73/322.53	c cleaning 19994 clauses out of 40017 with flag 221000/221000
722.41/362.43	c cleaning 21004 clauses out of 42025 with flag 243002/243002
798.43/400.42	c cleaning 21997 clauses out of 44016 with flag 266000/266000
872.35/437.47	c cleaning 23001 clauses out of 46019 with flag 290001/290001
951.65/477.15	c cleaning 23997 clauses out of 48015 with flag 315000/315000
1041.52/522.24	c cleaning 25007 clauses out of 50014 with flag 341001/341001
1050.34/527.00	c  And the winner is solver0
1049.72/527.44	c starts		: 120
1049.72/527.44	c conflicts		: 342966
1049.72/527.44	c decisions		: 967264
1049.72/527.44	c propagations		: 1042059208
1049.72/527.44	c inspects		: 2667748745
1049.72/527.44	c shortcuts		: 0
1049.72/527.44	c learnt literals	: 55
1049.72/527.44	c learnt binary clauses	: 379
1049.72/527.44	c learnt ternary clauses	: 671
1049.72/527.44	c learnt constraints	: 342910
1049.72/527.44	c ignored constraints	: 0
1049.72/527.44	c root simplifications	: 0
1049.72/527.44	c removed literals (reason simplification)	: 5993721
1049.72/527.44	c reason swapping (by a shorter reason)	: 0
1049.72/527.44	c Calls to reduceDB	: 22
1049.72/527.44	c number of reductions to clauses (during analyze)	: 0
1049.72/527.44	c number of learned constraints concerned by reduction	: 0
1049.72/527.44	c number of learning phase by resolution	: 0
1049.72/527.44	c number of learning phase by cutting planes	: 0
1049.72/527.44	c speed (assignments/second)	: 1983567.4165216829
1049.72/527.44	c non guided choices	11135
1049.72/527.45	c learnt constraints type 
1049.72/527.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 379
1049.72/527.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26579
1049.72/527.45	c constraints type 
1049.72/527.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
1049.72/527.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1049.72/527.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
1049.72/527.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
1049.72/527.45	c 245062 constraints processed.
1049.72/527.45	c constraints type 
1049.72/527.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
1049.72/527.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
1049.72/527.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1049.72/527.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1049.72/527.45	c 245062 constraints processed.
1049.72/527.45	s UNSATISFIABLE
1049.72/527.45	c Total wall clock time (in seconds): 527.332

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-3687442-1337871918/watcher-3687442-1337871918 -o /tmp/evaluation-result-3687442-1337871918/solver-3687442-1337871918 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687442-1337871918.opb 

running on 4 cores: 0,2,4,6

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: 0.37 0.09 0.03 6/197 25789
/proc/meminfo: memFree=30281280/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 253316230 95129600 918 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 23225 921 698 9 0 16769 0
[pid=25789/tid=25790] ppid=25787 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) D 25787 25789 25184 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 253316230 95129600 927 33554432000 1073741824 1073778376 140734654804640 139972535180840 239228513575 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.0717001 s]
/proc/loadavg: 0.37 0.09 0.03 6/197 25789
/proc/meminfo: memFree=30281280/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 3302 0 1 0 5 1 0 0 20 0 18 0 253316230 9787813888 4511 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2389603 4511 1771 9 0 2380296 0
[pid=25789/tid=25790] ppid=25787 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) R 25787 25789 25184 0 -1 4202560 2093 0 1 0 5 0 0 0 20 0 18 0 253316230 9787813888 4511 33554432000 1073741824 1073778376 140734654804640 139972535188128 139972538028370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100292 s]
/proc/loadavg: 0.37 0.09 0.03 6/197 25789
/proc/meminfo: memFree=30281280/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 4310 0 1 0 9 1 0 0 20 0 18 0 253316230 9787813888 5516 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2389603 5516 2109 9 0 2380296 0
[pid=25789/tid=25790] ppid=25787 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) R 25787 25789 25184 0 -1 4202560 2361 0 1 0 7 0 0 0 20 0 18 0 253316230 9787813888 5516 33554432000 1073741824 1073778376 140734654804640 139972535184304 139972542950227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300258 s]
/proc/loadavg: 0.37 0.09 0.03 6/197 25789
/proc/meminfo: memFree=30281280/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 5315 0 1 0 46 1 0 0 20 0 18 0 253316230 9787813888 8808 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2389603 8808 2215 9 0 2380296 0
[pid=25789/tid=25790] ppid=25787 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) R 25787 25789 25184 0 -1 4202560 2449 0 1 0 26 1 0 0 20 0 18 0 253316230 9787813888 8808 33554432000 1073741824 1073778376 140734654804640 139972535184304 139972397057536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700275 s]
/proc/loadavg: 0.37 0.09 0.03 6/197 25789
/proc/meminfo: memFree=30281280/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9558412 CPUtime=1.59 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 15274 0 1 0 154 5 0 0 20 0 18 0 253316230 9787813888 38632 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2389603 38632 2233 9 0 2380296 0
[pid=25789/tid=25790] ppid=25787 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) R 25787 25789 25184 0 -1 4202560 2495 0 1 0 64 3 0 0 20 0 18 0 253316230 9787813888 38632 33554432000 1073741824 1073778376 140734654804640 139972535177152 139972397626241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 0.37 0.09 0.03 4/215 25807
/proc/meminfo: memFree=30013824/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9558412 CPUtime=2.59 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 15838 0 1 0 246 13 0 0 20 0 18 0 253316230 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2389603 77964 2249 9 0 2380296 0
[pid=25789/tid=25790] ppid=25787 vsize=9558412 CPUtime=1.39 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) R 25787 25789 25184 0 -1 4202560 2553 0 1 0 134 5 0 0 20 0 18 0 253316230 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972535176976 139972397394853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25792] ppid=25787 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25789/task/25792/stat : 25792 (java) S 25787 25789 25184 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972524247464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25793] ppid=25787 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/25789/task/25793/stat : 25793 (java) S 25787 25789 25184 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972523194920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25794] ppid=25787 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25789/task/25794/stat : 25794 (java) S 25787 25789 25184 0 -1 4202560 101 0 0 0 3 1 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972522141864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25795] ppid=25787 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25789/task/25795/stat : 25795 (java) S 25787 25789 25184 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972521089320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25796] ppid=25787 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/25789/task/25796/stat : 25796 (java) S 25787 25789 25184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972520037288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25797] ppid=25787 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25789/task/25797/stat : 25797 (java) S 25787 25789 25184 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972518984744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25798] ppid=25787 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/25789/task/25798/stat : 25798 (java) S 25787 25789 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972517931688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25799] ppid=25787 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25789/task/25799/stat : 25799 (java) S 25787 25789 25184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 253316231 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972516879144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25800] ppid=25787 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25800/stat : 25800 (java) S 25787 25789 25184 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253316232 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972359305576 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25801] ppid=25787 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25801/stat : 25801 (java) S 25787 25789 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253316233 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972358251896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25802] ppid=25787 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25802/stat : 25802 (java) S 25787 25789 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253316233 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972357198728 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25803] ppid=25787 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25803/stat : 25803 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316235 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972356147472 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25804] ppid=25787 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/25789/task/25804/stat : 25804 (java) S 25787 25789 25184 0 -1 4202560 5091 0 0 0 41 1 0 0 20 0 18 0 253316235 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972355095352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25805] ppid=25787 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/25789/task/25805/stat : 25805 (java) S 25787 25789 25184 0 -1 4202560 6504 0 0 0 45 0 0 0 20 0 18 0 253316235 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972354042808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25806] ppid=25787 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25806/stat : 25806 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316235 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972352989944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25807] ppid=25787 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25807/stat : 25807 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316235 9787813888 77964 33554432000 1073741824 1073778376 140734654804640 139972351937608 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558412

[startup+3.10083 s]
/proc/loadavg: 0.37 0.09 0.03 8/219 25811
/proc/meminfo: memFree=29689104/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9824668 CPUtime=6.69 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 16402 0 1 0 642 27 0 0 20 0 22 0 253316230 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2456167 110055 2269 9 0 2446860 0
[pid=25789/tid=25790] ppid=25787 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) S 25787 25789 25184 0 -1 4202560 2579 0 1 0 182 6 0 0 20 0 22 0 253316230 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972535186424 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25792] ppid=25787 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25789/task/25792/stat : 25792 (java) S 25787 25789 25184 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972524247464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25793] ppid=25787 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25789/task/25793/stat : 25793 (java) S 25787 25789 25184 0 -1 4202560 140 0 0 0 5 3 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972523194920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25794] ppid=25787 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25789/task/25794/stat : 25794 (java) S 25787 25789 25184 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972522141864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25795] ppid=25787 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/25789/task/25795/stat : 25795 (java) S 25787 25789 25184 0 -1 4202560 129 0 0 0 8 2 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972521089320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25796] ppid=25787 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25789/task/25796/stat : 25796 (java) S 25787 25789 25184 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972520037288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25797] ppid=25787 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25789/task/25797/stat : 25797 (java) S 25787 25789 25184 0 -1 4202560 172 0 0 0 11 4 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972518984744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25798] ppid=25787 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25789/task/25798/stat : 25798 (java) S 25787 25789 25184 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972517931688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25799] ppid=25787 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25789/task/25799/stat : 25799 (java) S 25787 25789 25184 0 -1 4202560 51 0 0 0 7 1 0 0 20 0 22 0 253316231 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972516879144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25800] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25800/stat : 25800 (java) S 25787 25789 25184 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253316232 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972359305576 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25801] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25801/stat : 25801 (java) S 25787 25789 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316233 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972358251896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25802] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25802/stat : 25802 (java) S 25787 25789 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316233 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972357198728 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25803] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25803/stat : 25803 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316235 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972356147472 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25804] ppid=25787 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/25789/task/25804/stat : 25804 (java) S 25787 25789 25184 0 -1 4202560 5104 0 0 0 97 1 0 0 20 0 22 0 253316235 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972355095352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25805] ppid=25787 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/25789/task/25805/stat : 25805 (java) S 25787 25789 25184 0 -1 4202560 6508 0 0 0 100 1 0 0 20 0 22 0 253316235 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972354042808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25806] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25806/stat : 25806 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316235 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972352989944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25807] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25807/stat : 25807 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316235 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972351937608 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25808] ppid=25787 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/25789/task/25808/stat : 25808 (java) R 25787 25789 25184 0 -1 4202560 28 0 0 0 95 0 0 0 20 0 22 0 253316435 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972350880664 139972398088226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25809] ppid=25787 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/25789/task/25809/stat : 25809 (java) R 25787 25789 25184 0 -1 4202560 69 0 0 0 96 0 0 0 20 0 22 0 253316435 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972349829640 139972398129571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25810] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25810/stat : 25810 (java) S 25787 25789 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316439 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972348777256 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25811] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25811/stat : 25811 (java) S 25787 25789 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316439 10060460032 110055 33554432000 1073741824 1073778376 140734654804640 139972347724712 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 0.66 0.16 0.05 3/193 25896
/proc/meminfo: memFree=29736696/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9824668 CPUtime=13.74 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 18898 0 1 0 1338 36 0 0 20 0 22 0 253316230 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2456167 238730 2273 9 0 2446860 0
[pid=25789/tid=25790] ppid=25787 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) S 25787 25789 25184 0 -1 4202560 2579 0 1 0 182 6 0 0 20 0 22 0 253316230 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972535186424 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25792] ppid=25787 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25789/task/25792/stat : 25792 (java) S 25787 25789 25184 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972524247464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25793] ppid=25787 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25789/task/25793/stat : 25793 (java) S 25787 25789 25184 0 -1 4202560 188 0 0 0 12 3 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972523194920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25794] ppid=25787 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/25789/task/25794/stat : 25794 (java) S 25787 25789 25184 0 -1 4202560 131 0 0 0 8 3 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972522141864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25795] ppid=25787 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/25789/task/25795/stat : 25795 (java) S 25787 25789 25184 0 -1 4202560 136 0 0 0 11 2 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972521089320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25796] ppid=25787 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/25789/task/25796/stat : 25796 (java) S 25787 25789 25184 0 -1 4202560 49 0 0 0 9 2 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972520037288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25797] ppid=25787 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/25789/task/25797/stat : 25797 (java) S 25787 25789 25184 0 -1 4202560 181 0 0 0 14 4 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972518984744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25798] ppid=25787 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/25789/task/25798/stat : 25798 (java) S 25787 25789 25184 0 -1 4202560 45 0 0 0 7 3 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972517931688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25799] ppid=25787 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/25789/task/25799/stat : 25799 (java) S 25787 25789 25184 0 -1 4202560 60 0 0 0 9 2 0 0 20 0 22 0 253316231 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972516879144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25800] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25800/stat : 25800 (java) S 25787 25789 25184 0 -1 4202560 488 0 0 0 0 0 0 0 20 0 22 0 253316232 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972359305576 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25801] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25801/stat : 25801 (java) S 25787 25789 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316233 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972358251896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25802] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25802/stat : 25802 (java) S 25787 25789 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316233 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972357198728 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25803] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25803/stat : 25803 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316235 10060460032 238730 33554432000 1073741824 1073778376 140734654804640 139972356147472 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

Current children cumulated CPU time (s) 1046.11
Current children cumulated vsize (KiB) 9824668

[startup+526.401 s]
/proc/loadavg: 3.93 3.28 1.70 4/219 26285
/proc/meminfo: memFree=25371776/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9824668 CPUtime=1049.33 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 60139 0 1 0 104815 118 0 0 20 0 22 0 253316230 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2456167 615463 2285 9 0 2446860 0
[pid=25789/tid=25790] ppid=25787 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) S 25787 25789 25184 0 -1 4202560 2587 0 1 0 184 7 0 0 20 0 22 0 253316230 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972535186424 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25792] ppid=25787 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/25789/task/25792/stat : 25792 (java) S 25787 25789 25184 0 -1 4202560 315 0 0 0 182 5 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972524247464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25793] ppid=25787 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/25789/task/25793/stat : 25793 (java) S 25787 25789 25184 0 -1 4202560 380 0 0 0 182 7 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972523194920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25794] ppid=25787 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/25789/task/25794/stat : 25794 (java) S 25787 25789 25184 0 -1 4202560 348 0 0 0 176 6 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972522141864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25795] ppid=25787 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25789/task/25795/stat : 25795 (java) S 25787 25789 25184 0 -1 4202560 353 0 0 0 186 6 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972521089320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25796] ppid=25787 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/25789/task/25796/stat : 25796 (java) S 25787 25789 25184 0 -1 4202560 260 0 0 0 180 6 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972520037288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25797] ppid=25787 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25789/task/25797/stat : 25797 (java) S 25787 25789 25184 0 -1 4202560 428 0 0 0 187 7 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972518984744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25798] ppid=25787 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/25789/task/25798/stat : 25798 (java) S 25787 25789 25184 0 -1 4202560 305 0 0 0 173 5 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972517931688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25799] ppid=25787 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25789/task/25799/stat : 25799 (java) S 25787 25789 25184 0 -1 4202560 284 0 0 0 180 4 0 0 20 0 22 0 253316231 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972516879144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25800] ppid=25787 vsize=9824668 CPUtime=11.3 cores=0,2,4,6
/proc/25789/task/25800/stat : 25800 (java) S 25787 25789 25184 0 -1 4202560 36091 0 0 0 1111 19 0 0 20 0 22 0 253316232 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972359305576 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25801] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25801/stat : 25801 (java) S 25787 25789 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316233 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972358251896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25802] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25802/stat : 25802 (java) S 25787 25789 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316233 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972357198728 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25803] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25803/stat : 25803 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316235 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972356147472 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25804] ppid=25787 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/25789/task/25804/stat : 25804 (java) S 25787 25789 25184 0 -1 4202560 6328 0 0 0 163 1 0 0 20 0 22 0 253316235 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972355095352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25805] ppid=25787 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25789/task/25805/stat : 25805 (java) S 25787 25789 25184 0 -1 4202560 9244 0 0 0 168 2 0 0 20 0 22 0 253316235 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972354042808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25806] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25806/stat : 25806 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316235 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972352989944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25807] ppid=25787 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25789/task/25807/stat : 25807 (java) S 25787 25789 25184 0 -1 4202560 31 0 0 0 10 9 0 0 20 0 22 0 253316235 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972351937608 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25808] ppid=25787 vsize=9824668 CPUtime=507.52 cores=0,2,4,6
/proc/25789/task/25808/stat : 25808 (java) R 25787 25789 25184 0 -1 4202560 66 0 0 0 50745 7 0 0 20 0 22 0 253316435 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972350881200 139972398129839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25809] ppid=25787 vsize=9824668 CPUtime=507.53 cores=0,2,4,6
/proc/25789/task/25809/stat : 25809 (java) R 25787 25789 25184 0 -1 4202560 1931 0 0 0 50713 40 0 0 20 0 22 0 253316435 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972349829760 139972398284530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25810] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25810/stat : 25810 (java) S 25787 25789 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316439 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972348777256 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25811] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25811/stat : 25811 (java) S 25787 25789 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316439 10060460032 615463 33554432000 1073741824 1073778376 140734654804640 139972347724712 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1049.33
Current children cumulated vsize (KiB) 9824668

[startup+527.201 s]
/proc/loadavg: 3.93 3.28 1.70 5/219 26285
/proc/meminfo: memFree=25361224/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9824668 CPUtime=1049.51 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 60142 0 1 0 104826 125 0 0 20 0 20 0 253316230 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2456167 615458 2286 9 0 2446860 0
[pid=25789/tid=25790] ppid=25787 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) S 25787 25789 25184 0 -1 4202560 2587 0 1 0 184 7 0 0 20 0 20 0 253316230 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972535186424 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25792] ppid=25787 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/25789/task/25792/stat : 25792 (java) S 25787 25789 25184 0 -1 4202560 315 0 0 0 182 5 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972524247464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25793] ppid=25787 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/25789/task/25793/stat : 25793 (java) S 25787 25789 25184 0 -1 4202560 380 0 0 0 182 7 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972523194920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25794] ppid=25787 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/25789/task/25794/stat : 25794 (java) S 25787 25789 25184 0 -1 4202560 348 0 0 0 176 6 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972522141864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25795] ppid=25787 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25789/task/25795/stat : 25795 (java) S 25787 25789 25184 0 -1 4202560 353 0 0 0 186 6 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972521089320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25796] ppid=25787 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/25789/task/25796/stat : 25796 (java) S 25787 25789 25184 0 -1 4202560 260 0 0 0 180 6 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972520037288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25797] ppid=25787 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25789/task/25797/stat : 25797 (java) S 25787 25789 25184 0 -1 4202560 428 0 0 0 187 7 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972518984744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25798] ppid=25787 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/25789/task/25798/stat : 25798 (java) S 25787 25789 25184 0 -1 4202560 305 0 0 0 173 5 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972517931688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25799] ppid=25787 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25789/task/25799/stat : 25799 (java) S 25787 25789 25184 0 -1 4202560 284 0 0 0 180 4 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972516879144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25800] ppid=25787 vsize=9824668 CPUtime=11.3 cores=0,2,4,6
/proc/25789/task/25800/stat : 25800 (java) S 25787 25789 25184 0 -1 4202560 36091 0 0 0 1111 19 0 0 20 0 20 0 253316232 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972359305576 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25801] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25801/stat : 25801 (java) S 25787 25789 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253316233 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972358251896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25802] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25802/stat : 25802 (java) S 25787 25789 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 253316233 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972357198728 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25803] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25803/stat : 25803 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972356147472 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25804] ppid=25787 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/25789/task/25804/stat : 25804 (java) S 25787 25789 25184 0 -1 4202560 6329 0 0 0 163 1 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972355095352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25805] ppid=25787 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25789/task/25805/stat : 25805 (java) S 25787 25789 25184 0 -1 4202560 9244 0 0 0 168 2 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972354042808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25806] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25806/stat : 25806 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972352989944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25807] ppid=25787 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25789/task/25807/stat : 25807 (java) S 25787 25789 25184 0 -1 4202560 31 0 0 0 10 9 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972351937608 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25809] ppid=25787 vsize=9824668 CPUtime=508.32 cores=0,2,4,6
/proc/25789/task/25809/stat : 25809 (java) R 25787 25789 25184 0 -1 4202560 1931 0 0 0 50792 40 0 0 20 0 20 0 253316435 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972349829760 139972397485824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25811] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25811/stat : 25811 (java) S 25787 25789 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253316439 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972347724712 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1049.51
Current children cumulated vsize (KiB) 9824668

[startup+527.401 s]
/proc/loadavg: 3.93 3.28 1.70 5/219 26285
/proc/meminfo: memFree=25361224/32873844 swapFree=7388/7388
[pid=25789] ppid=25787 vsize=9824668 CPUtime=1049.72 cores=0,2,4,6
/proc/25789/stat : 25789 (java) S 25787 25789 25184 0 -1 4202496 60142 0 1 0 104847 125 0 0 20 0 20 0 253316230 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 140734654795776 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25789/statm: 2456167 615458 2286 9 0 2446860 0
[pid=25789/tid=25790] ppid=25787 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/25789/task/25790/stat : 25790 (java) S 25787 25789 25184 0 -1 4202560 2587 0 1 0 184 7 0 0 20 0 20 0 253316230 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972535186424 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25792] ppid=25787 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/25789/task/25792/stat : 25792 (java) S 25787 25789 25184 0 -1 4202560 315 0 0 0 182 5 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972524247464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25793] ppid=25787 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/25789/task/25793/stat : 25793 (java) S 25787 25789 25184 0 -1 4202560 380 0 0 0 182 7 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972523194920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25794] ppid=25787 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/25789/task/25794/stat : 25794 (java) S 25787 25789 25184 0 -1 4202560 348 0 0 0 176 6 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972522141864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25795] ppid=25787 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25789/task/25795/stat : 25795 (java) S 25787 25789 25184 0 -1 4202560 353 0 0 0 186 6 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972521089320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25796] ppid=25787 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/25789/task/25796/stat : 25796 (java) S 25787 25789 25184 0 -1 4202560 260 0 0 0 180 6 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972520037288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25789/tid=25797] ppid=25787 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25789/task/25797/stat : 25797 (java) S 25787 25789 25184 0 -1 4202560 428 0 0 0 187 7 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972518984744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25798] ppid=25787 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/25789/task/25798/stat : 25798 (java) S 25787 25789 25184 0 -1 4202560 305 0 0 0 173 5 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972517931688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25789/tid=25799] ppid=25787 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25789/task/25799/stat : 25799 (java) S 25787 25789 25184 0 -1 4202560 284 0 0 0 180 4 0 0 20 0 20 0 253316231 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972516879144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25800] ppid=25787 vsize=9824668 CPUtime=11.3 cores=0,2,4,6
/proc/25789/task/25800/stat : 25800 (java) S 25787 25789 25184 0 -1 4202560 36091 0 0 0 1111 19 0 0 20 0 20 0 253316232 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972359305576 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25801] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25801/stat : 25801 (java) S 25787 25789 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253316233 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972358251896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25802] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25802/stat : 25802 (java) S 25787 25789 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 253316233 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972357198728 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25803] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25803/stat : 25803 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972356147472 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25804] ppid=25787 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25789/task/25804/stat : 25804 (java) S 25787 25789 25184 0 -1 4202560 6329 0 0 0 164 1 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972355095352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25805] ppid=25787 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25789/task/25805/stat : 25805 (java) S 25787 25789 25184 0 -1 4202560 9244 0 0 0 168 2 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972354042808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25806] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25806/stat : 25806 (java) S 25787 25789 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972352989944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25789/tid=25807] ppid=25787 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/25789/task/25807/stat : 25807 (java) S 25787 25789 25184 0 -1 4202560 31 0 0 0 10 9 0 0 20 0 20 0 253316235 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972351937608 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25809] ppid=25787 vsize=9824668 CPUtime=508.52 cores=0,2,4,6
/proc/25789/task/25809/stat : 25809 (java) R 25787 25789 25184 0 -1 4202560 1931 0 0 0 50812 40 0 0 20 0 20 0 253316435 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972349830072 139972397485824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25789/tid=25811] ppid=25787 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25789/task/25811/stat : 25811 (java) S 25787 25789 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253316439 10060460032 615458 33554432000 1073741824 1073778376 140734654804640 139972347724712 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1049.72
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25789 and gives
#  childrusage.ru_utime.tv_sec=1047
#  childrusage.ru_utime.tv_usec=142810
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=482774
# CPU time returned by wait4() is 1048.63
# while last known CPU time is 1049.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.02014
#  lost CPU user time (s): 1.09009
#  lost CPU system time (s): -0.0700001

Real time (s): 527.473
CPU time (s): 1050.74
CPU user time (s): 1049.56
CPU system time (s): 1.18
CPU usage (%): 199.203
Max. virtual memory (cumulated for all children) (KiB): 9826184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1047.14
system time used= 1.48277
maximum resident set size= 2910156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60146
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18275
involuntary context switches= 31088

runsolver used 2.25066 second user time and 5.49816 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 17:05:18
IDJOB=3687442
IDBENCH=1465
IDSOLVER=2268
FILE ID=node147/3687442-1337871918
RUNJOBID= node147-1337871880-25200
PBS_JOBID= 14620057
Free space on /tmp= 71708 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.unbounded.all.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687442-1337871918/watcher-3687442-1337871918 -o /tmp/evaluation-result-3687442-1337871918/solver-3687442-1337871918 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687442-1337871918.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=152657804

node147.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.951
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	: 5333.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:       32873844 kB
MemFree:        30283972 kB
Buffers:          214228 kB
Cached:          1448968 kB
SwapCached:         6180 kB
Active:           483980 kB
Inactive:        1318640 kB
Active(anon):     134964 kB
Inactive(anon):     6780 kB
Active(file):     349016 kB
Inactive(file):  1311860 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:             10344 kB
Writeback:             0 kB
AnonPages:         76088 kB
Mapped:            17652 kB
Shmem:                 0 kB
Slab:             631988 kB
SReclaimable:      71936 kB
SUnreclaim:       560052 kB
KernelStack:        1584 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node147 at 2012-05-24 17:14:06