Trace number 3288661

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 935.683 934.768

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.07	c Max memory 		7034241024
0.03/0.07	c Total memory 		7034241024
0.03/0.07	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3288661-1303782458.cnf
0.03/0.09	c reading problem ... 
0.93/0.88	c ... done. Wall clock time 0.796s.
0.93/0.88	c #vars     26061
0.93/0.88	c #constraints  742909
0.93/0.88	c constraints type 
0.93/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 698310
0.93/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 44599
8.73/8.27	c cleaning 2491 clauses out of 4993 with flag 5001/5001
16.76/16.12	c cleaning 4251 clauses out of 8501 with flag 11000/11000
26.36/25.73	c cleaning 5623 clauses out of 11250 with flag 18000/18000
36.26/35.67	c cleaning 6811 clauses out of 13628 with flag 26001/26001
46.79/46.15	c cleaning 7905 clauses out of 15816 with flag 35000/35000
57.89/57.20	c cleaning 8955 clauses out of 17913 with flag 45002/45002
71.01/70.32	c cleaning 9974 clauses out of 19956 with flag 56000/56000
85.51/84.89	c cleaning 10069 clauses out of 20141 with flag 68001/68001
98.92/98.20	c cleaning 8518 clauses out of 17047 with flag 81001/81001
113.22/112.50	c cleaning 11265 clauses out of 22530 with flag 95002/95002
129.73/129.06	c cleaning 13131 clauses out of 26263 with flag 110000/110000
148.65/147.95	c cleaning 12370 clauses out of 24745 with flag 126000/126000
165.35/164.63	c cleaning 14684 clauses out of 29376 with flag 143001/143001
183.16/182.47	c cleaning 14212 clauses out of 28428 with flag 161001/161001
202.75/202.06	c cleaning 12193 clauses out of 24413 with flag 180001/180001
222.66/221.90	c cleaning 16106 clauses out of 32219 with flag 200000/200000
245.26/244.54	c cleaning 15097 clauses out of 30211 with flag 221000/221000
268.37/267.63	c cleaning 17103 clauses out of 34221 with flag 243000/243000
293.38/292.62	c cleaning 18355 clauses out of 36717 with flag 266000/266000
320.18/319.41	c cleaning 21177 clauses out of 42362 with flag 290000/290000
348.69/347.93	c cleaning 17247 clauses out of 34503 with flag 315001/315001
375.29/374.56	c cleaning 19273 clauses out of 38575 with flag 341001/341001
402.70/401.92	c cleaning 21542 clauses out of 43098 with flag 368000/368000
432.70/431.97	c cleaning 20125 clauses out of 40254 with flag 396001/396001
462.51/461.75	c cleaning 24557 clauses out of 49128 with flag 425000/425000
491.91/491.15	c cleaning 26096 clauses out of 52234 with flag 455003/455003
525.53/524.78	c cleaning 24076 clauses out of 48160 with flag 486000/486000
555.93/555.19	c cleaning 27829 clauses out of 55673 with flag 518000/518000
591.74/590.96	c cleaning 19213 clauses out of 38444 with flag 551000/551000
624.64/623.81	c cleaning 19686 clauses out of 39387 with flag 585001/585001
657.65/656.87	c cleaning 16782 clauses out of 33588 with flag 620000/620000
693.16/692.37	c cleaning 26181 clauses out of 52363 with flag 656000/656000
727.97/727.13	c cleaning 28608 clauses out of 57222 with flag 693000/693000
764.57/763.78	c cleaning 26688 clauses out of 53384 with flag 731000/731000
801.28/800.42	c cleaning 30848 clauses out of 61704 with flag 770001/770001
839.79/838.96	c cleaning 28606 clauses out of 57241 with flag 810000/810000
876.40/875.54	c cleaning 32525 clauses out of 65061 with flag 851001/851001
917.40/916.60	c cleaning 32293 clauses out of 64600 with flag 893000/893000
935.61/934.75	c starts		: 1121
935.61/934.75	c conflicts		: 912493
935.61/934.75	c decisions		: 1094602
935.61/934.75	c propagations		: 210075879
935.61/934.75	c inspects		: 13167068456
935.61/934.75	c shortcuts		: 0
935.61/934.75	c learnt literals	: 74
935.61/934.75	c learnt binary clauses	: 857
935.61/934.75	c learnt ternary clauses	: 3897
935.61/934.75	c learnt constraints	: 912418
935.61/934.75	c ignored constraints	: 0
935.61/934.75	c root simplifications	: 1194
935.61/934.75	c removed literals (reason simplification)	: 17870036
935.61/934.75	c reason swapping (by a shorter reason)	: 0
935.61/934.75	c Calls to reduceDB	: 38
935.61/934.75	c speed (assignments/second)	: 224953.87862446485
935.61/934.75	c non guided choices	308
935.61/934.75	c learnt constraints type 
935.61/934.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
935.61/934.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4495
935.61/934.75	c constraints type 
935.61/934.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 698310
935.61/934.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 44599
935.61/934.75	s UNSATISFIABLE
935.61/934.75	c Total wall clock time (in seconds) : 934.659

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

