Trace number 3190304

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) 1300.98 1300.05

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S61914820-087-UNKNOWN.cnf
MD5SUM1b9b43753c02a2c226adda648a956e92
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.06/0.08	c no version file found!!!
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		6997539544
0.06/0.08	c Max memory 		7034241024
0.06/0.08	c Total memory 		7034241024
0.06/0.08	c Number of processors 	8
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483647s
0.08/0.11	c DB Simplification allowed=true
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3190304-1302598209.cnf
0.08/0.11	c reading problem ... 
0.22/0.24	c ... done. Wall clock time 0.137s.
0.22/0.24	c #vars     2000
0.22/0.24	c #constraints  40000
0.22/0.24	c constraints type 
0.22/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
1.91/1.68	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.23/2.95	c cleaning 4246 clauses out of 8501 with flag 11000/11000
4.74/4.45	c cleaning 5628 clauses out of 11259 with flag 18004/18004
6.53/6.20	c cleaning 6812 clauses out of 13628 with flag 26001/26001
8.43/8.17	c cleaning 7905 clauses out of 15815 with flag 35000/35000
10.73/10.40	c cleaning 8954 clauses out of 17910 with flag 45000/45000
13.14/12.83	c cleaning 9976 clauses out of 19956 with flag 56000/56000
15.94/15.67	c cleaning 10984 clauses out of 21981 with flag 68001/68001
18.95/18.67	c cleaning 11994 clauses out of 23996 with flag 81000/81000
22.25/21.97	c cleaning 13000 clauses out of 26003 with flag 95001/95001
25.95/25.63	c cleaning 13993 clauses out of 28004 with flag 110002/110002
29.86/29.59	c cleaning 14999 clauses out of 30009 with flag 126000/126000
34.06/33.74	c cleaning 16000 clauses out of 32010 with flag 143000/143000
38.56/38.20	c cleaning 16999 clauses out of 34010 with flag 161000/161000
43.36/43.03	c cleaning 17998 clauses out of 36012 with flag 180001/180001
48.56/48.23	c cleaning 19005 clauses out of 38015 with flag 200002/200002
54.07/53.70	c cleaning 20001 clauses out of 40008 with flag 221000/221000
59.87/59.53	c cleaning 21001 clauses out of 42008 with flag 243001/243001
65.98/65.62	c cleaning 22003 clauses out of 44007 with flag 266001/266001
72.18/71.87	c cleaning 22994 clauses out of 46005 with flag 290002/290002
78.88/78.50	c cleaning 23997 clauses out of 48009 with flag 315000/315000
85.99/85.66	c cleaning 25002 clauses out of 50012 with flag 341000/341000
93.50/93.15	c cleaning 25997 clauses out of 52010 with flag 368000/368000
101.10/100.78	c cleaning 27005 clauses out of 54013 with flag 396000/396000
109.51/109.10	c cleaning 28000 clauses out of 56010 with flag 425002/425002
118.11/117.77	c cleaning 29001 clauses out of 58011 with flag 455003/455003
126.71/126.34	c cleaning 29999 clauses out of 60008 with flag 486001/486001
136.22/135.87	c cleaning 30999 clauses out of 62011 with flag 518003/518003
145.64/145.22	c cleaning 32001 clauses out of 64010 with flag 551001/551001
155.74/155.36	c cleaning 32992 clauses out of 66008 with flag 585000/585000
166.64/166.26	c cleaning 34002 clauses out of 68017 with flag 620001/620001
177.35/176.92	c cleaning 34997 clauses out of 70015 with flag 656001/656001
189.15/188.70	c cleaning 36007 clauses out of 72018 with flag 693001/693001
200.46/200.06	c cleaning 36998 clauses out of 74011 with flag 731001/731001
213.06/212.68	c cleaning 37999 clauses out of 76012 with flag 770000/770000
225.37/225.00	c cleaning 39000 clauses out of 78015 with flag 810002/810002
238.68/238.22	c cleaning 39502 clauses out of 79013 with flag 850000/850000
251.08/250.69	c cleaning 39750 clauses out of 79513 with flag 890002/890002
264.78/264.32	c cleaning 39875 clauses out of 79761 with flag 930000/930000
277.49/277.06	c cleaning 39928 clauses out of 79886 with flag 970000/970000
290.20/289.78	c cleaning 39976 clauses out of 79959 with flag 1010001/1010001
303.30/302.84	c cleaning 39985 clauses out of 79983 with flag 1050001/1050001
315.91/315.48	c cleaning 39990 clauses out of 79997 with flag 1090000/1090000
329.61/329.15	c cleaning 39998 clauses out of 80008 with flag 1130001/1130001
342.12/341.62	c cleaning 40000 clauses out of 80009 with flag 1170000/1170000
354.73/354.26	c cleaning 39993 clauses out of 80009 with flag 1210000/1210000
368.43/367.94	c cleaning 40006 clauses out of 80018 with flag 1250002/1250002
380.94/380.46	c cleaning 39992 clauses out of 80010 with flag 1290000/1290000
393.74/393.25	c cleaning 39994 clauses out of 80018 with flag 1330000/1330000
407.35/406.81	c cleaning 40005 clauses out of 80024 with flag 1370000/1370000
420.05/419.56	c cleaning 40001 clauses out of 80019 with flag 1410000/1410000
432.67/432.19	c cleaning 40002 clauses out of 80020 with flag 1450002/1450002
445.47/444.93	c cleaning 39988 clauses out of 80016 with flag 1490000/1490000
458.78/458.26	c cleaning 40004 clauses out of 80029 with flag 1530001/1530001
471.28/470.75	c cleaning 40008 clauses out of 80026 with flag 1570002/1570002
484.08/483.59	c cleaning 39999 clauses out of 80016 with flag 1610000/1610000
497.19/496.62	c cleaning 39995 clauses out of 80019 with flag 1650002/1650002
510.39/509.89	c cleaning 40000 clauses out of 80022 with flag 1690000/1690000
523.10/522.57	c cleaning 39995 clauses out of 80022 with flag 1730000/1730000
536.00/535.43	c cleaning 40009 clauses out of 80027 with flag 1770000/1770000
548.90/548.31	c cleaning 39997 clauses out of 80019 with flag 1810001/1810001
562.62/562.07	c cleaning 40001 clauses out of 80025 with flag 1850004/1850004
575.32/574.70	c cleaning 39998 clauses out of 80020 with flag 1890000/1890000
587.82/587.29	c cleaning 39998 clauses out of 80022 with flag 1930000/1930000
600.82/600.24	c cleaning 40002 clauses out of 80024 with flag 1970000/1970000
614.13/613.57	c cleaning 40002 clauses out of 80024 with flag 2010002/2010002
627.34/626.72	c cleaning 40000 clauses out of 80022 with flag 2050002/2050002
639.94/639.34	c cleaning 39992 clauses out of 80020 with flag 2090000/2090000
652.54/651.94	c cleaning 40005 clauses out of 80028 with flag 2130000/2130000
665.65/665.07	c cleaning 40007 clauses out of 80023 with flag 2170000/2170000
678.95/678.39	c cleaning 40002 clauses out of 80016 with flag 2210000/2210000
692.47/691.87	c cleaning 40005 clauses out of 80017 with flag 2250003/2250003
705.06/704.46	c cleaning 39994 clauses out of 80010 with flag 2290001/2290001
717.87/717.22	c cleaning 39997 clauses out of 80015 with flag 2330000/2330000
730.97/730.32	c cleaning 40001 clauses out of 80019 with flag 2370001/2370001
744.18/743.53	c cleaning 40003 clauses out of 80017 with flag 2410000/2410000
758.28/757.62	c cleaning 40001 clauses out of 80017 with flag 2450003/2450003
771.49/770.85	c cleaning 40003 clauses out of 80013 with flag 2490000/2490000
784.19/783.56	c cleaning 39991 clauses out of 80011 with flag 2530001/2530001
797.00/796.39	c cleaning 40002 clauses out of 80019 with flag 2570000/2570000
809.90/809.23	c cleaning 40001 clauses out of 80018 with flag 2610001/2610001
823.51/822.81	c cleaning 39999 clauses out of 80017 with flag 2650001/2650001
837.21/836.55	c cleaning 39996 clauses out of 80017 with flag 2690000/2690000
850.52/849.88	c cleaning 40003 clauses out of 80021 with flag 2730000/2730000
863.42/862.78	c cleaning 39996 clauses out of 80018 with flag 2770000/2770000
876.24/875.53	c cleaning 40005 clauses out of 80022 with flag 2810000/2810000
889.24/888.51	c cleaning 40001 clauses out of 80018 with flag 2850001/2850001
902.65/901.99	c cleaning 39994 clauses out of 80016 with flag 2890000/2890000
916.05/915.34	c cleaning 39999 clauses out of 80023 with flag 2930001/2930001
929.96/929.25	c cleaning 39998 clauses out of 80023 with flag 2970000/2970000
943.37/942.61	c cleaning 40002 clauses out of 80025 with flag 3010000/3010000
955.97/955.21	c cleaning 40000 clauses out of 80024 with flag 3050001/3050001
968.58/967.90	c cleaning 39992 clauses out of 80023 with flag 3090000/3090000
982.08/981.31	c cleaning 40000 clauses out of 80031 with flag 3130000/3130000
995.39/994.64	c cleaning 40008 clauses out of 80032 with flag 3170001/3170001
1008.89/1008.11	c cleaning 39999 clauses out of 80023 with flag 3210000/3210000
1023.10/1022.37	c cleaning 39999 clauses out of 80024 with flag 3250000/3250000
1037.51/1036.73	c cleaning 40002 clauses out of 80026 with flag 3290001/3290001
1050.22/1049.43	c cleaning 39999 clauses out of 80023 with flag 3330000/3330000
1062.82/1062.02	c cleaning 40005 clauses out of 80027 with flag 3370003/3370003
1075.72/1074.94	c cleaning 39999 clauses out of 80020 with flag 3410001/3410001
1089.03/1088.29	c cleaning 40008 clauses out of 80021 with flag 3450001/3450001
1103.04/1102.29	c cleaning 39998 clauses out of 80013 with flag 3490001/3490001
1116.54/1115.77	c cleaning 39986 clauses out of 80014 with flag 3530000/3530000
1130.94/1130.20	c cleaning 39999 clauses out of 80028 with flag 3570000/3570000
1144.95/1144.18	c cleaning 39996 clauses out of 80029 with flag 3610000/3610000
1158.15/1157.32	c cleaning 40015 clauses out of 80033 with flag 3650000/3650000
1170.86/1170.05	c cleaning 40005 clauses out of 80019 with flag 3690001/3690001
1183.76/1182.94	c cleaning 40001 clauses out of 80014 with flag 3730001/3730001
1197.26/1196.46	c cleaning 39991 clauses out of 80012 with flag 3770000/3770000
1210.67/1209.84	c cleaning 39993 clauses out of 80021 with flag 3810000/3810000
1224.17/1223.33	c cleaning 40003 clauses out of 80030 with flag 3850002/3850002
1238.08/1237.24	c cleaning 40005 clauses out of 80026 with flag 3890001/3890001
1252.29/1251.43	c cleaning 40002 clauses out of 80020 with flag 3930000/3930000
1266.29/1265.43	c cleaning 40004 clauses out of 80019 with flag 3970001/3970001
1279.70/1278.81	c cleaning 39997 clauses out of 80014 with flag 4010000/4010000
1292.30/1291.44	c cleaning 39996 clauses out of 80017 with flag 4050000/4050000
1300.91/1300.01	c starts		: 2002
1300.91/1300.01	c conflicts		: 4077712
1300.91/1300.01	c decisions		: 6315436
1300.91/1300.01	c propagations		: 538988673
1300.91/1300.01	c inspects		: 9501528596
1300.91/1300.01	c shortcuts		: 0
1300.91/1300.01	c learnt literals	: 0
1300.91/1300.01	c learnt binary clauses	: 0
1300.91/1300.01	c learnt ternary clauses	: 0
1300.91/1300.01	c learnt constraints	: 4077712
1300.91/1300.01	c ignored constraints	: 0
1300.91/1300.01	c root simplifications	: 2002
1300.91/1300.01	c removed literals (reason simplification)	: 58665136
1300.91/1300.01	c reason swapping (by a shorter reason)	: 0
1300.91/1300.01	c Calls to reduceDB	: 117
1300.91/1300.01	c speed (assignments/second)	: 414681.0066727344
1300.91/1300.01	c non guided choices	580
1300.91/1300.04	c learnt constraints type 
1300.91/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67758
1300.91/1300.04	c constraints type 
1300.91/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
1300.91/1300.04	s UNKNOWN
1300.91/1300.04	c Total wall clock time (in seconds) : 1299.905

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.01 3.37 2/176 8630
/proc/meminfo: memFree=15366856/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=11760 CPUtime=0 cores=5,7
/proc/8630/stat : 8630 (runsolver) R 8628 8630 8386 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 371417940 12042240 49 33554432000 4194304 5392636 140734921729408 18446744073709551615 4838247 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/8630/statm: 2940 49 30 293 0 2644 0

