Trace number 3733225

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) 1688.84 1902.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints81068
Number of constraints which are clauses81068
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 1150
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 1150
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 1150
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.0.v20100531
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		1349517296
0.04/0.08	c Max memory 		1356595200
0.04/0.08	c Total memory 		1356595200
0.04/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3733225-1338741762.opb
0.09/0.11	c reading problem ... 
1.26/0.73	c ... done. Wall clock time 0.624s.
1.26/0.73	c #vars     1150
1.26/0.73	c #constraints  81068
1.26/0.73	c constraints type 
1.26/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81068
1.26/0.73	c constraints type 
1.26/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 81068
1.26/0.77	c And the winner is Resolution
1.46/1.74	c SATISFIABLE
1.46/1.74	c OPTIMIZING...
1.46/1.74	c Got one! Elapsed wall clock time (in seconds):1.629
1.46/1.74	o -33
1.67/1.86	c And the winner is Resolution
2.39/2.74	c Got one! Elapsed wall clock time (in seconds):2.635
2.39/2.74	o -34
2.39/2.79	c And the winner is Resolution
2.63/3.75	c Got one! Elapsed wall clock time (in seconds):3.639
2.63/3.75	o -35
2.63/3.77	c And the winner is Resolution
2.83/4.75	c Got one! Elapsed wall clock time (in seconds):4.642
2.83/4.75	o -36
3.49/5.03	c And the winner is Resolution
3.63/5.75	c Got one! Elapsed wall clock time (in seconds):5.645
3.63/5.75	o -37
5.23/6.51	c And the winner is Resolution
5.34/6.76	c Got one! Elapsed wall clock time (in seconds):6.648
5.34/6.76	o -38
5.42/6.83	c cleaning 2498 clauses out of 5000 with flag 5000/5000
7.65/7.98	c And the winner is Resolution
8.05/8.76	c Got one! Elapsed wall clock time (in seconds):8.651
8.05/8.76	o -39
8.78/9.14	c cleaning 4248 clauses out of 8502 with flag 11000/11000
12.14/10.82	c cleaning 5628 clauses out of 11255 with flag 18001/18001
16.45/12.91	c cleaning 6814 clauses out of 13628 with flag 26002/26002
21.59/15.54	c cleaning 7907 clauses out of 15813 with flag 35001/35001
27.50/18.58	c cleaning 8950 clauses out of 17905 with flag 45000/45000
34.59/22.10	c cleaning 9978 clauses out of 19955 with flag 56000/56000
42.51/26.13	c cleaning 10986 clauses out of 21977 with flag 68000/68000
52.18/31.05	c cleaning 11984 clauses out of 23991 with flag 81000/81000
61.31/35.64	c cleaning 12994 clauses out of 26007 with flag 95000/95000
72.24/41.18	c cleaning 14005 clauses out of 28013 with flag 110000/110000
79.82/45.04	c And the winner is Resolution
81.39/46.93	c Got one! Elapsed wall clock time (in seconds):46.822
81.39/46.93	o -40
84.13/48.36	c cleaning 15003 clauses out of 30010 with flag 126002/126002
96.61/54.76	c cleaning 16002 clauses out of 32006 with flag 143001/143001
112.03/62.54	c cleaning 17002 clauses out of 34003 with flag 161000/161000
129.73/71.48	c cleaning 18001 clauses out of 36002 with flag 180001/180001
145.49/79.43	c cleaning 18994 clauses out of 38001 with flag 200001/200001
165.93/89.89	c cleaning 20004 clauses out of 40008 with flag 221002/221002
185.99/99.98	c cleaning 20999 clauses out of 42002 with flag 243000/243000
207.51/110.77	c cleaning 21996 clauses out of 44004 with flag 266001/266001
225.87/120.04	c cleaning 22999 clauses out of 46007 with flag 290000/290000
250.41/132.59	c cleaning 23994 clauses out of 48008 with flag 315000/315000
281.95/148.30	c cleaning 25004 clauses out of 50014 with flag 341000/341000
313.72/164.37	c cleaning 26006 clauses out of 52011 with flag 368001/368001
350.72/182.94	c cleaning 27001 clauses out of 54004 with flag 396000/396000
374.26/195.03	c cleaning 27992 clauses out of 56003 with flag 425000/425000
410.88/213.43	c cleaning 29000 clauses out of 58011 with flag 455000/455000
437.16/226.77	c cleaning 0 clauses out of 5000 with flag 0/5000
462.80/239.58	c cleaning 30003 clauses out of 60011 with flag 486000/486000
523.40/270.18	c cleaning 30998 clauses out of 62008 with flag 518000/518000
567.84/292.44	c cleaning 31997 clauses out of 64011 with flag 551001/551001
617.56/317.49	c cleaning 33003 clauses out of 66013 with flag 585000/585000
645.77/331.72	c cleaning 34002 clauses out of 68011 with flag 620001/620001
691.39/354.80	c cleaning 34999 clauses out of 70008 with flag 656000/656000
736.63/378.14	c cleaning 35998 clauses out of 72010 with flag 693001/693001
782.97/402.87	c cleaning 36998 clauses out of 74011 with flag 731000/731000
848.97/439.84	c cleaning 38005 clauses out of 76013 with flag 770000/770000
913.00/476.64	c cleaning 38996 clauses out of 78008 with flag 810000/810000
1012.84/542.74	c cleaning 40005 clauses out of 80013 with flag 851001/851001
1099.05/601.56	c cleaning 40996 clauses out of 82007 with flag 893000/893000
1186.52/667.42	c cleaning 41999 clauses out of 84011 with flag 936000/936000
1449.07/899.78	c cleaning 43007 clauses out of 86013 with flag 980001/980001
1684.04/1094.40	Exception in thread "Thread-20" java.lang.OutOfMemoryError: GC overhead limit exceeded
1684.04/1094.40		at java.math.BigInteger.subtract(BigInteger.java:1109)
1684.04/1094.40		at java.math.BigInteger.subtract(BigInteger.java:1095)
1684.04/1094.41		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1684.04/1094.41		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1684.04/1094.41		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1684.04/1094.41		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1684.04/1094.41		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1684.04/1094.41		at java.lang.Thread.run(Thread.java:662)
1685.52/1097.28	Exception in thread "Thread-19" java.lang.OutOfMemoryError: GC overhead limit exceeded
1685.52/1097.28		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1685.52/1097.28		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1685.52/1097.28		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1685.52/1097.28		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1685.52/1097.28		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1685.52/1097.28		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1685.52/1097.28		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1685.52/1097.28		at java.lang.Thread.run(Thread.java:662)

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-3733225-1338741762/watcher-3733225-1338741762 -o /tmp/evaluation-result-3733225-1338741762/solver-3733225-1338741762 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733225-1338741762.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.54 3.63 3.57 4/197 497
/proc/meminfo: memFree=27362832/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/497/stat : 497 (java6) R 495 497 32179 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 340301660 278528 33 33554432000 1073741824 1073778376 140737340593648 140737340590824 260181159207 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/497/statm: 68 33 25 9 0 25 0

