Trace number 3190344

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S922811046-076-UNKNOWN.cnf
MD5SUMe99bff721d695892a53f60adc73d403b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3694.54
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c no version file found!!!
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		6997539544
0.04/0.09	c Max memory 		7034241024
0.04/0.09	c Total memory 		7034241024
0.04/0.09	c Number of processors 	8
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.10	c Expensive reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose learned constraints deletion strategy
0.04/0.10	c timeout=2147483647s
0.04/0.10	c DB Simplification allowed=true
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-3190344-1302598890.cnf
0.04/0.10	c reading problem ... 
0.33/0.24	c ... done. Wall clock time 0.138s.
0.33/0.24	c #vars     2000
0.33/0.24	c #constraints  40000
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
2.20/1.72	c cleaning 2500 clauses out of 5003 with flag 5003/5003
3.79/3.12	c cleaning 4243 clauses out of 8501 with flag 11001/11001
5.40/4.77	c cleaning 5626 clauses out of 11257 with flag 18000/18000
7.30/6.67	c cleaning 6812 clauses out of 13632 with flag 26001/26001
9.50/8.81	c cleaning 7906 clauses out of 15821 with flag 35002/35002
11.91/11.24	c cleaning 8951 clauses out of 17913 with flag 45000/45000
14.51/13.85	c cleaning 9981 clauses out of 19965 with flag 56003/56003
17.51/16.89	c cleaning 10986 clauses out of 21982 with flag 68001/68001
20.72/20.04	c cleaning 11994 clauses out of 23996 with flag 81001/81001
24.22/23.58	c cleaning 12995 clauses out of 26003 with flag 95002/95002
28.13/27.49	c cleaning 13997 clauses out of 28006 with flag 110000/110000
32.33/31.67	c cleaning 15001 clauses out of 30009 with flag 126000/126000
36.83/36.14	c cleaning 16001 clauses out of 32008 with flag 143000/143000
41.63/40.99	c cleaning 16992 clauses out of 34007 with flag 161000/161000
46.84/46.19	c cleaning 18000 clauses out of 36015 with flag 180000/180000
52.54/51.81	c cleaning 19003 clauses out of 38015 with flag 200000/200000
58.54/57.83	c cleaning 19999 clauses out of 40013 with flag 221001/221001
64.85/64.19	c cleaning 21003 clauses out of 42013 with flag 243000/243000
71.56/70.84	c cleaning 21998 clauses out of 44010 with flag 266000/266000
78.36/77.62	c cleaning 22995 clauses out of 46012 with flag 290000/290000
85.77/85.06	c cleaning 24001 clauses out of 48017 with flag 315000/315000
93.77/93.00	c cleaning 24999 clauses out of 50016 with flag 341000/341000
101.98/101.21	c cleaning 26002 clauses out of 52017 with flag 368000/368000
110.28/109.52	c cleaning 26998 clauses out of 54015 with flag 396000/396000
119.38/118.63	c cleaning 28005 clauses out of 56018 with flag 425001/425001
128.79/128.06	c cleaning 29001 clauses out of 58012 with flag 455000/455000
138.30/137.54	c cleaning 29994 clauses out of 60011 with flag 486000/486000
148.79/148.00	c cleaning 31002 clauses out of 62018 with flag 518001/518001
159.51/158.73	c cleaning 32002 clauses out of 64015 with flag 551000/551000
170.61/169.84	c cleaning 32995 clauses out of 66013 with flag 585000/585000
182.61/181.80	c cleaning 34000 clauses out of 68018 with flag 620000/620000
194.23/193.50	c cleaning 34999 clauses out of 70018 with flag 656000/656000
207.33/206.57	c cleaning 36008 clauses out of 72019 with flag 693000/693000
219.93/219.14	c cleaning 36998 clauses out of 74011 with flag 731000/731000
233.84/233.08	c cleaning 37997 clauses out of 76013 with flag 770000/770000
247.55/246.79	c cleaning 38996 clauses out of 78016 with flag 810000/810000
262.15/261.39	c cleaning 39500 clauses out of 79020 with flag 850000/850000
276.26/275.46	c cleaning 39746 clauses out of 79520 with flag 890000/890000
291.17/290.31	c cleaning 39881 clauses out of 79776 with flag 930002/930002
305.07/304.20	c cleaning 39936 clauses out of 79893 with flag 970000/970000
319.18/318.37	c cleaning 39976 clauses out of 79957 with flag 1010000/1010000
333.58/332.70	c cleaning 39987 clauses out of 79982 with flag 1050001/1050001
347.39/346.53	c cleaning 39993 clauses out of 79995 with flag 1090001/1090001
361.99/361.16	c cleaning 39995 clauses out of 80004 with flag 1130003/1130003
375.80/374.96	c cleaning 39998 clauses out of 80008 with flag 1170002/1170002
389.60/388.78	c cleaning 39988 clauses out of 80009 with flag 1210001/1210001
404.52/403.68	c cleaning 40005 clauses out of 80021 with flag 1250001/1250001
418.32/417.43	c cleaning 40002 clauses out of 80016 with flag 1290001/1290001
432.42/431.50	c cleaning 39988 clauses out of 80013 with flag 1330000/1330000
447.43/446.56	c cleaning 40005 clauses out of 80025 with flag 1370000/1370000
461.44/460.59	c cleaning 40006 clauses out of 80021 with flag 1410001/1410001
475.14/474.29	c cleaning 40001 clauses out of 80018 with flag 1450004/1450004
489.25/488.37	c cleaning 40002 clauses out of 80013 with flag 1490000/1490000
503.85/502.98	c cleaning 39994 clauses out of 80011 with flag 1530000/1530000
517.55/516.69	c cleaning 39993 clauses out of 80018 with flag 1570001/1570001
531.47/530.59	c cleaning 40002 clauses out of 80027 with flag 1610003/1610003
545.87/544.99	c cleaning 40003 clauses out of 80023 with flag 1650001/1650001
560.58/559.60	c cleaning 40002 clauses out of 80020 with flag 1690001/1690001
574.18/573.21	c cleaning 40003 clauses out of 80017 with flag 1730000/1730000
587.98/587.07	c cleaning 39999 clauses out of 80015 with flag 1770001/1770001
602.49/601.54	c cleaning 39999 clauses out of 80018 with flag 1810003/1810003
617.80/616.87	c cleaning 40002 clauses out of 80016 with flag 1850000/1850000
631.60/630.64	c cleaning 39991 clauses out of 80015 with flag 1890001/1890001
645.40/644.44	c cleaning 39991 clauses out of 80023 with flag 1930000/1930000
660.01/659.05	c cleaning 40002 clauses out of 80032 with flag 1970000/1970000
674.82/673.84	c cleaning 40002 clauses out of 80031 with flag 2010001/2010001
689.32/688.30	c cleaning 40009 clauses out of 80028 with flag 2050000/2050000
702.92/701.93	c cleaning 40000 clauses out of 80019 with flag 2090000/2090000
716.83/715.85	c cleaning 39995 clauses out of 80020 with flag 2130001/2130001
731.23/730.25	c cleaning 40011 clauses out of 80025 with flag 2170001/2170001
746.14/745.11	c cleaning 39994 clauses out of 80014 with flag 2210001/2210001
760.94/759.90	c cleaning 40004 clauses out of 80022 with flag 2250003/2250003
774.66/773.69	c cleaning 40001 clauses out of 80017 with flag 2290002/2290002
788.67/787.63	c cleaning 40001 clauses out of 80014 with flag 2330000/2330000
802.97/801.98	c cleaning 39994 clauses out of 80014 with flag 2370001/2370001
817.66/816.60	c cleaning 40005 clauses out of 80020 with flag 2410001/2410001
833.27/832.26	c cleaning 40005 clauses out of 80015 with flag 2450001/2450001
847.68/846.69	c cleaning 40001 clauses out of 80010 with flag 2490001/2490001
861.88/860.82	c cleaning 39999 clauses out of 80010 with flag 2530002/2530002
876.09/875.07	c cleaning 39983 clauses out of 80009 with flag 2570000/2570000
890.59/889.57	c cleaning 40002 clauses out of 80027 with flag 2610001/2610001
905.30/904.28	c cleaning 40000 clauses out of 80024 with flag 2650000/2650000
920.51/919.44	c cleaning 40000 clauses out of 80024 with flag 2690000/2690000
935.11/934.09	c cleaning 40006 clauses out of 80024 with flag 2730000/2730000
949.11/948.00	c cleaning 39995 clauses out of 80018 with flag 2770000/2770000
963.02/961.96	c cleaning 40009 clauses out of 80025 with flag 2810002/2810002
976.92/975.86	c cleaning 39987 clauses out of 80014 with flag 2850000/2850000
991.53/990.45	c cleaning 40005 clauses out of 80028 with flag 2890001/2890001
1006.74/1005.65	c cleaning 40002 clauses out of 80023 with flag 2930001/2930001
1022.14/1021.03	c cleaning 40001 clauses out of 80020 with flag 2970000/2970000
1036.75/1035.65	c cleaning 40001 clauses out of 80021 with flag 3010002/3010002
1050.75/1049.66	c cleaning 40003 clauses out of 80018 with flag 3050000/3050000
1064.56/1063.42	c cleaning 39994 clauses out of 80015 with flag 3090000/3090000
1078.96/1077.81	c cleaning 40005 clauses out of 80023 with flag 3130002/3130002
1093.87/1092.74	c cleaning 39999 clauses out of 80017 with flag 3170001/3170001
1108.79/1107.69	c cleaning 39995 clauses out of 80019 with flag 3210002/3210002
1124.39/1123.26	c cleaning 40001 clauses out of 80022 with flag 3250000/3250000
1140.50/1139.35	c cleaning 40003 clauses out of 80022 with flag 3290001/3290001
1154.51/1153.37	c cleaning 40001 clauses out of 80019 with flag 3330001/3330001
1168.61/1167.47	c cleaning 39996 clauses out of 80017 with flag 3370000/3370000
1183.01/1181.90	c cleaning 40006 clauses out of 80022 with flag 3410001/3410001
1197.92/1196.74	c cleaning 40000 clauses out of 80017 with flag 3450002/3450002
1212.73/1211.54	c cleaning 39992 clauses out of 80015 with flag 3490000/3490000
1228.23/1227.02	c cleaning 39993 clauses out of 80023 with flag 3530000/3530000
1243.64/1242.47	c cleaning 40010 clauses out of 80031 with flag 3570001/3570001
1259.04/1257.82	c cleaning 39996 clauses out of 80020 with flag 3610000/3610000
1273.55/1272.35	c cleaning 40008 clauses out of 80024 with flag 3650000/3650000
1287.75/1286.59	c cleaning 39997 clauses out of 80016 with flag 3690000/3690000
1301.26/1300.01	c starts		: 1941
1301.26/1300.01	c conflicts		: 3728354
1301.26/1300.01	c decisions		: 5823129
1301.26/1300.01	c propagations		: 492812955
1301.26/1300.01	c inspects		: 8623403602
1301.26/1300.01	c shortcuts		: 0
1301.26/1300.01	c learnt literals	: 0
1301.26/1300.01	c learnt binary clauses	: 0
1301.26/1300.01	c learnt ternary clauses	: 0
1301.26/1300.01	c learnt constraints	: 3728354
1301.26/1300.01	c ignored constraints	: 0
1301.26/1300.01	c root simplifications	: 1941
1301.26/1300.01	c removed literals (reason simplification)	: 53830516
1301.26/1300.01	c reason swapping (by a shorter reason)	: 0
1301.26/1300.01	c Calls to reduceDB	: 108
1301.26/1300.01	c speed (assignments/second)	: 379154.2897237894
1301.26/1300.01	c non guided choices	603
1301.26/1300.04	c learnt constraints type 
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78386
1301.26/1300.04	c constraints type 
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
1301.26/1300.04	s UNKNOWN
1301.26/1300.04	c Total wall clock time (in seconds) : 1299.908

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

