Trace number 3190198

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.43 1300.05

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.09/0.10	c no version file found!!!
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.18-164.el5
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		6997539544
0.09/0.10	c Max memory 		7034241024
0.09/0.10	c Total memory 		7034241024
0.09/0.10	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3190198-1302596815.cnf
0.09/0.10	c reading problem ... 
0.29/0.22	c ... done. Wall clock time 0.136s.
0.29/0.22	c #vars     2000
0.29/0.22	c #constraints  40000
0.29/0.22	c constraints type 
0.29/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
2.06/1.64	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.50/2.89	c cleaning 4248 clauses out of 8504 with flag 11001/11001
5.02/4.37	c cleaning 5627 clauses out of 11257 with flag 18002/18002
6.72/6.06	c cleaning 6809 clauses out of 13628 with flag 26000/26000
8.64/7.95	c cleaning 7908 clauses out of 15820 with flag 35001/35001
10.84/10.11	c cleaning 8955 clauses out of 17912 with flag 45001/45001
13.14/12.49	c cleaning 9976 clauses out of 19958 with flag 56002/56002
15.84/15.17	c cleaning 10985 clauses out of 21980 with flag 68000/68000
18.75/18.04	c cleaning 11993 clauses out of 23996 with flag 81001/81001
21.95/21.22	c cleaning 12998 clauses out of 26002 with flag 95000/95000
25.45/24.74	c cleaning 13996 clauses out of 28004 with flag 110000/110000
29.26/28.55	c cleaning 15001 clauses out of 30009 with flag 126001/126001
33.25/32.54	c cleaning 15999 clauses out of 32007 with flag 143000/143000
37.67/36.92	c cleaning 16996 clauses out of 34008 with flag 161000/161000
42.27/41.50	c cleaning 17996 clauses out of 36012 with flag 180000/180000
47.27/46.54	c cleaning 19006 clauses out of 38017 with flag 200001/200001
52.58/51.86	c cleaning 20002 clauses out of 40010 with flag 221000/221000
58.28/57.50	c cleaning 20999 clauses out of 42010 with flag 243002/243002
64.08/63.37	c cleaning 21998 clauses out of 44010 with flag 266001/266001
70.29/69.54	c cleaning 23001 clauses out of 46012 with flag 290001/290001
76.89/76.10	c cleaning 24002 clauses out of 48010 with flag 315000/315000
83.80/83.10	c cleaning 24999 clauses out of 50010 with flag 341002/341002
91.30/90.54	c cleaning 26002 clauses out of 52011 with flag 368002/368002
98.81/98.03	c cleaning 27003 clauses out of 54009 with flag 396002/396002
106.81/106.07	c cleaning 27993 clauses out of 56004 with flag 425000/425000
115.31/114.55	c cleaning 29003 clauses out of 58012 with flag 455001/455001
123.62/122.88	c cleaning 29992 clauses out of 60008 with flag 486000/486000
133.02/132.24	c cleaning 30996 clauses out of 62016 with flag 518000/518000
142.24/141.49	c cleaning 32008 clauses out of 64021 with flag 551001/551001
152.14/151.31	c cleaning 32996 clauses out of 66012 with flag 585000/585000
162.64/161.86	c cleaning 34003 clauses out of 68016 with flag 620000/620000
173.15/172.39	c cleaning 34995 clauses out of 70013 with flag 656000/656000
184.75/183.99	c cleaning 35999 clauses out of 72019 with flag 693001/693001
195.86/195.06	c cleaning 37000 clauses out of 74019 with flag 731000/731000
208.37/207.59	c cleaning 38005 clauses out of 76020 with flag 770001/770001
220.57/219.73	c cleaning 39000 clauses out of 78014 with flag 810000/810000
233.48/232.62	c cleaning 39502 clauses out of 79015 with flag 850001/850001
245.59/244.72	c cleaning 39750 clauses out of 79512 with flag 890000/890000
259.10/258.23	c cleaning 39876 clauses out of 79762 with flag 930000/930000
271.41/270.51	c cleaning 39930 clauses out of 79886 with flag 970000/970000
283.91/283.02	c cleaning 39972 clauses out of 79957 with flag 1010001/1010001
296.61/295.73	c cleaning 39985 clauses out of 79984 with flag 1050000/1050000
308.92/308.04	c cleaning 39988 clauses out of 79999 with flag 1090000/1090000
322.22/321.32	c cleaning 39997 clauses out of 80012 with flag 1130001/1130001
334.63/333.74	c cleaning 39997 clauses out of 80015 with flag 1170001/1170001
346.93/346.00	c cleaning 40003 clauses out of 80020 with flag 1210003/1210003
360.04/359.12	c cleaning 40001 clauses out of 80014 with flag 1250000/1250000
372.15/371.28	c cleaning 39994 clauses out of 80013 with flag 1290000/1290000
384.65/383.74	c cleaning 39996 clauses out of 80019 with flag 1330000/1330000
397.76/396.89	c cleaning 40002 clauses out of 80023 with flag 1370000/1370000
410.07/409.19	c cleaning 40005 clauses out of 80021 with flag 1410000/1410000
422.37/421.41	c cleaning 39998 clauses out of 80016 with flag 1450000/1450000
434.78/433.90	c cleaning 40003 clauses out of 80018 with flag 1490000/1490000
447.88/446.92	c cleaning 40001 clauses out of 80015 with flag 1530000/1530000
460.09/459.19	c cleaning 40000 clauses out of 80016 with flag 1570002/1570002
472.39/471.40	c cleaning 39999 clauses out of 80014 with flag 1610000/1610000
484.70/483.78	c cleaning 39994 clauses out of 80017 with flag 1650002/1650002
497.60/496.63	c cleaning 40001 clauses out of 80022 with flag 1690001/1690001
509.91/508.99	c cleaning 40002 clauses out of 80020 with flag 1730000/1730000
522.51/521.54	c cleaning 39999 clauses out of 80018 with flag 1770000/1770000
535.32/534.35	c cleaning 39999 clauses out of 80020 with flag 1810001/1810001
548.73/547.77	c cleaning 40002 clauses out of 80021 with flag 1850001/1850001
561.03/560.01	c cleaning 39995 clauses out of 80020 with flag 1890002/1890002
573.33/572.39	c cleaning 39999 clauses out of 80023 with flag 1930000/1930000
585.94/584.95	c cleaning 40006 clauses out of 80026 with flag 1970002/1970002
598.84/597.89	c cleaning 39999 clauses out of 80018 with flag 2010000/2010000
611.75/610.78	c cleaning 39997 clauses out of 80019 with flag 2050000/2050000
624.06/623.00	c cleaning 40006 clauses out of 80022 with flag 2090000/2090000
636.37/635.35	c cleaning 40001 clauses out of 80017 with flag 2130001/2130001
649.37/648.31	c cleaning 40001 clauses out of 80015 with flag 2170000/2170000
662.58/661.50	c cleaning 39990 clauses out of 80016 with flag 2210002/2210002
675.68/674.69	c cleaning 40003 clauses out of 80024 with flag 2250000/2250000
687.91/686.83	c cleaning 40000 clauses out of 80022 with flag 2290001/2290001
700.41/699.35	c cleaning 40001 clauses out of 80022 with flag 2330001/2330001
713.11/712.08	c cleaning 40001 clauses out of 80021 with flag 2370001/2370001
726.11/725.03	c cleaning 40004 clauses out of 80019 with flag 2410000/2410000
739.61/738.52	c cleaning 40008 clauses out of 80017 with flag 2450002/2450002
752.22/751.15	c cleaning 39997 clauses out of 80007 with flag 2490000/2490000
764.62/763.53	c cleaning 39999 clauses out of 80011 with flag 2530001/2530001
777.03/775.98	c cleaning 39997 clauses out of 80011 with flag 2570000/2570000
790.13/789.01	c cleaning 40000 clauses out of 80014 with flag 2610000/2610000
803.44/802.30	c cleaning 39993 clauses out of 80014 with flag 2650000/2650000
816.75/815.65	c cleaning 39996 clauses out of 80021 with flag 2690000/2690000
829.86/828.79	c cleaning 40011 clauses out of 80025 with flag 2730000/2730000
842.36/841.21	c cleaning 39994 clauses out of 80014 with flag 2770000/2770000
854.67/853.53	c cleaning 40001 clauses out of 80020 with flag 2810000/2810000
867.27/866.17	c cleaning 40003 clauses out of 80022 with flag 2850003/2850003
880.38/879.29	c cleaning 39995 clauses out of 80016 with flag 2890000/2890000
893.88/892.77	c cleaning 40009 clauses out of 80023 with flag 2930002/2930002
907.79/906.61	c cleaning 39991 clauses out of 80013 with flag 2970001/2970001
920.70/919.57	c cleaning 40005 clauses out of 80022 with flag 3010001/3010001
933.10/931.91	c cleaning 40000 clauses out of 80016 with flag 3050000/3050000
945.60/944.46	c cleaning 39999 clauses out of 80016 with flag 3090000/3090000
958.51/957.31	c cleaning 39998 clauses out of 80019 with flag 3130002/3130002
971.61/970.43	c cleaning 40001 clauses out of 80019 with flag 3170000/3170000
984.52/983.37	c cleaning 40002 clauses out of 80021 with flag 3210003/3210003
998.12/996.92	c cleaning 39991 clauses out of 80016 with flag 3250000/3250000
1012.04/1010.89	c cleaning 40009 clauses out of 80027 with flag 3290002/3290002
1024.54/1023.33	c cleaning 40007 clauses out of 80018 with flag 3330002/3330002
1036.94/1035.74	c cleaning 39998 clauses out of 80010 with flag 3370001/3370001
1049.64/1048.44	c cleaning 39994 clauses out of 80011 with flag 3410000/3410000
1062.45/1061.24	c cleaning 40001 clauses out of 80019 with flag 3450002/3450002
1075.76/1074.59	c cleaning 40007 clauses out of 80019 with flag 3490003/3490003
1089.26/1088.09	c cleaning 39985 clauses out of 80009 with flag 3530000/3530000
1102.87/1101.64	c cleaning 39994 clauses out of 80024 with flag 3570000/3570000
1116.58/1115.39	c cleaning 40001 clauses out of 80030 with flag 3610000/3610000
1129.58/1128.31	c cleaning 40006 clauses out of 80029 with flag 3650000/3650000
1141.68/1140.49	c cleaning 40000 clauses out of 80024 with flag 3690001/3690001
1154.49/1153.24	c cleaning 40007 clauses out of 80024 with flag 3730001/3730001
1167.20/1165.98	c cleaning 40002 clauses out of 80017 with flag 3770001/3770001
1180.29/1179.06	c cleaning 39996 clauses out of 80015 with flag 3810001/3810001
1193.50/1192.30	c cleaning 40005 clauses out of 80020 with flag 3850002/3850002
1207.31/1206.03	c cleaning 40001 clauses out of 80013 with flag 3890000/3890000
1221.12/1219.84	c cleaning 39995 clauses out of 80013 with flag 3930001/3930001
1235.02/1233.78	c cleaning 39993 clauses out of 80017 with flag 3970000/3970000
1248.13/1246.85	c cleaning 39997 clauses out of 80025 with flag 4010001/4010001
1260.43/1259.16	c cleaning 40006 clauses out of 80027 with flag 4050000/4050000
1272.74/1271.45	c cleaning 40002 clauses out of 80021 with flag 4090000/4090000
1285.45/1284.14	c cleaning 40003 clauses out of 80020 with flag 4130001/4130001
1298.65/1297.39	c cleaning 40002 clauses out of 80016 with flag 4170000/4170000
1301.36/1300.01	c starts		: 2009
1301.36/1300.01	c conflicts		: 4179591
1301.36/1300.01	c decisions		: 6445126
1301.36/1300.01	c propagations		: 552558146
1301.36/1300.01	c inspects		: 9773444984
1301.36/1300.01	c shortcuts		: 0
1301.36/1300.01	c learnt literals	: 0
1301.36/1300.01	c learnt binary clauses	: 0
1301.36/1300.01	c learnt ternary clauses	: 0
1301.36/1300.01	c learnt constraints	: 4179590
1301.36/1300.01	c ignored constraints	: 0
1301.36/1300.01	c root simplifications	: 2009
1301.36/1300.01	c removed literals (reason simplification)	: 60285499
1301.36/1300.01	c reason swapping (by a shorter reason)	: 0
1301.36/1300.01	c Calls to reduceDB	: 120
1301.36/1300.01	c speed (assignments/second)	: 425114.70811348944
1301.36/1300.01	c non guided choices	578
1301.36/1300.03	c learnt constraints type 
1301.36/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49616
1301.36/1300.03	c constraints type 
1301.36/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
1301.36/1300.03	s UNKNOWN
1301.36/1300.03	c Total wall clock time (in seconds) : 1299.922

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 1,3

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.93 1.03 1.39 6/240 23083
/proc/meminfo: memFree=16806896/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=30540 CPUtime=0 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 1252 0 0 0 0 0 0 0 23 0 2 0 352097074 31272960 968 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 7635 969 741 9 0 386 0
[pid=23083/tid=23084] ppid=23081 vsize=30540 CPUtime=0 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 135 0 0 0 0 0 0 0 24 0 2 0 352097074 31272960 969 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264726404923 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.057488 s]
/proc/loadavg: 0.93 1.03 1.39 6/240 23083
/proc/meminfo: memFree=16806896/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7569784 CPUtime=0.05 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 9192 0 1 0 4 1 0 0 23 0 18 0 352097074 7751458816 8885 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1892446 8885 1733 9 0 1883189 0
[pid=23083/tid=23084] ppid=23081 vsize=7569784 CPUtime=0.04 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 8015 0 1 0 3 1 0 0 25 0 18 0 352097074 7751458816 8886 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 47999021158405 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569784

