Trace number 3291927

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 676.369 675.237

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.941
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 no version file found!!!
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.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		6997539544
0.04/0.08	c Max memory 		7034241024
0.04/0.08	c Total memory 		7034241024
0.04/0.08	c Number of processors 	8
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483647s
0.04/0.10	c DB Simplification allowed=true
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-3291927-1303791989.cnf
0.04/0.10	c reading problem ... 
0.28/0.25	c ... done. Wall clock time 0.13s.
0.28/0.25	c #vars     21317
0.28/0.25	c #constraints  63649
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21204
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 42410
3.09/2.63	c cleaning 2494 clauses out of 5000 with flag 5000/5000
6.25/5.38	c cleaning 4251 clauses out of 8508 with flag 11002/11002
9.65/8.80	c cleaning 5625 clauses out of 11256 with flag 18001/18001
14.66/13.73	c cleaning 6811 clauses out of 13631 with flag 26001/26001
20.57/19.62	c cleaning 7896 clauses out of 15819 with flag 35000/35000
27.18/26.21	c cleaning 8959 clauses out of 17924 with flag 45001/45001
36.19/35.28	c cleaning 9975 clauses out of 19964 with flag 56000/56000
44.89/43.97	c cleaning 10979 clauses out of 21989 with flag 68000/68000
56.59/55.60	c cleaning 11982 clauses out of 24010 with flag 81000/81000
69.29/68.35	c cleaning 13012 clauses out of 26028 with flag 95000/95000
85.70/84.74	c cleaning 14004 clauses out of 28016 with flag 110000/110000
99.51/98.54	c cleaning 14992 clauses out of 30013 with flag 126001/126001
115.21/114.27	c cleaning 15998 clauses out of 32020 with flag 143000/143000
131.42/130.42	c cleaning 17001 clauses out of 34025 with flag 161003/161003
154.32/153.31	c cleaning 18000 clauses out of 36021 with flag 180000/180000
177.62/176.66	c cleaning 19003 clauses out of 38023 with flag 200002/200002
204.73/203.78	c cleaning 20008 clauses out of 40019 with flag 221001/221001
237.23/236.22	c cleaning 20989 clauses out of 42011 with flag 243001/243001
267.84/266.89	c cleaning 22003 clauses out of 44021 with flag 266000/266000
299.25/298.21	c cleaning 22995 clauses out of 46018 with flag 290000/290000
330.35/329.33	c cleaning 24005 clauses out of 48024 with flag 315001/315001
363.06/362.04	c cleaning 24994 clauses out of 50019 with flag 341001/341001
395.06/394.07	c cleaning 26013 clauses out of 52026 with flag 368002/368002
430.77/429.78	c cleaning 27002 clauses out of 54012 with flag 396001/396001
466.28/465.22	c cleaning 27971 clauses out of 56010 with flag 425001/425001
504.08/503.02	c cleaning 29005 clauses out of 58039 with flag 455001/455001
544.29/543.23	c cleaning 30007 clauses out of 60033 with flag 486000/486000
586.80/585.72	c cleaning 30999 clauses out of 62028 with flag 518002/518002
631.01/629.98	c cleaning 32009 clauses out of 64027 with flag 551000/551000
676.33/675.20	c starts		: 940
676.33/675.20	c conflicts		: 584624
676.33/675.20	c decisions		: 897196
676.33/675.20	c propagations		: 1215768831
676.33/675.20	c inspects		: 4420519931
676.33/675.20	c shortcuts		: 0
676.33/675.20	c learnt literals	: 8
676.33/675.20	c learnt binary clauses	: 728
676.33/675.20	c learnt ternary clauses	: 2375
676.33/675.20	c learnt constraints	: 584615
676.33/675.20	c ignored constraints	: 0
676.33/675.20	c root simplifications	: 947
676.33/675.20	c removed literals (reason simplification)	: 22225773
676.33/675.20	c reason swapping (by a shorter reason)	: 0
676.33/675.20	c Calls to reduceDB	: 29
676.33/675.20	c speed (assignments/second)	: 1801195.0460680998
676.33/675.20	c non guided choices	41
676.33/675.21	c learnt constraints type 
676.33/675.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 661
676.33/675.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16679
676.33/675.21	c constraints type 
676.33/675.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21204
676.33/675.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 42410
676.33/675.21	s UNSATISFIABLE
676.33/675.21	c Total wall clock time (in seconds) : 675.109

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3291927-1303791989/watcher-3291927-1303791989 -o /tmp/evaluation-result-3291927-1303791989/solver-3291927-1303791989 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291927-1303791989.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.11 4.03 3.92 4/224 2872
/proc/meminfo: memFree=25934356/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=9100 CPUtime=0 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 427 0 0 0 0 0 0 0 25 0 1 0 490797053 9318400 173 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232330968711 0 2147483391 4096 0 18446744071699453118 0 0 17 0 0 0 0
/proc/2872/statm: 2275 173 132 9 0 67 0