[startup+0.0828851 s]
/proc/loadavg: 4.04 4.01 3.37 2/176 8630
/proc/meminfo: memFree=15366856/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7569940 CPUtime=0.06 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 9454 0 1 0 5 1 0 0 17 0 18 0 371417940 7751618560 9148 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1892485 9148 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100884 s]
/proc/loadavg: 4.04 4.01 3.37 2/176 8630
/proc/meminfo: memFree=15366856/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7636908 CPUtime=0.08 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 10299 0 1 0 7 1 0 0 17 0 18 0 371417940 7820193792 9993 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1909227 9993 2090 9 0 1899965 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7636908

[startup+0.308344 s]
/proc/loadavg: 4.04 4.01 3.37 2/176 8630
/proc/meminfo: memFree=15366856/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7639856 CPUtime=0.38 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 13841 0 1 0 36 2 0 0 17 0 19 0 371417940 7823212544 12951 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1909964 12952 2209 9 0 1900702 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7639856

[startup+0.700825 s]
/proc/loadavg: 4.04 4.01 3.37 2/176 8630
/proc/meminfo: memFree=15366856/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7642348 CPUtime=0.96 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 16082 0 1 0 94 2 0 0 17 0 19 0 371417940 7825764352 14296 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1910587 14296 2224 9 0 1901325 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 7642348