[startup+0.100481 s]
/proc/loadavg: 0.93 1.03 1.39 6/240 23083
/proc/meminfo: memFree=16806896/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7569940 CPUtime=0.09 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 9839 0 1 0 8 1 0 0 23 0 18 0 352097074 7751618560 9532 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1892485 9532 1757 9 0 1883223 0
[pid=23083/tid=23084] ppid=23081 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 8661 0 1 0 7 1 0 0 18 0 18 0 352097074 7751618560 9532 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 47999022020202 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.343404 s]
/proc/loadavg: 0.93 1.03 1.39 6/240 23083
/proc/meminfo: memFree=16806896/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7638344 CPUtime=0.57 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 15091 0 1 0 55 2 0 0 23 0 19 0 352097074 7821664256 13396 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1909586 13396 2209 9 0 1900324 0
[pid=23083/tid=23084] ppid=23081 vsize=7638344 CPUtime=0.32 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 10324 0 1 0 31 1 0 0 19 0 19 0 352097074 7821664256 13396 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505596351 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 7638344

[startup+0.700368 s]
/proc/loadavg: 0.93 1.03 1.39 6/240 23083
/proc/meminfo: memFree=16806896/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7640496 CPUtime=1.11 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 16072 0 1 0 109 2 0 0 23 0 19 0 352097074 7823867904 14238 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1910124 14238 2223 9 0 1900862 0
[pid=23083/tid=23084] ppid=23081 vsize=7640496 CPUtime=0.68 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 10667 0 1 0 67 1 0 0 19 0 19 0 352097074 7823867904 14238 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505649974 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 7640496