running on 2 cores: 4,6

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: 1.57 2.32 2.92 5/204 30804
/proc/meminfo: memFree=13660656/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=24056 CPUtime=0 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 1143 0 0 0 0 0 0 0 21 0 2 0 489842986 24633344 878 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 6533 884 671 9 0 381 0
[pid=30804/tid=30813] ppid=30802 vsize=26088 CPUtime=0 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 52 0 0 0 0 0 0 0 23 0 2 0 489842986 26714112 895 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 47608760137520 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0447249 s]
/proc/loadavg: 1.57 2.32 2.92 5/204 30804
/proc/meminfo: memFree=13660656/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7564352 CPUtime=0.03 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 8867 0 1 0 3 0 0 0 21 0 13 0 489842986 7745896448 8562 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1891088 8562 1683 9 0 1881836 0
[pid=30804/tid=30813] ppid=30802 vsize=7564352 CPUtime=0.02 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 7718 0 1 0 2 0 0 0 25 0 13 0 489842986 7745896448 8562 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 47608757888126 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100713 s]
/proc/loadavg: 1.57 2.32 2.92 5/204 30804
/proc/meminfo: memFree=13660656/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7636412 CPUtime=0.1 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 11333 0 1 0 9 1 0 0 21 0 18 0 489842986 7819685888 11028 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1909103 11028 2093 9 0 1899841 0
[pid=30804/tid=30813] ppid=30802 vsize=7636412 CPUtime=0.08 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 9481 0 1 0 8 0 0 0 25 0 18 0 489842986 7819685888 11028 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505207072 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636412

[startup+0.300675 s]
/proc/loadavg: 1.57 2.32 2.92 5/204 30804
/proc/meminfo: memFree=13660656/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7637752 CPUtime=0.43 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 15325 0 1 0 42 1 0 0 21 0 18 0 489842986 7821058048 14851 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1909438 14851 2203 9 0 1900176 0
[pid=30804/tid=30813] ppid=30802 vsize=7637752 CPUtime=0.28 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 12866 0 1 0 27 1 0 0 25 0 18 0 489842986 7821058048 14851 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505570384 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7637752

[startup+0.700598 s]
/proc/loadavg: 1.57 2.32 2.92 5/204 30804
/proc/meminfo: memFree=13660656/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7637752 CPUtime=0.83 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 24574 0 1 0 81 2 0 0 21 0 18 0 489842986 7821058048 24100 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1909438 24100 2203 9 0 1900176 0
[pid=30804/tid=30813] ppid=30802 vsize=7637752 CPUtime=0.68 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 22115 0 1 0 66 2 0 0 25 0 18 0 489842986 7821058048 24100 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505504293 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 7637752