[startup+0.06773 s]
/proc/loadavg: 3.54 3.63 3.57 4/197 497
/proc/meminfo: memFree=27362832/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 3848 0 1 0 3 1 0 0 20 0 18 0 340301660 2764726272 5567 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 674982 5567 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100265 s]
/proc/loadavg: 3.54 3.63 3.57 4/197 497
/proc/meminfo: memFree=27362832/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 4711 0 1 0 8 1 0 0 20 0 18 0 340301660 2764726272 6416 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 674982 6417 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300234 s]
/proc/loadavg: 3.54 3.63 3.57 4/197 497
/proc/meminfo: memFree=27362832/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 5838 0 1 0 45 1 0 0 20 0 18 0 340301660 2764726272 9115 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 674982 9115 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700253 s]
/proc/loadavg: 3.54 3.63 3.57 4/197 497
/proc/meminfo: memFree=27362832/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2699928 CPUtime=1.26 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 12983 0 1 0 122 4 0 0 20 0 18 0 340301660 2764726272 49715 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 674982 49715 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.50065 s]
/proc/loadavg: 3.54 3.63 3.57 3/217 520
/proc/meminfo: memFree=27147428/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2966184 CPUtime=1.46 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 13144 0 1 0 139 7 0 0 20 0 20 0 340301660 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 741546 56002 2246 9 0 732240 0
[pid=497/tid=499] ppid=495 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/497/task/499/stat : 499 (java) S 495 497 32179 0 -1 4202560 2878 0 1 0 66 4 0 0 20 0 20 0 340301661 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865431704728 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=500] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/500/stat : 500 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865415986088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=501] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/501/stat : 501 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865414933544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=502] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/502/stat : 502 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865413880488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=503] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/503/stat : 503 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865412827944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=504] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/504/stat : 504 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865411774888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=505] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/505/stat : 505 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865410722344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=506] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/506/stat : 506 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865291221160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=507] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/507/stat : 507 (java) S 495 497 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865290168616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=508] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/508/stat : 508 (java) S 495 497 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340301663 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865277971304 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=509] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/509/stat : 509 (java) S 495 497 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340301664 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865276917624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=511] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/511/stat : 511 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340301664 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139865275864456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=512] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/512/stat : 512 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301666 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139864536247056 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=513] ppid=495 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/497/task/513/stat : 513 (java) S 495 497 32179 0 -1 4202560 3735 0 0 0 28 0 0 0 20 0 20 0 340301666 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139864535193912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=514] ppid=495 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/497/task/514/stat : 514 (java) S 495 497 32179 0 -1 4202560 5290 0 0 0 36 0 0 0 20 0 20 0 340301666 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139864534141368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=515] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/515/stat : 515 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301666 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139864533088504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=516] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/516/stat : 516 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301666 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139864532036168 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=519] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/519/stat : 519 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340301737 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139864528876840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=520] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/520/stat : 520 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340301737 3037372416 56002 33554432000 1073741824 1073778376 140734336905376 139864527824296 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2966184

