Trace number 3260808

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-06? (TO) 1301.31 1300.07

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.7023
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3260808-1303539690.cnf
0.03/0.09	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.093s.
0.09/0.18	c #vars     4408
0.09/0.18	c #constraints  19904
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8400
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11504
1.93/1.55	c cleaning 2487 clauses out of 4974 with flag 5001/5001
5.27/4.43	c cleaning 4237 clauses out of 8473 with flag 11000/11000
10.57/9.72	c cleaning 5616 clauses out of 11232 with flag 18000/18000
15.48/14.69	c cleaning 6808 clauses out of 13616 with flag 26000/26000
21.61/20.76	c cleaning 7903 clauses out of 15809 with flag 35001/35001
28.22/27.31	c cleaning 8950 clauses out of 17906 with flag 45001/45001
34.63/33.74	c cleaning 9978 clauses out of 19955 with flag 56000/56000
41.43/40.60	c cleaning 10986 clauses out of 21976 with flag 68000/68000
47.14/46.25	c cleaning 11992 clauses out of 23991 with flag 81001/81001
54.23/53.38	c cleaning 12999 clauses out of 25999 with flag 95001/95001
61.94/61.00	c cleaning 14000 clauses out of 28000 with flag 110001/110001
71.35/70.41	c cleaning 14997 clauses out of 29999 with flag 126000/126000
81.94/81.06	c cleaning 16002 clauses out of 32003 with flag 143001/143001
91.64/90.77	c cleaning 17001 clauses out of 34001 with flag 161001/161001
104.96/104.04	c cleaning 17996 clauses out of 35998 with flag 180000/180000
119.76/118.82	c cleaning 18998 clauses out of 38002 with flag 200000/200000
131.56/130.65	c cleaning 19501 clauses out of 39006 with flag 220002/220002
144.76/143.81	c cleaning 19749 clauses out of 39503 with flag 240000/240000
158.06/157.14	c cleaning 19877 clauses out of 39755 with flag 260001/260001
172.36/171.44	c cleaning 19938 clauses out of 39878 with flag 280001/280001
186.87/185.93	c cleaning 19968 clauses out of 39940 with flag 300001/300001
198.97/198.08	c cleaning 19979 clauses out of 39969 with flag 320000/320000
211.16/210.21	c cleaning 19992 clauses out of 39990 with flag 340000/340000
222.27/221.31	c cleaning 19997 clauses out of 39997 with flag 360000/360000
235.47/234.56	c cleaning 20001 clauses out of 40001 with flag 380001/380001
247.27/246.39	c cleaning 19999 clauses out of 40000 with flag 400001/400001
259.77/258.85	c cleaning 20000 clauses out of 40000 with flag 420002/420002
273.17/272.22	c cleaning 19996 clauses out of 39998 with flag 440000/440000
286.77/285.88	c cleaning 19995 clauses out of 40003 with flag 460001/460001
301.28/300.39	c cleaning 20000 clauses out of 40007 with flag 480000/480000
314.48/313.58	c cleaning 20003 clauses out of 40008 with flag 500001/500001
329.28/328.32	c cleaning 19997 clauses out of 40004 with flag 520000/520000
341.88/340.97	c cleaning 20003 clauses out of 40005 with flag 540001/540001
354.98/354.06	c cleaning 19998 clauses out of 40001 with flag 560000/560000
367.98/367.08	c cleaning 20001 clauses out of 40002 with flag 580000/580000
380.58/379.65	c cleaning 19995 clauses out of 40001 with flag 600000/600000
393.08/392.19	c cleaning 19998 clauses out of 40006 with flag 620000/620000
406.68/405.70	c cleaning 20003 clauses out of 40009 with flag 640001/640001
419.29/418.36	c cleaning 20002 clauses out of 40005 with flag 660000/660000
432.09/431.19	c cleaning 19998 clauses out of 40004 with flag 680001/680001
445.40/444.47	c cleaning 20000 clauses out of 40006 with flag 700001/700001
457.69/456.77	c cleaning 19997 clauses out of 40004 with flag 720000/720000
470.49/469.50	c cleaning 20002 clauses out of 40007 with flag 740001/740001
483.90/482.92	c cleaning 19995 clauses out of 40005 with flag 760001/760001
492.60/491.67	c cleaning 20001 clauses out of 40007 with flag 780000/780000
504.30/503.36	c cleaning 19998 clauses out of 40004 with flag 800001/800001
515.50/514.50	c cleaning 19996 clauses out of 40004 with flag 820000/820000
525.80/524.89	c cleaning 20002 clauses out of 40009 with flag 840001/840001
533.10/532.16	c cleaning 19997 clauses out of 40005 with flag 860001/860001
538.70/537.71	c cleaning 19999 clauses out of 40003 with flag 880002/880002
544.60/543.62	c cleaning 19995 clauses out of 40001 with flag 900001/900001
549.81/548.81	c cleaning 20000 clauses out of 40005 with flag 920000/920000
555.01/554.07	c cleaning 19998 clauses out of 40001 with flag 940001/940001
560.71/559.75	c cleaning 19993 clauses out of 40001 with flag 960000/960000
566.32/565.37	c cleaning 19998 clauses out of 40008 with flag 980001/980001
572.31/571.36	c cleaning 19994 clauses out of 40009 with flag 1000000/1000000
578.11/577.10	c cleaning 20005 clauses out of 40015 with flag 1020000/1020000
583.72/582.77	c cleaning 20000 clauses out of 40011 with flag 1040001/1040001
589.12/588.11	c cleaning 20006 clauses out of 40011 with flag 1060001/1060001
594.82/593.88	c cleaning 19991 clauses out of 40004 with flag 1080000/1080000
600.42/599.45	c cleaning 20000 clauses out of 40013 with flag 1100000/1100000
605.42/604.44	c cleaning 20001 clauses out of 40013 with flag 1120000/1120000
610.52/609.56	c cleaning 19994 clauses out of 40012 with flag 1140000/1140000
615.52/614.50	c cleaning 20002 clauses out of 40018 with flag 1160000/1160000
620.52/619.58	c cleaning 19998 clauses out of 40013 with flag 1180000/1180000
625.92/624.95	c cleaning 20002 clauses out of 40015 with flag 1200000/1200000
631.13/630.15	c cleaning 20000 clauses out of 40014 with flag 1220001/1220001
636.63/635.60	c cleaning 19999 clauses out of 40013 with flag 1240000/1240000
642.03/641.01	c cleaning 19365 clauses out of 40014 with flag 1260000/1260000
647.23/646.28	c cleaning 18420 clauses out of 40651 with flag 1280002/1280002
652.73/651.72	c cleaning 18606 clauses out of 42230 with flag 1300001/1300001
658.33/657.33	c cleaning 18635 clauses out of 43623 with flag 1320000/1320000
663.75/662.75	c cleaning 18885 clauses out of 44988 with flag 1340000/1340000
669.15/668.18	c cleaning 18635 clauses out of 46103 with flag 1360000/1360000
674.36/673.33	c cleaning 18960 clauses out of 47468 with flag 1380000/1380000
679.36/678.32	c cleaning 18808 clauses out of 48509 with flag 1400001/1400001
684.56/683.52	c cleaning 18937 clauses out of 49700 with flag 1420000/1420000
690.17/689.12	c cleaning 19187 clauses out of 50764 with flag 1440001/1440001
696.18/695.13	c cleaning 18742 clauses out of 51576 with flag 1460000/1460000
702.27/701.24	c cleaning 19222 clauses out of 52834 with flag 1480000/1480000
707.67/706.63	c cleaning 18790 clauses out of 53613 with flag 1500001/1500001
713.07/712.08	c cleaning 18899 clauses out of 54822 with flag 1520000/1520000
718.58/717.55	c cleaning 19216 clauses out of 55924 with flag 1540001/1540001
724.08/723.05	c cleaning 19023 clauses out of 56707 with flag 1560000/1560000
730.08/729.08	c cleaning 19037 clauses out of 57684 with flag 1580000/1580000
735.68/734.69	c cleaning 18994 clauses out of 58648 with flag 1600001/1600001
741.39/740.34	c cleaning 18692 clauses out of 59653 with flag 1620000/1620000
746.79/745.79	c cleaning 18934 clauses out of 60962 with flag 1640001/1640001
752.88/751.80	c cleaning 19210 clauses out of 62027 with flag 1660000/1660000
758.89/757.90	c cleaning 19019 clauses out of 62818 with flag 1680001/1680001
764.69/763.69	c cleaning 18725 clauses out of 63799 with flag 1700001/1700001
770.99/769.96	c cleaning 19089 clauses out of 65074 with flag 1720001/1720001
776.89/775.82	c cleaning 18772 clauses out of 65984 with flag 1740000/1740000
782.79/781.74	c cleaning 18611 clauses out of 67214 with flag 1760002/1760002
789.29/788.29	c cleaning 18798 clauses out of 68602 with flag 1780001/1780001
795.99/794.92	c cleaning 18440 clauses out of 69804 with flag 1800001/1800001
802.69/801.65	c cleaning 18797 clauses out of 71363 with flag 1820000/1820000
809.19/808.12	c cleaning 18690 clauses out of 72566 with flag 1840000/1840000
815.40/814.34	c cleaning 18586 clauses out of 73877 with flag 1860001/1860001
822.90/821.86	c cleaning 18646 clauses out of 75291 with flag 1880001/1880001
829.60/828.50	c cleaning 18527 clauses out of 76646 with flag 1900002/1900002
836.00/834.91	c cleaning 18610 clauses out of 78117 with flag 1920000/1920000
843.10/842.00	c cleaning 18750 clauses out of 79508 with flag 1940001/1940001
850.21/849.19	c cleaning 18563 clauses out of 80757 with flag 1960000/1960000
857.50/856.46	c cleaning 18735 clauses out of 82195 with flag 1980001/1980001
864.40/863.37	c cleaning 18435 clauses out of 83460 with flag 2000001/2000001
871.21/870.16	c cleaning 18501 clauses out of 85024 with flag 2020000/2020000
878.30/877.26	c cleaning 18515 clauses out of 86522 with flag 2040000/2040000
885.41/884.33	c cleaning 18443 clauses out of 88008 with flag 2060001/2060001
893.81/892.78	c cleaning 18564 clauses out of 89565 with flag 2080001/2080001
901.81/900.76	c cleaning 18485 clauses out of 91001 with flag 2100001/2100001
909.41/908.31	c cleaning 18685 clauses out of 92515 with flag 2120000/2120000
917.32/916.21	c cleaning 18579 clauses out of 93830 with flag 2140000/2140000
926.23/925.18	c cleaning 18110 clauses out of 95251 with flag 2160000/2160000
934.32/933.23	c cleaning 18219 clauses out of 97141 with flag 2180000/2180000
942.52/941.46	c cleaning 18478 clauses out of 98923 with flag 2200001/2200001
949.93/948.87	c cleaning 19056 clauses out of 100445 with flag 2220001/2220001
957.33/956.24	c cleaning 18778 clauses out of 101388 with flag 2240000/2240000
965.53/964.40	c cleaning 18326 clauses out of 102611 with flag 2260001/2260001
973.93/972.83	c cleaning 18861 clauses out of 104284 with flag 2280000/2280000
982.84/981.79	c cleaning 18739 clauses out of 105425 with flag 2300002/2300002
990.74/989.68	c cleaning 19020 clauses out of 106687 with flag 2320003/2320003
999.24/998.15	c cleaning 18828 clauses out of 107664 with flag 2340000/2340000
1007.24/1006.19	c cleaning 18818 clauses out of 108838 with flag 2360002/2360002
1016.45/1015.39	c cleaning 18429 clauses out of 110018 with flag 2380000/2380000
1026.45/1025.39	c cleaning 18457 clauses out of 111590 with flag 2400001/2400001
1036.85/1035.78	c cleaning 18439 clauses out of 113133 with flag 2420001/2420001
1047.16/1046.05	c cleaning 18354 clauses out of 114693 with flag 2440000/2440000
1058.35/1057.22	c cleaning 18629 clauses out of 116339 with flag 2460000/2460000
1069.65/1068.58	c cleaning 18572 clauses out of 117710 with flag 2480000/2480000
1080.75/1079.62	c cleaning 19030 clauses out of 119139 with flag 2500001/2500001
1092.16/1091.07	c cleaning 18212 clauses out of 120109 with flag 2520001/2520001
1103.46/1102.34	c cleaning 18321 clauses out of 121896 with flag 2540000/2540000
1114.38/1113.22	c cleaning 18103 clauses out of 123575 with flag 2560000/2560000
1123.68/1122.53	c cleaning 18338 clauses out of 125472 with flag 2580000/2580000
1132.58/1131.47	c cleaning 18412 clauses out of 127135 with flag 2600001/2600001
1142.88/1141.72	c cleaning 18466 clauses out of 128722 with flag 2620000/2620000
1155.98/1154.85	c cleaning 18305 clauses out of 130257 with flag 2640001/2640001
1166.68/1165.53	c cleaning 18088 clauses out of 131951 with flag 2660000/2660000
1177.00/1175.90	c cleaning 18672 clauses out of 133852 with flag 2680000/2680000
1188.01/1186.86	c cleaning 18462 clauses out of 135181 with flag 2700001/2700001
1201.40/1200.23	c cleaning 17870 clauses out of 136718 with flag 2720000/2720000
1213.11/1211.94	c cleaning 18828 clauses out of 138849 with flag 2740001/2740001
1225.51/1224.33	c cleaning 17845 clauses out of 140021 with flag 2760001/2760001
1239.72/1238.58	c cleaning 18363 clauses out of 142175 with flag 2780000/2780000
1251.82/1250.61	c cleaning 18318 clauses out of 143812 with flag 2800000/2800000
1264.11/1262.98	c cleaning 18186 clauses out of 145495 with flag 2820001/2820001
1276.72/1275.52	c cleaning 18563 clauses out of 147308 with flag 2840000/2840000
1290.52/1289.38	c cleaning 18433 clauses out of 148746 with flag 2860001/2860001
1301.23/1300.01	c starts		: 1762
1301.23/1300.01	c conflicts		: 2876796
1301.23/1300.01	c decisions		: 2953178
1301.23/1300.01	c propagations		: 2907186458
1301.23/1300.01	c inspects		: 11405629333
1301.23/1300.01	c shortcuts		: 0
1301.23/1300.01	c learnt literals	: 82
1301.23/1300.01	c learnt binary clauses	: 984
1301.23/1300.01	c learnt ternary clauses	: 7865
1301.23/1300.01	c learnt constraints	: 2876714
1301.23/1300.01	c ignored constraints	: 0
1301.23/1300.01	c root simplifications	: 1844
1301.23/1300.01	c removed literals (reason simplification)	: 16284392
1301.23/1300.01	c reason swapping (by a shorter reason)	: 0
1301.23/1300.01	c Calls to reduceDB	: 149
1301.23/1300.01	c speed (assignments/second)	: 2236594.914554014
1301.23/1300.01	c non guided choices	36
1301.23/1300.06	c learnt constraints type 
1301.23/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 979
1301.23/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146178
1301.23/1300.06	c constraints type 
1301.23/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8400
1301.23/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11504
1301.23/1300.06	s UNKNOWN
1301.23/1300.06	c Total wall clock time (in seconds) : 1299.92

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3260808-1303539690/watcher-3260808-1303539690 -o /tmp/evaluation-result-3260808-1303539690/solver-3260808-1303539690 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3260808-1303539690.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: 0.00 0.00 0.00 3/196 18568
/proc/meminfo: memFree=14556496/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=30536 CPUtime=0 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 1254 0 0 0 0 0 0 0 22 0 2 0 465567854 31268864 972 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 7634 972 745 9 0 385 0
[pid=18568/tid=18569] ppid=18566 vsize=31604 CPUtime=0 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 144 0 0 0 0 0 0 0 24 0 2 0 465567854 32362496 977 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235589904128 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.050268 s]
/proc/loadavg: 0.00 0.00 0.00 3/196 18568
/proc/meminfo: memFree=14556496/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7564488 CPUtime=0.03 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 8910 0 1 0 3 0 0 0 22 0 13 0 465567854 7746035712 8606 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1891122 8609 1686 9 0 1881870 0
[pid=18568/tid=18569] ppid=18566 vsize=7564488 CPUtime=0.03 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 7765 0 1 0 3 0 0 0 25 0 13 0 465567854 7746035712 8609 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 47061171435032 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.100262 s]
/proc/loadavg: 0.00 0.00 0.00 3/196 18568
/proc/meminfo: memFree=14556496/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7569940 CPUtime=0.09 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 9773 0 1 0 8 1 0 0 22 0 18 0 465567854 7751618560 9469 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1892485 9470 1757 9 0 1883223 0
[pid=18568/tid=18569] ppid=18566 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 8599 0 1 0 7 0 0 0 25 0 18 0 465567854 7751618560 9470 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 47061169231496 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.300228 s]
/proc/loadavg: 0.00 0.00 0.00 3/196 18568
/proc/meminfo: memFree=14556496/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7640952 CPUtime=0.47 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 13082 0 1 0 46 1 0 0 22 0 19 0 465567854 7824334848 12205 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910238 12205 2211 9 0 1900976 0
[pid=18568/tid=18569] ppid=18566 vsize=7640952 CPUtime=0.27 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9264 0 1 0 27 0 0 0 25 0 19 0 465567854 7824334848 12205 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505217057 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7640952