[startup+1.50145 s]
/proc/loadavg: 1.57 2.32 2.92 9/261 30864
/proc/meminfo: memFree=13327452/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7641324 CPUtime=1.92 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 35254 0 1 0 188 4 0 0 21 0 19 0 489842986 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1910331 33473 2220 9 0 1901069 0
[pid=30804/tid=30813] ppid=30802 vsize=7641324 CPUtime=1.34 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 30153 0 1 0 131 3 0 0 25 0 19 0 489842986 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505650379 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30804/tid=30816] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30816/stat : 30816 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30817] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30817/stat : 30817 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30818] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30818/stat : 30818 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30819] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30819/stat : 30819 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30820] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30820/stat : 30820 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30821] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30821/stat : 30821 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30822] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30822/stat : 30822 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30823] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30823/stat : 30823 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30826] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30826/stat : 30826 (java) S 30802 30804 28463 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 489842989 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 0 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30827] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30827/stat : 30827 (java) S 30802 30804 28463 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 489842989 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30828] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30828/stat : 30828 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489842989 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30834] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30834/stat : 30834 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488518577 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30835] ppid=30802 vsize=7641324 CPUtime=0.27 cores=4,6
/proc/30804/task/30835/stat : 30835 (java) R 30802 30804 28463 0 -1 4202560 2547 0 0 0 27 0 0 0 15 0 19 0 489842991 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 47608760407635 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30804/tid=30836] ppid=30802 vsize=7641324 CPUtime=0.29 cores=4,6
/proc/30804/task/30836/stat : 30836 (java) S 30802 30804 28463 0 -1 4202560 1391 0 0 0 29 0 0 0 15 0 19 0 489842991 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30837] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30837/stat : 30837 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30838] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30838/stat : 30838 (java) R 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 489842991 7824715776 33473 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30804/tid=30864] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30864/stat : 30864 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489843078 7824715776 33453 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7641324

[startup+3.1012 s]
/proc/loadavg: 1.57 2.32 2.92 5/262 30865
/proc/meminfo: memFree=13278836/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7641324 CPUtime=3.57 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 35468 0 1 0 353 4 0 0 21 0 19 0 489842986 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1910331 33605 2222 9 0 1901069 0
[pid=30804/tid=30813] ppid=30802 vsize=7641324 CPUtime=2.91 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 30345 0 1 0 288 3 0 0 18 0 19 0 489842986 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505682646 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30804/tid=30816] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30816/stat : 30816 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30817] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30817/stat : 30817 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30818] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30818/stat : 30818 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30819] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30819/stat : 30819 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30820] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30820/stat : 30820 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30821] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30821/stat : 30821 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30822] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30822/stat : 30822 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30823] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30823/stat : 30823 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30826] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30826/stat : 30826 (java) S 30802 30804 28463 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 489842989 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 0 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30827] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30827/stat : 30827 (java) S 30802 30804 28463 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 489842989 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30828] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30828/stat : 30828 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489842989 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30834] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30834/stat : 30834 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488518577 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30835] ppid=30802 vsize=7641324 CPUtime=0.27 cores=4,6
/proc/30804/task/30835/stat : 30835 (java) S 30802 30804 28463 0 -1 4202560 2553 0 0 0 27 0 0 0 16 0 19 0 489842991 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30836] ppid=30802 vsize=7641324 CPUtime=0.37 cores=4,6
/proc/30804/task/30836/stat : 30836 (java) S 30802 30804 28463 0 -1 4202560 1407 0 0 0 37 0 0 0 15 0 19 0 489842991 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30837] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30837/stat : 30837 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30838] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30838/stat : 30838 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 489842991 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30864] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30864/stat : 30864 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489843078 7824715776 33605 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 7641324

[startup+6.30159 s]
/proc/loadavg: 1.85 2.37 2.93 5/262 30865
/proc/meminfo: memFree=13212588/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7641324 CPUtime=6.8 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 35558 0 1 0 676 4 0 0 21 0 19 0 489842986 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1910331 33639 2222 9 0 1901069 0
[pid=30804/tid=30813] ppid=30802 vsize=7641324 CPUtime=6.11 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 30435 0 1 0 608 3 0 0 25 0 19 0 489842986 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505805977 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30804/tid=30816] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30816/stat : 30816 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30817] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30817/stat : 30817 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30818] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30818/stat : 30818 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30819] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30819/stat : 30819 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30820] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30820/stat : 30820 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30821] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30821/stat : 30821 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30822] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30822/stat : 30822 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30823] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30823/stat : 30823 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842988 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30826] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30826/stat : 30826 (java) S 30802 30804 28463 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 489842989 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 0 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30827] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30827/stat : 30827 (java) S 30802 30804 28463 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 489842989 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30828] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30828/stat : 30828 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489842989 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30834] ppid=30802 vsize=7641324 CPUtime=0 cores=4,6
/proc/30804/task/30834/stat : 30834 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488518577 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30835] ppid=30802 vsize=7641324 CPUtime=0.27 cores=4,6
/proc/30804/task/30835/stat : 30835 (java) S 30802 30804 28463 0 -1 4202560 2553 0 0 0 27 0 0 0 16 0 19 0 489842991 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30836] ppid=30802 vsize=7641324 CPUtime=0.39 cores=4,6
/proc/30804/task/30836/stat : 30836 (java) S 30802 30804 28463 0 -1 4202560 1407 0 0 0 39 0 0 0 15 0 19 0 489842991 7824715776 33639 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0

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

