Trace number 3288339

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 974.852 973.966

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483647s
0.01/0.09	c DB Simplification allowed=true
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3288339-1303780613.cnf
0.01/0.09	c reading problem ... 
1.03/0.91	c ... done. Wall clock time 0.82s.
1.03/0.91	c #vars     35819
1.03/0.91	c #constraints  773506
1.03/0.91	c constraints type 
1.03/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 717553
1.03/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 55953
9.51/9.02	c cleaning 2480 clauses out of 4959 with flag 5003/5003
18.57/17.97	c cleaning 4232 clauses out of 8476 with flag 11000/11000
28.17/27.55	c cleaning 5623 clauses out of 11245 with flag 18001/18001
38.27/37.69	c cleaning 6804 clauses out of 13621 with flag 26000/26000
50.49/49.85	c cleaning 7904 clauses out of 15818 with flag 35001/35001
61.99/61.37	c cleaning 8952 clauses out of 17913 with flag 45000/45000
74.79/74.15	c cleaning 9978 clauses out of 19961 with flag 56000/56000
90.40/89.74	c cleaning 10991 clauses out of 21985 with flag 68002/68002
106.90/106.24	c cleaning 11993 clauses out of 23993 with flag 81001/81001
123.60/122.93	c cleaning 11891 clauses out of 23781 with flag 95000/95000
140.31/139.66	c cleaning 9829 clauses out of 19671 with flag 110000/110000
159.12/158.45	c cleaning 11579 clauses out of 23168 with flag 126000/126000
178.52/177.89	c cleaning 11512 clauses out of 23036 with flag 143000/143000
198.12/197.43	c cleaning 12326 clauses out of 24664 with flag 161004/161004
219.53/218.89	c cleaning 15666 clauses out of 31335 with flag 180001/180001
241.64/240.95	c cleaning 17827 clauses out of 35668 with flag 200000/200000
264.74/264.09	c cleaning 18774 clauses out of 37568 with flag 221001/221001
289.24/288.55	c cleaning 17585 clauses out of 35174 with flag 243001/243001
312.64/311.90	c cleaning 17819 clauses out of 35662 with flag 266000/266000
338.95/338.20	c cleaning 20918 clauses out of 41843 with flag 290000/290000
368.06/367.39	c cleaning 22960 clauses out of 45928 with flag 315003/315003
395.46/394.77	c cleaning 23849 clauses out of 47711 with flag 341000/341000
421.66/420.98	c cleaning 25429 clauses out of 50862 with flag 368000/368000
452.57/451.84	c cleaning 23125 clauses out of 46261 with flag 396000/396000
482.48/481.79	c cleaning 23598 clauses out of 47240 with flag 425000/425000
513.48/512.79	c cleaning 26325 clauses out of 52666 with flag 455000/455000
545.79/545.04	c cleaning 23301 clauses out of 46629 with flag 486000/486000
577.50/576.79	c cleaning 22930 clauses out of 45882 with flag 518001/518001
609.81/609.01	c cleaning 27265 clauses out of 54537 with flag 551000/551000
642.52/641.76	c cleaning 29125 clauses out of 58271 with flag 585001/585001
675.42/674.65	c cleaning 24211 clauses out of 48432 with flag 620000/620000
713.53/712.71	c cleaning 22167 clauses out of 44339 with flag 656000/656000
748.63/747.89	c cleaning 22888 clauses out of 45779 with flag 693001/693001
784.44/783.63	c cleaning 26679 clauses out of 53360 with flag 731001/731001
822.65/821.84	c cleaning 29395 clauses out of 58805 with flag 770000/770000
861.96/861.14	c cleaning 24672 clauses out of 49351 with flag 810000/810000
901.96/901.13	c cleaning 29270 clauses out of 58568 with flag 851001/851001
942.87/942.08	c cleaning 29738 clauses out of 59479 with flag 893000/893000
974.78/973.94	c starts		: 1125
974.78/973.94	c conflicts		: 930462
974.78/973.94	c decisions		: 1114388
974.78/973.94	c propagations		: 213836148
974.78/973.94	c inspects		: 13620964166
974.78/973.94	c shortcuts		: 0
974.78/973.94	c learnt literals	: 63
974.78/973.94	c learnt binary clauses	: 844
974.78/973.94	c learnt ternary clauses	: 3754
974.78/973.94	c learnt constraints	: 930398
974.78/973.94	c ignored constraints	: 0
974.78/973.94	c root simplifications	: 1187
974.78/973.94	c removed literals (reason simplification)	: 18282527
974.78/973.94	c reason swapping (by a shorter reason)	: 0
974.78/973.94	c Calls to reduceDB	: 38
974.78/973.94	c speed (assignments/second)	: 219764.5155720722
974.78/973.94	c non guided choices	183
974.78/973.95	c learnt constraints type 
974.78/973.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
974.78/973.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15012
974.78/973.95	c constraints type 
974.78/973.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 717553
974.78/973.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 55953
974.78/973.95	s UNSATISFIABLE
974.78/973.95	c Total wall clock time (in seconds) : 973.845

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-3288339-1303780613/watcher-3288339-1303780613 -o /tmp/evaluation-result-3288339-1303780613/solver-3288339-1303780613 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288339-1303780613.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: 3.94 3.82 3.84 5/243 30317
/proc/meminfo: memFree=12504184/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=23028 CPUtime=0 cores=4,6
/proc/30317/stat : 30317 (java) R 30315 30317 29772 0 -1 4202496 806 0 0 0 0 0 0 0 23 0 1 0 470477652 23580672 548 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212034692864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30317/statm: 5757 560 418 9 0 124 0