[startup+0.700209 s]
/proc/loadavg: 0.00 0.00 0.00 3/196 18568
/proc/meminfo: memFree=14556496/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7640952 CPUtime=1.06 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 13250 0 1 0 105 1 0 0 22 0 19 0 465567854 7824334848 12307 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910238 12307 2223 9 0 1900976 0
[pid=18568/tid=18569] ppid=18566 vsize=7640952 CPUtime=0.67 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9335 0 1 0 67 0 0 0 25 0 19 0 465567854 7824334848 12307 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505329182 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7640952

[startup+1.50101 s]
/proc/loadavg: 0.16 0.03 0.01 6/238 18615
/proc/meminfo: memFree=14469316/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7640632 CPUtime=1.93 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 13633 0 1 0 192 1 0 0 22 0 19 0 465567854 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910158 12542 2231 9 0 1900896 0
[pid=18568/tid=18569] ppid=18566 vsize=7640632 CPUtime=1.48 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9587 0 1 0 147 1 0 0 25 0 19 0 465567854 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505181423 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18568/tid=18571] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18572] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18573] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18574] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18575] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18576] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18577] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18578] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567856 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18579] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 465567857 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 0 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18580] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18568 18511 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 465567857 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18581] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465567857 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18582] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606690225 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18583] ppid=18566 vsize=7640632 CPUtime=0.25 cores=5,7
/proc/18568/task/18583/stat : 18583 (java) R 18566 18568 18511 0 -1 4202560 1443 0 0 0 25 0 0 0 16 0 19 0 465567859 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 47061169094400 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18568/tid=18584] ppid=18566 vsize=7640632 CPUtime=0.18 cores=5,7
/proc/18568/task/18584/stat : 18584 (java) R 18566 18568 18511 0 -1 4202560 1440 0 0 0 18 0 0 0 16 0 19 0 465567859 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18568/tid=18585] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18586] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465567859 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18588] ppid=18566 vsize=7640632 CPUtime=0 cores=5,7
/proc/18568/task/18588/stat : 18588 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465567873 7824007168 12542 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 7640632