running on 2 cores: 0,2

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.00 3.97 3.37 3/180 25199
/proc/meminfo: memFree=13000832/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=11760 CPUtime=0 cores=0,2
/proc/25199/stat : 25199 (runsolver) R 25197 25199 24951 0 -1 4202560 48 0 0 0 0 0 0 0 25 0 1 0 352305100 12042240 55 33554432000 4194304 5392636 140734477985840 18446744073709551615 5012135 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/25199/statm: 2940 55 36 293 0 2644 0

[startup+0.0669979 s]
/proc/loadavg: 4.00 3.97 3.37 3/180 25199
/proc/meminfo: memFree=13000832/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7564488 CPUtime=0.04 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 9044 0 1 0 3 1 0 0 25 0 13 0 352305100 7746035712 8738 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1891122 8738 1693 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.108419 s]
/proc/loadavg: 4.00 3.97 3.37 3/180 25199
/proc/meminfo: memFree=13000832/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7636456 CPUtime=0.09 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 10299 0 1 0 8 1 0 0 25 0 18 0 352305100 7819730944 9993 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1909114 9994 2093 9 0 1899852 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636456

[startup+0.361973 s]
/proc/loadavg: 4.00 3.97 3.37 3/180 25199
/proc/meminfo: memFree=13000832/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7643304 CPUtime=0.55 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 14600 0 1 0 54 1 0 0 25 0 19 0 352305100 7826743296 13364 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1910826 13364 2209 9 0 1901564 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 7643304