[startup+3.10067 s]
/proc/loadavg: 3.54 3.63 3.57 4/217 522
/proc/meminfo: memFree=27128488/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 19213 0 1 0 251 12 0 0 20 0 20 0 340301660 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 741546 62664 2258 9 0 732240 0
[pid=497/tid=499] ppid=495 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/497/task/499/stat : 499 (java) S 495 497 32179 0 -1 4202560 2879 0 1 0 67 4 0 0 20 0 20 0 340301661 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865431704728 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=500] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/500/stat : 500 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865415986088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=501] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/501/stat : 501 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865414933544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=502] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/502/stat : 502 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865413880488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=503] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/503/stat : 503 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865412827944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=504] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/504/stat : 504 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865411774888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=505] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/505/stat : 505 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865410722344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=506] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/506/stat : 506 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865291221160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=507] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/507/stat : 507 (java) S 495 497 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340301662 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865290168616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=508] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/508/stat : 508 (java) S 495 497 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340301663 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865277971304 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=509] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/509/stat : 509 (java) S 495 497 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340301664 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865276917624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=511] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/511/stat : 511 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340301664 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139865275864456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=512] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/512/stat : 512 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301666 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139864536247056 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=513] ppid=495 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/497/task/513/stat : 513 (java) S 495 497 32179 0 -1 4202560 9531 0 0 0 74 2 0 0 20 0 20 0 340301666 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139864535193912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=514] ppid=495 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/497/task/514/stat : 514 (java) S 495 497 32179 0 -1 4202560 5482 0 0 0 66 0 0 0 20 0 20 0 340301666 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139864534141368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=515] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/515/stat : 515 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301666 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139864533088504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=516] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/516/stat : 516 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340301666 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139864532036168 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=519] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/519/stat : 519 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340301737 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139864528876840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=520] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/520/stat : 520 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340301737 3037372416 62664 33554432000 1073741824 1073778376 140734336905376 139864527824296 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 2966184

[startup+6.3007 s]
/proc/loadavg: 3.42 3.60 3.56 3/217 528
/proc/meminfo: memFree=27056900/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2966184 CPUtime=4.8 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 19384 0 1 0 458 22 0 0 20 0 22 0 340301660 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 741546 98160 2275 9 0 732240 0
[pid=497/tid=499] ppid=495 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/497/task/499/stat : 499 (java) S 495 497 32179 0 -1 4202560 2881 0 1 0 68 4 0 0 20 0 22 0 340301661 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865431704728 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=500] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/500/stat : 500 (java) S 495 497 32179 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865415986088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=501] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/501/stat : 501 (java) S 495 497 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865414933544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=502] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/502/stat : 502 (java) S 495 497 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865413880488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=503] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/503/stat : 503 (java) S 495 497 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865412827944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=504] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/504/stat : 504 (java) S 495 497 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865411774888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=505] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/505/stat : 505 (java) S 495 497 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865410722344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=506] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/506/stat : 506 (java) S 495 497 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865291221160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=507] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/507/stat : 507 (java) S 495 497 32179 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340301662 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865290168616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=508] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/508/stat : 508 (java) S 495 497 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340301663 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865277971304 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=509] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/509/stat : 509 (java) S 495 497 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340301664 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865276917624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=511] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/511/stat : 511 (java) S 495 497 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340301664 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139865275864456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=512] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/512/stat : 512 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340301666 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139864536247056 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=513] ppid=495 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/497/task/513/stat : 513 (java) S 495 497 32179 0 -1 4202560 9536 0 0 0 94 2 0 0 20 0 22 0 340301666 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139864535193912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=514] ppid=495 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/497/task/514/stat : 514 (java) S 495 497 32179 0 -1 4202560 5482 0 0 0 81 0 0 0 20 0 22 0 340301666 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139864534141368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=515] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/515/stat : 515 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340301666 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139864533088504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=516] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/516/stat : 516 (java) S 495 497 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340301666 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139864532036168 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=519] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/519/stat : 519 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340301737 3037372416 98160 33554432000 1073741824 1073778376 140734336905376 139864528876840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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


