Trace number 3288707

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 1189.49 1188.01

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c no version file found!!!
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		6997539544
0.02/0.08	c Max memory 		7034241024
0.02/0.08	c Total memory 		7034241024
0.02/0.08	c Number of processors 	8
0.02/0.08	c --- Begin Solver configuration ---
0.02/0.08	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.02/0.08	c Learn all clauses as in MiniSAT
0.02/0.08	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.08	c Expensive reason simplification
0.02/0.08	c Armin Biere (Picosat) restarts strategy
0.02/0.08	c Glucose learned constraints deletion strategy
0.02/0.08	c timeout=2147483647s
0.02/0.08	c DB Simplification allowed=true
0.02/0.08	c --- End Solver configuration ---
0.02/0.08	c solving HOME/instance-3288707-1303782459.cnf
0.02/0.08	c reading problem ... 
0.74/0.67	c ... done. Wall clock time 0.59s.
0.74/0.67	c #vars     39151
0.74/0.67	c #constraints  533919
0.74/0.68	c constraints type 
0.74/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482351
0.74/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51568
8.21/7.69	c cleaning 2493 clauses out of 4993 with flag 5000/5000
17.30/16.11	c cleaning 4242 clauses out of 8500 with flag 11000/11000
26.20/25.10	c cleaning 5629 clauses out of 11258 with flag 18000/18000
35.91/34.72	c cleaning 6809 clauses out of 13630 with flag 26001/26001
47.94/46.78	c cleaning 7906 clauses out of 15821 with flag 35001/35001
60.74/59.50	c cleaning 8958 clauses out of 17915 with flag 45001/45001
74.14/72.93	c cleaning 9973 clauses out of 19958 with flag 56002/56002
88.85/87.62	c cleaning 10983 clauses out of 21983 with flag 68000/68000
104.25/103.00	c cleaning 11997 clauses out of 24001 with flag 81001/81001
123.95/122.70	c cleaning 12992 clauses out of 26003 with flag 95000/95000
141.56/140.38	c cleaning 13999 clauses out of 28011 with flag 110000/110000
161.16/159.91	c cleaning 15000 clauses out of 30012 with flag 126000/126000
182.16/180.92	c cleaning 16002 clauses out of 32012 with flag 143000/143000
203.97/202.72	c cleaning 16995 clauses out of 34010 with flag 161000/161000
225.77/224.54	c cleaning 18001 clauses out of 36016 with flag 180001/180001
249.38/248.16	c cleaning 17903 clauses out of 35815 with flag 200000/200000
272.89/271.65	c cleaning 14852 clauses out of 29711 with flag 221000/221000
298.90/297.66	c cleaning 16459 clauses out of 32928 with flag 243000/243000
324.80/323.52	c cleaning 16578 clauses out of 33162 with flag 266000/266000
347.11/345.81	c cleaning 20288 clauses out of 40584 with flag 290000/290000
374.61/373.31	c cleaning 22650 clauses out of 45299 with flag 315003/315003
402.12/400.81	c cleaning 23410 clauses out of 46829 with flag 341000/341000
433.12/431.88	c cleaning 23086 clauses out of 46182 with flag 368001/368001
463.43/462.12	c cleaning 25547 clauses out of 51097 with flag 396002/396002
494.23/492.92	c cleaning 25212 clauses out of 50434 with flag 425000/425000
522.75/521.43	c cleaning 23721 clauses out of 47456 with flag 455001/455001
555.25/553.99	c cleaning 27367 clauses out of 54735 with flag 486001/486001
590.96/589.65	c cleaning 27677 clauses out of 55372 with flag 518000/518000
627.17/625.90	c cleaning 21648 clauses out of 43320 with flag 551001/551001
663.07/661.71	c cleaning 24676 clauses out of 49362 with flag 585000/585000
694.77/693.43	c cleaning 21690 clauses out of 43404 with flag 620000/620000
733.08/731.76	c cleaning 26739 clauses out of 53495 with flag 656000/656000
769.99/768.60	c cleaning 29403 clauses out of 58815 with flag 693001/693001
808.40/807.01	c cleaning 23105 clauses out of 46227 with flag 731001/731001
842.60/841.24	c cleaning 21890 clauses out of 43801 with flag 770002/770002
882.90/881.50	c cleaning 27280 clauses out of 54572 with flag 810000/810000
924.01/922.68	c cleaning 32493 clauses out of 64986 with flag 851001/851001
962.83/961.44	c cleaning 32377 clauses out of 64773 with flag 893000/893000
1002.93/1001.59	c cleaning 37693 clauses out of 75397 with flag 936001/936001
1045.24/1043.81	c cleaning 33946 clauses out of 67910 with flag 980000/980000
1084.54/1083.17	c cleaning 38285 clauses out of 76584 with flag 1025000/1025000
1131.35/1129.96	c cleaning 41270 clauses out of 82549 with flag 1071000/1071000
1174.86/1173.45	c cleaning 27998 clauses out of 55999 with flag 1118000/1118000
1189.38/1187.99	c starts		: 1222
1189.38/1187.99	c conflicts		: 1133702
1189.38/1187.99	c decisions		: 1357747
1189.38/1187.99	c propagations		: 257651120
1189.38/1187.99	c inspects		: 17089097168
1189.38/1187.99	c shortcuts		: 0
1189.38/1187.99	c learnt literals	: 75
1189.38/1187.99	c learnt binary clauses	: 831
1189.38/1187.99	c learnt ternary clauses	: 3932
1189.38/1187.99	c learnt constraints	: 1133626
1189.38/1187.99	c ignored constraints	: 0
1189.38/1187.99	c root simplifications	: 1296
1189.38/1187.99	c removed literals (reason simplification)	: 22030655
1189.38/1187.99	c reason swapping (by a shorter reason)	: 0
1189.38/1187.99	c Calls to reduceDB	: 43
1189.38/1187.99	c speed (assignments/second)	: 217003.7193256701
1189.38/1187.99	c non guided choices	172
1189.38/1187.99	c learnt constraints type 
1189.38/1187.99	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1189.38/1187.99	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7399
1189.38/1187.99	c constraints type 
1189.38/1187.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482351
1189.38/1187.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51568
1189.38/1187.99	s UNSATISFIABLE
1189.38/1187.99	c Total wall clock time (in seconds) : 1187.902

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