[startup+0.700861 s]
/proc/loadavg: 4.00 3.97 3.37 3/180 25199
/proc/meminfo: memFree=13000832/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7646092 CPUtime=1.12 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 15714 0 1 0 110 2 0 0 25 0 19 0 352305100 7829598208 14478 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1911523 14478 2223 9 0 1902261 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 7646092

[startup+1.50081 s]
/proc/loadavg: 4.32 4.04 3.40 7/262 25320
/proc/meminfo: memFree=12804436/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7646092 CPUtime=2 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 16476 0 1 0 198 2 0 0 25 0 19 0 352305100 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1911523 15239 2226 9 0 1902261 0
[pid=25199/tid=25201] ppid=25197 vsize=7646092 CPUtime=1.45 cores=0,2
/proc/25199/task/25201/stat : 25201 (java) R 25197 25199 24951 0 -1 4202560 11429 0 1 0 144 1 0 0 25 0 19 0 352305101 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 46912505733934 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25199/tid=25202] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25202/stat : 25202 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25203] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25203/stat : 25203 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25204] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25204/stat : 25204 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25205] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25205/stat : 25205 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25206] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25206/stat : 25206 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25207] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25207/stat : 25207 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25208] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25208/stat : 25208 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25209] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25209/stat : 25209 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305103 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25216] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25216/stat : 25216 (java) S 25197 25199 24951 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 352305104 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 0 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25220] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25220/stat : 25220 (java) S 25197 25199 24951 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 352305104 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25221] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25221/stat : 25221 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 352305104 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25224] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25224/stat : 25224 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352305107 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118592433 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25225] ppid=25197 vsize=7646092 CPUtime=0.39 cores=0,2
/proc/25199/task/25225/stat : 25225 (java) S 25197 25199 24951 0 -1 4202560 3281 0 0 0 39 0 0 0 20 0 19 0 352305107 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25226] ppid=25197 vsize=7646092 CPUtime=0.13 cores=0,2
/proc/25199/task/25226/stat : 25226 (java) S 25197 25199 24951 0 -1 4202560 601 0 0 0 13 0 0 0 21 0 19 0 352305107 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25227] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25227/stat : 25227 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305107 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25228] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25228/stat : 25228 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352305107 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25273] ppid=25197 vsize=7646092 CPUtime=0 cores=0,2
/proc/25199/task/25273/stat : 25273 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352305125 7829598208 15239 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7646092