[startup+1.50067 s]
/proc/loadavg: 4.04 4.01 3.37 5/262 8746
/proc/meminfo: memFree=15178820/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7642348 CPUtime=1.81 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 16880 0 1 0 179 2 0 0 17 0 19 0 371417940 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1910587 15093 2227 9 0 1901325 0
[pid=8630/tid=8634] ppid=8628 vsize=7642348 CPUtime=1.3 cores=5,7
/proc/8630/task/8634/stat : 8634 (java) R 8628 8630 8386 0 -1 4202560 11440 0 1 0 128 2 0 0 18 0 19 0 371417941 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 46912505742363 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8630/tid=8635] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8635/stat : 8635 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8636] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8636/stat : 8636 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8637] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8637/stat : 8637 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8638] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8638/stat : 8638 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8639] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8639/stat : 8639 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8640] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8640/stat : 8640 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8641] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8641/stat : 8641 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8642] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8642/stat : 8642 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417942 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8644] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8644/stat : 8644 (java) S 8628 8630 8386 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371417943 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 0 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8648] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8648/stat : 8648 (java) S 8628 8630 8386 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 371417944 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8649] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8649/stat : 8649 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 371417944 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8655] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8655/stat : 8655 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417946 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488518577 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8656] ppid=8628 vsize=7642348 CPUtime=0.29 cores=5,7
/proc/8630/task/8656/stat : 8656 (java) S 8628 8630 8386 0 -1 4202560 2443 0 0 0 29 0 0 0 15 0 19 0 371417946 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8657] ppid=8628 vsize=7642348 CPUtime=0.2 cores=5,7
/proc/8630/task/8657/stat : 8657 (java) S 8628 8630 8386 0 -1 4202560 1833 0 0 0 20 0 0 0 16 0 19 0 371417946 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8658] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8658/stat : 8658 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417946 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8659] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8659/stat : 8659 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417946 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8708] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8708/stat : 8708 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371417965 7825764352 15093 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 7642348