/proc/30804/task/30816/stat : 30816 (java) S 30802 30804 28463 0 -1 4202560 7369 0 0 0 13 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30817] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30817/stat : 30817 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30818] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30818/stat : 30818 (java) S 30802 30804 28463 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30819] ppid=30802 vsize=7640856 CPUtime=0.01 cores=4,6
/proc/30804/task/30819/stat : 30819 (java) S 30802 30804 28463 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30820] ppid=30802 vsize=7640856 CPUtime=0.05 cores=4,6
/proc/30804/task/30820/stat : 30820 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30821] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30821/stat : 30821 (java) S 30802 30804 28463 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30822] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30822/stat : 30822 (java) S 30802 30804 28463 0 -1 4202560 4680 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30823] ppid=30802 vsize=7640856 CPUtime=0.11 cores=4,6
/proc/30804/task/30823/stat : 30823 (java) S 30802 30804 28463 0 -1 4202560 5241 0 0 0 11 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30826] ppid=30802 vsize=7640856 CPUtime=8.58 cores=4,6
/proc/30804/task/30826/stat : 30826 (java) S 30802 30804 28463 0 -1 4202560 22180 0 0 0 856 2 0 0 15 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 0 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30827] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30827/stat : 30827 (java) S 30802 30804 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30828] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30828/stat : 30828 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30834] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30834/stat : 30834 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488518577 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30835] ppid=30802 vsize=7640856 CPUtime=0.33 cores=4,6
/proc/30804/task/30835/stat : 30835 (java) S 30802 30804 28463 0 -1 4202560 2566 0 0 0 33 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30836] ppid=30802 vsize=7640856 CPUtime=0.51 cores=4,6
/proc/30804/task/30836/stat : 30836 (java) S 30802 30804 28463 0 -1 4202560 1421 0 0 0 51 0 0 0 16 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30837] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30837/stat : 30837 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30838] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30838/stat : 30838 (java) S 30802 30804 28463 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30864] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30864/stat : 30864 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489843078 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 933.61
Current children cumulated vsize (KiB) 7640856

[startup+933.501 s]
/proc/loadavg: 4.09 3.96 3.61 5/262 31372
/proc/meminfo: memFree=13802244/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7640856 CPUtime=934.41 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 75262 0 1 0 93432 9 0 0 21 0 19 0 489842986 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1910214 72979 2253 9 0 1900952 0
[pid=30804/tid=30813] ppid=30802 vsize=7640856 CPUtime=924.37 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 30545 0 1 0 92433 4 0 0 25 0 19 0 489842986 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505650397 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30804/tid=30816] ppid=30802 vsize=7640856 CPUtime=0.13 cores=4,6
/proc/30804/task/30816/stat : 30816 (java) S 30802 30804 28463 0 -1 4202560 7369 0 0 0 13 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30817] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30817/stat : 30817 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30818] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30818/stat : 30818 (java) S 30802 30804 28463 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30819] ppid=30802 vsize=7640856 CPUtime=0.01 cores=4,6
/proc/30804/task/30819/stat : 30819 (java) S 30802 30804 28463 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30820] ppid=30802 vsize=7640856 CPUtime=0.05 cores=4,6
/proc/30804/task/30820/stat : 30820 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30821] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30821/stat : 30821 (java) S 30802 30804 28463 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30822] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30822/stat : 30822 (java) S 30802 30804 28463 0 -1 4202560 4680 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30823] ppid=30802 vsize=7640856 CPUtime=0.11 cores=4,6
/proc/30804/task/30823/stat : 30823 (java) S 30802 30804 28463 0 -1 4202560 5241 0 0 0 11 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30826] ppid=30802 vsize=7640856 CPUtime=8.58 cores=4,6
/proc/30804/task/30826/stat : 30826 (java) S 30802 30804 28463 0 -1 4202560 22180 0 0 0 856 2 0 0 15 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 0 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30827] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30827/stat : 30827 (java) S 30802 30804 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30828] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30828/stat : 30828 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30834] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30834/stat : 30834 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488518577 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30835] ppid=30802 vsize=7640856 CPUtime=0.33 cores=4,6
/proc/30804/task/30835/stat : 30835 (java) S 30802 30804 28463 0 -1 4202560 2566 0 0 0 33 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30836] ppid=30802 vsize=7640856 CPUtime=0.51 cores=4,6
/proc/30804/task/30836/stat : 30836 (java) S 30802 30804 28463 0 -1 4202560 1421 0 0 0 51 0 0 0 16 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30837] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30837/stat : 30837 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30838] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30838/stat : 30838 (java) S 30802 30804 28463 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30864] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30864/stat : 30864 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489843078 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 934.41
Current children cumulated vsize (KiB) 7640856