[startup+3.10153 s]
/proc/loadavg: 4.32 4.04 3.40 5/262 25320
/proc/meminfo: memFree=12750000/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7662972 CPUtime=3.79 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 25542 0 1 0 376 3 0 0 25 0 19 0 352305100 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1915743 22369 2254 9 0 1906481 0
[pid=25199/tid=25201] ppid=25197 vsize=7662972 CPUtime=2.98 cores=0,2
/proc/25199/task/25201/stat : 25201 (java) R 25197 25199 24951 0 -1 4202560 11602 0 1 0 297 1 0 0 25 0 19 0 352305101 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 46912505661093 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25199/tid=25202] ppid=25197 vsize=7662972 CPUtime=0.01 cores=0,2
/proc/25199/task/25202/stat : 25202 (java) S 25197 25199 24951 0 -1 4202560 1242 0 0 0 1 0 0 0 17 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25203] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25203/stat : 25203 (java) S 25197 25199 24951 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25204] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25204/stat : 25204 (java) S 25197 25199 24951 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25205] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25205/stat : 25205 (java) S 25197 25199 24951 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25206] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25206/stat : 25206 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25207] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25207/stat : 25207 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25208] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25208/stat : 25208 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25209] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25209/stat : 25209 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352305103 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25216] ppid=25197 vsize=7662972 CPUtime=0.02 cores=0,2
/proc/25199/task/25216/stat : 25216 (java) S 25197 25199 24951 0 -1 4202560 1457 0 0 0 2 0 0 0 15 0 19 0 352305104 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 0 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25220] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25220/stat : 25220 (java) S 25197 25199 24951 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352305104 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25221] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25221/stat : 25221 (java) S 25197 25199 24951 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352305104 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25224] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25224/stat : 25224 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352305107 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118592433 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25225] ppid=25197 vsize=7662972 CPUtime=0.59 cores=0,2
/proc/25199/task/25225/stat : 25225 (java) S 25197 25199 24951 0 -1 4202560 9261 0 0 0 58 1 0 0 16 0 19 0 352305107 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25226] ppid=25197 vsize=7662972 CPUtime=0.16 cores=0,2
/proc/25199/task/25226/stat : 25226 (java) S 25197 25199 24951 0 -1 4202560 605 0 0 0 16 0 0 0 16 0 19 0 352305107 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25227] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25227/stat : 25227 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305107 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25228] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25228/stat : 25228 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352305107 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25273] ppid=25197 vsize=7662972 CPUtime=0 cores=0,2
/proc/25199/task/25273/stat : 25273 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352305125 7846883328 22369 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 7662972

