Trace number 3190212

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
MD5SUMbb548a1e884feefbb349d3449e849f5e
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.03/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.27	c See www.sat4j.org for details.
0.03/0.27	c no version file found!!!
0.03/0.27	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.27	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.27	c java.vm.version	19.1-b02
0.03/0.27	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.27	c sun.arch.data.model	64
0.03/0.27	c java.version		1.6.0_24
0.03/0.27	c os.name		Linux
0.03/0.27	c os.version		2.6.18-164.el5
0.03/0.27	c os.arch		amd64
0.03/0.27	c Free memory 		6997539544
0.03/0.27	c Max memory 		7034241024
0.03/0.27	c Total memory 		7034241024
0.03/0.27	c Number of processors 	8
0.03/0.30	c --- Begin Solver configuration ---
0.03/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.03/0.30	c Learn all clauses as in MiniSAT
0.03/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.30	c Expensive reason simplification
0.03/0.30	c Armin Biere (Picosat) restarts strategy
0.03/0.30	c Glucose learned constraints deletion strategy
0.03/0.30	c timeout=2147483647s
0.03/0.30	c DB Simplification allowed=true
0.03/0.30	c --- End Solver configuration ---
0.03/0.30	c solving HOME/instance-3190212-1302597178.cnf
0.03/0.30	c reading problem ... 
0.10/0.41	c ... done. Wall clock time 0.119s.
0.10/0.41	c #vars     2000
0.10/0.42	c #constraints  40000
0.10/0.42	c constraints type 
0.10/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
2.03/1.85	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.55/3.18	c cleaning 4244 clauses out of 8501 with flag 11000/11000
5.15/4.72	c cleaning 5628 clauses out of 11257 with flag 18000/18000
6.96/6.51	c cleaning 6811 clauses out of 13632 with flag 26003/26003
8.98/8.52	c cleaning 7905 clauses out of 15820 with flag 35002/35002
11.18/10.78	c cleaning 8956 clauses out of 17913 with flag 45000/45000
13.69/13.27	c cleaning 9975 clauses out of 19957 with flag 56000/56000
16.48/16.09	c cleaning 10988 clauses out of 21983 with flag 68001/68001
19.49/19.10	c cleaning 11990 clauses out of 23994 with flag 81000/81000
22.79/22.36	c cleaning 13000 clauses out of 26004 with flag 95000/95000
26.49/26.02	c cleaning 14001 clauses out of 28005 with flag 110001/110001
30.40/29.96	c cleaning 14996 clauses out of 30003 with flag 126000/126000
34.70/34.21	c cleaning 16000 clauses out of 32008 with flag 143001/143001
39.21/38.74	c cleaning 16997 clauses out of 34007 with flag 161000/161000
44.11/43.68	c cleaning 18000 clauses out of 36010 with flag 180000/180000
49.41/48.91	c cleaning 19004 clauses out of 38010 with flag 200000/200000
54.92/54.46	c cleaning 19999 clauses out of 40006 with flag 221000/221000
60.82/60.36	c cleaning 21001 clauses out of 42008 with flag 243001/243001
67.12/66.62	c cleaning 22001 clauses out of 44007 with flag 266001/266001
73.43/72.96	c cleaning 22997 clauses out of 46006 with flag 290001/290001
80.33/79.85	c cleaning 23997 clauses out of 48011 with flag 315003/315003
87.63/87.16	c cleaning 25002 clauses out of 50012 with flag 341001/341001
95.35/94.83	c cleaning 26001 clauses out of 52010 with flag 368001/368001
103.05/102.51	c cleaning 27001 clauses out of 54008 with flag 396000/396000
111.45/110.91	c cleaning 28002 clauses out of 56007 with flag 425000/425000
120.25/119.71	c cleaning 28998 clauses out of 58005 with flag 455000/455000
128.96/128.41	c cleaning 29998 clauses out of 60007 with flag 486000/486000
138.57/138.04	c cleaning 30998 clauses out of 62009 with flag 518000/518000
148.37/147.80	c cleaning 31999 clauses out of 64012 with flag 551001/551001
158.58/158.09	c cleaning 33003 clauses out of 66012 with flag 585000/585000
169.68/169.16	c cleaning 34000 clauses out of 68009 with flag 620000/620000
180.69/180.10	c cleaning 34991 clauses out of 70009 with flag 656000/656000
192.80/192.25	c cleaning 36004 clauses out of 72020 with flag 693002/693002
204.41/203.83	c cleaning 37001 clauses out of 74016 with flag 731002/731002
217.41/216.82	c cleaning 37999 clauses out of 76013 with flag 770000/770000
229.92/229.38	c cleaning 38995 clauses out of 78014 with flag 810000/810000
243.52/242.90	c cleaning 39503 clauses out of 79021 with flag 850002/850002
256.13/255.54	c cleaning 39748 clauses out of 79516 with flag 890000/890000
269.83/269.25	c cleaning 39875 clauses out of 79768 with flag 930000/930000
282.54/281.99	c cleaning 39938 clauses out of 79893 with flag 970000/970000
295.74/295.17	c cleaning 39969 clauses out of 79956 with flag 1010001/1010001
309.15/308.56	c cleaning 39986 clauses out of 79987 with flag 1050001/1050001
321.76/321.11	c cleaning 39988 clauses out of 80001 with flag 1090001/1090001
335.46/334.89	c cleaning 39998 clauses out of 80012 with flag 1130000/1130000
348.27/347.69	c cleaning 39993 clauses out of 80015 with flag 1170001/1170001
361.07/360.44	c cleaning 40001 clauses out of 80021 with flag 1210000/1210000
375.28/374.63	c cleaning 39999 clauses out of 80020 with flag 1250000/1250000
387.98/387.31	c cleaning 40003 clauses out of 80021 with flag 1290000/1290000
400.69/400.02	c cleaning 40003 clauses out of 80019 with flag 1330001/1330001
414.69/414.03	c cleaning 40005 clauses out of 80015 with flag 1370000/1370000
427.70/427.01	c cleaning 39997 clauses out of 80012 with flag 1410002/1410002
440.51/439.85	c cleaning 39998 clauses out of 80015 with flag 1450002/1450002
454.01/453.30	c cleaning 40002 clauses out of 80016 with flag 1490001/1490001
467.72/467.04	c cleaning 39998 clauses out of 80013 with flag 1530000/1530000
480.52/479.84	c cleaning 39996 clauses out of 80015 with flag 1570000/1570000
493.32/492.68	c cleaning 40003 clauses out of 80019 with flag 1610000/1610000
506.53/505.83	c cleaning 39998 clauses out of 80018 with flag 1650002/1650002
519.94/519.25	c cleaning 40007 clauses out of 80019 with flag 1690001/1690001
532.94/532.20	c cleaning 39995 clauses out of 80013 with flag 1730002/1730002
545.94/545.24	c cleaning 39994 clauses out of 80016 with flag 1770000/1770000
560.85/560.11	c cleaning 39995 clauses out of 80022 with flag 1810000/1810000
576.35/575.61	c cleaning 40005 clauses out of 80030 with flag 1850003/1850003
590.76/590.04	c cleaning 40002 clauses out of 80022 with flag 1890000/1890000
605.06/604.36	c cleaning 39999 clauses out of 80022 with flag 1930002/1930002
618.27/617.54	c cleaning 39997 clauses out of 80022 with flag 1970001/1970001
631.47/630.76	c cleaning 40001 clauses out of 80024 with flag 2010000/2010000
644.88/644.12	c cleaning 40001 clauses out of 80023 with flag 2050000/2050000
657.58/656.87	c cleaning 40008 clauses out of 80023 with flag 2090001/2090001
670.69/669.97	c cleaning 39995 clauses out of 80014 with flag 2130000/2130000
683.90/683.10	c cleaning 40000 clauses out of 80020 with flag 2170001/2170001
697.60/696.87	c cleaning 40005 clauses out of 80022 with flag 2210003/2210003
711.41/710.64	c cleaning 39999 clauses out of 80014 with flag 2250000/2250000
724.41/723.70	c cleaning 39999 clauses out of 80015 with flag 2290000/2290000
737.41/736.66	c cleaning 39997 clauses out of 80018 with flag 2330002/2330002
750.51/749.76	c cleaning 40002 clauses out of 80019 with flag 2370000/2370000
764.01/763.29	c cleaning 40000 clauses out of 80017 with flag 2410000/2410000
778.23/777.45	c cleaning 40009 clauses out of 80017 with flag 2450000/2450000
791.64/790.87	c cleaning 39994 clauses out of 80009 with flag 2490001/2490001
804.84/804.04	c cleaning 39993 clauses out of 80014 with flag 2530000/2530000
817.74/816.94	c cleaning 40002 clauses out of 80021 with flag 2570000/2570000
831.25/830.48	c cleaning 39994 clauses out of 80019 with flag 2610000/2610000
844.75/843.90	c cleaning 39996 clauses out of 80026 with flag 2650001/2650001
858.66/857.84	c cleaning 40000 clauses out of 80031 with flag 2690002/2690002
872.16/871.38	c cleaning 40015 clauses out of 80030 with flag 2730001/2730001
884.87/884.04	c cleaning 39993 clauses out of 80014 with flag 2770000/2770000
897.87/897.03	c cleaning 40000 clauses out of 80021 with flag 2810000/2810000
911.18/910.38	c cleaning 40003 clauses out of 80022 with flag 2850001/2850001
924.98/924.11	c cleaning 39997 clauses out of 80018 with flag 2890000/2890000
938.89/938.08	c cleaning 39999 clauses out of 80022 with flag 2930001/2930001
952.90/952.07	c cleaning 40007 clauses out of 80024 with flag 2970002/2970002
966.30/965.49	c cleaning 40004 clauses out of 80016 with flag 3010001/3010001
979.41/978.56	c cleaning 39995 clauses out of 80012 with flag 3050001/3050001
992.41/991.53	c cleaning 39986 clauses out of 80016 with flag 3090000/3090000
1005.71/1004.84	c cleaning 40002 clauses out of 80033 with flag 3130003/3130003
1019.22/1018.34	c cleaning 40005 clauses out of 80028 with flag 3170000/3170000
1032.92/1032.06	c cleaning 39998 clauses out of 80024 with flag 3210001/3210001
1047.04/1046.12	c cleaning 40000 clauses out of 80025 with flag 3250000/3250000
1061.53/1060.64	c cleaning 40006 clauses out of 80026 with flag 3290001/3290001
1074.74/1073.83	c cleaning 40000 clauses out of 80019 with flag 3330000/3330000
1087.65/1086.75	c cleaning 39995 clauses out of 80019 with flag 3370000/3370000
1100.85/1099.95	c cleaning 40004 clauses out of 80026 with flag 3410002/3410002
1114.16/1113.24	c cleaning 39998 clauses out of 80021 with flag 3450001/3450001
1128.16/1127.24	c cleaning 39997 clauses out of 80022 with flag 3490000/3490000
1142.37/1141.40	c cleaning 40002 clauses out of 80026 with flag 3530001/3530001
1156.48/1155.54	c cleaning 39993 clauses out of 80023 with flag 3570000/3570000
1170.69/1169.72	c cleaning 40010 clauses out of 80032 with flag 3610002/3610002
1183.99/1183.10	c cleaning 40001 clauses out of 80020 with flag 3650000/3650000
1196.80/1195.86	c cleaning 40001 clauses out of 80020 with flag 3690001/3690001
1210.30/1209.38	c cleaning 40006 clauses out of 80018 with flag 3730000/3730000
1224.00/1223.01	c cleaning 39995 clauses out of 80013 with flag 3770001/3770001
1237.42/1236.48	c cleaning 40007 clauses out of 80017 with flag 3810000/3810000
1251.22/1250.21	c cleaning 39991 clauses out of 80011 with flag 3850001/3850001
1265.42/1264.43	c cleaning 39998 clauses out of 80022 with flag 3890003/3890003
1279.53/1278.57	c cleaning 39996 clauses out of 80021 with flag 3930000/3930000
1293.64/1292.64	c cleaning 39995 clauses out of 80025 with flag 3970000/3970000
1301.05/1300.01	c starts		: 1980
1301.05/1300.01	c conflicts		: 3992801
1301.05/1300.01	c decisions		: 6194858
1301.05/1300.01	c propagations		: 527584451
1301.05/1300.01	c inspects		: 9267753987
1301.05/1300.01	c shortcuts		: 0
1301.05/1300.01	c learnt literals	: 0
1301.05/1300.01	c learnt binary clauses	: 0
1301.05/1300.01	c learnt ternary clauses	: 0
1301.05/1300.01	c learnt constraints	: 3992801
1301.05/1300.01	c ignored constraints	: 0
1301.05/1300.01	c root simplifications	: 1980
1301.05/1300.01	c removed literals (reason simplification)	: 57478832
1301.05/1300.01	c reason swapping (by a shorter reason)	: 0
1301.05/1300.01	c Calls to reduceDB	: 115
1301.05/1300.01	c speed (assignments/second)	: 405960.4000012312
1301.05/1300.01	c non guided choices	589
1301.05/1300.04	c learnt constraints type 
1301.05/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62898
1301.05/1300.04	c constraints type 
1301.05/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
1301.05/1300.04	s UNKNOWN
1301.05/1300.04	c Total wall clock time (in seconds) : 1299.716

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-3190212-1302597178/watcher-3190212-1302597178 -o /tmp/evaluation-result-3190212-1302597178/solver-3190212-1302597178 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190212-1302597178.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: 1.00 1.00 1.24 1/178 11786
/proc/meminfo: memFree=18740000/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=252 CPUtime=0 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4194304 79 0 1 0 0 0 0 0 17 0 1 0 449948439 258048 32 33554432000 1073741824 1073778376 140735968972608 18446744073709551615 260015472263 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/11786/statm: 63 32 24 9 0 22 0