[startup+1.50122 s]
/proc/loadavg: 0.93 1.03 1.39 5/262 23105
/proc/meminfo: memFree=16716044/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7640496 CPUtime=1.96 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 16992 0 1 0 194 2 0 0 23 0 19 0 352097074 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1910124 15044 2226 9 0 1900862 0
[pid=23083/tid=23084] ppid=23081 vsize=7640496 CPUtime=1.48 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 11462 0 1 0 147 1 0 0 21 0 19 0 352097074 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505641656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23083/tid=23086] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23086/stat : 23086 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23087] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23087/stat : 23087 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23088] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23088/stat : 23088 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23089] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23089/stat : 23089 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23090] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23090/stat : 23090 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23091] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23091/stat : 23091 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23092] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23092/stat : 23092 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23093] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23093/stat : 23093 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097075 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23094] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23094/stat : 23094 (java) S 23081 23083 22972 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 352097076 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 0 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23095] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23095/stat : 23095 (java) S 23081 23083 22972 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 352097077 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23096] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23096/stat : 23096 (java) S 23081 23083 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352097077 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23097] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23097/stat : 23097 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738228657 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23098] ppid=23081 vsize=7640496 CPUtime=0.23 cores=1,3
/proc/23083/task/23098/stat : 23098 (java) S 23081 23083 22972 0 -1 4202560 2720 0 0 0 23 0 0 0 19 0 19 0 352097079 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23099] ppid=23081 vsize=7640496 CPUtime=0.22 cores=1,3
/proc/23083/task/23099/stat : 23099 (java) S 23081 23083 22972 0 -1 4202560 1645 0 0 0 22 0 0 0 24 0 19 0 352097079 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23100] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23100/stat : 23100 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 15044 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23101] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23101/stat : 23101 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097079 7823867904 15045 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23105] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23105/stat : 23105 (java) S 23081 23083 22972 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352097097 7823867904 15045 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 7640496