running on 2 cores: 5,7

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 4/198 30797
/proc/meminfo: memFree=13675892/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=31656 CPUtime=0 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 1291 0 0 0 0 0 0 0 18 0 2 0 489842985 32415744 1007 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 8437 1011 779 9 0 386 0
[pid=30797/tid=30798] ppid=30795 vsize=33696 CPUtime=0 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 186 0 0 0 0 0 0 0 19 0 2 0 489842985 34504704 1009 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239471771271 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0333441 s]
/proc/loadavg: 1.57 2.32 2.92 4/198 30797
/proc/meminfo: memFree=13675892/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7564352 CPUtime=0.02 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 8659 0 1 0 1 1 0 0 18 0 13 0 489842985 7745896448 8355 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1891088 8356 1655 9 0 1881836 0
[pid=30797/tid=30798] ppid=30795 vsize=7564352 CPUtime=0.01 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 7512 0 1 0 1 0 0 0 24 0 13 0 489842985 7745896448 8356 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 47393660765720 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7564352

[startup+0.100276 s]
/proc/loadavg: 1.57 2.32 2.92 4/198 30797
/proc/meminfo: memFree=13675892/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7636592 CPUtime=0.1 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 11206 0 1 0 9 1 0 0 18 0 18 0 489842985 7819870208 10902 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1909148 10902 2094 9 0 1899886 0
[pid=30797/tid=30798] ppid=30795 vsize=7636592 CPUtime=0.08 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 9357 0 1 0 7 1 0 0 18 0 18 0 489842985 7819870208 10902 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636592