[startup+1901.4 s]
/proc/loadavg: 0.00 0.13 1.18 2/217 652
/proc/meminfo: memFree=25056328/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2966184 CPUtime=1685.78 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 24733 0 1 0 168407 171 0 0 20 0 21 0 340301660 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 741546 359368 2288 9 0 732240 0
[pid=497/tid=499] ppid=495 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/497/task/499/stat : 499 (java) S 495 497 32179 0 -1 4202560 3270 0 1 0 72 5 0 0 20 0 21 0 340301661 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865431704728 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=500] ppid=495 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/497/task/500/stat : 500 (java) S 495 497 32179 0 -1 4202560 289 0 0 0 300 11 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865415986088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=501] ppid=495 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/497/task/501/stat : 501 (java) S 495 497 32179 0 -1 4202560 280 0 0 0 310 10 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865414933544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=502] ppid=495 vsize=2966184 CPUtime=2.88 cores=1,3,5,7
/proc/497/task/502/stat : 502 (java) S 495 497 32179 0 -1 4202560 293 0 0 0 277 11 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865413880488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=503] ppid=495 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/497/task/503/stat : 503 (java) S 495 497 32179 0 -1 4202560 293 0 0 0 301 9 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865412827944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=504] ppid=495 vsize=2966184 CPUtime=3.59 cores=1,3,5,7
/proc/497/task/504/stat : 504 (java) S 495 497 32179 0 -1 4202560 319 0 0 0 346 13 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865411774888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=505] ppid=495 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/497/task/505/stat : 505 (java) S 495 497 32179 0 -1 4202560 281 0 0 0 305 10 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865410722344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=506] ppid=495 vsize=2966184 CPUtime=3.27 cores=1,3,5,7
/proc/497/task/506/stat : 506 (java) S 495 497 32179 0 -1 4202560 289 0 0 0 318 9 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865291221160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=507] ppid=495 vsize=2966184 CPUtime=2.92 cores=1,3,5,7
/proc/497/task/507/stat : 507 (java) S 495 497 32179 0 -1 4202560 281 0 0 0 284 8 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865290168616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=508] ppid=495 vsize=2966184 CPUtime=508.39 cores=1,3,5,7
/proc/497/task/508/stat : 508 (java) R 495 497 32179 0 -1 4202560 210 0 0 0 50818 21 0 0 20 0 21 0 340301663 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865277971464 139865435840620 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=497/tid=509] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/509/stat : 509 (java) S 495 497 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340301664 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865276917624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=511] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/511/stat : 511 (java) S 495 497 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340301664 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865275864456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=512] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/512/stat : 512 (java) S 495 497 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864536247056 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=513] ppid=495 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/497/task/513/stat : 513 (java) S 495 497 32179 0 -1 4202560 9552 0 0 0 133 2 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864535193912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=514] ppid=495 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/497/task/514/stat : 514 (java) S 495 497 32179 0 -1 4202560 7597 0 0 0 138 2 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864534141368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=515] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/515/stat : 515 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864533088504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=516] ppid=495 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/497/task/516/stat : 516 (java) S 495 497 32179 0 -1 4202560 112 0 0 0 26 32 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864532036168 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=519] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/519/stat : 519 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340301737 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864528876840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=520] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/520/stat : 520 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340301737 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864527824296 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=652] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/652/stat : 652 (java) S 495 497 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340491661 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864530980920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1685.78
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 0.00 0.13 1.18 2/217 652
/proc/meminfo: memFree=25056328/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2966184 CPUtime=1686.19 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 24733 0 1 0 168448 171 0 0 20 0 21 0 340301660 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 741546 359368 2288 9 0 732240 0
[pid=497/tid=499] ppid=495 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/497/task/499/stat : 499 (java) S 495 497 32179 0 -1 4202560 3270 0 1 0 72 5 0 0 20 0 21 0 340301661 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865431704728 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=500] ppid=495 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/497/task/500/stat : 500 (java) S 495 497 32179 0 -1 4202560 289 0 0 0 300 11 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865415986088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=501] ppid=495 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/497/task/501/stat : 501 (java) S 495 497 32179 0 -1 4202560 280 0 0 0 310 10 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865414933544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=502] ppid=495 vsize=2966184 CPUtime=2.88 cores=1,3,5,7
/proc/497/task/502/stat : 502 (java) S 495 497 32179 0 -1 4202560 293 0 0 0 277 11 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865413880488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=503] ppid=495 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/497/task/503/stat : 503 (java) S 495 497 32179 0 -1 4202560 293 0 0 0 301 9 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865412827944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=504] ppid=495 vsize=2966184 CPUtime=3.59 cores=1,3,5,7
/proc/497/task/504/stat : 504 (java) S 495 497 32179 0 -1 4202560 319 0 0 0 346 13 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865411774888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=505] ppid=495 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/497/task/505/stat : 505 (java) S 495 497 32179 0 -1 4202560 281 0 0 0 305 10 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865410722344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=506] ppid=495 vsize=2966184 CPUtime=3.27 cores=1,3,5,7
/proc/497/task/506/stat : 506 (java) S 495 497 32179 0 -1 4202560 289 0 0 0 318 9 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865291221160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=507] ppid=495 vsize=2966184 CPUtime=2.92 cores=1,3,5,7
/proc/497/task/507/stat : 507 (java) S 495 497 32179 0 -1 4202560 281 0 0 0 284 8 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865290168616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=508] ppid=495 vsize=2966184 CPUtime=508.8 cores=1,3,5,7
/proc/497/task/508/stat : 508 (java) R 495 497 32179 0 -1 4202560 210 0 0 0 50859 21 0 0 20 0 21 0 340301663 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865277971464 139865435865457 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=497/tid=509] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/509/stat : 509 (java) S 495 497 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340301664 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865276917624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=511] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/511/stat : 511 (java) S 495 497 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340301664 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865275864456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=512] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/512/stat : 512 (java) S 495 497 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864536247056 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=513] ppid=495 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/497/task/513/stat : 513 (java) S 495 497 32179 0 -1 4202560 9552 0 0 0 133 2 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864535193912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=514] ppid=495 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/497/task/514/stat : 514 (java) S 495 497 32179 0 -1 4202560 7597 0 0 0 138 2 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864534141368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=515] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/515/stat : 515 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864533088504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=516] ppid=495 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/497/task/516/stat : 516 (java) S 495 497 32179 0 -1 4202560 112 0 0 0 26 32 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864532036168 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=519] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/519/stat : 519 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340301737 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864528876840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=520] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/520/stat : 520 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340301737 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864527824296 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=652] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/652/stat : 652 (java) S 495 497 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340491661 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864530980920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1686.19
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 0.00 0.13 1.18 2/217 652
/proc/meminfo: memFree=25056328/32873648 swapFree=7116/7116
[pid=497] ppid=495 vsize=2966184 CPUtime=1686.38 cores=1,3,5,7
/proc/497/stat : 497 (java) S 495 497 32179 0 -1 4202496 24733 0 1 0 168467 171 0 0 20 0 21 0 340301660 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 140734336896512 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/497/statm: 741546 359368 2288 9 0 732240 0
[pid=497/tid=499] ppid=495 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/497/task/499/stat : 499 (java) S 495 497 32179 0 -1 4202560 3270 0 1 0 72 5 0 0 20 0 21 0 340301661 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865431704728 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=500] ppid=495 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/497/task/500/stat : 500 (java) S 495 497 32179 0 -1 4202560 289 0 0 0 300 11 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865415986088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=501] ppid=495 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/497/task/501/stat : 501 (java) S 495 497 32179 0 -1 4202560 280 0 0 0 310 10 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865414933544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=502] ppid=495 vsize=2966184 CPUtime=2.88 cores=1,3,5,7
/proc/497/task/502/stat : 502 (java) S 495 497 32179 0 -1 4202560 293 0 0 0 277 11 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865413880488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=503] ppid=495 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/497/task/503/stat : 503 (java) S 495 497 32179 0 -1 4202560 293 0 0 0 301 9 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865412827944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=504] ppid=495 vsize=2966184 CPUtime=3.59 cores=1,3,5,7
/proc/497/task/504/stat : 504 (java) S 495 497 32179 0 -1 4202560 319 0 0 0 346 13 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865411774888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=505] ppid=495 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/497/task/505/stat : 505 (java) S 495 497 32179 0 -1 4202560 281 0 0 0 305 10 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865410722344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=506] ppid=495 vsize=2966184 CPUtime=3.27 cores=1,3,5,7
/proc/497/task/506/stat : 506 (java) S 495 497 32179 0 -1 4202560 289 0 0 0 318 9 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865291221160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=507] ppid=495 vsize=2966184 CPUtime=2.92 cores=1,3,5,7
/proc/497/task/507/stat : 507 (java) S 495 497 32179 0 -1 4202560 281 0 0 0 284 8 0 0 20 0 21 0 340301662 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865290168616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=508] ppid=495 vsize=2966184 CPUtime=508.99 cores=1,3,5,7
/proc/497/task/508/stat : 508 (java) R 495 497 32179 0 -1 4202560 210 0 0 0 50878 21 0 0 20 0 21 0 340301663 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865277971464 139865438212212 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=497/tid=509] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/509/stat : 509 (java) S 495 497 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340301664 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865276917624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=511] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/511/stat : 511 (java) S 495 497 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340301664 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139865275864456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=512] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/512/stat : 512 (java) S 495 497 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864536247056 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=513] ppid=495 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/497/task/513/stat : 513 (java) S 495 497 32179 0 -1 4202560 9552 0 0 0 133 2 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864535193912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=497/tid=514] ppid=495 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/497/task/514/stat : 514 (java) S 495 497 32179 0 -1 4202560 7597 0 0 0 138 2 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864534141368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=515] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/515/stat : 515 (java) S 495 497 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864533088504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=497/tid=516] ppid=495 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/497/task/516/stat : 516 (java) S 495 497 32179 0 -1 4202560 112 0 0 0 26 32 0 0 20 0 21 0 340301666 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864532036168 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=497/tid=519] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/519/stat : 519 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340301737 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864528876840 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=520] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/520/stat : 520 (java) S 495 497 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340301737 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864527824296 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=497/tid=652] ppid=495 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/497/task/652/stat : 652 (java) S 495 497 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340491661 3037372416 359368 33554432000 1073741824 1073778376 140734336905376 139864530980920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1686.38
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 497 and gives
#  childrusage.ru_utime.tv_sec=1683
#  childrusage.ru_utime.tv_usec=306098
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=944704
# CPU time returned by wait4() is 1685.25
# while last known CPU time is 1686.38
#
# 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): 2.45996
#  lost CPU user time (s): 2.62
#  lost CPU system time (s): -0.16