[startup+0.0513611 s]
/proc/loadavg: 4.11 4.03 3.92 4/224 2872
/proc/meminfo: memFree=25934356/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7564488 CPUtime=0.04 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 8925 0 1 0 3 1 0 0 25 0 13 0 490797053 7746035712 8622 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1891122 8622 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.109399 s]
/proc/loadavg: 4.11 4.03 3.92 4/224 2872
/proc/meminfo: memFree=25934356/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7635888 CPUtime=0.11 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 10504 0 1 0 9 2 0 0 25 0 18 0 490797053 7819149312 10201 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1908972 10201 2093 9 0 1899710 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7635888

[startup+0.300365 s]
/proc/loadavg: 4.11 4.03 3.92 4/224 2872
/proc/meminfo: memFree=25934356/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=0.47 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 14265 0 1 0 45 2 0 0 25 0 19 0 490797053 7820349440 13341 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 13341 2213 9 0 1900003 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7637060

[startup+0.700264 s]
/proc/loadavg: 4.11 4.03 3.92 4/224 2872
/proc/meminfo: memFree=25934356/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=1.1 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 15311 0 1 0 107 3 0 0 25 0 19 0 490797053 7820349440 13998 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 13998 2221 9 0 1900003 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7637060

[startup+1.50114 s]
/proc/loadavg: 4.10 4.03 3.92 5/245 2897
/proc/meminfo: memFree=25845156/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=1.96 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 15410 0 1 0 193 3 0 0 25 0 19 0 490797053 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 14096 2222 9 0 1900003 0
[pid=2872/tid=2873] ppid=2867 vsize=7637060 CPUtime=1.48 cores=0,2
/proc/2872/task/2873/stat : 2873 (java) R 2867 2872 2468 0 -1 4202560 11014 0 1 0 147 1 0 0 21 0 19 0 490797054 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 46912505601488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2872/tid=2877] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2877/stat : 2877 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2878] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2878/stat : 2878 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2879] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2879/stat : 2879 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2881] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2881/stat : 2881 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2882] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2882/stat : 2882 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2883] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2883/stat : 2883 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2884] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2884/stat : 2884 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2885] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2885/stat : 2885 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797055 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2886] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2886/stat : 2886 (java) S 2867 2872 2468 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490797056 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 0 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2887] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2887/stat : 2887 (java) S 2867 2872 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490797057 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2888] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2888/stat : 2888 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490797057 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2891] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2891/stat : 2891 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347716017 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2893] ppid=2867 vsize=7637060 CPUtime=0.18 cores=0,2
/proc/2872/task/2893/stat : 2893 (java) S 2867 2872 2468 0 -1 4202560 762 0 0 0 18 0 0 0 23 0 19 0 490797059 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2894] ppid=2867 vsize=7637060 CPUtime=0.27 cores=0,2
/proc/2872/task/2894/stat : 2894 (java) S 2867 2872 2468 0 -1 4202560 2473 0 0 0 27 0 0 0 24 0 19 0 490797059 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2895] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2895/stat : 2895 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2896] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2896/stat : 2896 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797059 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2897] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2897/stat : 2897 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490797079 7820349440 14096 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 7637060