[startup+934.302 s]
/proc/loadavg: 4.09 3.96 3.61 5/262 31372
/proc/meminfo: memFree=13802244/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7640856 CPUtime=935.21 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 75262 0 1 0 93512 9 0 0 21 0 19 0 489842986 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1910214 72979 2253 9 0 1900952 0
[pid=30804/tid=30813] ppid=30802 vsize=7640856 CPUtime=925.17 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 30545 0 1 0 92513 4 0 0 25 0 19 0 489842986 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505805977 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30804/tid=30816] ppid=30802 vsize=7640856 CPUtime=0.13 cores=4,6
/proc/30804/task/30816/stat : 30816 (java) S 30802 30804 28463 0 -1 4202560 7369 0 0 0 13 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30817] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30817/stat : 30817 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30818] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30818/stat : 30818 (java) S 30802 30804 28463 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30819] ppid=30802 vsize=7640856 CPUtime=0.01 cores=4,6
/proc/30804/task/30819/stat : 30819 (java) S 30802 30804 28463 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30820] ppid=30802 vsize=7640856 CPUtime=0.05 cores=4,6
/proc/30804/task/30820/stat : 30820 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30821] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30821/stat : 30821 (java) S 30802 30804 28463 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30822] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30822/stat : 30822 (java) S 30802 30804 28463 0 -1 4202560 4680 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30823] ppid=30802 vsize=7640856 CPUtime=0.11 cores=4,6
/proc/30804/task/30823/stat : 30823 (java) S 30802 30804 28463 0 -1 4202560 5241 0 0 0 11 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30826] ppid=30802 vsize=7640856 CPUtime=8.58 cores=4,6
/proc/30804/task/30826/stat : 30826 (java) S 30802 30804 28463 0 -1 4202560 22180 0 0 0 856 2 0 0 15 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 0 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30827] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30827/stat : 30827 (java) S 30802 30804 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30828] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30828/stat : 30828 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30834] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30834/stat : 30834 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488518577 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30835] ppid=30802 vsize=7640856 CPUtime=0.33 cores=4,6
/proc/30804/task/30835/stat : 30835 (java) S 30802 30804 28463 0 -1 4202560 2566 0 0 0 33 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30836] ppid=30802 vsize=7640856 CPUtime=0.51 cores=4,6
/proc/30804/task/30836/stat : 30836 (java) S 30802 30804 28463 0 -1 4202560 1421 0 0 0 51 0 0 0 16 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30837] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30837/stat : 30837 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30838] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30838/stat : 30838 (java) S 30802 30804 28463 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30864] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30864/stat : 30864 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489843078 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 935.21
Current children cumulated vsize (KiB) 7640856