[startup+0.0296471 s]
/proc/loadavg: 1.00 1.00 1.24 1/178 11786
/proc/meminfo: memFree=18740000/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=20404 CPUtime=0 cores=1,3
/proc/11786/stat : 11786 (java) D 11784 11786 11748 0 -1 4202496 430 0 3 0 0 0 0 0 17 0 1 0 449948439 20893696 175 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260015473680 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 0
/proc/11786/statm: 5101 175 133 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20404

[startup+0.100708 s]
/proc/loadavg: 1.00 1.00 1.24 1/178 11786
/proc/meminfo: memFree=18740000/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=23028 CPUtime=0 cores=1,3
/proc/11786/stat : 11786 (java) D 11784 11786 11748 0 -1 4202496 1003 0 52 0 0 0 0 0 17 0 1 0 449948439 23580672 796 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 47516149082592 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 6
/proc/11786/statm: 5757 796 593 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.303122 s]
/proc/loadavg: 1.00 1.00 1.24 1/178 11786
/proc/meminfo: memFree=18740000/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7636404 CPUtime=0.1 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 10238 0 106 0 8 2 0 0 17 0 18 0 449948439 7819677696 10036 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1909101 10036 2093 9 0 1899839 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636404

[startup+0.700471 s]
/proc/loadavg: 1.00 1.00 1.24 1/178 11786
/proc/meminfo: memFree=18740000/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7641576 CPUtime=0.86 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 14493 0 106 0 83 3 0 0 17 0 19 0 449948439 7824973824 13185 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1910394 13185 2223 9 0 1901132 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 7641576