[startup+3.10073 s]
/proc/loadavg: 0.16 0.03 0.01 4/239 18616
/proc/meminfo: memFree=14428892/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7641416 CPUtime=3.94 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 22452 0 1 0 392 2 0 0 22 0 19 0 465567854 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910354 18378 2252 9 0 1901092 0
[pid=18568/tid=18569] ppid=18566 vsize=7641416 CPUtime=3.06 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9589 0 1 0 305 1 0 0 25 0 19 0 465567854 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505556097 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18568/tid=18571] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18568 18511 0 -1 4202560 159 0 0 0 0 0 0 0 17 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18572] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18568 18511 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18573] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18568 18511 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18574] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18568 18511 0 -1 4202560 373 0 0 0 0 0 0 0 15 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18575] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18568 18511 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18576] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18568 18511 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18577] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18568 18511 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18578] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18568 18511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 465567856 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18579] ppid=18566 vsize=7641416 CPUtime=0.01 cores=5,7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18568 18511 0 -1 4202560 785 0 0 0 1 0 0 0 16 0 19 0 465567857 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 0 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18580] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18568 18511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465567857 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18581] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18568 18511 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465567857 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18582] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606690225 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18583] ppid=18566 vsize=7641416 CPUtime=0.63 cores=5,7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18568 18511 0 -1 4202560 8528 0 0 0 63 0 0 0 16 0 19 0 465567859 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18584] ppid=18566 vsize=7641416 CPUtime=0.19 cores=5,7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18568 18511 0 -1 4202560 1603 0 0 0 19 0 0 0 16 0 19 0 465567859 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18585] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18586] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465567859 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18588] ppid=18566 vsize=7641416 CPUtime=0 cores=5,7
/proc/18568/task/18588/stat : 18588 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465567873 7824809984 18378 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 7641416