[startup+3.10093 s]
/proc/loadavg: 0.93 1.03 1.39 5/262 23105
/proc/meminfo: memFree=16613372/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7640496 CPUtime=3.81 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 27896 0 1 0 377 4 0 0 23 0 19 0 352097074 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1910124 23844 2254 9 0 1900862 0
[pid=23083/tid=23084] ppid=23081 vsize=7640496 CPUtime=3.03 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 11575 0 1 0 301 2 0 0 25 0 19 0 352097074 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505649974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23083/tid=23086] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23086/stat : 23086 (java) S 23081 23083 22972 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23087] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23087/stat : 23087 (java) S 23081 23083 22972 0 -1 4202560 1152 0 0 0 0 0 0 0 17 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23088] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23088/stat : 23088 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23089] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23089/stat : 23089 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23090] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23090/stat : 23090 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23091] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23091/stat : 23091 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23092] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23092/stat : 23092 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23093] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23093/stat : 23093 (java) S 23081 23083 22972 0 -1 4202560 478 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23094] ppid=23081 vsize=7640496 CPUtime=0.04 cores=1,3
/proc/23083/task/23094/stat : 23094 (java) S 23081 23083 22972 0 -1 4202560 1703 0 0 0 4 0 0 0 16 0 19 0 352097076 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 0 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23095] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23095/stat : 23095 (java) S 23081 23083 22972 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23096] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23096/stat : 23096 (java) S 23081 23083 22972 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23097] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23097/stat : 23097 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738228657 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23098] ppid=23081 vsize=7640496 CPUtime=0.44 cores=1,3
/proc/23083/task/23098/stat : 23098 (java) S 23081 23083 22972 0 -1 4202560 9374 0 0 0 44 0 0 0 15 0 19 0 352097079 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23099] ppid=23081 vsize=7640496 CPUtime=0.25 cores=1,3
/proc/23083/task/23099/stat : 23099 (java) S 23081 23083 22972 0 -1 4202560 1647 0 0 0 25 0 0 0 15 0 19 0 352097079 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23100] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23100/stat : 23100 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23101] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23101/stat : 23101 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097079 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23105] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23105/stat : 23105 (java) S 23081 23083 22972 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352097097 7823867904 23844 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 7640496