[startup+3.10137 s]
/proc/loadavg: 4.04 4.01 3.37 6/262 8746
/proc/meminfo: memFree=15086936/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7642348 CPUtime=3.43 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 21173 0 1 0 340 3 0 0 17 0 19 0 371417940 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1910587 19379 2255 9 0 1901325 0
[pid=8630/tid=8634] ppid=8628 vsize=7642348 CPUtime=2.79 cores=5,7
/proc/8630/task/8634/stat : 8634 (java) R 8628 8630 8386 0 -1 4202560 11573 0 1 0 277 2 0 0 19 0 19 0 371417941 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 46912505729996 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8630/tid=8635] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8635/stat : 8635 (java) S 8628 8630 8386 0 -1 4202560 643 0 0 0 0 0 0 0 18 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8636] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8636/stat : 8636 (java) S 8628 8630 8386 0 -1 4202560 808 0 0 0 0 0 0 0 17 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8637] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8637/stat : 8637 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8638] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8638/stat : 8638 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8639] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8639/stat : 8639 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8640] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8640/stat : 8640 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8641] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8641/stat : 8641 (java) S 8628 8630 8386 0 -1 4202560 1000 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8642] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8642/stat : 8642 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8644] ppid=8628 vsize=7642348 CPUtime=0.04 cores=5,7
/proc/8630/task/8644/stat : 8644 (java) S 8628 8630 8386 0 -1 4202560 1696 0 0 0 4 0 0 0 16 0 19 0 371417943 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 0 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8648] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8648/stat : 8648 (java) S 8628 8630 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8649] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8649/stat : 8649 (java) S 8628 8630 8386 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8655] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8655/stat : 8655 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417946 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488518577 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8656] ppid=8628 vsize=7642348 CPUtime=0.31 cores=5,7
/proc/8630/task/8656/stat : 8656 (java) S 8628 8630 8386 0 -1 4202560 2448 0 0 0 31 0 0 0 15 0 19 0 371417946 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8657] ppid=8628 vsize=7642348 CPUtime=0.25 cores=5,7
/proc/8630/task/8657/stat : 8657 (java) S 8628 8630 8386 0 -1 4202560 1846 0 0 0 25 0 0 0 16 0 19 0 371417946 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8658] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8658/stat : 8658 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417946 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8659] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8659/stat : 8659 (java) R 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417946 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=8630/tid=8708] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8708/stat : 8708 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371417965 7825764352 19379 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 7642348