[startup+0.0286441 s]
/proc/loadavg: 3.94 3.82 3.84 5/243 30317
/proc/meminfo: memFree=12504184/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7551884 CPUtime=0.01 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 8248 0 1 0 1 0 0 0 23 0 10 0 470477652 7733129216 7945 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1887971 7946 1517 9 0 1878719 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7551884

[startup+0.100609 s]
/proc/loadavg: 3.94 3.82 3.84 5/243 30317
/proc/meminfo: memFree=12504184/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7635772 CPUtime=0.09 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 10902 0 1 0 8 1 0 0 23 0 18 0 470477652 7819030528 10598 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1908943 10621 2012 9 0 1899681 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7635772

[startup+0.30062 s]
/proc/loadavg: 3.94 3.82 3.84 5/243 30317
/proc/meminfo: memFree=12504184/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7637432 CPUtime=0.43 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 15699 0 1 0 41 2 0 0 23 0 18 0 470477652 7820730368 15219 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1909358 15219 2204 9 0 1900096 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7637432

[startup+0.700557 s]
/proc/loadavg: 3.94 3.82 3.84 5/243 30317
/proc/meminfo: memFree=12504184/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7637432 CPUtime=0.83 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 24852 0 1 0 80 3 0 0 23 0 18 0 470477652 7820730368 24372 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1909358 24372 2204 9 0 1900096 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 7637432

[startup+1.50135 s]
/proc/loadavg: 3.94 3.82 3.84 5/262 30336
/proc/meminfo: memFree=12387300/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7642560 CPUtime=1.95 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 35941 0 1 0 190 5 0 0 23 0 19 0 470477652 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1910640 34378 2222 9 0 1901378 0
[pid=30317/tid=30319] ppid=30315 vsize=7642560 CPUtime=1.37 cores=4,6
/proc/30317/task/30319/stat : 30319 (java) R 30315 30317 29772 0 -1 4202560 31177 0 1 0 133 4 0 0 20 0 19 0 470477653 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 46912505748520 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30317/tid=30320] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30320/stat : 30320 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30321] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30321/stat : 30321 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30322] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30322/stat : 30322 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30323] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30323/stat : 30323 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30324] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30324/stat : 30324 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30325] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30325/stat : 30325 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30326] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30326/stat : 30326 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30327] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30327/stat : 30327 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30328] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30328/stat : 30328 (java) S 30315 30317 29772 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 470477655 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 0 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30329] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30329/stat : 30329 (java) S 30315 30317 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470477656 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30330] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30330/stat : 30330 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470477656 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30331] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30331/stat : 30331 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051478961 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30332] ppid=30315 vsize=7642560 CPUtime=0.26 cores=4,6
/proc/30317/task/30332/stat : 30332 (java) S 30315 30317 29772 0 -1 4202560 1823 0 0 0 26 0 0 0 17 0 19 0 470477658 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30333] ppid=30315 vsize=7642560 CPUtime=0.31 cores=4,6
/proc/30317/task/30333/stat : 30333 (java) S 30315 30317 29772 0 -1 4202560 1778 0 0 0 31 0 0 0 16 0 19 0 470477658 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30334] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30334/stat : 30334 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30335] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30335/stat : 30335 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470477658 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30336] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30336/stat : 30336 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 470477748 7825981440 34378 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 7642560