Real time (s): 1902.02
CPU time (s): 1688.84
CPU user time (s): 1687.29
CPU system time (s): 1.55
CPU usage (%): 88.7919
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1683.31
system time used= 1.9447
maximum resident set size= 1437472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24733
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49140
involuntary context switches= 46619

runsolver used 6.66899 second user time and 15.7106 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 18:42:42
IDJOB=3733225
IDBENCH=2261
IDSOLVER=2324
FILE ID=node123/3733225-1338741762
RUNJOBID= node123-1338737887-32196
PBS_JOBID= 14636768
Free space on /tmp= 71304 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/frb50-23-opb/normalized-frb50-23-3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733225-1338741762/watcher-3733225-1338741762 -o /tmp/evaluation-result-3733225-1338741762/solver-3733225-1338741762 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733225-1338741762.opb

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

MD5SUM BENCH= 29f577041bedcbf69a98210424b233be
RANDOM SEED=2118119897

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27362724 kB
Buffers:         1800124 kB
Cached:          2240320 kB
SwapCached:         2268 kB
Active:          2719536 kB
Inactive:        1901572 kB
Active(anon):     573408 kB
Inactive(anon):     5504 kB
Active(file):    2146128 kB
Inactive(file):  1896068 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:        581676 kB
Mapped:            18564 kB
Shmem:                 0 kB
Slab:             750224 kB
SReclaimable:     193948 kB
SUnreclaim:       556276 kB
KernelStack:        1632 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 19:14:24