Trace number 3733192

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1389.45 1902.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
MD5SUM20471e978018d28aed0ca16c46de4e3d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -51
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94226
Number of constraints which are clauses94226
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3733192-1338741720.opb
0.08/0.12	c reading problem ... 
1.37/0.81	c ... done. Wall clock time 0.697s.
1.37/0.81	c #vars     1272
1.37/0.81	c #constraints  94226
1.37/0.81	c constraints type 
1.37/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94226
1.37/0.81	c constraints type 
1.37/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94226
1.37/0.86	c And the winner is Resolution
1.63/1.82	c SATISFIABLE
1.63/1.82	c OPTIMIZING...
1.63/1.82	c Got one! Elapsed wall clock time (in seconds):1.704
1.63/1.82	o -33
1.91/1.92	c And the winner is Resolution
2.17/2.83	c Got one! Elapsed wall clock time (in seconds):2.71
2.17/2.83	o -34
2.17/2.85	c And the winner is Resolution
2.39/3.83	c Got one! Elapsed wall clock time (in seconds):3.715
2.39/3.83	o -35
2.39/3.85	c And the winner is Resolution
2.81/4.84	c Got one! Elapsed wall clock time (in seconds):4.719
2.81/4.84	o -36
2.81/4.87	c And the winner is Resolution
3.09/5.84	c Got one! Elapsed wall clock time (in seconds):5.722
3.09/5.84	o -37
3.09/5.88	c And the winner is Resolution
3.28/6.84	c Got one! Elapsed wall clock time (in seconds):6.725
3.28/6.84	o -38
4.75/7.60	c And the winner is Resolution
5.06/7.85	c Got one! Elapsed wall clock time (in seconds):7.728
5.06/7.85	o -39
5.84/8.28	c cleaning 2500 clauses out of 5000 with flag 5000/5000
7.08/8.90	c And the winner is Resolution
7.38/9.85	c Got one! Elapsed wall clock time (in seconds):9.731
7.38/9.85	o -40
9.89/11.05	c cleaning 4250 clauses out of 8500 with flag 11000/11000
13.87/13.09	c cleaning 5620 clauses out of 11250 with flag 18000/18000
18.83/15.54	c cleaning 6815 clauses out of 13632 with flag 26002/26002
19.51/15.97	c And the winner is Resolution
20.11/16.85	c Got one! Elapsed wall clock time (in seconds):16.734
20.11/16.85	o -41
25.71/19.65	c cleaning 7907 clauses out of 15816 with flag 35001/35001
32.65/23.14	c cleaning 8953 clauses out of 17908 with flag 45000/45000
41.61/27.64	c cleaning 9968 clauses out of 19956 with flag 56001/56001
51.19/32.45	c cleaning 10986 clauses out of 21988 with flag 68001/68001
60.48/37.24	c And the winner is Resolution
61.97/38.89	c Got one! Elapsed wall clock time (in seconds):38.776
61.97/38.89	o -42
65.25/40.53	c cleaning 11997 clauses out of 24001 with flag 81000/81000
76.71/46.33	c cleaning 13002 clauses out of 26004 with flag 95000/95000
91.43/53.71	c cleaning 13995 clauses out of 28002 with flag 110000/110000
104.28/60.22	c cleaning 14997 clauses out of 30008 with flag 126001/126001
121.22/68.83	c cleaning 16000 clauses out of 32010 with flag 143000/143000
140.64/78.69	c cleaning 17000 clauses out of 34010 with flag 161000/161000
161.90/89.34	c cleaning 18003 clauses out of 36010 with flag 180000/180000
180.23/98.63	c cleaning 19000 clauses out of 38007 with flag 200000/200000
205.44/111.47	c cleaning 19997 clauses out of 40007 with flag 221000/221000
230.37/123.93	c cleaning 20996 clauses out of 42010 with flag 243000/243000
265.24/141.41	c cleaning 22001 clauses out of 44014 with flag 266000/266000
289.22/153.65	c cleaning 23000 clauses out of 46013 with flag 290000/290000
320.49/169.57	c cleaning 24002 clauses out of 48014 with flag 315001/315001
356.71/187.71	c cleaning 25005 clauses out of 50011 with flag 341000/341000
396.07/207.51	c cleaning 25995 clauses out of 52006 with flag 368000/368000
440.99/230.10	c cleaning 27002 clauses out of 54011 with flag 396000/396000
468.08/243.96	c cleaning 28004 clauses out of 56009 with flag 425000/425000
511.12/265.55	c cleaning 28992 clauses out of 58006 with flag 455001/455001
523.51/272.08	c cleaning 0 clauses out of 5000 with flag 0/5000
549.43/284.96	c cleaning 30002 clauses out of 60013 with flag 486000/486000
605.65/313.32	c cleaning 30997 clauses out of 62012 with flag 518001/518001
661.38/341.27	c cleaning 32005 clauses out of 64015 with flag 551001/551001
744.94/383.19	c cleaning 32994 clauses out of 66009 with flag 585000/585000
778.44/400.86	c cleaning 34002 clauses out of 68015 with flag 620000/620000
842.65/437.94	c cleaning 35000 clauses out of 70013 with flag 656000/656000
920.40/485.19	c cleaning 36007 clauses out of 72015 with flag 693002/693002
1025.08/556.24	c cleaning 36999 clauses out of 74006 with flag 731000/731000
1218.54/700.22	c cleaning 38004 clauses out of 76007 with flag 770000/770000
1376.78/831.46	Exception in thread "Thread-24" java.lang.OutOfMemoryError: GC overhead limit exceeded
1376.78/831.46		at java.math.BigInteger.subtract(BigInteger.java:1098)
1376.78/831.46		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1376.78/831.46		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1376.78/831.46		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1376.78/831.46		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1376.78/831.46		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1376.78/831.46		at java.lang.Thread.run(Thread.java:662)
1382.55/837.10	Exception in thread "Thread-23" java.lang.OutOfMemoryError: Java heap space

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-3733192-1338741720/watcher-3733192-1338741720 -o /tmp/evaluation-result-3733192-1338741720/solver-3733192-1338741720 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733192-1338741720.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: 3.80 3.74 3.66 4/197 7464
/proc/meminfo: memFree=29554632/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7464/stat : 7464 (java6) R 7462 7464 31325 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 340296504 9515008 185 33554432000 1073741824 1073778376 140736335811808 140736335803032 225444523447 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 2323 185 142 9 0 71 0