[startup+6.30116 s]
/proc/loadavg: 0.16 0.03 0.01 5/262 18644
/proc/meminfo: memFree=14338560/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7641856 CPUtime=7.17 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 22955 0 1 0 715 2 0 0 22 0 19 0 465567854 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910464 17788 2254 9 0 1901202 0
[pid=18568/tid=18569] ppid=18566 vsize=7641856 CPUtime=6.24 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9593 0 1 0 623 1 0 0 25 0 19 0 465567854 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505642982 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18568/tid=18571] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18568 18511 0 -1 4202560 259 0 0 0 0 0 0 0 15 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18572] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18568 18511 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18573] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18568 18511 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18574] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18568 18511 0 -1 4202560 373 0 0 0 0 0 0 0 15 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18575] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18568 18511 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18576] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18568 18511 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18577] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18568 18511 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18578] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18568 18511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 465567856 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18579] ppid=18566 vsize=7641856 CPUtime=0.03 cores=5,7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18568 18511 0 -1 4202560 944 0 0 0 3 0 0 0 16 0 19 0 465567857 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 0 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18580] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18568 18511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465567857 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18581] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18568 18511 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465567857 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18582] ppid=18566 vsize=7641856 CPUtime=0 cores=5,7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606690225 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18583] ppid=18566 vsize=7641856 CPUtime=0.65 cores=5,7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18568 18511 0 -1 4202560 8530 0 0 0 65 0 0 0 15 0 19 0 465567859 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18584] ppid=18566 vsize=7641856 CPUtime=0.21 cores=5,7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18568 18511 0 -1 4202560 1697 0 0 0 21 0 0 0 15 0 19 0 465567859 7825260544 17788 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0

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