[startup+0.300291 s]
/proc/loadavg: 1.57 2.32 2.92 4/198 30797
/proc/meminfo: memFree=13675892/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7637480 CPUtime=0.44 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 15805 0 1 0 42 2 0 0 18 0 18 0 489842985 7820779520 15327 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1909370 15328 2204 9 0 1900108 0
[pid=30797/tid=30798] ppid=30795 vsize=7637480 CPUtime=0.29 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 13428 0 1 0 27 2 0 0 18 0 18 0 489842985 7820779520 15329 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505574294 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7637480

[startup+0.700163 s]
/proc/loadavg: 1.57 2.32 2.92 4/198 30797
/proc/meminfo: memFree=13675892/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7637480 CPUtime=0.85 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 25756 0 1 0 82 3 0 0 18 0 18 0 489842985 7820779520 25278 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1909370 25278 2206 9 0 1900108 0
[pid=30797/tid=30798] ppid=30795 vsize=7637480 CPUtime=0.68 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 23350 0 1 0 65 3 0 0 18 0 18 0 489842985 7820779520 25278 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505212336 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 7637480

[startup+1.50107 s]
/proc/loadavg: 1.57 2.32 2.92 8/261 30864
/proc/meminfo: memFree=13329188/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7648552 CPUtime=2.02 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 30510 0 1 0 198 4 0 0 18 0 19 0 489842985 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1912138 29163 2221 9 0 1902876 0
[pid=30797/tid=30798] ppid=30795 vsize=7648552 CPUtime=1.48 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 24774 0 1 0 145 3 0 0 20 0 19 0 489842985 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505213397 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30797/tid=30805] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30805/stat : 30805 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30806] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30806/stat : 30806 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30807] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30807/stat : 30807 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30808] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30808/stat : 30808 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30809] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30809/stat : 30809 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30810] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30810/stat : 30810 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30811] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30811/stat : 30811 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30812] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30812/stat : 30812 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489842986 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30815] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30815/stat : 30815 (java) S 30795 30797 28463 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 489842987 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 0 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30824] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30824/stat : 30824 (java) S 30795 30797 28463 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 489842988 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30825] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30825/stat : 30825 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 489842988 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488518577 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30830] ppid=30795 vsize=7648552 CPUtime=0.27 cores=5,7
/proc/30797/task/30830/stat : 30830 (java) S 30795 30797 28463 0 -1 4202560 2253 0 0 0 27 0 0 0 21 0 19 0 489842990 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30831] ppid=30795 vsize=7648552 CPUtime=0.25 cores=5,7
/proc/30797/task/30831/stat : 30831 (java) S 30795 30797 28463 0 -1 4202560 2321 0 0 0 25 0 0 0 19 0 19 0 489842990 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30832] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30832/stat : 30832 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30833] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30833/stat : 30833 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 489842990 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30863] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30863/stat : 30863 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 489843057 7832117248 29163 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7648552

[startup+3.10076 s]
/proc/loadavg: 1.57 2.32 2.92 5/262 30865
/proc/meminfo: memFree=13278960/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7648552 CPUtime=3.67 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 30579 0 1 0 363 4 0 0 18 0 19 0 489842985 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1912138 29231 2223 9 0 1902876 0
[pid=30797/tid=30798] ppid=30795 vsize=7648552 CPUtime=3.08 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 24834 0 1 0 305 3 0 0 25 0 19 0 489842985 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505748323 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30797/tid=30805] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30805/stat : 30805 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30806] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30806/stat : 30806 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30807] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30807/stat : 30807 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30808] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30808/stat : 30808 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30809] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30809/stat : 30809 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30810] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30810/stat : 30810 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30811] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30811/stat : 30811 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30812] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30812/stat : 30812 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489842986 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30815] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30815/stat : 30815 (java) S 30795 30797 28463 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 489842987 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 0 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30824] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30824/stat : 30824 (java) S 30795 30797 28463 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 489842988 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30825] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30825/stat : 30825 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 489842988 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488518577 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30830] ppid=30795 vsize=7648552 CPUtime=0.3 cores=5,7
/proc/30797/task/30830/stat : 30830 (java) S 30795 30797 28463 0 -1 4202560 2259 0 0 0 30 0 0 0 15 0 19 0 489842990 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30831] ppid=30795 vsize=7648552 CPUtime=0.27 cores=5,7
/proc/30797/task/30831/stat : 30831 (java) S 30795 30797 28463 0 -1 4202560 2324 0 0 0 27 0 0 0 15 0 19 0 489842990 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30832] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30832/stat : 30832 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30833] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30833/stat : 30833 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 489842990 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30863] ppid=30795 vsize=7648552 CPUtime=0 cores=5,7
/proc/30797/task/30863/stat : 30863 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 489843057 7832117248 29231 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 7648552