[startup+3.10086 s]
/proc/loadavg: 4.10 4.03 3.92 5/245 2897
/proc/meminfo: memFree=25798460/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=4.01 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 26645 0 1 0 396 5 0 0 25 0 19 0 490797053 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 22265 2251 9 0 1900003 0
[pid=2872/tid=2873] ppid=2867 vsize=7637060 CPUtime=3.02 cores=0,2
/proc/2872/task/2873/stat : 2873 (java) R 2867 2872 2468 0 -1 4202560 11149 0 1 0 301 1 0 0 25 0 19 0 490797054 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 46912505612402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2872/tid=2877] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2877/stat : 2877 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2878] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2878/stat : 2878 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2879] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2879/stat : 2879 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2881] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2881/stat : 2881 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2882] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2882/stat : 2882 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2883] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2883/stat : 2883 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2884] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2884/stat : 2884 (java) S 2867 2872 2468 0 -1 4202560 1082 0 0 0 0 0 0 0 17 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2885] ppid=2867 vsize=7637060 CPUtime=0.01 cores=0,2
/proc/2872/task/2885/stat : 2885 (java) S 2867 2872 2468 0 -1 4202560 1161 0 0 0 1 0 0 0 18 0 19 0 490797055 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2886] ppid=2867 vsize=7637060 CPUtime=0.03 cores=0,2
/proc/2872/task/2886/stat : 2886 (java) S 2867 2872 2468 0 -1 4202560 2255 0 0 0 3 0 0 0 16 0 19 0 490797056 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 0 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2887] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2887/stat : 2887 (java) S 2867 2872 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2888] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2888/stat : 2888 (java) S 2867 2872 2468 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2891] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2891/stat : 2891 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347716017 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2893] ppid=2867 vsize=7637060 CPUtime=0.22 cores=0,2
/proc/2872/task/2893/stat : 2893 (java) S 2867 2872 2468 0 -1 4202560 794 0 0 0 22 0 0 0 15 0 19 0 490797059 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2894] ppid=2867 vsize=7637060 CPUtime=0.68 cores=0,2
/proc/2872/task/2894/stat : 2894 (java) S 2867 2872 2468 0 -1 4202560 9047 0 0 0 66 2 0 0 16 0 19 0 490797059 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2895] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2895/stat : 2895 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2896] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2896/stat : 2896 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797059 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2897] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2897/stat : 2897 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490797079 7820349440 22265 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 7637060

[startup+6.30131 s]
/proc/loadavg: 4.10 4.03 3.92 5/265 2922
/proc/meminfo: memFree=25580900/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=7.25 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 26989 0 1 0 720 5 0 0 25 0 19 0 490797053 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 21855 2253 9 0 1900003 0
[pid=2872/tid=2873] ppid=2867 vsize=7637060 CPUtime=6.18 cores=0,2
/proc/2872/task/2873/stat : 2873 (java) R 2867 2872 2468 0 -1 4202560 11152 0 1 0 617 1 0 0 25 0 19 0 490797054 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 46912505616772 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2872/tid=2877] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2877/stat : 2877 (java) S 2867 2872 2468 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2878] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2878/stat : 2878 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2879] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2879/stat : 2879 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2881] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2881/stat : 2881 (java) S 2867 2872 2468 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2882] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2882/stat : 2882 (java) S 2867 2872 2468 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2883] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2883/stat : 2883 (java) S 2867 2872 2468 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2884] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2884/stat : 2884 (java) S 2867 2872 2468 0 -1 4202560 1091 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2885] ppid=2867 vsize=7637060 CPUtime=0.01 cores=0,2
/proc/2872/task/2885/stat : 2885 (java) S 2867 2872 2468 0 -1 4202560 1161 0 0 0 1 0 0 0 18 0 19 0 490797055 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2886] ppid=2867 vsize=7637060 CPUtime=0.07 cores=0,2
/proc/2872/task/2886/stat : 2886 (java) S 2867 2872 2468 0 -1 4202560 2372 0 0 0 7 0 0 0 15 0 19 0 490797056 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 0 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2887] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2887/stat : 2887 (java) S 2867 2872 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2888] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2888/stat : 2888 (java) S 2867 2872 2468 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2891] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2891/stat : 2891 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347716017 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2893] ppid=2867 vsize=7637060 CPUtime=0.22 cores=0,2
/proc/2872/task/2893/stat : 2893 (java) S 2867 2872 2468 0 -1 4202560 794 0 0 0 22 0 0 0 15 0 19 0 490797059 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2894] ppid=2867 vsize=7637060 CPUtime=0.71 cores=0,2
/proc/2872/task/2894/stat : 2894 (java) S 2867 2872 2468 0 -1 4202560 9049 0 0 0 69 2 0 0 15 0 19 0 490797059 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2895] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2895/stat : 2895 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2896] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2896/stat : 2896 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797059 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2897] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2897/stat : 2897 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490797079 7820349440 21855 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 7637060

[startup+12.7012 s]

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