[startup+934.702 s]
/proc/loadavg: 4.09 3.96 3.61 5/262 31372
/proc/meminfo: memFree=13802244/32950928 swapFree=67087032/67111528
[pid=30804] ppid=30802 vsize=7640856 CPUtime=935.61 cores=4,6
/proc/30804/stat : 30804 (java) S 30802 30804 28463 0 -1 4202496 75262 0 1 0 93552 9 0 0 21 0 19 0 489842986 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30804/statm: 1910214 72979 2253 9 0 1900952 0
[pid=30804/tid=30813] ppid=30802 vsize=7640856 CPUtime=925.57 cores=4,6
/proc/30804/task/30813/stat : 30813 (java) R 30802 30804 28463 0 -1 4202560 30545 0 1 0 92553 4 0 0 25 0 19 0 489842986 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 46912505636801 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30804/tid=30816] ppid=30802 vsize=7640856 CPUtime=0.13 cores=4,6
/proc/30804/task/30816/stat : 30816 (java) S 30802 30804 28463 0 -1 4202560 7369 0 0 0 13 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30817] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30817/stat : 30817 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30818] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30818/stat : 30818 (java) S 30802 30804 28463 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30819] ppid=30802 vsize=7640856 CPUtime=0.01 cores=4,6
/proc/30804/task/30819/stat : 30819 (java) S 30802 30804 28463 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30820] ppid=30802 vsize=7640856 CPUtime=0.05 cores=4,6
/proc/30804/task/30820/stat : 30820 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30821] ppid=30802 vsize=7640856 CPUtime=0.04 cores=4,6
/proc/30804/task/30821/stat : 30821 (java) S 30802 30804 28463 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30822] ppid=30802 vsize=7640856 CPUtime=0.07 cores=4,6
/proc/30804/task/30822/stat : 30822 (java) S 30802 30804 28463 0 -1 4202560 4680 0 0 0 7 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30823] ppid=30802 vsize=7640856 CPUtime=0.11 cores=4,6
/proc/30804/task/30823/stat : 30823 (java) S 30802 30804 28463 0 -1 4202560 5241 0 0 0 11 0 0 0 15 0 19 0 489842988 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30826] ppid=30802 vsize=7640856 CPUtime=8.58 cores=4,6
/proc/30804/task/30826/stat : 30826 (java) S 30802 30804 28463 0 -1 4202560 22180 0 0 0 856 2 0 0 15 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 0 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30827] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30827/stat : 30827 (java) S 30802 30804 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30828] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30828/stat : 30828 (java) S 30802 30804 28463 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 489842989 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30834] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30834/stat : 30834 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488518577 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30835] ppid=30802 vsize=7640856 CPUtime=0.33 cores=4,6
/proc/30804/task/30835/stat : 30835 (java) S 30802 30804 28463 0 -1 4202560 2566 0 0 0 33 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 4 0 0 0
[pid=30804/tid=30836] ppid=30802 vsize=7640856 CPUtime=0.51 cores=4,6
/proc/30804/task/30836/stat : 30836 (java) S 30802 30804 28463 0 -1 4202560 1421 0 0 0 51 0 0 0 16 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30837] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30837/stat : 30837 (java) S 30802 30804 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488510873 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
[pid=30804/tid=30838] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30838/stat : 30838 (java) R 30802 30804 28463 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 489842991 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30804/tid=30864] ppid=30802 vsize=7640856 CPUtime=0 cores=4,6
/proc/30804/task/30864/stat : 30864 (java) S 30802 30804 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489843078 7824236544 72979 33554432000 1073741824 1073778376 140737007874192 18446744073709551615 239488511488 0 4 0 16800975 18446604453982733312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 935.61
Current children cumulated vsize (KiB) 7640856

Child status: 20
Real time (s): 934.768
CPU time (s): 935.683
CPU user time (s): 935.572
CPU system time (s): 0.110983
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 7641324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 935.572
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75273
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= 20327
involuntary context switches= 3723

runsolver used 1.67075 second user time and 3.44048 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 03:47:39
IDJOB=3288661
IDBENCH=82501
IDSOLVER=1611
FILE ID=node148/3288661-1303782458
RUNJOBID= node148-1303782458-30751
PBS_JOBID= 13157174
Free space on /tmp= 70564 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.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-3288661-1303782458/watcher-3288661-1303782458 -o /tmp/evaluation-result-3288661-1303782458/solver-3288661-1303782458 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288661-1303782458.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1545722687

node148.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.854
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.70
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.854
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.75
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.854
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.83
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.854
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.854
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.82
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.854
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.75
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13665896 kB
Buffers:       2064296 kB
Cached:       16550988 kB
SwapCached:       5264 kB
Active:        9172496 kB
Inactive:      9547388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13665896 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           53552 kB
Writeback:           0 kB
AnonPages:      100304 kB
Mapped:          21624 kB
Slab:           500024 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14671192 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71608 MiB
End job on node148 at 2011-04-26 04:03:14