[startup+6.30069 s]
/proc/loadavg: 4.03 4.01 3.37 5/262 8746
/proc/meminfo: memFree=15066600/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7642348 CPUtime=6.63 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 21833 0 1 0 660 3 0 0 17 0 19 0 371417940 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1910587 20012 2255 9 0 1901325 0
[pid=8630/tid=8634] ppid=8628 vsize=7642348 CPUtime=5.9 cores=5,7
/proc/8630/task/8634/stat : 8634 (java) R 8628 8630 8386 0 -1 4202560 11575 0 1 0 588 2 0 0 25 0 19 0 371417941 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 46912505730428 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=8630/tid=8635] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8635/stat : 8635 (java) S 8628 8630 8386 0 -1 4202560 811 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8636] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8636/stat : 8636 (java) S 8628 8630 8386 0 -1 4202560 811 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8637] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8637/stat : 8637 (java) S 8628 8630 8386 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8638] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8638/stat : 8638 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8639] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8639/stat : 8639 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8640] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8640/stat : 8640 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8641] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8641/stat : 8641 (java) S 8628 8630 8386 0 -1 4202560 1000 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8642] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8642/stat : 8642 (java) S 8628 8630 8386 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 19 0 371417942 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8644] ppid=8628 vsize=7642348 CPUtime=0.09 cores=5,7
/proc/8630/task/8644/stat : 8644 (java) S 8628 8630 8386 0 -1 4202560 1880 0 0 0 9 0 0 0 15 0 19 0 371417943 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 0 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8648] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8648/stat : 8648 (java) S 8628 8630 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8649] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8649/stat : 8649 (java) S 8628 8630 8386 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8655] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8655/stat : 8655 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417946 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488518577 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8656] ppid=8628 vsize=7642348 CPUtime=0.31 cores=5,7
/proc/8630/task/8656/stat : 8656 (java) S 8628 8630 8386 0 -1 4202560 2448 0 0 0 31 0 0 0 15 0 19 0 371417946 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8657] ppid=8628 vsize=7642348 CPUtime=0.28 cores=5,7
/proc/8630/task/8657/stat : 8657 (java) S 8628 8630 8386 0 -1 4202560 1860 0 0 0 28 0 0 0 15 0 19 0 371417946 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8658] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8658/stat : 8658 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417946 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8659] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8659/stat : 8659 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417946 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8708] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8708/stat : 8708 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371417965 7825764352 20012 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 7642348

[startup+12.7015 s]

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