[startup+6.30094 s]
/proc/loadavg: 4.32 4.04 3.40 5/262 25320
/proc/meminfo: memFree=12701580/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7657348 CPUtime=6.99 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 26964 0 1 0 696 3 0 0 25 0 19 0 352305100 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1914337 22523 2254 9 0 1905075 0
[pid=25199/tid=25201] ppid=25197 vsize=7657348 CPUtime=6.11 cores=0,2
/proc/25199/task/25201/stat : 25201 (java) R 25197 25199 24951 0 -1 4202560 11604 0 1 0 610 1 0 0 25 0 19 0 352305101 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 46912505733911 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25199/tid=25202] ppid=25197 vsize=7657348 CPUtime=0.01 cores=0,2
/proc/25199/task/25202/stat : 25202 (java) S 25197 25199 24951 0 -1 4202560 1242 0 0 0 1 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25203] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25203/stat : 25203 (java) S 25197 25199 24951 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25204] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25204/stat : 25204 (java) S 25197 25199 24951 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25205] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25205/stat : 25205 (java) S 25197 25199 24951 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25206] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25206/stat : 25206 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25207] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25207/stat : 25207 (java) S 25197 25199 24951 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25208] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25208/stat : 25208 (java) S 25197 25199 24951 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25209] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25209/stat : 25209 (java) S 25197 25199 24951 0 -1 4202560 700 0 0 0 0 0 0 0 15 0 19 0 352305103 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25216] ppid=25197 vsize=7657348 CPUtime=0.07 cores=0,2
/proc/25199/task/25216/stat : 25216 (java) S 25197 25199 24951 0 -1 4202560 1891 0 0 0 7 0 0 0 15 0 19 0 352305104 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 0 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25220] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25220/stat : 25220 (java) S 25197 25199 24951 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25221] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25221/stat : 25221 (java) S 25197 25199 24951 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25224] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25224/stat : 25224 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352305107 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118592433 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25225] ppid=25197 vsize=7657348 CPUtime=0.59 cores=0,2
/proc/25199/task/25225/stat : 25225 (java) S 25197 25199 24951 0 -1 4202560 9261 0 0 0 58 1 0 0 16 0 19 0 352305107 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25226] ppid=25197 vsize=7657348 CPUtime=0.17 cores=0,2
/proc/25199/task/25226/stat : 25226 (java) S 25197 25199 24951 0 -1 4202560 606 0 0 0 17 0 0 0 15 0 19 0 352305107 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25227] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25227/stat : 25227 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305107 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25228] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25228/stat : 25228 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352305107 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25273] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25273/stat : 25273 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352305125 7841124352 22523 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 7657348

[startup+12.7008 s]

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