[startup+0.00673505 s]
/proc/loadavg: 3.80 3.74 3.66 4/197 7464
/proc/meminfo: memFree=29554632/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7464/stat : 7464 (java) R 7462 7464 31325 0 -1 4202496 286 0 0 0 0 0 0 0 20 0 1 0 340296504 278528 33 33554432000 1073741824 1073778376 140736541138000 140736335803032 225435544757 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.100172 s]
/proc/loadavg: 3.80 3.74 3.66 4/197 7464
/proc/meminfo: memFree=29554632/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 4651 0 1 0 7 1 0 0 20 0 18 0 340296504 2764726272 6360 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 674982 6365 2080 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.30022 s]
/proc/loadavg: 3.80 3.74 3.66 4/197 7464
/proc/meminfo: memFree=29554632/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 5785 0 1 0 44 2 0 0 20 0 18 0 340296504 2764726272 8714 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 674982 8714 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700235 s]
/proc/loadavg: 3.80 3.74 3.66 4/197 7464
/proc/meminfo: memFree=29554632/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2699928 CPUtime=1.27 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 12243 0 1 0 122 5 0 0 20 0 18 0 340296504 2764726272 45581 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 674982 45581 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 3.90 3.76 3.67 3/217 7486
/proc/meminfo: memFree=29312404/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2966184 CPUtime=1.63 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 13236 0 1 0 155 8 0 0 20 0 20 0 340296504 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 741546 62689 2248 9 0 732240 0
[pid=7464/tid=7466] ppid=7462 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/7464/task/7466/stat : 7466 (java) S 7462 7464 31325 0 -1 4202560 2896 0 1 0 73 5 0 0 20 0 20 0 340296505 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038506378392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7467] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7467/stat : 7467 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038490659880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7468] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7468/stat : 7468 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038489607080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7469] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7469/stat : 7469 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038488554280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7470] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7470/stat : 7470 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038487501480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7471] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7471/stat : 7471 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038486448680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7472] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7472/stat : 7472 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038485395880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7473] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7473/stat : 7473 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038484343080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7474] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7474/stat : 7474 (java) S 7462 7464 31325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038364981416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7475] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7475/stat : 7475 (java) S 7462 7464 31325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340296507 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038352784360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7476] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7476/stat : 7476 (java) S 7462 7464 31325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340296508 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038351730424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7477] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7477/stat : 7477 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340296508 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038350677512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7478] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7478/stat : 7478 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140038349626000 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7479] ppid=7462 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/7464/task/7479/stat : 7479 (java) S 7462 7464 31325 0 -1 4202560 4736 0 0 0 33 1 0 0 20 0 20 0 340296510 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140037610006968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7480] ppid=7462 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/7464/task/7480/stat : 7480 (java) S 7462 7464 31325 0 -1 4202560 4359 0 0 0 38 0 0 0 20 0 20 0 340296510 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140037608954168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7481] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7481/stat : 7481 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140037607901560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7482] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7482/stat : 7482 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140037606848968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7485] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7485/stat : 7485 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340296589 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140037603689896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7486] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7486/stat : 7486 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340296589 3037372416 62689 33554432000 1073741824 1073778376 140736541138000 140037602637096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 3.90 3.76 3.67 3/217 7488
/proc/meminfo: memFree=29303188/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2966184 CPUtime=2.39 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 13441 0 1 0 227 12 0 0 20 0 20 0 340296504 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 741546 66885 2258 9 0 732240 0
[pid=7464/tid=7466] ppid=7462 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/7464/task/7466/stat : 7466 (java) S 7462 7464 31325 0 -1 4202560 2898 0 1 0 75 5 0 0 20 0 20 0 340296505 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038506378392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7467] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7467/stat : 7467 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038490659880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7468] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7468/stat : 7468 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038489607080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7469] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7469/stat : 7469 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038488554280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7470] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7470/stat : 7470 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038487501480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7471] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7471/stat : 7471 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038486448680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7472] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7472/stat : 7472 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038485395880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7473] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7473/stat : 7473 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038484343080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7474] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7474/stat : 7474 (java) S 7462 7464 31325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038364981416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7475] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7475/stat : 7475 (java) S 7462 7464 31325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340296507 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038352784360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7476] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7476/stat : 7476 (java) S 7462 7464 31325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340296508 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038351730424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7477] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7477/stat : 7477 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340296508 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038350677512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7478] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7478/stat : 7478 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140038349626000 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7479] ppid=7462 vsize=2966184 CPUtime=0.57 cores=0,2,4,6
/proc/7464/task/7479/stat : 7479 (java) S 7462 7464 31325 0 -1 4202560 4781 0 0 0 56 1 0 0 20 0 20 0 340296510 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140037610006968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7480] ppid=7462 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/7464/task/7480/stat : 7480 (java) S 7462 7464 31325 0 -1 4202560 4435 0 0 0 58 0 0 0 20 0 20 0 340296510 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140037608954168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7481] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7481/stat : 7481 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140037607901560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7482] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7482/stat : 7482 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140037606848968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7485] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7485/stat : 7485 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340296589 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140037603689896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7486] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7486/stat : 7486 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340296589 3037372416 66885 33554432000 1073741824 1073778376 140736541138000 140037602637096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 3.90 3.76 3.67 3/217 7494
/proc/meminfo: memFree=29267628/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2966184 CPUtime=3.28 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 18299 0 1 0 308 20 0 0 20 0 20 0 340296504 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 741546 76012 2263 9 0 732240 0
[pid=7464/tid=7466] ppid=7462 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/7464/task/7466/stat : 7466 (java) S 7462 7464 31325 0 -1 4202560 2899 0 1 0 76 5 0 0 20 0 20 0 340296505 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038506378392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7467] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7467/stat : 7467 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038490659880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7468] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7468/stat : 7468 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038489607080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7469] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7469/stat : 7469 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038488554280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7470] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7470/stat : 7470 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038487501480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7471] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7471/stat : 7471 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038486448680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7472] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7472/stat : 7472 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038485395880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7473] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7473/stat : 7473 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038484343080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7474] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7474/stat : 7474 (java) S 7462 7464 31325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340296506 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038364981416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7475] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7475/stat : 7475 (java) S 7462 7464 31325 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 340296507 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038352784360 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7476] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7476/stat : 7476 (java) S 7462 7464 31325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340296508 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038351730424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7477] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7477/stat : 7477 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340296508 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038350677512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7478] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7478/stat : 7478 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140038349626000 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7479] ppid=7462 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/7464/task/7479/stat : 7479 (java) S 7462 7464 31325 0 -1 4202560 9171 0 0 0 101 2 0 0 20 0 20 0 340296510 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140037610006968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7480] ppid=7462 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/7464/task/7480/stat : 7480 (java) S 7462 7464 31325 0 -1 4202560 4868 0 0 0 78 0 0 0 20 0 20 0 340296510 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140037608954168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7481] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7481/stat : 7481 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140037607901560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7482] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7482/stat : 7482 (java) S 7462 7464 31325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340296510 3037372416 76012 33554432000 1073741824 1073778376 140736541138000 140037606848968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7485] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6

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