[pid=8630/tid=8640] ppid=8628 vsize=7642348 CPUtime=0.14 cores=5,7
/proc/8630/task/8640/stat : 8640 (java) S 8628 8630 8386 0 -1 4202560 428 0 0 0 14 0 0 0 15 0 19 0 371417942 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8641] ppid=8628 vsize=7642348 CPUtime=0.13 cores=5,7
/proc/8630/task/8641/stat : 8641 (java) S 8628 8630 8386 0 -1 4202560 1378 0 0 0 13 0 0 0 15 0 19 0 371417942 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8642] ppid=8628 vsize=7642348 CPUtime=0.18 cores=5,7
/proc/8630/task/8642/stat : 8642 (java) S 8628 8630 8386 0 -1 4202560 1673 0 0 0 18 0 0 0 15 0 19 0 371417942 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8644] ppid=8628 vsize=7642348 CPUtime=3.77 cores=5,7
/proc/8630/task/8644/stat : 8644 (java) S 8628 8630 8386 0 -1 4202560 4697 0 0 0 376 1 0 0 15 0 19 0 371417943 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 0 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8648] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8648/stat : 8648 (java) S 8628 8630 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8649] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8649/stat : 8649 (java) S 8628 8630 8386 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8655] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8655/stat : 8655 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417946 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488518577 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8656] ppid=8628 vsize=7642348 CPUtime=0.31 cores=5,7
/proc/8630/task/8656/stat : 8656 (java) S 8628 8630 8386 0 -1 4202560 2448 0 0 0 31 0 0 0 15 0 19 0 371417946 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8657] ppid=8628 vsize=7642348 CPUtime=0.3 cores=5,7
/proc/8630/task/8657/stat : 8657 (java) S 8628 8630 8386 0 -1 4202560 2029 0 0 0 30 0 0 0 15 0 19 0 371417946 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8658] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8658/stat : 8658 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417946 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8659] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8659/stat : 8659 (java) S 8628 8630 8386 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 371417946 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8708] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8708/stat : 8708 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371417965 7825764352 38192 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.14
Current children cumulated vsize (KiB) 7642348

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.81 6/262 8789
/proc/meminfo: memFree=14840616/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7642348 CPUtime=1183.16 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 40458 0 1 0 118308 8 0 0 17 0 19 0 371417940 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1910587 38227 2256 9 0 1901325 0
[pid=8630/tid=8634] ppid=8628 vsize=7642348 CPUtime=1177.46 cores=5,7
/proc/8630/task/8634/stat : 8634 (java) R 8628 8630 8386 0 -1 4202560 18708 0 1 0 117743 3 0 0 25 0 19 0 371417941 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8630/tid=8635] ppid=8628 vsize=7642348 CPUtime=0.15 cores=5,7
/proc/8630/task/8635/stat : 8635 (java) S 8628 8630 8386 0 -1 4202560 2064 0 0 0 15 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8636] ppid=8628 vsize=7642348 CPUtime=0.12 cores=5,7
/proc/8630/task/8636/stat : 8636 (java) S 8628 8630 8386 0 -1 4202560 2186 0 0 0 12 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8637] ppid=8628 vsize=7642348 CPUtime=0.08 cores=5,7
/proc/8630/task/8637/stat : 8637 (java) S 8628 8630 8386 0 -1 4202560 920 0 0 0 8 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8638] ppid=8628 vsize=7642348 CPUtime=0.14 cores=5,7
/proc/8630/task/8638/stat : 8638 (java) S 8628 8630 8386 0 -1 4202560 2494 0 0 0 14 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8639] ppid=8628 vsize=7642348 CPUtime=0.1 cores=5,7
/proc/8630/task/8639/stat : 8639 (java) S 8628 8630 8386 0 -1 4202560 173 0 0 0 10 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8640] ppid=8628 vsize=7642348 CPUtime=0.15 cores=5,7
/proc/8630/task/8640/stat : 8640 (java) S 8628 8630 8386 0 -1 4202560 428 0 0 0 15 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8641] ppid=8628 vsize=7642348 CPUtime=0.13 cores=5,7
/proc/8630/task/8641/stat : 8641 (java) S 8628 8630 8386 0 -1 4202560 1378 0 0 0 13 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8642] ppid=8628 vsize=7642348 CPUtime=0.19 cores=5,7
/proc/8630/task/8642/stat : 8642 (java) S 8628 8630 8386 0 -1 4202560 1673 0 0 0 19 0 0 0 15 0 19 0 371417942 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8644] ppid=8628 vsize=7642348 CPUtime=3.93 cores=5,7
/proc/8630/task/8644/stat : 8644 (java) S 8628 8630 8386 0 -1 4202560 4735 0 0 0 392 1 0 0 15 0 19 0 371417943 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 0 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8648] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8648/stat : 8648 (java) S 8628 8630 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8649] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8649/stat : 8649 (java) S 8628 8630 8386 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8655] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8655/stat : 8655 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417946 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488518577 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8656] ppid=8628 vsize=7642348 CPUtime=0.31 cores=5,7
/proc/8630/task/8656/stat : 8656 (java) S 8628 8630 8386 0 -1 4202560 2448 0 0 0 31 0 0 0 15 0 19 0 371417946 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8657] ppid=8628 vsize=7642348 CPUtime=0.3 cores=5,7
/proc/8630/task/8657/stat : 8657 (java) S 8628 8630 8386 0 -1 4202560 2029 0 0 0 30 0 0 0 15 0 19 0 371417946 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8658] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8658/stat : 8658 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417946 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8659] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8659/stat : 8659 (java) S 8628 8630 8386 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371417946 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8708] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8708/stat : 8708 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371417965 7825764352 38227 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.16
Current children cumulated vsize (KiB) 7642348

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 8791
/proc/meminfo: memFree=14839068/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7642348 CPUtime=1243.19 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 40507 0 1 0 124311 8 0 0 17 0 19 0 371417940 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1910587 38263 2256 9 0 1901325 0
[pid=8630/tid=8634] ppid=8628 vsize=7642348 CPUtime=1237.23 cores=5,7
/proc/8630/task/8634/stat : 8634 (java) R 8628 8630 8386 0 -1 4202560 18713 0 1 0 123720 3 0 0 25 0 19 0 371417941 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8630/tid=8635] ppid=8628 vsize=7642348 CPUtime=0.16 cores=5,7
/proc/8630/task/8635/stat : 8635 (java) S 8628 8630 8386 0 -1 4202560 2064 0 0 0 16 0 0 0 15 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8636] ppid=8628 vsize=7642348 CPUtime=0.13 cores=5,7
/proc/8630/task/8636/stat : 8636 (java) S 8628 8630 8386 0 -1 4202560 2187 0 0 0 13 0 0 0 15 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8637] ppid=8628 vsize=7642348 CPUtime=0.08 cores=5,7
/proc/8630/task/8637/stat : 8637 (java) S 8628 8630 8386 0 -1 4202560 920 0 0 0 8 0 0 0 15 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8638] ppid=8628 vsize=7642348 CPUtime=0.15 cores=5,7
/proc/8630/task/8638/stat : 8638 (java) S 8628 8630 8386 0 -1 4202560 2494 0 0 0 15 0 0 0 15 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8639] ppid=8628 vsize=7642348 CPUtime=0.1 cores=5,7
/proc/8630/task/8639/stat : 8639 (java) S 8628 8630 8386 0 -1 4202560 173 0 0 0 10 0 0 0 15 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8640] ppid=8628 vsize=7642348 CPUtime=0.15 cores=5,7
/proc/8630/task/8640/stat : 8640 (java) S 8628 8630 8386 0 -1 4202560 428 0 0 0 15 0 0 0 15 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8641] ppid=8628 vsize=7642348 CPUtime=0.15 cores=5,7
/proc/8630/task/8641/stat : 8641 (java) S 8628 8630 8386 0 -1 4202560 1378 0 0 0 15 0 0 0 15 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8642] ppid=8628 vsize=7642348 CPUtime=0.19 cores=5,7
/proc/8630/task/8642/stat : 8642 (java) S 8628 8630 8386 0 -1 4202560 1674 0 0 0 19 0 0 0 16 0 19 0 371417942 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8644] ppid=8628 vsize=7642348 CPUtime=4.13 cores=5,7
/proc/8630/task/8644/stat : 8644 (java) S 8628 8630 8386 0 -1 4202560 4773 0 0 0 412 1 0 0 15 0 19 0 371417943 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 0 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8648] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8648/stat : 8648 (java) S 8628 8630 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8649] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8649/stat : 8649 (java) S 8628 8630 8386 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8655] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8655/stat : 8655 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417946 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488518577 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8656] ppid=8628 vsize=7642348 CPUtime=0.31 cores=5,7
/proc/8630/task/8656/stat : 8656 (java) S 8628 8630 8386 0 -1 4202560 2448 0 0 0 31 0 0 0 15 0 19 0 371417946 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8657] ppid=8628 vsize=7642348 CPUtime=0.3 cores=5,7
/proc/8630/task/8657/stat : 8657 (java) S 8628 8630 8386 0 -1 4202560 2029 0 0 0 30 0 0 0 15 0 19 0 371417946 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8658] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8658/stat : 8658 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417946 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8659] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8659/stat : 8659 (java) S 8628 8630 8386 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371417946 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8708] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8708/stat : 8708 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371417965 7825764352 38263 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.19
Current children cumulated vsize (KiB) 7642348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.83 5/262 8793
/proc/meminfo: memFree=14835928/32950928 swapFree=67102716/67111528
[pid=8630] ppid=8628 vsize=7642348 CPUtime=1300.91 cores=5,7
/proc/8630/stat : 8630 (java) S 8628 8630 8386 0 -1 4202496 40619 0 1 0 130083 8 0 0 17 0 19 0 371417940 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/8630/statm: 1910587 38365 2256 9 0 1901325 0
[pid=8630/tid=8634] ppid=8628 vsize=7642348 CPUtime=1294.77 cores=5,7
/proc/8630/task/8634/stat : 8634 (java) R 8628 8630 8386 0 -1 4202560 18717 0 1 0 129473 4 0 0 25 0 19 0 371417941 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 46912505730410 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8630/tid=8635] ppid=8628 vsize=7642348 CPUtime=0.16 cores=5,7
/proc/8630/task/8635/stat : 8635 (java) S 8628 8630 8386 0 -1 4202560 2064 0 0 0 16 0 0 0 15 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8636] ppid=8628 vsize=7642348 CPUtime=0.14 cores=5,7
/proc/8630/task/8636/stat : 8636 (java) S 8628 8630 8386 0 -1 4202560 2187 0 0 0 14 0 0 0 15 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8637] ppid=8628 vsize=7642348 CPUtime=0.08 cores=5,7
/proc/8630/task/8637/stat : 8637 (java) S 8628 8630 8386 0 -1 4202560 920 0 0 0 8 0 0 0 15 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8638] ppid=8628 vsize=7642348 CPUtime=0.16 cores=5,7
/proc/8630/task/8638/stat : 8638 (java) S 8628 8630 8386 0 -1 4202560 2494 0 0 0 16 0 0 0 15 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8639] ppid=8628 vsize=7642348 CPUtime=0.1 cores=5,7
/proc/8630/task/8639/stat : 8639 (java) S 8628 8630 8386 0 -1 4202560 173 0 0 0 10 0 0 0 15 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8640] ppid=8628 vsize=7642348 CPUtime=0.15 cores=5,7
/proc/8630/task/8640/stat : 8640 (java) S 8628 8630 8386 0 -1 4202560 428 0 0 0 15 0 0 0 15 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8641] ppid=8628 vsize=7642348 CPUtime=0.16 cores=5,7
/proc/8630/task/8641/stat : 8641 (java) S 8628 8630 8386 0 -1 4202560 1379 0 0 0 16 0 0 0 15 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8642] ppid=8628 vsize=7642348 CPUtime=0.2 cores=5,7
/proc/8630/task/8642/stat : 8642 (java) S 8628 8630 8386 0 -1 4202560 1674 0 0 0 20 0 0 0 16 0 19 0 371417942 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8644] ppid=8628 vsize=7642348 CPUtime=4.29 cores=5,7
/proc/8630/task/8644/stat : 8644 (java) S 8628 8630 8386 0 -1 4202560 4876 0 0 0 428 1 0 0 15 0 19 0 371417943 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 0 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8648] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8648/stat : 8648 (java) S 8628 8630 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8649] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8649/stat : 8649 (java) S 8628 8630 8386 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371417944 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8655] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8655/stat : 8655 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371417946 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488518577 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8656] ppid=8628 vsize=7642348 CPUtime=0.31 cores=5,7
/proc/8630/task/8656/stat : 8656 (java) S 8628 8630 8386 0 -1 4202560 2448 0 0 0 31 0 0 0 15 0 19 0 371417946 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8657] ppid=8628 vsize=7642348 CPUtime=0.3 cores=5,7
/proc/8630/task/8657/stat : 8657 (java) S 8628 8630 8386 0 -1 4202560 2029 0 0 0 30 0 0 0 15 0 19 0 371417946 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
[pid=8630/tid=8658] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8658/stat : 8658 (java) S 8628 8630 8386 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371417946 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488510873 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8659] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8659/stat : 8659 (java) S 8628 8630 8386 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371417946 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 7 0 0 0
[pid=8630/tid=8708] ppid=8628 vsize=7642348 CPUtime=0 cores=5,7
/proc/8630/task/8708/stat : 8708 (java) S 8628 8630 8386 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371417965 7825764352 38365 33554432000 1073741824 1073778376 140736753231632 18446744073709551615 239488511488 0 4 0 16800975 18446604471163004864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.91
Current children cumulated vsize (KiB) 7642348

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): 1300.98
CPU user time (s): 1300.89
CPU system time (s): 0.089986
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 7642348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.89
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40656
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= 30039
involuntary context switches= 9088

runsolver used 2.02569 second user time and 5.09223 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-12 10:50:09
IDJOB=3190304
IDBENCH=82635
IDSOLVER=1611
FILE ID=node148/3190304-1302598209
RUNJOBID= node148-1302596906-8407
PBS_JOBID= 12958095
Free space on /tmp= 71068 MiB

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

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

MD5SUM BENCH= 1b9b43753c02a2c226adda648a956e92
RANDOM SEED=468558075

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15366988 kB
Buffers:        614868 kB
Cached:       16502616 kB
SwapCached:       4908 kB
Active:        8194816 kB
Inactive:      8983820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15366988 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:            1272 kB
Writeback:           0 kB
AnonPages:       58504 kB
Mapped:          14548 kB
Slab:           341480 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   199272 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= 71072 MiB
End job on node148 at 2011-04-12 11:11:51