[startup+6.30115 s]
/proc/loadavg: 1.85 2.37 2.93 5/262 30865
/proc/meminfo: memFree=13212588/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7647752 CPUtime=6.87 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 30730 0 1 0 683 4 0 0 18 0 19 0 489842985 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1911938 29186 2223 9 0 1902676 0
[pid=30797/tid=30798] ppid=30795 vsize=7647752 CPUtime=6.29 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 24985 0 1 0 625 4 0 0 25 0 19 0 489842985 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505629473 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30797/tid=30805] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30805/stat : 30805 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30806] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30806/stat : 30806 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30807] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30807/stat : 30807 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30808] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30808/stat : 30808 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30809] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30809/stat : 30809 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30810] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30810/stat : 30810 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30811] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30811/stat : 30811 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30812] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30812/stat : 30812 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489842986 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30815] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30815/stat : 30815 (java) S 30795 30797 28463 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 489842987 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 0 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30824] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30824/stat : 30824 (java) S 30795 30797 28463 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 489842988 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30825] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30825/stat : 30825 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 489842988 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=7647752 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488518577 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30830] ppid=30795 vsize=7647752 CPUtime=0.3 cores=5,7
/proc/30797/task/30830/stat : 30830 (java) S 30795 30797 28463 0 -1 4202560 2259 0 0 0 30 0 0 0 15 0 19 0 489842990 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30831] ppid=30795 vsize=7647752 CPUtime=0.27 cores=5,7
/proc/30797/task/30831/stat : 30831 (java) S 30795 30797 28463 0 -1 4202560 2324 0 0 0 27 0 0 0 15 0 19 0 489842990 7831298048 29186 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0

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

[pid=30797/tid=30811] ppid=30795 vsize=7656288 CPUtime=0.13 cores=5,7
/proc/30797/task/30811/stat : 30811 (java) S 30795 30797 28463 0 -1 4202560 6315 0 0 0 13 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30812] ppid=30795 vsize=7656288 CPUtime=0.03 cores=5,7
/proc/30797/task/30812/stat : 30812 (java) S 30795 30797 28463 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30815] ppid=30795 vsize=7656288 CPUtime=8.56 cores=5,7
/proc/30797/task/30815/stat : 30815 (java) S 30795 30797 28463 0 -1 4202560 17740 0 0 0 855 1 0 0 15 0 19 0 489842987 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 0 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30824] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30824/stat : 30824 (java) S 30795 30797 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30825] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30825/stat : 30825 (java) S 30795 30797 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488518577 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30830] ppid=30795 vsize=7656288 CPUtime=0.85 cores=5,7
/proc/30797/task/30830/stat : 30830 (java) S 30795 30797 28463 0 -1 4202560 6163 0 0 0 85 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30831] ppid=30795 vsize=7656288 CPUtime=0.3 cores=5,7
/proc/30797/task/30831/stat : 30831 (java) S 30795 30797 28463 0 -1 4202560 2636 0 0 0 30 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30832] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30832/stat : 30832 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30833] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30833/stat : 30833 (java) S 30795 30797 28463 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30863] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30863/stat : 30863 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 489843057 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1186.97
Current children cumulated vsize (KiB) 7656288