/proc/2872/task/2877/stat : 2877 (java) S 2867 2872 2468 0 -1 4202560 122 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2878] ppid=2867 vsize=7637060 CPUtime=0.02 cores=0,2
/proc/2872/task/2878/stat : 2878 (java) S 2867 2872 2468 0 -1 4202560 214 0 0 0 2 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2879] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2879/stat : 2879 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2881] ppid=2867 vsize=7637060 CPUtime=0.01 cores=0,2
/proc/2872/task/2881/stat : 2881 (java) S 2867 2872 2468 0 -1 4202560 85 0 0 0 1 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2882] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2882/stat : 2882 (java) S 2867 2872 2468 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2883] ppid=2867 vsize=7637060 CPUtime=0.03 cores=0,2
/proc/2872/task/2883/stat : 2883 (java) S 2867 2872 2468 0 -1 4202560 300 0 0 0 3 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2884] ppid=2867 vsize=7637060 CPUtime=0.04 cores=0,2
/proc/2872/task/2884/stat : 2884 (java) S 2867 2872 2468 0 -1 4202560 1096 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2885] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2885/stat : 2885 (java) S 2867 2872 2468 0 -1 4202560 1268 0 0 0 5 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2886] ppid=2867 vsize=7637060 CPUtime=1.21 cores=0,2
/proc/2872/task/2886/stat : 2886 (java) S 2867 2872 2468 0 -1 4202560 4185 0 0 0 121 0 0 0 15 0 19 0 490797056 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 0 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2887] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2887/stat : 2887 (java) S 2867 2872 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2888] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2888/stat : 2888 (java) S 2867 2872 2468 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2891] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2891/stat : 2891 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347716017 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2893] ppid=2867 vsize=7637060 CPUtime=0.23 cores=0,2
/proc/2872/task/2893/stat : 2893 (java) S 2867 2872 2468 0 -1 4202560 794 0 0 0 23 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2894] ppid=2867 vsize=7637060 CPUtime=0.75 cores=0,2
/proc/2872/task/2894/stat : 2894 (java) S 2867 2872 2468 0 -1 4202560 9052 0 0 0 73 2 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2895] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2895/stat : 2895 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2896] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2896/stat : 2896 (java) S 2867 2872 2468 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2897] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2897/stat : 2897 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490797079 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 675.44
Current children cumulated vsize (KiB) 7637060

[startup+674.701 s]
/proc/loadavg: 4.00 4.07 4.00 5/266 3049
/proc/meminfo: memFree=21458616/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=675.83 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 29667 0 1 0 67576 7 0 0 25 0 19 0 490797053 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 24427 2253 9 0 1900003 0
[pid=2872/tid=2873] ppid=2867 vsize=7637060 CPUtime=673.31 cores=0,2
/proc/2872/task/2873/stat : 2873 (java) R 2867 2872 2468 0 -1 4202560 11181 0 1 0 67329 2 0 0 25 0 19 0 490797054 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 46912505730020 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2872/tid=2877] ppid=2867 vsize=7637060 CPUtime=0.04 cores=0,2
/proc/2872/task/2877/stat : 2877 (java) S 2867 2872 2468 0 -1 4202560 122 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2878] ppid=2867 vsize=7637060 CPUtime=0.02 cores=0,2
/proc/2872/task/2878/stat : 2878 (java) S 2867 2872 2468 0 -1 4202560 214 0 0 0 2 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2879] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2879/stat : 2879 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2881] ppid=2867 vsize=7637060 CPUtime=0.01 cores=0,2
/proc/2872/task/2881/stat : 2881 (java) S 2867 2872 2468 0 -1 4202560 85 0 0 0 1 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2882] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2882/stat : 2882 (java) S 2867 2872 2468 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2883] ppid=2867 vsize=7637060 CPUtime=0.03 cores=0,2
/proc/2872/task/2883/stat : 2883 (java) S 2867 2872 2468 0 -1 4202560 300 0 0 0 3 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2884] ppid=2867 vsize=7637060 CPUtime=0.04 cores=0,2
/proc/2872/task/2884/stat : 2884 (java) S 2867 2872 2468 0 -1 4202560 1096 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2885] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2885/stat : 2885 (java) S 2867 2872 2468 0 -1 4202560 1268 0 0 0 5 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2886] ppid=2867 vsize=7637060 CPUtime=1.21 cores=0,2
/proc/2872/task/2886/stat : 2886 (java) S 2867 2872 2468 0 -1 4202560 4185 0 0 0 121 0 0 0 15 0 19 0 490797056 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 0 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2887] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2887/stat : 2887 (java) S 2867 2872 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2888] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2888/stat : 2888 (java) S 2867 2872 2468 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2891] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2891/stat : 2891 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347716017 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2893] ppid=2867 vsize=7637060 CPUtime=0.23 cores=0,2
/proc/2872/task/2893/stat : 2893 (java) S 2867 2872 2468 0 -1 4202560 794 0 0 0 23 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2894] ppid=2867 vsize=7637060 CPUtime=0.75 cores=0,2
/proc/2872/task/2894/stat : 2894 (java) S 2867 2872 2468 0 -1 4202560 9052 0 0 0 73 2 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2895] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2895/stat : 2895 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2896] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2896/stat : 2896 (java) S 2867 2872 2468 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2897] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2897/stat : 2897 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490797079 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 675.83
Current children cumulated vsize (KiB) 7637060