[startup+6.30131 s]
/proc/loadavg: 1.18 1.08 1.40 5/262 23106
/proc/meminfo: memFree=16601344/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7640496 CPUtime=7.04 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 28590 0 1 0 700 4 0 0 23 0 19 0 352097074 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1910124 23094 2254 9 0 1900862 0
[pid=23083/tid=23084] ppid=23081 vsize=7640496 CPUtime=6.17 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 11579 0 1 0 615 2 0 0 25 0 19 0 352097074 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505649356 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23083/tid=23086] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23086/stat : 23086 (java) S 23081 23083 22972 0 -1 4202560 808 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23087] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23087/stat : 23087 (java) S 23081 23083 22972 0 -1 4202560 1152 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23088] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23088/stat : 23088 (java) S 23081 23083 22972 0 -1 4202560 140 0 0 0 0 0 0 0 16 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23089] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23089/stat : 23089 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23090] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23090/stat : 23090 (java) S 23081 23083 22972 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23091] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23091/stat : 23091 (java) S 23081 23083 22972 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23092] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23092/stat : 23092 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23093] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23093/stat : 23093 (java) S 23081 23083 22972 0 -1 4202560 478 0 0 0 0 0 0 0 15 0 19 0 352097075 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23094] ppid=23081 vsize=7640496 CPUtime=0.09 cores=1,3
/proc/23083/task/23094/stat : 23094 (java) S 23081 23083 22972 0 -1 4202560 1886 0 0 0 9 0 0 0 16 0 19 0 352097076 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 0 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23095] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23095/stat : 23095 (java) S 23081 23083 22972 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23096] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23096/stat : 23096 (java) S 23081 23083 22972 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23097] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23097/stat : 23097 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738228657 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23098] ppid=23081 vsize=7640496 CPUtime=0.46 cores=1,3
/proc/23083/task/23098/stat : 23098 (java) S 23081 23083 22972 0 -1 4202560 9378 0 0 0 46 0 0 0 15 0 19 0 352097079 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23099] ppid=23081 vsize=7640496 CPUtime=0.25 cores=1,3
/proc/23083/task/23099/stat : 23099 (java) S 23081 23083 22972 0 -1 4202560 1647 0 0 0 25 0 0 0 15 0 19 0 352097079 7823867904 23094 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0

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

[pid=23083/tid=23091] ppid=23081 vsize=7640496 CPUtime=0.16 cores=1,3
/proc/23083/task/23091/stat : 23091 (java) S 23081 23083 22972 0 -1 4202560 2103 0 0 0 16 0 0 0 15 0 19 0 352097075 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23092] ppid=23081 vsize=7640496 CPUtime=0.14 cores=1,3
/proc/23083/task/23092/stat : 23092 (java) S 23081 23083 22972 0 -1 4202560 1946 0 0 0 14 0 0 0 15 0 19 0 352097075 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23093] ppid=23081 vsize=7640496 CPUtime=0.13 cores=1,3
/proc/23083/task/23093/stat : 23093 (java) S 23081 23083 22972 0 -1 4202560 1804 0 0 0 13 0 0 0 15 0 19 0 352097075 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23094] ppid=23081 vsize=7640496 CPUtime=3.9 cores=1,3
/proc/23083/task/23094/stat : 23094 (java) S 23081 23083 22972 0 -1 4202560 4696 0 0 0 389 1 0 0 15 0 19 0 352097076 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 0 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23095] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23095/stat : 23095 (java) S 23081 23083 22972 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23096] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23096/stat : 23096 (java) S 23081 23083 22972 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23097] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23097/stat : 23097 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738228657 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23098] ppid=23081 vsize=7640496 CPUtime=0.48 cores=1,3
/proc/23083/task/23098/stat : 23098 (java) S 23081 23083 22972 0 -1 4202560 9381 0 0 0 48 0 0 0 15 0 19 0 352097079 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23099] ppid=23081 vsize=7640496 CPUtime=0.25 cores=1,3
/proc/23083/task/23099/stat : 23099 (java) S 23081 23083 22972 0 -1 4202560 1647 0 0 0 25 0 0 0 15 0 19 0 352097079 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23100] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23100/stat : 23100 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23101] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23101/stat : 23101 (java) S 23081 23083 22972 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 352097079 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23105] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23105/stat : 23105 (java) S 23081 23083 22972 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352097097 7823867904 41649 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.58
Current children cumulated vsize (KiB) 7640496