/proc/7464/task/7474/stat : 7474 (java) S 7462 7464 31325 0 -1 4202560 244 0 0 0 279 10 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038364981416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7475] ppid=7462 vsize=2966184 CPUtime=291.84 cores=0,2,4,6
/proc/7464/task/7475/stat : 7475 (java) R 7462 7464 31325 0 -1 4202560 178 0 0 0 29165 19 0 0 20 0 21 0 340296507 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038352784520 140038513231892 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7476] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7476/stat : 7476 (java) S 7462 7464 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038351730424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7477] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7477/stat : 7477 (java) S 7462 7464 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038350677512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7478] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7478/stat : 7478 (java) S 7462 7464 31325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038349626000 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7479] ppid=7462 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/7464/task/7479/stat : 7479 (java) S 7462 7464 31325 0 -1 4202560 9175 0 0 0 127 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037610006968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7480] ppid=7462 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/7464/task/7480/stat : 7480 (java) S 7462 7464 31325 0 -1 4202560 11739 0 0 0 181 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037608954168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7481] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7481/stat : 7481 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037607901560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7482] ppid=7462 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/7464/task/7482/stat : 7482 (java) S 7462 7464 31325 0 -1 4202560 110 0 0 0 29 32 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037606848968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7485] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7485/stat : 7485 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037603689896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7486] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7486/stat : 7486 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037602637096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1387.74
Current children cumulated vsize (KiB) 2966184