[startup+675.101 s]
/proc/loadavg: 4.00 4.07 4.00 5/266 3049
/proc/meminfo: memFree=21458616/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=676.23 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 29668 0 1 0 67616 7 0 0 25 0 19 0 490797053 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 24427 2253 9 0 1900003 0
[pid=2872/tid=2873] ppid=2867 vsize=7637060 CPUtime=673.71 cores=0,2
/proc/2872/task/2873/stat : 2873 (java) R 2867 2872 2468 0 -1 4202560 11182 0 1 0 67369 2 0 0 25 0 19 0 490797054 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 46912505601488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2872/tid=2877] ppid=2867 vsize=7637060 CPUtime=0.04 cores=0,2
/proc/2872/task/2877/stat : 2877 (java) S 2867 2872 2468 0 -1 4202560 122 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2878] ppid=2867 vsize=7637060 CPUtime=0.02 cores=0,2
/proc/2872/task/2878/stat : 2878 (java) S 2867 2872 2468 0 -1 4202560 214 0 0 0 2 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2879] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2879/stat : 2879 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2881] ppid=2867 vsize=7637060 CPUtime=0.01 cores=0,2
/proc/2872/task/2881/stat : 2881 (java) S 2867 2872 2468 0 -1 4202560 85 0 0 0 1 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2882] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2882/stat : 2882 (java) S 2867 2872 2468 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2883] ppid=2867 vsize=7637060 CPUtime=0.03 cores=0,2
/proc/2872/task/2883/stat : 2883 (java) S 2867 2872 2468 0 -1 4202560 300 0 0 0 3 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2884] ppid=2867 vsize=7637060 CPUtime=0.04 cores=0,2
/proc/2872/task/2884/stat : 2884 (java) S 2867 2872 2468 0 -1 4202560 1096 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2885] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2885/stat : 2885 (java) S 2867 2872 2468 0 -1 4202560 1268 0 0 0 5 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2886] ppid=2867 vsize=7637060 CPUtime=1.21 cores=0,2
/proc/2872/task/2886/stat : 2886 (java) S 2867 2872 2468 0 -1 4202560 4185 0 0 0 121 0 0 0 15 0 19 0 490797056 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 0 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2887] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2887/stat : 2887 (java) S 2867 2872 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2888] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2888/stat : 2888 (java) S 2867 2872 2468 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2891] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2891/stat : 2891 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347716017 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2893] ppid=2867 vsize=7637060 CPUtime=0.23 cores=0,2
/proc/2872/task/2893/stat : 2893 (java) S 2867 2872 2468 0 -1 4202560 794 0 0 0 23 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2894] ppid=2867 vsize=7637060 CPUtime=0.75 cores=0,2
/proc/2872/task/2894/stat : 2894 (java) S 2867 2872 2468 0 -1 4202560 9052 0 0 0 73 2 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2895] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2895/stat : 2895 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2896] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2896/stat : 2896 (java) S 2867 2872 2468 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2897] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2897/stat : 2897 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490797079 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 676.23
Current children cumulated vsize (KiB) 7637060