[startup+1187.1 s]
/proc/loadavg: 2.14 3.07 3.33 3/214 31418
/proc/meminfo: memFree=14434644/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7656288 CPUtime=1188.57 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 66191 0 1 0 118849 8 0 0 18 0 19 0 489842985 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1914072 62478 2254 9 0 1904810 0
[pid=30797/tid=30798] ppid=30795 vsize=7656288 CPUtime=1178.24 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 25073 0 1 0 117820 4 0 0 25 0 19 0 489842985 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30797/tid=30805] ppid=30795 vsize=7656288 CPUtime=0.05 cores=5,7
/proc/30797/task/30805/stat : 30805 (java) S 30795 30797 28463 0 -1 4202560 1086 0 0 0 5 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30806] ppid=30795 vsize=7656288 CPUtime=0.08 cores=5,7
/proc/30797/task/30806/stat : 30806 (java) S 30795 30797 28463 0 -1 4202560 2039 0 0 0 8 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30807] ppid=30795 vsize=7656288 CPUtime=0.06 cores=5,7
/proc/30797/task/30807/stat : 30807 (java) S 30795 30797 28463 0 -1 4202560 892 0 0 0 6 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30808] ppid=30795 vsize=7656288 CPUtime=0.07 cores=5,7
/proc/30797/task/30808/stat : 30808 (java) S 30795 30797 28463 0 -1 4202560 2698 0 0 0 7 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30809] ppid=30795 vsize=7656288 CPUtime=0.06 cores=5,7
/proc/30797/task/30809/stat : 30809 (java) S 30795 30797 28463 0 -1 4202560 238 0 0 0 6 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30810] ppid=30795 vsize=7656288 CPUtime=0.05 cores=5,7
/proc/30797/task/30810/stat : 30810 (java) S 30795 30797 28463 0 -1 4202560 87 0 0 0 5 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30811] ppid=30795 vsize=7656288 CPUtime=0.13 cores=5,7
/proc/30797/task/30811/stat : 30811 (java) S 30795 30797 28463 0 -1 4202560 6315 0 0 0 13 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30812] ppid=30795 vsize=7656288 CPUtime=0.03 cores=5,7
/proc/30797/task/30812/stat : 30812 (java) S 30795 30797 28463 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30815] ppid=30795 vsize=7656288 CPUtime=8.56 cores=5,7
/proc/30797/task/30815/stat : 30815 (java) S 30795 30797 28463 0 -1 4202560 17740 0 0 0 855 1 0 0 15 0 19 0 489842987 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 0 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30824] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30824/stat : 30824 (java) S 30795 30797 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30825] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30825/stat : 30825 (java) S 30795 30797 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488518577 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30830] ppid=30795 vsize=7656288 CPUtime=0.85 cores=5,7
/proc/30797/task/30830/stat : 30830 (java) S 30795 30797 28463 0 -1 4202560 6163 0 0 0 85 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30831] ppid=30795 vsize=7656288 CPUtime=0.3 cores=5,7
/proc/30797/task/30831/stat : 30831 (java) S 30795 30797 28463 0 -1 4202560 2636 0 0 0 30 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30832] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30832/stat : 30832 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30833] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30833/stat : 30833 (java) S 30795 30797 28463 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30863] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30863/stat : 30863 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 489843057 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1188.57
Current children cumulated vsize (KiB) 7656288