[startup+3.10106 s]
/proc/loadavg: 3.94 3.83 3.84 5/262 30336
/proc/meminfo: memFree=12374032/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7642560 CPUtime=3.6 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 36049 0 1 0 355 5 0 0 23 0 19 0 470477652 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1910640 34485 2223 9 0 1901378 0
[pid=30317/tid=30319] ppid=30315 vsize=7642560 CPUtime=2.96 cores=4,6
/proc/30317/task/30319/stat : 30319 (java) R 30315 30317 29772 0 -1 4202560 31279 0 1 0 292 4 0 0 25 0 19 0 470477653 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 46912505619588 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30317/tid=30320] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30320/stat : 30320 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30321] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30321/stat : 30321 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30322] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30322/stat : 30322 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30323] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30323/stat : 30323 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30324] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30324/stat : 30324 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30325] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30325/stat : 30325 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30326] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30326/stat : 30326 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30327] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30327/stat : 30327 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30328] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30328/stat : 30328 (java) S 30315 30317 29772 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 470477655 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 0 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30329] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30329/stat : 30329 (java) S 30315 30317 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470477656 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30330] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30330/stat : 30330 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470477656 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30331] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30331/stat : 30331 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051478961 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30332] ppid=30315 vsize=7642560 CPUtime=0.26 cores=4,6
/proc/30317/task/30332/stat : 30332 (java) S 30315 30317 29772 0 -1 4202560 1823 0 0 0 26 0 0 0 15 0 19 0 470477658 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30333] ppid=30315 vsize=7642560 CPUtime=0.36 cores=4,6
/proc/30317/task/30333/stat : 30333 (java) S 30315 30317 29772 0 -1 4202560 1784 0 0 0 36 0 0 0 15 0 19 0 470477658 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30334] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30334/stat : 30334 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30335] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30335/stat : 30335 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470477658 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30336] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30336/stat : 30336 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 470477748 7825981440 34485 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 7642560

[startup+6.30149 s]
/proc/loadavg: 3.94 3.83 3.84 5/262 30336
/proc/meminfo: memFree=12372852/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7642560 CPUtime=6.8 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 36176 0 1 0 675 5 0 0 23 0 19 0 470477652 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1910640 34610 2223 9 0 1901378 0
[pid=30317/tid=30319] ppid=30315 vsize=7642560 CPUtime=6.16 cores=4,6
/proc/30317/task/30319/stat : 30319 (java) R 30315 30317 29772 0 -1 4202560 31405 0 1 0 612 4 0 0 21 0 19 0 470477653 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 46912505727374 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30317/tid=30320] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30320/stat : 30320 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30321] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30321/stat : 30321 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30322] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30322/stat : 30322 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30323] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30323/stat : 30323 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30324] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30324/stat : 30324 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30325] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30325/stat : 30325 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30326] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30326/stat : 30326 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30327] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30327/stat : 30327 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477654 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30328] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30328/stat : 30328 (java) S 30315 30317 29772 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 470477655 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 0 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30329] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30329/stat : 30329 (java) S 30315 30317 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470477656 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30330] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30330/stat : 30330 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470477656 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30331] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30331/stat : 30331 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051478961 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30332] ppid=30315 vsize=7642560 CPUtime=0.26 cores=4,6
/proc/30317/task/30332/stat : 30332 (java) S 30315 30317 29772 0 -1 4202560 1823 0 0 0 26 0 0 0 15 0 19 0 470477658 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30333] ppid=30315 vsize=7642560 CPUtime=0.37 cores=4,6
/proc/30317/task/30333/stat : 30333 (java) S 30315 30317 29772 0 -1 4202560 1785 0 0 0 37 0 0 0 15 0 19 0 470477658 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30334] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30334/stat : 30334 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30335] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30335/stat : 30335 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470477658 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30336] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30336/stat : 30336 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 470477748 7825981440 34610 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 7642560