[startup+1901.4 s]
/proc/loadavg: 2.08 2.10 2.53 4/219 7732
/proc/meminfo: memFree=28419756/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2966184 CPUtime=1388.54 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 28097 0 1 0 138671 183 0 0 20 0 21 0 340296504 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 741546 360283 2288 9 0 732240 0
[pid=7464/tid=7466] ppid=7462 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/7464/task/7466/stat : 7466 (java) S 7462 7464 31325 0 -1 4202560 3133 0 1 0 79 6 0 0 20 0 21 0 340296505 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038506378408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7467] ppid=7462 vsize=2966184 CPUtime=2.73 cores=0,2,4,6
/proc/7464/task/7467/stat : 7467 (java) S 7462 7464 31325 0 -1 4202560 261 0 0 0 264 9 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038490659880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7468] ppid=7462 vsize=2966184 CPUtime=2.86 cores=0,2,4,6
/proc/7464/task/7468/stat : 7468 (java) S 7462 7464 31325 0 -1 4202560 298 0 0 0 273 13 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038489607080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7469] ppid=7462 vsize=2966184 CPUtime=2.87 cores=0,2,4,6
/proc/7464/task/7469/stat : 7469 (java) S 7462 7464 31325 0 -1 4202560 267 0 0 0 274 13 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038488554280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7470] ppid=7462 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/7464/task/7470/stat : 7470 (java) S 7462 7464 31325 0 -1 4202560 242 0 0 0 278 10 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038487501480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7471] ppid=7462 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/7464/task/7471/stat : 7471 (java) S 7462 7464 31325 0 -1 4202560 296 0 0 0 285 14 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038486448680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7472] ppid=7462 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/7464/task/7472/stat : 7472 (java) S 7462 7464 31325 0 -1 4202560 279 0 0 0 286 11 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038485395880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7473] ppid=7462 vsize=2966184 CPUtime=2.8 cores=0,2,4,6
/proc/7464/task/7473/stat : 7473 (java) S 7462 7464 31325 0 -1 4202560 283 0 0 0 268 12 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038484343080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7474] ppid=7462 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/7464/task/7474/stat : 7474 (java) S 7462 7464 31325 0 -1 4202560 244 0 0 0 279 10 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038364981416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7475] ppid=7462 vsize=2966184 CPUtime=292.63 cores=0,2,4,6
/proc/7464/task/7475/stat : 7475 (java) R 7462 7464 31325 0 -1 4202560 178 0 0 0 29244 19 0 0 20 0 21 0 340296507 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038352784360 140038508573282 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7476] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7476/stat : 7476 (java) S 7462 7464 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038351730424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7477] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7477/stat : 7477 (java) S 7462 7464 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038350677512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7478] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7478/stat : 7478 (java) S 7462 7464 31325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038349626000 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7479] ppid=7462 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/7464/task/7479/stat : 7479 (java) S 7462 7464 31325 0 -1 4202560 9175 0 0 0 127 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037610006968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7480] ppid=7462 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/7464/task/7480/stat : 7480 (java) S 7462 7464 31325 0 -1 4202560 11739 0 0 0 181 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037608954168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7481] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7481/stat : 7481 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037607901560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7482] ppid=7462 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/7464/task/7482/stat : 7482 (java) S 7462 7464 31325 0 -1 4202560 110 0 0 0 29 32 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037606848968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7485] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7485/stat : 7485 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037603689896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7486] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7486/stat : 7486 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037602637096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7732] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7732/stat : 7732 (java) S 7462 7464 31325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340486505 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037605794488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1388.54
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 2.15 2.12 2.53 4/219 7732
/proc/meminfo: memFree=28419748/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2966184 CPUtime=1388.95 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 28097 0 1 0 138712 183 0 0 20 0 21 0 340296504 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 741546 360283 2288 9 0 732240 0
[pid=7464/tid=7466] ppid=7462 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/7464/task/7466/stat : 7466 (java) S 7462 7464 31325 0 -1 4202560 3133 0 1 0 79 6 0 0 20 0 21 0 340296505 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038506378408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7467] ppid=7462 vsize=2966184 CPUtime=2.73 cores=0,2,4,6
/proc/7464/task/7467/stat : 7467 (java) S 7462 7464 31325 0 -1 4202560 261 0 0 0 264 9 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038490659880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7468] ppid=7462 vsize=2966184 CPUtime=2.86 cores=0,2,4,6
/proc/7464/task/7468/stat : 7468 (java) S 7462 7464 31325 0 -1 4202560 298 0 0 0 273 13 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038489607080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7469] ppid=7462 vsize=2966184 CPUtime=2.87 cores=0,2,4,6
/proc/7464/task/7469/stat : 7469 (java) S 7462 7464 31325 0 -1 4202560 267 0 0 0 274 13 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038488554280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7470] ppid=7462 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/7464/task/7470/stat : 7470 (java) S 7462 7464 31325 0 -1 4202560 242 0 0 0 278 10 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038487501480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7471] ppid=7462 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/7464/task/7471/stat : 7471 (java) S 7462 7464 31325 0 -1 4202560 296 0 0 0 285 14 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038486448680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7472] ppid=7462 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/7464/task/7472/stat : 7472 (java) S 7462 7464 31325 0 -1 4202560 279 0 0 0 286 11 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038485395880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7473] ppid=7462 vsize=2966184 CPUtime=2.8 cores=0,2,4,6
/proc/7464/task/7473/stat : 7473 (java) S 7462 7464 31325 0 -1 4202560 283 0 0 0 268 12 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038484343080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7474] ppid=7462 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/7464/task/7474/stat : 7474 (java) S 7462 7464 31325 0 -1 4202560 244 0 0 0 279 10 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038364981416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7475] ppid=7462 vsize=2966184 CPUtime=293.04 cores=0,2,4,6
/proc/7464/task/7475/stat : 7475 (java) R 7462 7464 31325 0 -1 4202560 178 0 0 0 29285 19 0 0 20 0 21 0 340296507 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038352784520 140038510538972 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7476] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7476/stat : 7476 (java) S 7462 7464 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038351730424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7477] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7477/stat : 7477 (java) S 7462 7464 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038350677512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7478] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7478/stat : 7478 (java) S 7462 7464 31325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038349626000 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7479] ppid=7462 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/7464/task/7479/stat : 7479 (java) S 7462 7464 31325 0 -1 4202560 9175 0 0 0 127 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037610006968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7480] ppid=7462 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/7464/task/7480/stat : 7480 (java) S 7462 7464 31325 0 -1 4202560 11739 0 0 0 181 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037608954168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7481] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7481/stat : 7481 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037607901560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7482] ppid=7462 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/7464/task/7482/stat : 7482 (java) S 7462 7464 31325 0 -1 4202560 110 0 0 0 29 32 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037606848968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7485] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7485/stat : 7485 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037603689896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7486] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7486/stat : 7486 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037602637096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7732] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7732/stat : 7732 (java) S 7462 7464 31325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340486505 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037605794488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1388.95
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 2.15 2.12 2.53 4/219 7732
/proc/meminfo: memFree=28419748/32873844 swapFree=7900/7900
[pid=7464] ppid=7462 vsize=2966184 CPUtime=1389.14 cores=0,2,4,6
/proc/7464/stat : 7464 (java) S 7462 7464 31325 0 -1 4202496 28097 0 1 0 138731 183 0 0 20 0 21 0 340296504 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140736541129136 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7464/statm: 741546 360283 2288 9 0 732240 0
[pid=7464/tid=7466] ppid=7462 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/7464/task/7466/stat : 7466 (java) S 7462 7464 31325 0 -1 4202560 3133 0 1 0 79 6 0 0 20 0 21 0 340296505 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038506378408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7467] ppid=7462 vsize=2966184 CPUtime=2.73 cores=0,2,4,6
/proc/7464/task/7467/stat : 7467 (java) S 7462 7464 31325 0 -1 4202560 261 0 0 0 264 9 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038490659880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7468] ppid=7462 vsize=2966184 CPUtime=2.86 cores=0,2,4,6
/proc/7464/task/7468/stat : 7468 (java) S 7462 7464 31325 0 -1 4202560 298 0 0 0 273 13 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038489607080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7469] ppid=7462 vsize=2966184 CPUtime=2.87 cores=0,2,4,6
/proc/7464/task/7469/stat : 7469 (java) S 7462 7464 31325 0 -1 4202560 267 0 0 0 274 13 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038488554280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7470] ppid=7462 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/7464/task/7470/stat : 7470 (java) S 7462 7464 31325 0 -1 4202560 242 0 0 0 278 10 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038487501480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7471] ppid=7462 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/7464/task/7471/stat : 7471 (java) S 7462 7464 31325 0 -1 4202560 296 0 0 0 285 14 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038486448680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7472] ppid=7462 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/7464/task/7472/stat : 7472 (java) S 7462 7464 31325 0 -1 4202560 279 0 0 0 286 11 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038485395880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7473] ppid=7462 vsize=2966184 CPUtime=2.8 cores=0,2,4,6
/proc/7464/task/7473/stat : 7473 (java) S 7462 7464 31325 0 -1 4202560 283 0 0 0 268 12 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038484343080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7474] ppid=7462 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/7464/task/7474/stat : 7474 (java) S 7462 7464 31325 0 -1 4202560 244 0 0 0 279 10 0 0 20 0 21 0 340296506 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038364981416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7475] ppid=7462 vsize=2966184 CPUtime=293.23 cores=0,2,4,6
/proc/7464/task/7475/stat : 7475 (java) R 7462 7464 31325 0 -1 4202560 178 0 0 0 29304 19 0 0 20 0 21 0 340296507 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038352784520 140038510538972 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7476] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7476/stat : 7476 (java) S 7462 7464 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038351730424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7477] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7477/stat : 7477 (java) S 7462 7464 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340296508 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038350677512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7478] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7478/stat : 7478 (java) S 7462 7464 31325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140038349626000 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7479] ppid=7462 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/7464/task/7479/stat : 7479 (java) S 7462 7464 31325 0 -1 4202560 9175 0 0 0 127 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037610006968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7480] ppid=7462 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/7464/task/7480/stat : 7480 (java) S 7462 7464 31325 0 -1 4202560 11739 0 0 0 181 2 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037608954168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7464/tid=7481] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7481/stat : 7481 (java) S 7462 7464 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037607901560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7464/tid=7482] ppid=7462 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/7464/task/7482/stat : 7482 (java) S 7462 7464 31325 0 -1 4202560 110 0 0 0 29 32 0 0 20 0 21 0 340296510 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037606848968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7464/tid=7485] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7485/stat : 7485 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037603689896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7486] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7486/stat : 7486 (java) S 7462 7464 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340296589 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037602637096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7464/tid=7732] ppid=7462 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7464/task/7732/stat : 7732 (java) S 7462 7464 31325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340486505 3037372416 360283 33554432000 1073741824 1073778376 140736541138000 140037605794488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1389.14
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1902.02
CPU time (s): 1389.45
CPU user time (s): 1387.38
CPU system time (s): 2.07268
CPU usage (%): 73.0514
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1387.38
system time used= 2.07268
maximum resident set size= 1441132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28097
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47916
involuntary context switches= 42217

runsolver used 9.68053 second user time and 19.3451 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 18:42:00
IDJOB=3733192
IDBENCH=2258
IDSOLVER=2324
FILE ID=node137/3733192-1338741720
RUNJOBID= node137-1338736827-6567
PBS_JOBID= 14636756
Free space on /tmp= 70320 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733192-1338741720/watcher-3733192-1338741720 -o /tmp/evaluation-result-3733192-1338741720/solver-3733192-1338741720 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733192-1338741720.opb

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

MD5SUM BENCH= 20471e978018d28aed0ca16c46de4e3d
RANDOM SEED=994509860

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:        29555012 kB
Buffers:          269196 kB
Cached:          1219936 kB
SwapCached:         5796 kB
Active:          1771032 kB
Inactive:         704080 kB
Active(anon):     981424 kB
Inactive(anon):     7172 kB
Active(file):     789608 kB
Inactive(file):   696908 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              2756 kB
Writeback:             0 kB
AnonPages:       1008248 kB
Mapped:            17340 kB
Shmem:                 0 kB
Slab:             684256 kB
SReclaimable:     125296 kB
SUnreclaim:       558960 kB
KernelStack:        1624 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    950272 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= 70312 MiB
End job on node137 at 2012-06-03 19:13:42