[startup+1.50133 s]
/proc/loadavg: 1.48 1.10 1.27 8/262 11881
/proc/meminfo: memFree=18521480/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7641428 CPUtime=1.73 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 15408 0 106 0 170 3 0 0 17 0 19 0 449948439 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1910357 13998 2226 9 0 1901095 0
[pid=11786/tid=11798] ppid=11784 vsize=7641428 CPUtime=1.27 cores=1,3
/proc/11786/task/11798/stat : 11798 (java) R 11784 11786 11748 0 -1 4202560 11249 0 49 0 125 2 0 0 20 0 19 0 449948451 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 46912505697684 0 4 0 16800975 0 0 0 -1 3 0 0 8
[pid=11786/tid=11800] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11800/stat : 11800 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11802] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11802/stat : 11802 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11805] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11805/stat : 11805 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11807] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11807/stat : 11807 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11809] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11809/stat : 11809 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11811] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11811/stat : 11811 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11814] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11814/stat : 11814 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11815] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11815/stat : 11815 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948453 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11824] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11824/stat : 11824 (java) S 11784 11786 11748 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 449948456 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 0 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11840] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11840/stat : 11840 (java) S 11784 11786 11748 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 449948457 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11842] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11842/stat : 11842 (java) S 11784 11786 11748 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 449948457 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11861] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11861/stat : 11861 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032219569 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11864] ppid=11784 vsize=7641428 CPUtime=0.25 cores=1,3
/proc/11786/task/11864/stat : 11864 (java) S 11784 11786 11748 0 -1 4202560 2177 0 0 0 25 0 0 0 16 0 19 0 449948463 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11869] ppid=11784 vsize=7641428 CPUtime=0.19 cores=1,3
/proc/11786/task/11869/stat : 11869 (java) S 11784 11786 11748 0 -1 4202560 874 0 1 0 19 0 0 0 17 0 19 0 449948463 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11872] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11872/stat : 11872 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11876] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11876/stat : 11876 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948463 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11879] ppid=11784 vsize=7641428 CPUtime=0 cores=1,3
/proc/11786/task/11879/stat : 11879 (java) S 11784 11786 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948482 7824822272 13998 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 7641428