[startup+12.7014 s]

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

/proc/30317/task/30320/stat : 30320 (java) S 30315 30317 29772 0 -1 4202560 10628 0 0 0 13 1 0 0 16 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30321] ppid=30315 vsize=7642560 CPUtime=0.14 cores=4,6
/proc/30317/task/30321/stat : 30321 (java) S 30315 30317 29772 0 -1 4202560 7143 0 0 0 14 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30322] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30322/stat : 30322 (java) S 30315 30317 29772 0 -1 4202560 458 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30323] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30323/stat : 30323 (java) S 30315 30317 29772 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30324] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30324/stat : 30324 (java) S 30315 30317 29772 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30325] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30325/stat : 30325 (java) S 30315 30317 29772 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30326] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30326/stat : 30326 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30327] ppid=30315 vsize=7642560 CPUtime=0.04 cores=4,6
/proc/30317/task/30327/stat : 30327 (java) S 30315 30317 29772 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30328] ppid=30315 vsize=7642560 CPUtime=8.74 cores=4,6
/proc/30317/task/30328/stat : 30328 (java) S 30315 30317 29772 0 -1 4202560 23336 0 0 0 873 1 0 0 15 0 19 0 470477655 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 0 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30329] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30329/stat : 30329 (java) S 30315 30317 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30330] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30330/stat : 30330 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30331] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30331/stat : 30331 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051478961 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30332] ppid=30315 vsize=7642560 CPUtime=0.3 cores=4,6
/proc/30317/task/30332/stat : 30332 (java) S 30315 30317 29772 0 -1 4202560 2130 0 0 0 30 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30333] ppid=30315 vsize=7642560 CPUtime=0.47 cores=4,6
/proc/30317/task/30333/stat : 30333 (java) S 30315 30317 29772 0 -1 4202560 1810 0 0 0 47 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30334] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30334/stat : 30334 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30335] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30335/stat : 30335 (java) S 30315 30317 29772 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30336] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30336/stat : 30336 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 470477748 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 971.98
Current children cumulated vsize (KiB) 7642560

[startup+972.702 s]
/proc/loadavg: 4.01 4.02 3.93 5/262 30411
/proc/meminfo: memFree=10778092/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7642560 CPUtime=973.58 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 78338 0 1 0 97348 10 0 0 23 0 19 0 470477652 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1910640 76285 2254 9 0 1901378 0
[pid=30317/tid=30319] ppid=30315 vsize=7642560 CPUtime=963.43 cores=4,6
/proc/30317/task/30319/stat : 30319 (java) R 30315 30317 29772 0 -1 4202560 31552 0 1 0 96339 4 0 0 25 0 19 0 470477653 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 46912505727808 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30317/tid=30320] ppid=30315 vsize=7642560 CPUtime=0.14 cores=4,6
/proc/30317/task/30320/stat : 30320 (java) S 30315 30317 29772 0 -1 4202560 10628 0 0 0 13 1 0 0 16 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30321] ppid=30315 vsize=7642560 CPUtime=0.14 cores=4,6
/proc/30317/task/30321/stat : 30321 (java) S 30315 30317 29772 0 -1 4202560 7143 0 0 0 14 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30322] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30322/stat : 30322 (java) S 30315 30317 29772 0 -1 4202560 458 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30323] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30323/stat : 30323 (java) S 30315 30317 29772 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30324] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30324/stat : 30324 (java) S 30315 30317 29772 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30325] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30325/stat : 30325 (java) S 30315 30317 29772 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30326] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30326/stat : 30326 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30327] ppid=30315 vsize=7642560 CPUtime=0.04 cores=4,6
/proc/30317/task/30327/stat : 30327 (java) S 30315 30317 29772 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30328] ppid=30315 vsize=7642560 CPUtime=8.74 cores=4,6
/proc/30317/task/30328/stat : 30328 (java) S 30315 30317 29772 0 -1 4202560 23336 0 0 0 873 1 0 0 15 0 19 0 470477655 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 0 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30329] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30329/stat : 30329 (java) S 30315 30317 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30330] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30330/stat : 30330 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30331] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30331/stat : 30331 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051478961 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30332] ppid=30315 vsize=7642560 CPUtime=0.3 cores=4,6
/proc/30317/task/30332/stat : 30332 (java) S 30315 30317 29772 0 -1 4202560 2130 0 0 0 30 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30333] ppid=30315 vsize=7642560 CPUtime=0.47 cores=4,6
/proc/30317/task/30333/stat : 30333 (java) S 30315 30317 29772 0 -1 4202560 1810 0 0 0 47 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30334] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30334/stat : 30334 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30335] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30335/stat : 30335 (java) S 30315 30317 29772 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30336] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30336/stat : 30336 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 470477748 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 973.58
Current children cumulated vsize (KiB) 7642560