[startup+675.201 s]
/proc/loadavg: 4.00 4.07 4.00 5/266 3049
/proc/meminfo: memFree=21458616/32951124 swapFree=67111524/67111528
[pid=2872] ppid=2867 vsize=7637060 CPUtime=676.33 cores=0,2
/proc/2872/stat : 2872 (java) S 2867 2872 2468 0 -1 4202496 29668 0 1 0 67626 7 0 0 25 0 19 0 490797053 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2872/statm: 1909265 24427 2253 9 0 1900003 0
[pid=2872/tid=2873] ppid=2867 vsize=7637060 CPUtime=673.81 cores=0,2
/proc/2872/task/2873/stat : 2873 (java) R 2867 2872 2468 0 -1 4202560 11182 0 1 0 67379 2 0 0 25 0 19 0 490797054 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 46912505650868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2872/tid=2877] ppid=2867 vsize=7637060 CPUtime=0.04 cores=0,2
/proc/2872/task/2877/stat : 2877 (java) S 2867 2872 2468 0 -1 4202560 122 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2878] ppid=2867 vsize=7637060 CPUtime=0.02 cores=0,2
/proc/2872/task/2878/stat : 2878 (java) S 2867 2872 2468 0 -1 4202560 214 0 0 0 2 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2879] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2879/stat : 2879 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2881] ppid=2867 vsize=7637060 CPUtime=0.01 cores=0,2
/proc/2872/task/2881/stat : 2881 (java) S 2867 2872 2468 0 -1 4202560 85 0 0 0 1 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2882] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2882/stat : 2882 (java) S 2867 2872 2468 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2883] ppid=2867 vsize=7637060 CPUtime=0.03 cores=0,2
/proc/2872/task/2883/stat : 2883 (java) S 2867 2872 2468 0 -1 4202560 300 0 0 0 3 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2884] ppid=2867 vsize=7637060 CPUtime=0.04 cores=0,2
/proc/2872/task/2884/stat : 2884 (java) S 2867 2872 2468 0 -1 4202560 1096 0 0 0 4 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2885] ppid=2867 vsize=7637060 CPUtime=0.05 cores=0,2
/proc/2872/task/2885/stat : 2885 (java) S 2867 2872 2468 0 -1 4202560 1268 0 0 0 5 0 0 0 15 0 19 0 490797055 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2886] ppid=2867 vsize=7637060 CPUtime=1.21 cores=0,2
/proc/2872/task/2886/stat : 2886 (java) S 2867 2872 2468 0 -1 4202560 4185 0 0 0 121 0 0 0 15 0 19 0 490797056 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 0 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2887] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2887/stat : 2887 (java) S 2867 2872 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2888] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2888/stat : 2888 (java) S 2867 2872 2468 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490797057 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
[pid=2872/tid=2891] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2891/stat : 2891 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347716017 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2893] ppid=2867 vsize=7637060 CPUtime=0.23 cores=0,2
/proc/2872/task/2893/stat : 2893 (java) S 2867 2872 2468 0 -1 4202560 794 0 0 0 23 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2894] ppid=2867 vsize=7637060 CPUtime=0.75 cores=0,2
/proc/2872/task/2894/stat : 2894 (java) S 2867 2872 2468 0 -1 4202560 9052 0 0 0 73 2 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2895] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2895/stat : 2895 (java) S 2867 2872 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708313 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2896] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2896/stat : 2896 (java) S 2867 2872 2468 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 490797059 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 2 0 0 0
[pid=2872/tid=2897] ppid=2867 vsize=7637060 CPUtime=0 cores=0,2
/proc/2872/task/2897/stat : 2897 (java) S 2867 2872 2468 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490797079 7820349440 24427 33554432000 1073741824 1073778376 140737182262640 18446744073709551615 232347708928 0 4 0 16800975 18446604453985336000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 676.33
Current children cumulated vsize (KiB) 7637060

Child status: 20
Real time (s): 675.237
CPU time (s): 676.369
CPU user time (s): 676.29
CPU system time (s): 0.078987
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 7637060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 676.29
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29683
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14746
involuntary context switches= 2952

runsolver used 1.2998 second user time and 2.56561 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-26 06:26:29
IDJOB=3291927
IDBENCH=84958
IDSOLVER=1611
FILE ID=node132/3291927-1303791989
RUNJOBID= node132-1303790686-2486
PBS_JOBID= 13157266
Free space on /tmp= 72064 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291927-1303791989/watcher-3291927-1303791989 -o /tmp/evaluation-result-3291927-1303791989/solver-3291927-1303791989 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291927-1303791989.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=1553378944

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25934512 kB
Buffers:        697996 kB
Cached:        5454416 kB
SwapCached:          4 kB
Active:         910788 kB
Inactive:      5616136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25934512 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1236 kB
Writeback:           0 kB
AnonPages:      374412 kB
Mapped:          23360 kB
Slab:           424744 kB
PageTables:       6276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14755676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71632 MiB
End job on node132 at 2011-04-26 06:37:44