[startup+1182.3 s]
/proc/loadavg: 4.07 3.98 3.27 5/262 23137
/proc/meminfo: memFree=16453612/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7640496 CPUtime=1183.6 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 47438 0 1 0 118351 9 0 0 23 0 19 0 352097074 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1910124 41693 2255 9 0 1900862 0
[pid=23083/tid=23084] ppid=23081 vsize=7640496 CPUtime=1177.55 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 18786 0 1 0 117751 4 0 0 25 0 19 0 352097074 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505649974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23083/tid=23086] ppid=23081 vsize=7640496 CPUtime=0.13 cores=1,3
/proc/23083/task/23086/stat : 23086 (java) S 23081 23083 22972 0 -1 4202560 1329 0 0 0 13 0 0 0 16 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23087] ppid=23081 vsize=7640496 CPUtime=0.17 cores=1,3
/proc/23083/task/23087/stat : 23087 (java) S 23081 23083 22972 0 -1 4202560 1896 0 0 0 17 0 0 0 15 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23088] ppid=23081 vsize=7640496 CPUtime=0.13 cores=1,3
/proc/23083/task/23088/stat : 23088 (java) S 23081 23083 22972 0 -1 4202560 961 0 0 0 13 0 0 0 16 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23089] ppid=23081 vsize=7640496 CPUtime=0.13 cores=1,3
/proc/23083/task/23089/stat : 23089 (java) S 23081 23083 22972 0 -1 4202560 737 0 0 0 13 0 0 0 15 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23090] ppid=23081 vsize=7640496 CPUtime=0.1 cores=1,3
/proc/23083/task/23090/stat : 23090 (java) S 23081 23083 22972 0 -1 4202560 883 0 0 0 10 0 0 0 15 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23091] ppid=23081 vsize=7640496 CPUtime=0.17 cores=1,3
/proc/23083/task/23091/stat : 23091 (java) S 23081 23083 22972 0 -1 4202560 2104 0 0 0 17 0 0 0 15 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23092] ppid=23081 vsize=7640496 CPUtime=0.15 cores=1,3
/proc/23083/task/23092/stat : 23092 (java) S 23081 23083 22972 0 -1 4202560 1946 0 0 0 15 0 0 0 16 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23093] ppid=23081 vsize=7640496 CPUtime=0.13 cores=1,3
/proc/23083/task/23093/stat : 23093 (java) S 23081 23083 22972 0 -1 4202560 1804 0 0 0 13 0 0 0 15 0 19 0 352097075 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23094] ppid=23081 vsize=7640496 CPUtime=4.1 cores=1,3
/proc/23083/task/23094/stat : 23094 (java) S 23081 23083 22972 0 -1 4202560 4742 0 0 0 409 1 0 0 15 0 19 0 352097076 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 0 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23095] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23095/stat : 23095 (java) S 23081 23083 22972 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23096] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23096/stat : 23096 (java) S 23081 23083 22972 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23097] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23097/stat : 23097 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738228657 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23098] ppid=23081 vsize=7640496 CPUtime=0.48 cores=1,3
/proc/23083/task/23098/stat : 23098 (java) S 23081 23083 22972 0 -1 4202560 9381 0 0 0 48 0 0 0 15 0 19 0 352097079 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23099] ppid=23081 vsize=7640496 CPUtime=0.25 cores=1,3
/proc/23083/task/23099/stat : 23099 (java) S 23081 23083 22972 0 -1 4202560 1647 0 0 0 25 0 0 0 15 0 19 0 352097079 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23100] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23100/stat : 23100 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23101] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23101/stat : 23101 (java) S 23081 23083 22972 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 352097079 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23105] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23105/stat : 23105 (java) S 23081 23083 22972 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352097097 7823867904 41693 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.6
Current children cumulated vsize (KiB) 7640496

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.31 5/262 23138
/proc/meminfo: memFree=16451092/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7640496 CPUtime=1243.63 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 47603 0 1 0 124354 9 0 0 23 0 19 0 352097074 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1910124 41846 2255 9 0 1900862 0
[pid=23083/tid=23084] ppid=23081 vsize=7640496 CPUtime=1237.35 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 18790 0 1 0 123731 4 0 0 25 0 19 0 352097074 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505669698 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23083/tid=23086] ppid=23081 vsize=7640496 CPUtime=0.14 cores=1,3
/proc/23083/task/23086/stat : 23086 (java) S 23081 23083 22972 0 -1 4202560 1329 0 0 0 14 0 0 0 16 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23087] ppid=23081 vsize=7640496 CPUtime=0.19 cores=1,3
/proc/23083/task/23087/stat : 23087 (java) S 23081 23083 22972 0 -1 4202560 1897 0 0 0 19 0 0 0 15 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23088] ppid=23081 vsize=7640496 CPUtime=0.14 cores=1,3
/proc/23083/task/23088/stat : 23088 (java) S 23081 23083 22972 0 -1 4202560 961 0 0 0 14 0 0 0 15 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23089] ppid=23081 vsize=7640496 CPUtime=0.13 cores=1,3
/proc/23083/task/23089/stat : 23089 (java) S 23081 23083 22972 0 -1 4202560 737 0 0 0 13 0 0 0 15 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23090] ppid=23081 vsize=7640496 CPUtime=0.1 cores=1,3
/proc/23083/task/23090/stat : 23090 (java) S 23081 23083 22972 0 -1 4202560 883 0 0 0 10 0 0 0 15 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23091] ppid=23081 vsize=7640496 CPUtime=0.18 cores=1,3
/proc/23083/task/23091/stat : 23091 (java) S 23081 23083 22972 0 -1 4202560 2104 0 0 0 18 0 0 0 15 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23092] ppid=23081 vsize=7640496 CPUtime=0.16 cores=1,3
/proc/23083/task/23092/stat : 23092 (java) S 23081 23083 22972 0 -1 4202560 1946 0 0 0 16 0 0 0 16 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23093] ppid=23081 vsize=7640496 CPUtime=0.14 cores=1,3
/proc/23083/task/23093/stat : 23093 (java) S 23081 23083 22972 0 -1 4202560 1804 0 0 0 14 0 0 0 15 0 19 0 352097075 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23094] ppid=23081 vsize=7640496 CPUtime=4.27 cores=1,3
/proc/23083/task/23094/stat : 23094 (java) S 23081 23083 22972 0 -1 4202560 4898 0 0 0 426 1 0 0 15 0 19 0 352097076 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 0 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23095] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23095/stat : 23095 (java) S 23081 23083 22972 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23096] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23096/stat : 23096 (java) S 23081 23083 22972 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23097] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23097/stat : 23097 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738228657 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23098] ppid=23081 vsize=7640496 CPUtime=0.48 cores=1,3
/proc/23083/task/23098/stat : 23098 (java) S 23081 23083 22972 0 -1 4202560 9381 0 0 0 48 0 0 0 15 0 19 0 352097079 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23099] ppid=23081 vsize=7640496 CPUtime=0.25 cores=1,3
/proc/23083/task/23099/stat : 23099 (java) S 23081 23083 22972 0 -1 4202560 1647 0 0 0 25 0 0 0 15 0 19 0 352097079 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23100] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23100/stat : 23100 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23101] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23101/stat : 23101 (java) S 23081 23083 22972 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 352097079 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23105] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23105/stat : 23105 (java) S 23081 23083 22972 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352097097 7823867904 41846 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.63
Current children cumulated vsize (KiB) 7640496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.98 3.35 2/203 23149
/proc/meminfo: memFree=16737956/32951124 swapFree=67111528/67111528
[pid=23083] ppid=23081 vsize=7640496 CPUtime=1301.36 cores=1,3
/proc/23083/stat : 23083 (java) S 23081 23083 22972 0 -1 4202496 47615 0 1 0 130126 10 0 0 23 0 19 0 352097074 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23083/statm: 1910124 41847 2255 9 0 1900862 0
[pid=23083/tid=23084] ppid=23081 vsize=7640496 CPUtime=1294.82 cores=1,3
/proc/23083/task/23084/stat : 23084 (java) R 23081 23083 22972 0 -1 4202560 18795 0 1 0 129478 4 0 0 25 0 19 0 352097074 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 46912505668620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23083/tid=23086] ppid=23081 vsize=7640496 CPUtime=0.15 cores=1,3
/proc/23083/task/23086/stat : 23086 (java) S 23081 23083 22972 0 -1 4202560 1329 0 0 0 15 0 0 0 15 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23087] ppid=23081 vsize=7640496 CPUtime=0.2 cores=1,3
/proc/23083/task/23087/stat : 23087 (java) S 23081 23083 22972 0 -1 4202560 1897 0 0 0 20 0 0 0 15 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23088] ppid=23081 vsize=7640496 CPUtime=0.15 cores=1,3
/proc/23083/task/23088/stat : 23088 (java) S 23081 23083 22972 0 -1 4202560 962 0 0 0 15 0 0 0 15 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23089] ppid=23081 vsize=7640496 CPUtime=0.13 cores=1,3
/proc/23083/task/23089/stat : 23089 (java) S 23081 23083 22972 0 -1 4202560 737 0 0 0 13 0 0 0 15 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23090] ppid=23081 vsize=7640496 CPUtime=0.1 cores=1,3
/proc/23083/task/23090/stat : 23090 (java) S 23081 23083 22972 0 -1 4202560 883 0 0 0 10 0 0 0 16 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23091] ppid=23081 vsize=7640496 CPUtime=0.18 cores=1,3
/proc/23083/task/23091/stat : 23091 (java) S 23081 23083 22972 0 -1 4202560 2104 0 0 0 18 0 0 0 15 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23092] ppid=23081 vsize=7640496 CPUtime=0.17 cores=1,3
/proc/23083/task/23092/stat : 23092 (java) S 23081 23083 22972 0 -1 4202560 1946 0 0 0 17 0 0 0 15 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23093] ppid=23081 vsize=7640496 CPUtime=0.15 cores=1,3
/proc/23083/task/23093/stat : 23093 (java) S 23081 23083 22972 0 -1 4202560 1804 0 0 0 15 0 0 0 15 0 19 0 352097075 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23094] ppid=23081 vsize=7640496 CPUtime=4.48 cores=1,3
/proc/23083/task/23094/stat : 23094 (java) S 23081 23083 22972 0 -1 4202560 4900 0 0 0 447 1 0 0 15 0 19 0 352097076 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 0 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23095] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23095/stat : 23095 (java) S 23081 23083 22972 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23096] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23096/stat : 23096 (java) S 23081 23083 22972 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 352097077 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23097] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23097/stat : 23097 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738228657 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23098] ppid=23081 vsize=7640496 CPUtime=0.48 cores=1,3
/proc/23083/task/23098/stat : 23098 (java) S 23081 23083 22972 0 -1 4202560 9381 0 0 0 48 0 0 0 15 0 19 0 352097079 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23099] ppid=23081 vsize=7640496 CPUtime=0.25 cores=1,3
/proc/23083/task/23099/stat : 23099 (java) S 23081 23083 22972 0 -1 4202560 1647 0 0 0 25 0 0 0 15 0 19 0 352097079 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 3 0 0 0
[pid=23083/tid=23100] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23100/stat : 23100 (java) S 23081 23083 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352097079 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738220953 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
[pid=23083/tid=23101] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23101/stat : 23101 (java) R 23081 23083 22972 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 352097079 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23083/tid=23105] ppid=23081 vsize=7640496 CPUtime=0 cores=1,3
/proc/23083/task/23105/stat : 23105 (java) S 23081 23083 22972 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 352097097 7823867904 41847 33554432000 1073741824 1073778376 140736458086384 18446744073709551615 264738221568 0 4 0 16800975 18446604471138052224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.36
Current children cumulated vsize (KiB) 7640496

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.05
CPU time (s): 1301.43
CPU user time (s): 1301.32
CPU system time (s): 0.108983
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 7640496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.32
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47651
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= 29944
involuntary context switches= 8758

runsolver used 2.01669 second user time and 5.08723 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-12 10:26:55
IDJOB=3190198
IDBENCH=82529
IDSOLVER=1611
FILE ID=node141/3190198-1302596815
RUNJOBID= node141-1302596814-22992
PBS_JOBID= 12958091
Free space on /tmp= 71524 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S656892101-075-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-3190198-1302596815/watcher-3190198-1302596815 -o /tmp/evaluation-result-3190198-1302596815/solver-3190198-1302596815 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190198-1302596815.cnf

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=1001271373

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16807424 kB
Buffers:        765748 kB
Cached:       14820904 kB
SwapCached:          0 kB
Active:        8984768 kB
Inactive:      6763008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16807424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3152 kB
Writeback:           0 kB
AnonPages:      160192 kB
Mapped:          21788 kB
Slab:           328892 kB
PageTables:       5860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21984592 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= 71524 MiB
End job on node141 at 2011-04-12 10:48:37