[startup+973.508 s]
/proc/loadavg: 4.01 4.02 3.93 5/262 30411
/proc/meminfo: memFree=10777968/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7642560 CPUtime=974.38 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 78338 0 1 0 97428 10 0 0 23 0 19 0 470477652 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1910640 76285 2254 9 0 1901378 0
[pid=30317/tid=30319] ppid=30315 vsize=7642560 CPUtime=964.24 cores=4,6
/proc/30317/task/30319/stat : 30319 (java) R 30315 30317 29772 0 -1 4202560 31552 0 1 0 96420 4 0 0 25 0 19 0 470477653 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 46912505366501 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30317/tid=30320] ppid=30315 vsize=7642560 CPUtime=0.14 cores=4,6
/proc/30317/task/30320/stat : 30320 (java) S 30315 30317 29772 0 -1 4202560 10628 0 0 0 13 1 0 0 16 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30321] ppid=30315 vsize=7642560 CPUtime=0.14 cores=4,6
/proc/30317/task/30321/stat : 30321 (java) S 30315 30317 29772 0 -1 4202560 7143 0 0 0 14 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30322] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30322/stat : 30322 (java) S 30315 30317 29772 0 -1 4202560 458 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30323] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30323/stat : 30323 (java) S 30315 30317 29772 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30324] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30324/stat : 30324 (java) S 30315 30317 29772 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30325] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30325/stat : 30325 (java) S 30315 30317 29772 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30326] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30326/stat : 30326 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30327] ppid=30315 vsize=7642560 CPUtime=0.04 cores=4,6
/proc/30317/task/30327/stat : 30327 (java) S 30315 30317 29772 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30328] ppid=30315 vsize=7642560 CPUtime=8.74 cores=4,6
/proc/30317/task/30328/stat : 30328 (java) S 30315 30317 29772 0 -1 4202560 23336 0 0 0 873 1 0 0 15 0 19 0 470477655 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 0 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30329] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30329/stat : 30329 (java) S 30315 30317 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30330] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30330/stat : 30330 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30331] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30331/stat : 30331 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051478961 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30332] ppid=30315 vsize=7642560 CPUtime=0.3 cores=4,6
/proc/30317/task/30332/stat : 30332 (java) S 30315 30317 29772 0 -1 4202560 2130 0 0 0 30 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30333] ppid=30315 vsize=7642560 CPUtime=0.47 cores=4,6
/proc/30317/task/30333/stat : 30333 (java) S 30315 30317 29772 0 -1 4202560 1810 0 0 0 47 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30334] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30334/stat : 30334 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30335] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30335/stat : 30335 (java) S 30315 30317 29772 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30336] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30336/stat : 30336 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 470477748 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 974.38
Current children cumulated vsize (KiB) 7642560