[startup+3.10103 s]
/proc/loadavg: 1.48 1.10 1.27 5/262 11881
/proc/meminfo: memFree=18469072/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7665456 CPUtime=3.55 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 25935 0 106 0 351 4 0 0 17 0 19 0 449948439 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1916364 22586 2254 9 0 1907102 0
[pid=11786/tid=11798] ppid=11784 vsize=7665456 CPUtime=2.82 cores=1,3
/proc/11786/task/11798/stat : 11798 (java) R 11784 11786 11748 0 -1 4202560 11549 0 49 0 280 2 0 0 25 0 19 0 449948451 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 46912505583266 0 4 0 16800975 0 0 0 -1 3 0 0 8
[pid=11786/tid=11800] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11800/stat : 11800 (java) S 11784 11786 11748 0 -1 4202560 660 0 0 0 0 0 0 0 18 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11802] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11802/stat : 11802 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11805] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11805/stat : 11805 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11807] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11807/stat : 11807 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11809] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11809/stat : 11809 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11811] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11811/stat : 11811 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11814] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11814/stat : 11814 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11815] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11815/stat : 11815 (java) S 11784 11786 11748 0 -1 4202560 788 0 0 0 0 0 0 0 18 0 19 0 449948453 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11824] ppid=11784 vsize=7665456 CPUtime=0.02 cores=1,3
/proc/11786/task/11824/stat : 11824 (java) S 11784 11786 11748 0 -1 4202560 1448 0 0 0 2 0 0 0 15 0 19 0 449948456 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 0 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11840] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11840/stat : 11840 (java) S 11784 11786 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948457 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11842] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11842/stat : 11842 (java) S 11784 11786 11748 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449948457 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11861] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11861/stat : 11861 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032219569 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11864] ppid=11784 vsize=7665456 CPUtime=0.46 cores=1,3
/proc/11786/task/11864/stat : 11864 (java) S 11784 11786 11748 0 -1 4202560 9508 0 0 0 45 1 0 0 16 0 19 0 449948463 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11869] ppid=11784 vsize=7665456 CPUtime=0.21 cores=1,3
/proc/11786/task/11869/stat : 11869 (java) S 11784 11786 11748 0 -1 4202560 878 0 1 0 21 0 0 0 15 0 19 0 449948463 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11872] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11872/stat : 11872 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11876] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11876/stat : 11876 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948463 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11879] ppid=11784 vsize=7665456 CPUtime=0 cores=1,3
/proc/11786/task/11879/stat : 11879 (java) S 11784 11786 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948482 7849426944 22586 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 7665456