[startup+1187.5 s]
/proc/loadavg: 2.14 3.07 3.33 3/214 31418
/proc/meminfo: memFree=14434644/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7656288 CPUtime=1188.97 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 66191 0 1 0 118889 8 0 0 18 0 19 0 489842985 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1914072 62478 2254 9 0 1904810 0
[pid=30797/tid=30798] ppid=30795 vsize=7656288 CPUtime=1178.64 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 25073 0 1 0 117860 4 0 0 25 0 19 0 489842985 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505724738 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30797/tid=30805] ppid=30795 vsize=7656288 CPUtime=0.05 cores=5,7
/proc/30797/task/30805/stat : 30805 (java) S 30795 30797 28463 0 -1 4202560 1086 0 0 0 5 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30806] ppid=30795 vsize=7656288 CPUtime=0.08 cores=5,7
/proc/30797/task/30806/stat : 30806 (java) S 30795 30797 28463 0 -1 4202560 2039 0 0 0 8 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30807] ppid=30795 vsize=7656288 CPUtime=0.06 cores=5,7
/proc/30797/task/30807/stat : 30807 (java) S 30795 30797 28463 0 -1 4202560 892 0 0 0 6 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30808] ppid=30795 vsize=7656288 CPUtime=0.07 cores=5,7
/proc/30797/task/30808/stat : 30808 (java) S 30795 30797 28463 0 -1 4202560 2698 0 0 0 7 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30809] ppid=30795 vsize=7656288 CPUtime=0.06 cores=5,7
/proc/30797/task/30809/stat : 30809 (java) S 30795 30797 28463 0 -1 4202560 238 0 0 0 6 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30810] ppid=30795 vsize=7656288 CPUtime=0.05 cores=5,7
/proc/30797/task/30810/stat : 30810 (java) S 30795 30797 28463 0 -1 4202560 87 0 0 0 5 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30811] ppid=30795 vsize=7656288 CPUtime=0.13 cores=5,7
/proc/30797/task/30811/stat : 30811 (java) S 30795 30797 28463 0 -1 4202560 6315 0 0 0 13 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30812] ppid=30795 vsize=7656288 CPUtime=0.03 cores=5,7
/proc/30797/task/30812/stat : 30812 (java) S 30795 30797 28463 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30815] ppid=30795 vsize=7656288 CPUtime=8.56 cores=5,7
/proc/30797/task/30815/stat : 30815 (java) S 30795 30797 28463 0 -1 4202560 17740 0 0 0 855 1 0 0 15 0 19 0 489842987 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 0 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30824] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30824/stat : 30824 (java) S 30795 30797 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30825] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30825/stat : 30825 (java) S 30795 30797 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488518577 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30830] ppid=30795 vsize=7656288 CPUtime=0.85 cores=5,7
/proc/30797/task/30830/stat : 30830 (java) S 30795 30797 28463 0 -1 4202560 6163 0 0 0 85 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30831] ppid=30795 vsize=7656288 CPUtime=0.3 cores=5,7
/proc/30797/task/30831/stat : 30831 (java) S 30795 30797 28463 0 -1 4202560 2636 0 0 0 30 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30832] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30832/stat : 30832 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30833] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30833/stat : 30833 (java) S 30795 30797 28463 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30863] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30863/stat : 30863 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 489843057 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1188.97
Current children cumulated vsize (KiB) 7656288