[startup+973.901 s]
/proc/loadavg: 4.01 4.02 3.93 5/262 30411
/proc/meminfo: memFree=10777968/32951124 swapFree=67111528/67111528
[pid=30317] ppid=30315 vsize=7642560 CPUtime=974.78 cores=4,6
/proc/30317/stat : 30317 (java) S 30315 30317 29772 0 -1 4202496 78338 0 1 0 97468 10 0 0 23 0 19 0 470477652 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30317/statm: 1910640 76285 2254 9 0 1901378 0
[pid=30317/tid=30319] ppid=30315 vsize=7642560 CPUtime=964.63 cores=4,6
/proc/30317/task/30319/stat : 30319 (java) R 30315 30317 29772 0 -1 4202560 31552 0 1 0 96459 4 0 0 25 0 19 0 470477653 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 46912505828252 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30317/tid=30320] ppid=30315 vsize=7642560 CPUtime=0.14 cores=4,6
/proc/30317/task/30320/stat : 30320 (java) S 30315 30317 29772 0 -1 4202560 10628 0 0 0 13 1 0 0 16 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30321] ppid=30315 vsize=7642560 CPUtime=0.14 cores=4,6
/proc/30317/task/30321/stat : 30321 (java) S 30315 30317 29772 0 -1 4202560 7143 0 0 0 14 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30322] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30322/stat : 30322 (java) S 30315 30317 29772 0 -1 4202560 458 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30323] ppid=30315 vsize=7642560 CPUtime=0.05 cores=4,6
/proc/30317/task/30323/stat : 30323 (java) S 30315 30317 29772 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30324] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30324/stat : 30324 (java) S 30315 30317 29772 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30325] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30325/stat : 30325 (java) S 30315 30317 29772 0 -1 4202560 32 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30326] ppid=30315 vsize=7642560 CPUtime=0.06 cores=4,6
/proc/30317/task/30326/stat : 30326 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 6 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30327] ppid=30315 vsize=7642560 CPUtime=0.04 cores=4,6
/proc/30317/task/30327/stat : 30327 (java) S 30315 30317 29772 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 470477654 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30328] ppid=30315 vsize=7642560 CPUtime=8.74 cores=4,6
/proc/30317/task/30328/stat : 30328 (java) S 30315 30317 29772 0 -1 4202560 23336 0 0 0 873 1 0 0 15 0 19 0 470477655 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 0 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30329] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30329/stat : 30329 (java) S 30315 30317 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30330] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30330/stat : 30330 (java) S 30315 30317 29772 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 470477656 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30331] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30331/stat : 30331 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051478961 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30332] ppid=30315 vsize=7642560 CPUtime=0.3 cores=4,6
/proc/30317/task/30332/stat : 30332 (java) S 30315 30317 29772 0 -1 4202560 2130 0 0 0 30 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30333] ppid=30315 vsize=7642560 CPUtime=0.47 cores=4,6
/proc/30317/task/30333/stat : 30333 (java) S 30315 30317 29772 0 -1 4202560 1810 0 0 0 47 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30334] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30334/stat : 30334 (java) S 30315 30317 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471257 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
[pid=30317/tid=30335] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30335/stat : 30335 (java) S 30315 30317 29772 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 470477658 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 6 0 0 0
[pid=30317/tid=30336] ppid=30315 vsize=7642560 CPUtime=0 cores=4,6
/proc/30317/task/30336/stat : 30336 (java) S 30315 30317 29772 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 470477748 7825981440 76285 33554432000 1073741824 1073778376 140733592213600 18446744073709551615 212051471872 0 4 0 16800975 18446604453920805184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 974.78
Current children cumulated vsize (KiB) 7642560

Child status: 20
Real time (s): 973.966
CPU time (s): 974.852
CPU user time (s): 974.734
CPU system time (s): 0.117982
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 7642560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 974.734
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78347
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= 21103
involuntary context switches= 3557

runsolver used 1.70974 second user time and 3.62145 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 03:16:54
IDJOB=3288339
IDBENCH=82494
IDSOLVER=1611
FILE ID=node146/3288339-1303780613
RUNJOBID= node146-1303780432-30125
PBS_JOBID= 13157206
Free space on /tmp= 72724 MiB

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

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1238496409

node146.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.830
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:      12504340 kB
Buffers:       2079416 kB
Cached:       16989404 kB
SwapCached:          0 kB
Active:       10566292 kB
Inactive:      9344368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12504340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19204 kB
Writeback:           0 kB
AnonPages:      841636 kB
Mapped:          23440 kB
Slab:           469700 kB
PageTables:       7052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22069668 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= 72612 MiB
End job on node146 at 2011-04-26 03:33:08