[startup+6.3015 s]
/proc/loadavg: 1.48 1.10 1.27 5/262 11882
/proc/meminfo: memFree=18383044/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7656232 CPUtime=6.76 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 27362 0 106 0 672 4 0 0 17 0 19 0 449948439 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1914058 22207 2254 9 0 1904796 0
[pid=11786/tid=11798] ppid=11784 vsize=7656232 CPUtime=5.97 cores=1,3
/proc/11786/task/11798/stat : 11798 (java) R 11784 11786 11748 0 -1 4202560 11551 0 49 0 595 2 0 0 25 0 19 0 449948451 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 46912505583172 0 4 0 16800975 0 0 0 -1 1 0 0 8
[pid=11786/tid=11800] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11800/stat : 11800 (java) S 11784 11786 11748 0 -1 4202560 664 0 0 0 0 0 0 0 16 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11802] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11802/stat : 11802 (java) S 11784 11786 11748 0 -1 4202560 641 0 0 0 0 0 0 0 15 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11805] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11805/stat : 11805 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11807] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11807/stat : 11807 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11809] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11809/stat : 11809 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11811] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11811/stat : 11811 (java) S 11784 11786 11748 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11814] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11814/stat : 11814 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11815] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11815/stat : 11815 (java) S 11784 11786 11748 0 -1 4202560 788 0 0 0 0 0 0 0 16 0 19 0 449948453 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11824] ppid=11784 vsize=7656232 CPUtime=0.06 cores=1,3
/proc/11786/task/11824/stat : 11824 (java) S 11784 11786 11748 0 -1 4202560 1878 0 0 0 6 0 0 0 15 0 19 0 449948456 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 0 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11840] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11840/stat : 11840 (java) S 11784 11786 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11842] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11842/stat : 11842 (java) S 11784 11786 11748 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11861] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11861/stat : 11861 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032219569 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11864] ppid=11784 vsize=7656232 CPUtime=0.47 cores=1,3
/proc/11786/task/11864/stat : 11864 (java) S 11784 11786 11748 0 -1 4202560 9509 0 0 0 46 1 0 0 15 0 19 0 449948463 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11869] ppid=11784 vsize=7656232 CPUtime=0.21 cores=1,3
/proc/11786/task/11869/stat : 11869 (java) S 11784 11786 11748 0 -1 4202560 878 0 1 0 21 0 0 0 15 0 19 0 449948463 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11872] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11872/stat : 11872 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11876] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11876/stat : 11876 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948463 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11879] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11879/stat : 11879 (java) S 11784 11786 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948482 7839981568 22207 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 7656232

[startup+12.7013 s]

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