[pid=18568/tid=18576] ppid=18566 vsize=7641992 CPUtime=0.06 cores=5,7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18568 18511 0 -1 4202560 343 0 0 0 6 0 0 0 15 0 19 0 465567856 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18577] ppid=18566 vsize=7641992 CPUtime=0.04 cores=5,7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18568 18511 0 -1 4202560 20 0 0 0 4 0 0 0 15 0 19 0 465567856 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18578] ppid=18566 vsize=7641992 CPUtime=0.06 cores=5,7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18568 18511 0 -1 4202560 65 0 0 0 6 0 0 0 15 0 19 0 465567856 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18579] ppid=18566 vsize=7641992 CPUtime=3.35 cores=5,7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18568 18511 0 -1 4202560 4102 0 0 0 335 0 0 0 15 0 19 0 465567857 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 0 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18580] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18568 18511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18581] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18568 18511 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18582] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606690225 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18583] ppid=18566 vsize=7641992 CPUtime=0.7 cores=5,7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18568 18511 0 -1 4202560 8545 0 0 0 70 0 0 0 15 0 19 0 465567859 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18584] ppid=18566 vsize=7641992 CPUtime=0.24 cores=5,7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18568 18511 0 -1 4202560 1729 0 0 0 24 0 0 0 15 0 19 0 465567859 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18585] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18586] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18568 18511 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 465567859 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18588] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18588/stat : 18588 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465567873 7825399808 20804 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.48
Current children cumulated vsize (KiB) 7641992

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.86 5/262 18814
/proc/meminfo: memFree=14289020/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7641992 CPUtime=1183.49 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 27184 0 1 0 118344 5 0 0 22 0 19 0 465567854 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910498 21056 2255 9 0 1901236 0
[pid=18568/tid=18569] ppid=18566 vsize=7641992 CPUtime=1178.31 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9732 0 1 0 117830 1 0 0 25 0 19 0 465567854 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505642655 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18568/tid=18571] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18568 18511 0 -1 4202560 369 0 0 0 8 0 0 0 16 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18572] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18568 18511 0 -1 4202560 188 0 0 0 8 0 0 0 15 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18573] ppid=18566 vsize=7641992 CPUtime=0.06 cores=5,7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18568 18511 0 -1 4202560 161 0 0 0 6 0 0 0 15 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18574] ppid=18566 vsize=7641992 CPUtime=0.06 cores=5,7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18568 18511 0 -1 4202560 389 0 0 0 6 0 0 0 15 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18575] ppid=18566 vsize=7641992 CPUtime=0.06 cores=5,7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18568 18511 0 -1 4202560 86 0 0 0 6 0 0 0 15 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18576] ppid=18566 vsize=7641992 CPUtime=0.07 cores=5,7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18568 18511 0 -1 4202560 343 0 0 0 7 0 0 0 15 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18577] ppid=18566 vsize=7641992 CPUtime=0.05 cores=5,7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18568 18511 0 -1 4202560 20 0 0 0 5 0 0 0 16 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18578] ppid=18566 vsize=7641992 CPUtime=0.07 cores=5,7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18568 18511 0 -1 4202560 65 0 0 0 7 0 0 0 16 0 19 0 465567856 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18579] ppid=18566 vsize=7641992 CPUtime=3.61 cores=5,7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18568 18511 0 -1 4202560 4339 0 0 0 361 0 0 0 15 0 19 0 465567857 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 0 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18580] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18568 18511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18581] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18568 18511 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18582] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606690225 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18583] ppid=18566 vsize=7641992 CPUtime=0.71 cores=5,7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18568 18511 0 -1 4202560 8546 0 0 0 71 0 0 0 15 0 19 0 465567859 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18584] ppid=18566 vsize=7641992 CPUtime=0.24 cores=5,7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18568 18511 0 -1 4202560 1729 0 0 0 24 0 0 0 15 0 19 0 465567859 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18585] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18586] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18568 18511 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 465567859 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18588] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18588/stat : 18588 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465567873 7825399808 21056 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.49
Current children cumulated vsize (KiB) 7641992

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.93 5/262 18815
/proc/meminfo: memFree=14287120/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7641992 CPUtime=1243.51 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 27493 0 1 0 124346 5 0 0 22 0 19 0 465567854 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910498 21350 2255 9 0 1901236 0
[pid=18568/tid=18569] ppid=18566 vsize=7641992 CPUtime=1238.07 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9738 0 1 0 123806 1 0 0 25 0 19 0 465567854 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505511335 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18568/tid=18571] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18568 18511 0 -1 4202560 369 0 0 0 8 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18572] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18568 18511 0 -1 4202560 188 0 0 0 8 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18573] ppid=18566 vsize=7641992 CPUtime=0.07 cores=5,7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18568 18511 0 -1 4202560 161 0 0 0 7 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18574] ppid=18566 vsize=7641992 CPUtime=0.06 cores=5,7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18568 18511 0 -1 4202560 407 0 0 0 6 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18575] ppid=18566 vsize=7641992 CPUtime=0.06 cores=5,7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18568 18511 0 -1 4202560 86 0 0 0 6 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18576] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18568 18511 0 -1 4202560 343 0 0 0 8 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18577] ppid=18566 vsize=7641992 CPUtime=0.05 cores=5,7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18568 18511 0 -1 4202560 20 0 0 0 5 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18578] ppid=18566 vsize=7641992 CPUtime=0.07 cores=5,7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18568 18511 0 -1 4202560 65 0 0 0 7 0 0 0 15 0 19 0 465567856 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18579] ppid=18566 vsize=7641992 CPUtime=3.84 cores=5,7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18568 18511 0 -1 4202560 4618 0 0 0 384 0 0 0 15 0 19 0 465567857 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 0 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18580] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18568 18511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18581] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18568 18511 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18582] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606690225 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18583] ppid=18566 vsize=7641992 CPUtime=0.71 cores=5,7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18568 18511 0 -1 4202560 8548 0 0 0 71 0 0 0 15 0 19 0 465567859 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18584] ppid=18566 vsize=7641992 CPUtime=0.24 cores=5,7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18568 18511 0 -1 4202560 1729 0 0 0 24 0 0 0 15 0 19 0 465567859 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18585] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18586] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18568 18511 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 465567859 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18588] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18588/stat : 18588 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465567873 7825399808 21350 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.51
Current children cumulated vsize (KiB) 7641992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 2.99 5/262 18817
/proc/meminfo: memFree=14286196/32950928 swapFree=67111528/67111528
[pid=18568] ppid=18566 vsize=7641992 CPUtime=1301.23 cores=5,7
/proc/18568/stat : 18568 (java) S 18566 18568 18511 0 -1 4202496 27640 0 1 0 130118 5 0 0 22 0 19 0 465567854 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18568/statm: 1910498 21485 2255 9 0 1901236 0
[pid=18568/tid=18569] ppid=18566 vsize=7641992 CPUtime=1295.57 cores=5,7
/proc/18568/task/18569/stat : 18569 (java) R 18566 18568 18511 0 -1 4202560 9742 0 1 0 129556 1 0 0 25 0 19 0 465567854 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 46912505642655 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18568/tid=18571] ppid=18566 vsize=7641992 CPUtime=0.09 cores=5,7
/proc/18568/task/18571/stat : 18571 (java) S 18566 18568 18511 0 -1 4202560 369 0 0 0 9 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18572] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18572/stat : 18572 (java) S 18566 18568 18511 0 -1 4202560 188 0 0 0 8 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18573] ppid=18566 vsize=7641992 CPUtime=0.07 cores=5,7
/proc/18568/task/18573/stat : 18573 (java) S 18566 18568 18511 0 -1 4202560 161 0 0 0 7 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18574] ppid=18566 vsize=7641992 CPUtime=0.07 cores=5,7
/proc/18568/task/18574/stat : 18574 (java) S 18566 18568 18511 0 -1 4202560 407 0 0 0 7 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18575] ppid=18566 vsize=7641992 CPUtime=0.07 cores=5,7
/proc/18568/task/18575/stat : 18575 (java) S 18566 18568 18511 0 -1 4202560 86 0 0 0 7 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18576] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18576/stat : 18576 (java) S 18566 18568 18511 0 -1 4202560 343 0 0 0 8 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18577] ppid=18566 vsize=7641992 CPUtime=0.05 cores=5,7
/proc/18568/task/18577/stat : 18577 (java) S 18566 18568 18511 0 -1 4202560 20 0 0 0 5 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18578] ppid=18566 vsize=7641992 CPUtime=0.08 cores=5,7
/proc/18568/task/18578/stat : 18578 (java) S 18566 18568 18511 0 -1 4202560 65 0 0 0 8 0 0 0 15 0 19 0 465567856 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18579] ppid=18566 vsize=7641992 CPUtime=4.03 cores=5,7
/proc/18568/task/18579/stat : 18579 (java) S 18566 18568 18511 0 -1 4202560 4758 0 0 0 403 0 0 0 15 0 19 0 465567857 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 0 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18580] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18580/stat : 18580 (java) S 18566 18568 18511 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18581] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18581/stat : 18581 (java) S 18566 18568 18511 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465567857 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18582] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18582/stat : 18582 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606690225 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18583] ppid=18566 vsize=7641992 CPUtime=0.71 cores=5,7
/proc/18568/task/18583/stat : 18583 (java) S 18566 18568 18511 0 -1 4202560 8548 0 0 0 71 0 0 0 15 0 19 0 465567859 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18584] ppid=18566 vsize=7641992 CPUtime=0.24 cores=5,7
/proc/18568/task/18584/stat : 18584 (java) S 18566 18568 18511 0 -1 4202560 1729 0 0 0 24 0 0 0 15 0 19 0 465567859 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18585] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18585/stat : 18585 (java) S 18566 18568 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465567859 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606682521 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
[pid=18568/tid=18586] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18586/stat : 18586 (java) S 18566 18568 18511 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 465567859 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 7 0 0 0
[pid=18568/tid=18588] ppid=18566 vsize=7641992 CPUtime=0 cores=5,7
/proc/18568/task/18588/stat : 18588 (java) S 18566 18568 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465567873 7825399808 21485 33554432000 1073741824 1073778376 140735081881728 18446744073709551615 235606683136 0 4 0 16800975 18446604462004484224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.23
Current children cumulated vsize (KiB) 7641992

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.31
CPU user time (s): 1301.26
CPU system time (s): 0.058991
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 7641992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.26
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27677
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= 30853
involuntary context switches= 6579

runsolver used 2.18667 second user time and 4.96724 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-23 08:21:31
IDJOB=3260808
IDBENCH=83196
IDSOLVER=1611
FILE ID=node120/3260808-1303539690
RUNJOBID= node120-1303539684-18532
PBS_JOBID= 13143118
Free space on /tmp= 72120 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.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-3260808-1303539690/watcher-3260808-1303539690 -o /tmp/evaluation-result-3260808-1303539690/solver-3260808-1303539690 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3260808-1303539690.cnf

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=1122488000

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      14557024 kB
Buffers:       2456232 kB
Cached:       15276944 kB
SwapCached:          0 kB
Active:       10518564 kB
Inactive:      7309596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14557024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             652 kB
Writeback:           0 kB
AnonPages:       93996 kB
Mapped:          21224 kB
Slab:           501432 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7452920 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= 72116 MiB
End job on node120 at 2011-04-23 08:43:13