[startup+1187.9 s]
/proc/loadavg: 2.14 3.07 3.33 3/214 31418
/proc/meminfo: memFree=14434644/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=7656288 CPUtime=1189.38 cores=5,7
/proc/30797/stat : 30797 (java) S 30795 30797 28463 0 -1 4202496 66191 0 1 0 118930 8 0 0 18 0 19 0 489842985 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 1914072 62478 2254 9 0 1904810 0
[pid=30797/tid=30798] ppid=30795 vsize=7656288 CPUtime=1179.04 cores=5,7
/proc/30797/task/30798/stat : 30798 (java) R 30795 30797 28463 0 -1 4202560 25073 0 1 0 117900 4 0 0 25 0 19 0 489842985 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 46912505775588 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30797/tid=30805] ppid=30795 vsize=7656288 CPUtime=0.05 cores=5,7
/proc/30797/task/30805/stat : 30805 (java) S 30795 30797 28463 0 -1 4202560 1086 0 0 0 5 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30806] ppid=30795 vsize=7656288 CPUtime=0.08 cores=5,7
/proc/30797/task/30806/stat : 30806 (java) S 30795 30797 28463 0 -1 4202560 2039 0 0 0 8 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30807] ppid=30795 vsize=7656288 CPUtime=0.06 cores=5,7
/proc/30797/task/30807/stat : 30807 (java) S 30795 30797 28463 0 -1 4202560 892 0 0 0 6 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30808] ppid=30795 vsize=7656288 CPUtime=0.07 cores=5,7
/proc/30797/task/30808/stat : 30808 (java) S 30795 30797 28463 0 -1 4202560 2698 0 0 0 7 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30809] ppid=30795 vsize=7656288 CPUtime=0.06 cores=5,7
/proc/30797/task/30809/stat : 30809 (java) S 30795 30797 28463 0 -1 4202560 238 0 0 0 6 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30810] ppid=30795 vsize=7656288 CPUtime=0.05 cores=5,7
/proc/30797/task/30810/stat : 30810 (java) S 30795 30797 28463 0 -1 4202560 87 0 0 0 5 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30811] ppid=30795 vsize=7656288 CPUtime=0.13 cores=5,7
/proc/30797/task/30811/stat : 30811 (java) S 30795 30797 28463 0 -1 4202560 6315 0 0 0 13 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30812] ppid=30795 vsize=7656288 CPUtime=0.03 cores=5,7
/proc/30797/task/30812/stat : 30812 (java) S 30795 30797 28463 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 489842986 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30815] ppid=30795 vsize=7656288 CPUtime=8.56 cores=5,7
/proc/30797/task/30815/stat : 30815 (java) S 30795 30797 28463 0 -1 4202560 17740 0 0 0 855 1 0 0 15 0 19 0 489842987 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 0 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30824] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30824/stat : 30824 (java) S 30795 30797 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30825] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30825/stat : 30825 (java) S 30795 30797 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489842988 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488518577 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30830] ppid=30795 vsize=7656288 CPUtime=0.85 cores=5,7
/proc/30797/task/30830/stat : 30830 (java) S 30795 30797 28463 0 -1 4202560 6163 0 0 0 85 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30831] ppid=30795 vsize=7656288 CPUtime=0.3 cores=5,7
/proc/30797/task/30831/stat : 30831 (java) S 30795 30797 28463 0 -1 4202560 2636 0 0 0 30 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30832] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30832/stat : 30832 (java) S 30795 30797 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488510873 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
[pid=30797/tid=30833] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30833/stat : 30833 (java) S 30795 30797 28463 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 489842990 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 7 0 0 0
[pid=30797/tid=30863] ppid=30795 vsize=7656288 CPUtime=0 cores=5,7
/proc/30797/task/30863/stat : 30863 (java) S 30795 30797 28463 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 489843057 7840038912 62478 33554432000 1073741824 1073778376 140736792380816 18446744073709551615 239488511488 0 4 0 16800975 18446604471139153984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1189.38
Current children cumulated vsize (KiB) 7656288

[startup+1188.01 s]
/proc/loadavg: 2.14 3.07 3.33 3/214 31418
/proc/meminfo: memFree=14434644/32950928 swapFree=67087032/67111528
[pid=30797] ppid=30795 vsize=0 CPUtime=1189.48 cores=5,7
/proc/30797/stat : 30797 (java) Z 30795 30797 28463 0 -1 4203548 66196 0 1 0 118939 9 0 0 18 0 2 0 489842985 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30797/statm: 0 0 0 0 0 0 0
[pid=30797/tid=30829] ppid=30795 vsize=0 CPUtime=0 cores=5,7
/proc/30797/task/30829/stat : 30829 (java) R 30795 30797 28463 0 -1 4203588 2 0 0 0 0 0 0 0 18 0 2 0 489842990 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1189.48
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1188.01
CPU time (s): 1189.49
CPU user time (s): 1189.39
CPU system time (s): 0.092985
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 7663972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1189.39
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66196
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= 25555
involuntary context switches= 4047

runsolver used 2.00969 second user time and 4.54631 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 03:47:39
IDJOB=3288707
IDBENCH=82502
IDSOLVER=1611
FILE ID=node148/3288707-1303782459
RUNJOBID= node148-1303782458-30753
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_3b_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-3288707-1303782459/watcher-3288707-1303782459 -o /tmp/evaluation-result-3288707-1303782459/solver-3288707-1303782459 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288707-1303782459.cnf

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
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:      13676544 kB
Buffers:       2064292 kB
Cached:       16550604 kB
SwapCached:       5264 kB
Active:        9159048 kB
Inactive:      9550052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13676544 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           53164 kB
Writeback:           0 kB
AnonPages:       90216 kB
Mapped:          21624 kB
Slab:           500024 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7461644 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= 71648 MiB
End job on node148 at 2011-04-26 04:07:27