[pid=11786/tid=11811] ppid=11784 vsize=7656232 CPUtime=0.11 cores=1,3
/proc/11786/task/11811/stat : 11811 (java) S 11784 11786 11748 0 -1 4202560 1820 0 0 0 11 0 0 0 15 0 19 0 449948453 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11814] ppid=11784 vsize=7656232 CPUtime=0.15 cores=1,3
/proc/11786/task/11814/stat : 11814 (java) S 11784 11786 11748 0 -1 4202560 2062 0 0 0 15 0 0 0 15 0 19 0 449948453 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11815] ppid=11784 vsize=7656232 CPUtime=0.09 cores=1,3
/proc/11786/task/11815/stat : 11815 (java) S 11784 11786 11748 0 -1 4202560 1183 0 0 0 9 0 0 0 16 0 19 0 449948453 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11824] ppid=11784 vsize=7656232 CPUtime=3.73 cores=1,3
/proc/11786/task/11824/stat : 11824 (java) S 11784 11786 11748 0 -1 4202560 4552 0 0 0 372 1 0 0 15 0 19 0 449948456 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 0 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11840] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11840/stat : 11840 (java) S 11784 11786 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11842] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11842/stat : 11842 (java) S 11784 11786 11748 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11861] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11861/stat : 11861 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032219569 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11864] ppid=11784 vsize=7656232 CPUtime=0.51 cores=1,3
/proc/11786/task/11864/stat : 11864 (java) S 11784 11786 11748 0 -1 4202560 9518 0 0 0 50 1 0 0 15 0 19 0 449948463 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11869] ppid=11784 vsize=7656232 CPUtime=0.21 cores=1,3
/proc/11786/task/11869/stat : 11869 (java) S 11784 11786 11748 0 -1 4202560 878 0 1 0 21 0 0 0 15 0 19 0 449948463 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11872] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11872/stat : 11872 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11876] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11876/stat : 11876 (java) S 11784 11786 11748 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 449948463 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11879] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11879/stat : 11879 (java) S 11784 11786 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948482 7839981568 40284 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 7656232

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.21 5/262 11916
/proc/meminfo: memFree=18015348/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7656232 CPUtime=1183.29 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 46313 0 106 0 118318 11 0 0 17 0 19 0 449948439 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1914058 40916 2255 9 0 1904796 0
[pid=11786/tid=11798] ppid=11784 vsize=7656232 CPUtime=1177.51 cores=1,3
/proc/11786/task/11798/stat : 11798 (java) R 11784 11786 11748 0 -1 4202560 18917 0 49 0 117746 5 0 0 25 0 19 0 449948451 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 46912505697684 0 4 0 16800975 0 0 0 -1 1 0 0 8
[pid=11786/tid=11800] ppid=11784 vsize=7656232 CPUtime=0.19 cores=1,3
/proc/11786/task/11800/stat : 11800 (java) S 11784 11786 11748 0 -1 4202560 1191 0 0 0 19 0 0 0 15 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11802] ppid=11784 vsize=7656232 CPUtime=0.11 cores=1,3
/proc/11786/task/11802/stat : 11802 (java) S 11784 11786 11748 0 -1 4202560 758 0 0 0 11 0 0 0 15 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11805] ppid=11784 vsize=7656232 CPUtime=0.15 cores=1,3
/proc/11786/task/11805/stat : 11805 (java) S 11784 11786 11748 0 -1 4202560 2913 0 0 0 15 0 0 0 15 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11807] ppid=11784 vsize=7656232 CPUtime=0.08 cores=1,3
/proc/11786/task/11807/stat : 11807 (java) S 11784 11786 11748 0 -1 4202560 199 0 0 0 8 0 0 0 15 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11809] ppid=11784 vsize=7656232 CPUtime=0.13 cores=1,3
/proc/11786/task/11809/stat : 11809 (java) S 11784 11786 11748 0 -1 4202560 991 0 0 0 13 0 0 0 15 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11811] ppid=11784 vsize=7656232 CPUtime=0.13 cores=1,3
/proc/11786/task/11811/stat : 11811 (java) S 11784 11786 11748 0 -1 4202560 1821 0 0 0 13 0 0 0 15 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11814] ppid=11784 vsize=7656232 CPUtime=0.15 cores=1,3
/proc/11786/task/11814/stat : 11814 (java) S 11784 11786 11748 0 -1 4202560 2062 0 0 0 15 0 0 0 15 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11815] ppid=11784 vsize=7656232 CPUtime=0.11 cores=1,3
/proc/11786/task/11815/stat : 11815 (java) S 11784 11786 11748 0 -1 4202560 1184 0 0 0 11 0 0 0 16 0 19 0 449948453 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11824] ppid=11784 vsize=7656232 CPUtime=3.9 cores=1,3
/proc/11786/task/11824/stat : 11824 (java) S 11784 11786 11748 0 -1 4202560 4715 0 0 0 389 1 0 0 15 0 19 0 449948456 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 0 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11840] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11840/stat : 11840 (java) S 11784 11786 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11842] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11842/stat : 11842 (java) S 11784 11786 11748 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11861] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11861/stat : 11861 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032219569 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11864] ppid=11784 vsize=7656232 CPUtime=0.51 cores=1,3
/proc/11786/task/11864/stat : 11864 (java) S 11784 11786 11748 0 -1 4202560 9518 0 0 0 50 1 0 0 15 0 19 0 449948463 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11869] ppid=11784 vsize=7656232 CPUtime=0.21 cores=1,3
/proc/11786/task/11869/stat : 11869 (java) S 11784 11786 11748 0 -1 4202560 878 0 1 0 21 0 0 0 15 0 19 0 449948463 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11872] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11872/stat : 11872 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11876] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11876/stat : 11876 (java) S 11784 11786 11748 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 449948463 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11879] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11879/stat : 11879 (java) S 11784 11786 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948482 7839981568 40916 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.29
Current children cumulated vsize (KiB) 7656232

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.26 5/262 11918
/proc/meminfo: memFree=17999572/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7656232 CPUtime=1243.32 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 46347 0 106 0 124321 11 0 0 17 0 19 0 449948439 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1914058 40937 2255 9 0 1904796 0
[pid=11786/tid=11798] ppid=11784 vsize=7656232 CPUtime=1237.29 cores=1,3
/proc/11786/task/11798/stat : 11798 (java) R 11784 11786 11748 0 -1 4202560 18922 0 49 0 123724 5 0 0 25 0 19 0 449948451 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 46912505697684 0 4 0 16800975 0 0 0 -1 1 0 0 8
[pid=11786/tid=11800] ppid=11784 vsize=7656232 CPUtime=0.2 cores=1,3
/proc/11786/task/11800/stat : 11800 (java) S 11784 11786 11748 0 -1 4202560 1191 0 0 0 20 0 0 0 15 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11802] ppid=11784 vsize=7656232 CPUtime=0.12 cores=1,3
/proc/11786/task/11802/stat : 11802 (java) S 11784 11786 11748 0 -1 4202560 758 0 0 0 12 0 0 0 15 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11805] ppid=11784 vsize=7656232 CPUtime=0.15 cores=1,3
/proc/11786/task/11805/stat : 11805 (java) S 11784 11786 11748 0 -1 4202560 2913 0 0 0 15 0 0 0 15 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11807] ppid=11784 vsize=7656232 CPUtime=0.08 cores=1,3
/proc/11786/task/11807/stat : 11807 (java) S 11784 11786 11748 0 -1 4202560 199 0 0 0 8 0 0 0 15 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11809] ppid=11784 vsize=7656232 CPUtime=0.14 cores=1,3
/proc/11786/task/11809/stat : 11809 (java) S 11784 11786 11748 0 -1 4202560 991 0 0 0 14 0 0 0 16 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11811] ppid=11784 vsize=7656232 CPUtime=0.13 cores=1,3
/proc/11786/task/11811/stat : 11811 (java) S 11784 11786 11748 0 -1 4202560 1821 0 0 0 13 0 0 0 15 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11814] ppid=11784 vsize=7656232 CPUtime=0.17 cores=1,3
/proc/11786/task/11814/stat : 11814 (java) S 11784 11786 11748 0 -1 4202560 2063 0 0 0 17 0 0 0 15 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11815] ppid=11784 vsize=7656232 CPUtime=0.11 cores=1,3
/proc/11786/task/11815/stat : 11815 (java) S 11784 11786 11748 0 -1 4202560 1184 0 0 0 11 0 0 0 15 0 19 0 449948453 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11824] ppid=11784 vsize=7656232 CPUtime=4.09 cores=1,3
/proc/11786/task/11824/stat : 11824 (java) S 11784 11786 11748 0 -1 4202560 4739 0 0 0 408 1 0 0 15 0 19 0 449948456 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 0 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11840] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11840/stat : 11840 (java) S 11784 11786 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11842] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11842/stat : 11842 (java) S 11784 11786 11748 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11861] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11861/stat : 11861 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032219569 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11864] ppid=11784 vsize=7656232 CPUtime=0.51 cores=1,3
/proc/11786/task/11864/stat : 11864 (java) S 11784 11786 11748 0 -1 4202560 9518 0 0 0 50 1 0 0 15 0 19 0 449948463 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11869] ppid=11784 vsize=7656232 CPUtime=0.21 cores=1,3
/proc/11786/task/11869/stat : 11869 (java) S 11784 11786 11748 0 -1 4202560 878 0 1 0 21 0 0 0 15 0 19 0 449948463 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11872] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11872/stat : 11872 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11876] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11876/stat : 11876 (java) S 11784 11786 11748 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 449948463 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11879] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11879/stat : 11879 (java) S 11784 11786 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948482 7839981568 40937 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.32
Current children cumulated vsize (KiB) 7656232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.30 5/262 11919
/proc/meminfo: memFree=17997804/32951124 swapFree=67111528/67111528
[pid=11786] ppid=11784 vsize=7656232 CPUtime=1301.05 cores=1,3
/proc/11786/stat : 11786 (java) S 11784 11786 11748 0 -1 4202496 46506 0 106 0 130094 11 0 0 17 0 19 0 449948439 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7
/proc/11786/statm: 1914058 41086 2255 9 0 1904796 0
[pid=11786/tid=11798] ppid=11784 vsize=7656232 CPUtime=1294.8 cores=1,3
/proc/11786/task/11798/stat : 11798 (java) R 11784 11786 11748 0 -1 4202560 18926 0 49 0 129475 5 0 0 25 0 19 0 449948451 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 46912505583289 0 4 0 16800975 0 0 0 -1 1 0 0 8
[pid=11786/tid=11800] ppid=11784 vsize=7656232 CPUtime=0.21 cores=1,3
/proc/11786/task/11800/stat : 11800 (java) S 11784 11786 11748 0 -1 4202560 1191 0 0 0 21 0 0 0 16 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11802] ppid=11784 vsize=7656232 CPUtime=0.13 cores=1,3
/proc/11786/task/11802/stat : 11802 (java) S 11784 11786 11748 0 -1 4202560 760 0 0 0 13 0 0 0 15 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11805] ppid=11784 vsize=7656232 CPUtime=0.15 cores=1,3
/proc/11786/task/11805/stat : 11805 (java) S 11784 11786 11748 0 -1 4202560 2913 0 0 0 15 0 0 0 15 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11807] ppid=11784 vsize=7656232 CPUtime=0.08 cores=1,3
/proc/11786/task/11807/stat : 11807 (java) S 11784 11786 11748 0 -1 4202560 199 0 0 0 8 0 0 0 15 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11809] ppid=11784 vsize=7656232 CPUtime=0.15 cores=1,3
/proc/11786/task/11809/stat : 11809 (java) S 11784 11786 11748 0 -1 4202560 991 0 0 0 15 0 0 0 15 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11811] ppid=11784 vsize=7656232 CPUtime=0.15 cores=1,3
/proc/11786/task/11811/stat : 11811 (java) S 11784 11786 11748 0 -1 4202560 1822 0 0 0 15 0 0 0 16 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11814] ppid=11784 vsize=7656232 CPUtime=0.18 cores=1,3
/proc/11786/task/11814/stat : 11814 (java) S 11784 11786 11748 0 -1 4202560 2066 0 0 0 18 0 0 0 15 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11815] ppid=11784 vsize=7656232 CPUtime=0.11 cores=1,3
/proc/11786/task/11815/stat : 11815 (java) S 11784 11786 11748 0 -1 4202560 1184 0 0 0 11 0 0 0 15 0 19 0 449948453 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11824] ppid=11784 vsize=7656232 CPUtime=4.26 cores=1,3
/proc/11786/task/11824/stat : 11824 (java) S 11784 11786 11748 0 -1 4202560 4884 0 0 0 425 1 0 0 15 0 19 0 449948456 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 0 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11840] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11840/stat : 11840 (java) S 11784 11786 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11842] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11842/stat : 11842 (java) S 11784 11786 11748 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449948457 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11861] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11861/stat : 11861 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032219569 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11864] ppid=11784 vsize=7656232 CPUtime=0.51 cores=1,3
/proc/11786/task/11864/stat : 11864 (java) S 11784 11786 11748 0 -1 4202560 9518 0 0 0 50 1 0 0 15 0 19 0 449948463 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11869] ppid=11784 vsize=7656232 CPUtime=0.21 cores=1,3
/proc/11786/task/11869/stat : 11869 (java) S 11784 11786 11748 0 -1 4202560 878 0 1 0 21 0 0 0 15 0 19 0 449948463 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
[pid=11786/tid=11872] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11872/stat : 11872 (java) S 11784 11786 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032211865 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11876] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11876/stat : 11876 (java) S 11784 11786 11748 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449948463 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 3 0 0 0
[pid=11786/tid=11879] ppid=11784 vsize=7656232 CPUtime=0 cores=1,3
/proc/11786/task/11879/stat : 11879 (java) S 11784 11786 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948482 7839981568 41086 33554432000 1073741824 1073778376 140733692182672 18446744073709551615 260032212480 0 4 0 16800975 18446604471094450880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.05
Current children cumulated vsize (KiB) 7656232

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.13
CPU user time (s): 1301.01
CPU system time (s): 0.123981
CPU usage (%): 100.083
Max. virtual memory (cumulated for all children) (KiB): 7665456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.01
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46541
page faults= 106
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30508
involuntary context switches= 6942

runsolver used 2.06269 second user time and 5.05723 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-12 10:32:59
IDJOB=3190212
IDBENCH=82543
IDSOLVER=1611
FILE ID=node110/3190212-1302597178
RUNJOBID= node110-1302597178-11768
PBS_JOBID= 12958096
Free space on /tmp= 72252 MiB

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

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=1957979624

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18740280 kB
Buffers:        671172 kB
Cached:       13063348 kB
SwapCached:          0 kB
Active:        3566928 kB
Inactive:     10232468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18740280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1200 kB
Writeback:           0 kB
AnonPages:       64232 kB
Mapped:          14708 kB
Slab:           346060 kB
PageTables:       5408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194332 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= 72248 MiB
End job on node110 at 2011-04-12 10:54:41