[pid=25199/tid=25207] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25207/stat : 25207 (java) S 25197 25199 24951 0 -1 4202560 2230 0 0 0 14 0 0 0 15 0 19 0 352305103 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25208] ppid=25197 vsize=7657348 CPUtime=0.12 cores=0,2
/proc/25199/task/25208/stat : 25208 (java) S 25197 25199 24951 0 -1 4202560 357 0 0 0 12 0 0 0 15 0 19 0 352305103 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25209] ppid=25197 vsize=7657348 CPUtime=0.09 cores=0,2
/proc/25199/task/25209/stat : 25209 (java) S 25197 25199 24951 0 -1 4202560 1175 0 0 0 9 0 0 0 15 0 19 0 352305103 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25216] ppid=25197 vsize=7657348 CPUtime=3.88 cores=0,2
/proc/25199/task/25216/stat : 25216 (java) S 25197 25199 24951 0 -1 4202560 4529 0 0 0 387 1 0 0 15 0 19 0 352305104 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 0 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25220] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25220/stat : 25220 (java) S 25197 25199 24951 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25221] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25221/stat : 25221 (java) S 25197 25199 24951 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25224] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25224/stat : 25224 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352305107 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118592433 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25225] ppid=25197 vsize=7657348 CPUtime=0.59 cores=0,2
/proc/25199/task/25225/stat : 25225 (java) S 25197 25199 24951 0 -1 4202560 9261 0 0 0 58 1 0 0 16 0 19 0 352305107 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25226] ppid=25197 vsize=7657348 CPUtime=0.22 cores=0,2
/proc/25199/task/25226/stat : 25226 (java) S 25197 25199 24951 0 -1 4202560 612 0 0 0 22 0 0 0 15 0 19 0 352305107 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25227] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25227/stat : 25227 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305107 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25228] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25228/stat : 25228 (java) S 25197 25199 24951 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 352305107 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25273] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25273/stat : 25273 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352305125 7841124352 40881 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.49
Current children cumulated vsize (KiB) 7657348

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 25351
/proc/meminfo: memFree=12486876/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7657348 CPUtime=1183.52 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 46335 0 1 0 118341 11 0 0 25 0 19 0 352305100 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1914337 41658 2255 9 0 1905075 0
[pid=25199/tid=25201] ppid=25197 vsize=7657348 CPUtime=1177.45 cores=0,2
/proc/25199/task/25201/stat : 25201 (java) R 25197 25199 24951 0 -1 4202560 19077 0 1 0 117740 5 0 0 25 0 19 0 352305101 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 46912505661942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25199/tid=25202] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25202/stat : 25202 (java) S 25197 25199 24951 0 -1 4202560 1413 0 0 0 14 0 0 0 15 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25203] ppid=25197 vsize=7657348 CPUtime=0.11 cores=0,2
/proc/25199/task/25203/stat : 25203 (java) S 25197 25199 24951 0 -1 4202560 2065 0 0 0 11 0 0 0 16 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25204] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25204/stat : 25204 (java) S 25197 25199 24951 0 -1 4202560 1869 0 0 0 14 0 0 0 15 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25205] ppid=25197 vsize=7657348 CPUtime=0.15 cores=0,2
/proc/25199/task/25205/stat : 25205 (java) S 25197 25199 24951 0 -1 4202560 921 0 0 0 15 0 0 0 16 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25206] ppid=25197 vsize=7657348 CPUtime=0.13 cores=0,2
/proc/25199/task/25206/stat : 25206 (java) S 25197 25199 24951 0 -1 4202560 1468 0 0 0 13 0 0 0 15 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25207] ppid=25197 vsize=7657348 CPUtime=0.16 cores=0,2
/proc/25199/task/25207/stat : 25207 (java) S 25197 25199 24951 0 -1 4202560 2230 0 0 0 16 0 0 0 16 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25208] ppid=25197 vsize=7657348 CPUtime=0.13 cores=0,2
/proc/25199/task/25208/stat : 25208 (java) S 25197 25199 24951 0 -1 4202560 357 0 0 0 13 0 0 0 16 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25209] ppid=25197 vsize=7657348 CPUtime=0.1 cores=0,2
/proc/25199/task/25209/stat : 25209 (java) S 25197 25199 24951 0 -1 4202560 1175 0 0 0 10 0 0 0 15 0 19 0 352305103 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25216] ppid=25197 vsize=7657348 CPUtime=4.11 cores=0,2
/proc/25199/task/25216/stat : 25216 (java) S 25197 25199 24951 0 -1 4202560 4664 0 0 0 410 1 0 0 16 0 19 0 352305104 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 0 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25220] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25220/stat : 25220 (java) S 25197 25199 24951 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25221] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25221/stat : 25221 (java) S 25197 25199 24951 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25224] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25224/stat : 25224 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352305107 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118592433 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25225] ppid=25197 vsize=7657348 CPUtime=0.59 cores=0,2
/proc/25199/task/25225/stat : 25225 (java) S 25197 25199 24951 0 -1 4202560 9261 0 0 0 58 1 0 0 16 0 19 0 352305107 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25226] ppid=25197 vsize=7657348 CPUtime=0.22 cores=0,2
/proc/25199/task/25226/stat : 25226 (java) S 25197 25199 24951 0 -1 4202560 612 0 0 0 22 0 0 0 15 0 19 0 352305107 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25227] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25227/stat : 25227 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305107 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25228] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25228/stat : 25228 (java) S 25197 25199 24951 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 352305107 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25273] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25273/stat : 25273 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352305125 7841124352 41658 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.52
Current children cumulated vsize (KiB) 7657348

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 25353
/proc/meminfo: memFree=12484728/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7657348 CPUtime=1243.54 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 46373 0 1 0 124343 11 0 0 25 0 19 0 352305100 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1914337 41687 2255 9 0 1905075 0
[pid=25199/tid=25201] ppid=25197 vsize=7657348 CPUtime=1237.29 cores=0,2
/proc/25199/task/25201/stat : 25201 (java) R 25197 25199 24951 0 -1 4202560 19080 0 1 0 123724 5 0 0 25 0 19 0 352305101 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 46912505584844 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25199/tid=25202] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25202/stat : 25202 (java) S 25197 25199 24951 0 -1 4202560 1413 0 0 0 14 0 0 0 15 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25203] ppid=25197 vsize=7657348 CPUtime=0.11 cores=0,2
/proc/25199/task/25203/stat : 25203 (java) S 25197 25199 24951 0 -1 4202560 2065 0 0 0 11 0 0 0 16 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25204] ppid=25197 vsize=7657348 CPUtime=0.15 cores=0,2
/proc/25199/task/25204/stat : 25204 (java) S 25197 25199 24951 0 -1 4202560 1869 0 0 0 15 0 0 0 15 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25205] ppid=25197 vsize=7657348 CPUtime=0.15 cores=0,2
/proc/25199/task/25205/stat : 25205 (java) S 25197 25199 24951 0 -1 4202560 921 0 0 0 15 0 0 0 15 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25206] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25206/stat : 25206 (java) S 25197 25199 24951 0 -1 4202560 1468 0 0 0 14 0 0 0 15 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25207] ppid=25197 vsize=7657348 CPUtime=0.16 cores=0,2
/proc/25199/task/25207/stat : 25207 (java) S 25197 25199 24951 0 -1 4202560 2230 0 0 0 16 0 0 0 15 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25208] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25208/stat : 25208 (java) S 25197 25199 24951 0 -1 4202560 359 0 0 0 14 0 0 0 16 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25209] ppid=25197 vsize=7657348 CPUtime=0.11 cores=0,2
/proc/25199/task/25209/stat : 25209 (java) S 25197 25199 24951 0 -1 4202560 1175 0 0 0 11 0 0 0 15 0 19 0 352305103 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25216] ppid=25197 vsize=7657348 CPUtime=4.24 cores=0,2
/proc/25199/task/25216/stat : 25216 (java) S 25197 25199 24951 0 -1 4202560 4693 0 0 0 423 1 0 0 15 0 19 0 352305104 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 0 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25220] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25220/stat : 25220 (java) S 25197 25199 24951 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25221] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25221/stat : 25221 (java) S 25197 25199 24951 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25224] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25224/stat : 25224 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352305107 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118592433 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25225] ppid=25197 vsize=7657348 CPUtime=0.59 cores=0,2
/proc/25199/task/25225/stat : 25225 (java) S 25197 25199 24951 0 -1 4202560 9261 0 0 0 58 1 0 0 16 0 19 0 352305107 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25226] ppid=25197 vsize=7657348 CPUtime=0.22 cores=0,2
/proc/25199/task/25226/stat : 25226 (java) S 25197 25199 24951 0 -1 4202560 612 0 0 0 22 0 0 0 15 0 19 0 352305107 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25227] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25227/stat : 25227 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305107 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25228] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25228/stat : 25228 (java) S 25197 25199 24951 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 352305107 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25273] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25273/stat : 25273 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352305125 7841124352 41687 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.54
Current children cumulated vsize (KiB) 7657348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.83 5/262 25355
/proc/meminfo: memFree=12483200/32951124 swapFree=67111528/67111528
[pid=25199] ppid=25197 vsize=7657348 CPUtime=1301.26 cores=0,2
/proc/25199/stat : 25199 (java) S 25197 25199 24951 0 -1 4202496 46457 0 1 0 130115 11 0 0 25 0 19 0 352305100 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25199/statm: 1914337 41759 2255 9 0 1905075 0
[pid=25199/tid=25201] ppid=25197 vsize=7657348 CPUtime=1294.79 cores=0,2
/proc/25199/task/25201/stat : 25201 (java) R 25197 25199 24951 0 -1 4202560 19084 0 1 0 129474 5 0 0 25 0 19 0 352305101 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 46912505584724 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25199/tid=25202] ppid=25197 vsize=7657348 CPUtime=0.15 cores=0,2
/proc/25199/task/25202/stat : 25202 (java) S 25197 25199 24951 0 -1 4202560 1413 0 0 0 15 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25203] ppid=25197 vsize=7657348 CPUtime=0.12 cores=0,2
/proc/25199/task/25203/stat : 25203 (java) S 25197 25199 24951 0 -1 4202560 2066 0 0 0 12 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25204] ppid=25197 vsize=7657348 CPUtime=0.15 cores=0,2
/proc/25199/task/25204/stat : 25204 (java) S 25197 25199 24951 0 -1 4202560 1869 0 0 0 15 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25205] ppid=25197 vsize=7657348 CPUtime=0.16 cores=0,2
/proc/25199/task/25205/stat : 25205 (java) S 25197 25199 24951 0 -1 4202560 921 0 0 0 16 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25206] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25206/stat : 25206 (java) S 25197 25199 24951 0 -1 4202560 1468 0 0 0 14 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25207] ppid=25197 vsize=7657348 CPUtime=0.17 cores=0,2
/proc/25199/task/25207/stat : 25207 (java) S 25197 25199 24951 0 -1 4202560 2230 0 0 0 17 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25208] ppid=25197 vsize=7657348 CPUtime=0.14 cores=0,2
/proc/25199/task/25208/stat : 25208 (java) S 25197 25199 24951 0 -1 4202560 359 0 0 0 14 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25209] ppid=25197 vsize=7657348 CPUtime=0.11 cores=0,2
/proc/25199/task/25209/stat : 25209 (java) S 25197 25199 24951 0 -1 4202560 1175 0 0 0 11 0 0 0 15 0 19 0 352305103 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25216] ppid=25197 vsize=7657348 CPUtime=4.42 cores=0,2
/proc/25199/task/25216/stat : 25216 (java) S 25197 25199 24951 0 -1 4202560 4768 0 0 0 441 1 0 0 15 0 19 0 352305104 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 0 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25220] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25220/stat : 25220 (java) S 25197 25199 24951 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25221] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25221/stat : 25221 (java) S 25197 25199 24951 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352305104 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25224] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25224/stat : 25224 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352305107 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118592433 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25225] ppid=25197 vsize=7657348 CPUtime=0.59 cores=0,2
/proc/25199/task/25225/stat : 25225 (java) S 25197 25199 24951 0 -1 4202560 9261 0 0 0 58 1 0 0 16 0 19 0 352305107 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25226] ppid=25197 vsize=7657348 CPUtime=0.22 cores=0,2
/proc/25199/task/25226/stat : 25226 (java) S 25197 25199 24951 0 -1 4202560 612 0 0 0 22 0 0 0 15 0 19 0 352305107 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 0 0 0 0
[pid=25199/tid=25227] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25227/stat : 25227 (java) S 25197 25199 24951 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352305107 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118584729 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25228] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25228/stat : 25228 (java) S 25197 25199 24951 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 352305107 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
[pid=25199/tid=25273] ppid=25197 vsize=7657348 CPUtime=0 cores=0,2
/proc/25199/task/25273/stat : 25273 (java) S 25197 25199 24951 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352305125 7841124352 41759 33554432000 1073741824 1073778376 140735253888432 18446744073709551615 255118585344 0 4 0 16800975 18446604447183454400 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.26
Current children cumulated vsize (KiB) 7657348

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.34
CPU user time (s): 1301.22
CPU system time (s): 0.123981
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 7662972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.22
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= 46493
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= 29639
involuntary context switches= 9287

runsolver used 2.29665 second user time and 4.81927 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-12 11:01:30
IDJOB=3190344
IDBENCH=82675
IDSOLVER=1611
FILE ID=node144/3190344-1302598890
RUNJOBID= node144-1302597587-24969
PBS_JOBID= 12958105
Free space on /tmp= 72200 MiB

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

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

MD5SUM BENCH= e99bff721d695892a53f60adc73d403b
RANDOM SEED=1121127046

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13001080 kB
Buffers:        751932 kB
Cached:       18713820 kB
SwapCached:          0 kB
Active:       10063208 kB
Inactive:      9467836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13001080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1372 kB
Writeback:           0 kB
AnonPages:       65236 kB
Mapped:          14668 kB
Slab:           355832 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194648 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= 72200 MiB
End job on node144 at 2011-04-12 11:23:12