Trace number 3190332

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S536077088-015-UNKNOWN.cnf
MD5SUM7eb6d5b5c1c99a6b88954b61ac97b4f7
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 variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 534000

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c no version file found!!!
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		6997539544
0.02/0.08	c Max memory 		7034241024
0.02/0.08	c Total memory 		7034241024
0.02/0.08	c Number of processors 	8
0.02/0.14	c --- Begin Solver configuration ---
0.02/0.14	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.02/0.14	c Learn all clauses as in MiniSAT
0.02/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.14	c Expensive reason simplification
0.02/0.14	c Armin Biere (Picosat) restarts strategy
0.02/0.14	c Glucose learned constraints deletion strategy
0.02/0.14	c timeout=2147483647s
0.02/0.14	c DB Simplification allowed=true
0.02/0.14	c --- End Solver configuration ---
0.02/0.14	c solving HOME/instance-3190332-1302598792.cnf
0.02/0.14	c reading problem ... 
0.02/0.21	c ... done. Wall clock time 0.119s.
0.02/0.21	c #vars     400
0.02/0.21	c #constraints  34000
0.02/0.21	c constraints type 
0.02/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34000
2.07/1.51	c cleaning 2500 clauses out of 5003 with flag 5003/5003
3.36/2.62	c cleaning 4248 clauses out of 8502 with flag 11002/11002
4.56/3.87	c cleaning 5625 clauses out of 11253 with flag 18001/18001
5.96/5.28	c cleaning 6811 clauses out of 13632 with flag 26005/26005
7.57/6.88	c cleaning 7901 clauses out of 15816 with flag 35000/35000
9.46/8.77	c cleaning 8958 clauses out of 17919 with flag 45004/45004
11.66/10.90	c cleaning 9977 clauses out of 19957 with flag 56000/56000
14.07/13.38	c cleaning 10986 clauses out of 21982 with flag 68002/68002
16.77/16.09	c cleaning 11996 clauses out of 23994 with flag 81000/81000
19.77/19.07	c cleaning 12998 clauses out of 25998 with flag 95000/95000
23.17/22.47	c cleaning 13990 clauses out of 28000 with flag 110000/110000
26.87/26.12	c cleaning 14994 clauses out of 30010 with flag 126000/126000
30.77/30.06	c cleaning 16006 clauses out of 32016 with flag 143000/143000
34.98/34.26	c cleaning 16997 clauses out of 34010 with flag 161000/161000
39.47/38.71	c cleaning 18004 clauses out of 36013 with flag 180000/180000
44.37/43.61	c cleaning 18994 clauses out of 38009 with flag 200000/200000
49.67/48.91	c cleaning 20004 clauses out of 40015 with flag 221000/221000
55.27/54.54	c cleaning 21003 clauses out of 42012 with flag 243001/243001
61.38/60.64	c cleaning 22002 clauses out of 44008 with flag 266000/266000
67.48/66.73	c cleaning 23002 clauses out of 46007 with flag 290001/290001
74.38/73.62	c cleaning 23995 clauses out of 48004 with flag 315000/315000
81.68/80.99	c cleaning 24999 clauses out of 50009 with flag 341000/341000
89.38/88.61	c cleaning 25997 clauses out of 52010 with flag 368000/368000
96.99/96.27	c cleaning 27004 clauses out of 54014 with flag 396001/396001
105.49/104.73	c cleaning 27994 clauses out of 56009 with flag 425000/425000
114.49/113.71	c cleaning 29000 clauses out of 58016 with flag 455001/455001
123.51/122.76	c cleaning 30003 clauses out of 60016 with flag 486001/486001
133.41/132.66	c cleaning 31003 clauses out of 62013 with flag 518001/518001
143.52/142.79	c cleaning 32002 clauses out of 64011 with flag 551002/551002
154.42/153.64	c cleaning 32999 clauses out of 66007 with flag 585000/585000
165.62/164.88	c cleaning 33497 clauses out of 67008 with flag 619000/619000
176.33/175.55	c cleaning 33752 clauses out of 67512 with flag 653001/653001
187.63/186.83	c cleaning 33873 clauses out of 67760 with flag 687001/687001
198.14/197.36	c cleaning 33937 clauses out of 67886 with flag 721000/721000
209.54/208.79	c cleaning 33971 clauses out of 67951 with flag 755002/755002
220.34/219.57	c cleaning 33983 clauses out of 67978 with flag 789000/789000
230.85/230.01	c cleaning 33993 clauses out of 67997 with flag 823002/823002
241.94/241.16	c cleaning 33996 clauses out of 68002 with flag 857000/857000
252.94/252.13	c cleaning 33996 clauses out of 68007 with flag 891001/891001
264.14/263.30	c cleaning 34003 clauses out of 68011 with flag 925001/925001
274.95/274.11	c cleaning 33996 clauses out of 68008 with flag 959001/959001
285.75/284.96	c cleaning 33998 clauses out of 68011 with flag 993000/993000
297.05/296.26	c cleaning 34005 clauses out of 68015 with flag 1027002/1027002
307.46/306.63	c cleaning 33997 clauses out of 68008 with flag 1061000/1061000
318.16/317.37	c cleaning 34001 clauses out of 68011 with flag 1095000/1095000
329.56/328.79	c cleaning 34000 clauses out of 68011 with flag 1129001/1129001
340.36/339.52	c cleaning 33999 clauses out of 68012 with flag 1163002/1163002
351.06/350.21	c cleaning 33996 clauses out of 68012 with flag 1197001/1197001
361.87/361.02	c cleaning 33999 clauses out of 68015 with flag 1231000/1231000
373.07/372.23	c cleaning 34001 clauses out of 68016 with flag 1265000/1265000
383.67/382.82	c cleaning 34000 clauses out of 68015 with flag 1299000/1299000
394.17/393.38	c cleaning 33998 clauses out of 68016 with flag 1333001/1333001
405.57/404.75	c cleaning 34005 clauses out of 68020 with flag 1367003/1367003
416.58/415.70	c cleaning 33997 clauses out of 68012 with flag 1401000/1401000
427.28/426.42	c cleaning 33998 clauses out of 68015 with flag 1435000/1435000
438.08/437.23	c cleaning 33995 clauses out of 68017 with flag 1469000/1469000
449.79/448.93	c cleaning 34008 clauses out of 68022 with flag 1503000/1503000
460.88/460.03	c cleaning 34002 clauses out of 68016 with flag 1537002/1537002
471.99/471.14	c cleaning 34000 clauses out of 68013 with flag 1571001/1571001
482.79/481.97	c cleaning 33999 clauses out of 68014 with flag 1605002/1605002
493.89/493.05	c cleaning 33997 clauses out of 68013 with flag 1639000/1639000
505.59/504.70	c cleaning 34003 clauses out of 68016 with flag 1673000/1673000
516.39/515.50	c cleaning 34001 clauses out of 68013 with flag 1707000/1707000
527.59/526.75	c cleaning 34000 clauses out of 68015 with flag 1741003/1741003
538.60/537.71	c cleaning 33998 clauses out of 68012 with flag 1775000/1775000
549.30/548.46	c cleaning 34000 clauses out of 68014 with flag 1809000/1809000
560.91/560.05	c cleaning 34004 clauses out of 68015 with flag 1843001/1843001
571.70/570.84	c cleaning 34000 clauses out of 68010 with flag 1877000/1877000
582.81/581.97	c cleaning 33990 clauses out of 68010 with flag 1911000/1911000
594.01/593.11	c cleaning 33998 clauses out of 68020 with flag 1945000/1945000
605.21/604.31	c cleaning 34003 clauses out of 68022 with flag 1979000/1979000
616.61/615.77	c cleaning 34000 clauses out of 68019 with flag 2013000/2013000
627.92/627.10	c cleaning 33998 clauses out of 68020 with flag 2047001/2047001
638.93/638.05	c cleaning 34004 clauses out of 68021 with flag 2081000/2081000
649.63/648.74	c cleaning 33998 clauses out of 68017 with flag 2115000/2115000
661.03/660.19	c cleaning 34005 clauses out of 68020 with flag 2149001/2149001
672.63/671.74	c cleaning 33999 clauses out of 68015 with flag 2183001/2183001
684.23/683.37	c cleaning 34004 clauses out of 68017 with flag 2217002/2217002
695.53/694.67	c cleaning 33994 clauses out of 68011 with flag 2251000/2251000
706.23/705.30	c cleaning 34003 clauses out of 68017 with flag 2285000/2285000
717.33/716.48	c cleaning 33996 clauses out of 68014 with flag 2319000/2319000
728.53/727.63	c cleaning 33999 clauses out of 68019 with flag 2353001/2353001
739.93/739.03	c cleaning 34001 clauses out of 68019 with flag 2387000/2387000
750.73/749.89	c cleaning 33998 clauses out of 68018 with flag 2421000/2421000
762.24/761.36	c cleaning 34003 clauses out of 68020 with flag 2455000/2455000
773.15/772.23	c cleaning 34000 clauses out of 68017 with flag 2489000/2489000
783.64/782.79	c cleaning 34000 clauses out of 68018 with flag 2523001/2523001
794.64/793.76	c cleaning 33990 clauses out of 68018 with flag 2557001/2557001
805.45/804.52	c cleaning 34006 clauses out of 68027 with flag 2591000/2591000
816.26/815.36	c cleaning 34000 clauses out of 68023 with flag 2625002/2625002
827.26/826.34	c cleaning 34005 clauses out of 68022 with flag 2659001/2659001
838.66/837.75	c cleaning 33999 clauses out of 68016 with flag 2693000/2693000
849.86/848.93	c cleaning 34003 clauses out of 68019 with flag 2727002/2727002
860.26/859.36	c cleaning 33999 clauses out of 68014 with flag 2761000/2761000
871.27/870.37	c cleaning 33992 clauses out of 68015 with flag 2795000/2795000
881.97/881.09	c cleaning 34008 clauses out of 68023 with flag 2829000/2829000
893.18/892.26	c cleaning 33997 clauses out of 68015 with flag 2863000/2863000
904.27/903.36	c cleaning 33997 clauses out of 68022 with flag 2897004/2897004
915.48/914.56	c cleaning 34005 clauses out of 68022 with flag 2931001/2931001
927.38/926.42	c cleaning 33995 clauses out of 68017 with flag 2965001/2965001
938.88/937.92	c cleaning 34009 clauses out of 68021 with flag 2999000/2999000
949.48/948.54	c cleaning 33996 clauses out of 68014 with flag 3033002/3033002
960.39/959.45	c cleaning 33995 clauses out of 68016 with flag 3067000/3067000
971.09/970.13	c cleaning 34004 clauses out of 68023 with flag 3101002/3101002
981.99/981.06	c cleaning 34001 clauses out of 68018 with flag 3135001/3135001
993.09/992.10	c cleaning 34001 clauses out of 68016 with flag 3169000/3169000
1004.09/1003.17	c cleaning 33999 clauses out of 68015 with flag 3203000/3203000
1015.70/1014.78	c cleaning 33996 clauses out of 68017 with flag 3237001/3237001
1027.30/1026.38	c cleaning 33999 clauses out of 68020 with flag 3271000/3271000
1038.80/1037.84	c cleaning 34002 clauses out of 68022 with flag 3305001/3305001
1049.50/1048.51	c cleaning 34001 clauses out of 68019 with flag 3339000/3339000
1060.31/1059.40	c cleaning 33999 clauses out of 68021 with flag 3373003/3373003
1071.11/1070.14	c cleaning 33997 clauses out of 68019 with flag 3407000/3407000
1082.31/1081.34	c cleaning 34003 clauses out of 68023 with flag 3441001/3441001
1093.31/1092.40	c cleaning 34004 clauses out of 68020 with flag 3475001/3475001
1104.81/1103.89	c cleaning 33996 clauses out of 68015 with flag 3509000/3509000
1116.71/1115.79	c cleaning 33994 clauses out of 68021 with flag 3543002/3543002
1128.43/1127.48	c cleaning 34006 clauses out of 68025 with flag 3577000/3577000
1140.23/1139.27	c cleaning 33999 clauses out of 68019 with flag 3611000/3611000
1151.64/1150.61	c cleaning 34005 clauses out of 68020 with flag 3645000/3645000
1162.34/1161.37	c cleaning 34004 clauses out of 68017 with flag 3679002/3679002
1173.24/1172.28	c cleaning 34001 clauses out of 68011 with flag 3713000/3713000
1184.14/1183.17	c cleaning 33997 clauses out of 68010 with flag 3747000/3747000
1195.34/1194.38	c cleaning 34000 clauses out of 68017 with flag 3781004/3781004
1206.54/1205.52	c cleaning 33996 clauses out of 68013 with flag 3815000/3815000
1217.44/1216.43	c cleaning 33999 clauses out of 68017 with flag 3849000/3849000
1228.84/1227.83	c cleaning 34005 clauses out of 68019 with flag 3883001/3883001
1240.85/1239.87	c cleaning 34006 clauses out of 68016 with flag 3917003/3917003
1253.15/1252.15	c cleaning 33997 clauses out of 68007 with flag 3951000/3951000
1265.36/1264.37	c cleaning 34003 clauses out of 68011 with flag 3985001/3985001
1276.36/1275.33	c cleaning 33993 clauses out of 68008 with flag 4019001/4019001
1287.36/1286.30	c cleaning 34003 clauses out of 68014 with flag 4053000/4053000
1298.16/1297.19	c cleaning 34000 clauses out of 68013 with flag 4087002/4087002
1301.07/1300.01	c starts		: 2004
1301.07/1300.01	c conflicts		: 4097237
1301.07/1300.01	c decisions		: 5130897
1301.07/1300.01	c propagations		: 148586941
1301.07/1300.01	c inspects		: 12023895668
1301.07/1300.01	c shortcuts		: 0
1301.07/1300.01	c learnt literals	: 0
1301.07/1300.01	c learnt binary clauses	: 0
1301.07/1300.01	c learnt ternary clauses	: 0
1301.07/1300.01	c learnt constraints	: 4097237
1301.07/1300.01	c ignored constraints	: 0
1301.07/1300.01	c root simplifications	: 2004
1301.07/1300.01	c removed literals (reason simplification)	: 28877455
1301.07/1300.01	c reason swapping (by a shorter reason)	: 0
1301.07/1300.01	c Calls to reduceDB	: 133
1301.07/1300.01	c speed (assignments/second)	: 114315.23465148485
1301.07/1300.01	c non guided choices	174
1301.07/1300.03	c learnt constraints type 
1301.07/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44260
1301.07/1300.03	c constraints type 
1301.07/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34000
1301.07/1300.03	s UNKNOWN
1301.07/1300.03	c Total wall clock time (in seconds) : 1299.92

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 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-3190332-1302598792/watcher-3190332-1302598792 -o /tmp/evaluation-result-3190332-1302598792/solver-3190332-1302598792 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190332-1302598792.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.03 4.11 4.44 3/184 26350
/proc/meminfo: memFree=9801156/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=23028 CPUtime=0 cores=0,2
/proc/26350/stat : 26350 (java) R 26347 26350 26114 0 -1 4202496 774 0 0 0 0 0 0 0 25 0 1 0 371477341 23580672 514 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232330929920 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26350/statm: 5757 527 396 9 0 124 0

[startup+0.03159 s]
/proc/loadavg: 4.03 4.11 4.44 3/184 26350
/proc/meminfo: memFree=9801156/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7562296 CPUtime=0.02 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 8408 0 1 0 1 1 0 0 25 0 11 0 371477341 7743791104 8103 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1890574 8103 1566 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.238641 s]
/proc/loadavg: 4.03 4.11 4.44 3/184 26350
/proc/meminfo: memFree=9801156/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7637808 CPUtime=0.37 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 12400 0 1 0 35 2 0 0 25 0 19 0 371477341 7821115392 11874 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1909452 11874 2203 9 0 1900190 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7637808

[startup+0.33856 s]
/proc/loadavg: 4.03 4.11 4.44 3/184 26350
/proc/meminfo: memFree=9801156/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7644656 CPUtime=0.56 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 15071 0 1 0 54 2 0 0 25 0 19 0 371477341 7828127744 13385 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1911164 13401 2211 9 0 1901902 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 7644656

[startup+0.700489 s]
/proc/loadavg: 4.03 4.11 4.44 3/184 26350
/proc/meminfo: memFree=9801156/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7645528 CPUtime=1.18 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 16209 0 1 0 115 3 0 0 25 0 19 0 371477341 7829020672 14227 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1911382 14227 2223 9 0 1902120 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 7645528

[startup+1.50135 s]
/proc/loadavg: 4.51 4.21 4.47 9/266 26473
/proc/meminfo: memFree=9597584/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7645528 CPUtime=2.07 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 16778 0 1 0 204 3 0 0 25 0 19 0 371477341 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1911382 14795 2231 9 0 1902120 0
[pid=26350/tid=26357] ppid=26347 vsize=7645528 CPUtime=1.47 cores=0,2
/proc/26350/task/26357/stat : 26357 (java) R 26347 26350 26114 0 -1 4202560 10940 0 1 0 145 2 0 0 21 0 19 0 371477342 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 46912505182023 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26350/tid=26358] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26358/stat : 26358 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26359] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26359/stat : 26359 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26360] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26360/stat : 26360 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26361] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26361/stat : 26361 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26362] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26362/stat : 26362 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26363] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26363/stat : 26363 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26364] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26364/stat : 26364 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26365] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26365/stat : 26365 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477343 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26366] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26366/stat : 26366 (java) S 26347 26350 26114 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371477344 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 0 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26367] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26367/stat : 26367 (java) S 26347 26350 26114 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371477345 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26368] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26368/stat : 26368 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371477345 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26375] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26375/stat : 26375 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347716017 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26376] ppid=26347 vsize=7645528 CPUtime=0.27 cores=0,2
/proc/26350/task/26376/stat : 26376 (java) R 26347 26350 26114 0 -1 4202560 2149 0 0 0 27 0 0 0 18 0 19 0 371477347 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347718325 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26350/tid=26377] ppid=26347 vsize=7645528 CPUtime=0.31 cores=0,2
/proc/26350/task/26377/stat : 26377 (java) R 26347 26350 26114 0 -1 4202560 2523 0 0 0 31 0 0 0 17 0 19 0 371477347 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 47110644673564 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26350/tid=26378] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26378/stat : 26378 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26379] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26379/stat : 26379 (java) S 26347 26350 26114 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371477347 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26423] ppid=26347 vsize=7645528 CPUtime=0 cores=0,2
/proc/26350/task/26423/stat : 26423 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371477363 7829020672 14795 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7645528

[startup+3.10112 s]
/proc/loadavg: 4.51 4.21 4.47 6/266 26473
/proc/meminfo: memFree=9535512/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7661944 CPUtime=3.86 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 25926 0 1 0 382 4 0 0 25 0 19 0 371477341 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1915486 22004 2254 9 0 1906224 0
[pid=26350/tid=26357] ppid=26347 vsize=7661944 CPUtime=2.98 cores=0,2
/proc/26350/task/26357/stat : 26357 (java) R 26347 26350 26114 0 -1 4202560 10946 0 1 0 296 2 0 0 25 0 19 0 371477342 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 46912505666754 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26350/tid=26358] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26358/stat : 26358 (java) S 26347 26350 26114 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26359] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26359/stat : 26359 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26360] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26360/stat : 26360 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26361] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26361/stat : 26361 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26362] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26362/stat : 26362 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26363] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26363/stat : 26363 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26364] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26364/stat : 26364 (java) S 26347 26350 26114 0 -1 4202560 515 0 0 0 0 0 0 0 17 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26365] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26365/stat : 26365 (java) S 26347 26350 26114 0 -1 4202560 1005 0 0 0 0 0 0 0 18 0 19 0 371477343 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26366] ppid=26347 vsize=7661944 CPUtime=0.04 cores=0,2
/proc/26350/task/26366/stat : 26366 (java) S 26347 26350 26114 0 -1 4202560 1449 0 0 0 4 0 0 0 16 0 19 0 371477344 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 0 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26367] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26367/stat : 26367 (java) S 26347 26350 26114 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371477345 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26368] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26368/stat : 26368 (java) S 26347 26350 26114 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371477345 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26375] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26375/stat : 26375 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347716017 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26376] ppid=26347 vsize=7661944 CPUtime=0.3 cores=0,2
/proc/26350/task/26376/stat : 26376 (java) S 26347 26350 26114 0 -1 4202560 2272 0 0 0 30 0 0 0 15 0 19 0 371477347 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26377] ppid=26347 vsize=7661944 CPUtime=0.48 cores=0,2
/proc/26350/task/26377/stat : 26377 (java) S 26347 26350 26114 0 -1 4202560 8316 0 0 0 48 0 0 0 15 0 19 0 371477347 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26378] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26378/stat : 26378 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26379] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26379/stat : 26379 (java) S 26347 26350 26114 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371477347 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26423] ppid=26347 vsize=7661944 CPUtime=0 cores=0,2
/proc/26350/task/26423/stat : 26423 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371477363 7845830656 22004 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 7661944

[startup+6.30149 s]
/proc/loadavg: 4.47 4.21 4.46 5/266 26473
/proc/meminfo: memFree=9537000/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7645268 CPUtime=7.07 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 26457 0 1 0 703 4 0 0 25 0 19 0 371477341 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1911317 18542 2255 9 0 1902055 0
[pid=26350/tid=26357] ppid=26347 vsize=7645268 CPUtime=6.11 cores=0,2
/proc/26350/task/26357/stat : 26357 (java) R 26347 26350 26114 0 -1 4202560 10947 0 1 0 609 2 0 0 25 0 19 0 371477342 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 46912505707572 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26350/tid=26358] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26358/stat : 26358 (java) S 26347 26350 26114 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26359] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26359/stat : 26359 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26360] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26360/stat : 26360 (java) S 26347 26350 26114 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26361] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26361/stat : 26361 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26362] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26362/stat : 26362 (java) S 26347 26350 26114 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26363] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26363/stat : 26363 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26364] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26364/stat : 26364 (java) S 26347 26350 26114 0 -1 4202560 515 0 0 0 0 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26365] ppid=26347 vsize=7645268 CPUtime=0.01 cores=0,2
/proc/26350/task/26365/stat : 26365 (java) S 26347 26350 26114 0 -1 4202560 1008 0 0 0 1 0 0 0 15 0 19 0 371477343 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26366] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26366/stat : 26366 (java) S 26347 26350 26114 0 -1 4202560 1575 0 0 0 9 0 0 0 15 0 19 0 371477344 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 0 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26367] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26367/stat : 26367 (java) S 26347 26350 26114 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26368] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26368/stat : 26368 (java) S 26347 26350 26114 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26375] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26375/stat : 26375 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347716017 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26376] ppid=26347 vsize=7645268 CPUtime=0.34 cores=0,2
/proc/26350/task/26376/stat : 26376 (java) S 26347 26350 26114 0 -1 4202560 2393 0 0 0 34 0 0 0 15 0 19 0 371477347 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26377] ppid=26347 vsize=7645268 CPUtime=0.48 cores=0,2
/proc/26350/task/26377/stat : 26377 (java) S 26347 26350 26114 0 -1 4202560 8316 0 0 0 48 0 0 0 15 0 19 0 371477347 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26378] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26378/stat : 26378 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26379] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26379/stat : 26379 (java) S 26347 26350 26114 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371477347 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26423] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26423/stat : 26423 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371477363 7828754432 18542 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 7645268

[startup+12.7014 s]

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

[pid=26350/tid=26363] ppid=26347 vsize=7645268 CPUtime=0.08 cores=0,2
/proc/26350/task/26363/stat : 26363 (java) S 26347 26350 26114 0 -1 4202560 18 0 0 0 8 0 0 0 15 0 19 0 371477343 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26364] ppid=26347 vsize=7645268 CPUtime=0.1 cores=0,2
/proc/26350/task/26364/stat : 26364 (java) S 26347 26350 26114 0 -1 4202560 1506 0 0 0 10 0 0 0 15 0 19 0 371477343 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26365] ppid=26347 vsize=7645268 CPUtime=0.06 cores=0,2
/proc/26350/task/26365/stat : 26365 (java) S 26347 26350 26114 0 -1 4202560 1100 0 0 0 6 0 0 0 16 0 19 0 371477343 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26366] ppid=26347 vsize=7645268 CPUtime=4.09 cores=0,2
/proc/26350/task/26366/stat : 26366 (java) S 26347 26350 26114 0 -1 4202560 3598 0 0 0 408 1 0 0 15 0 19 0 371477344 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 0 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26367] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26367/stat : 26367 (java) S 26347 26350 26114 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26368] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26368/stat : 26368 (java) S 26347 26350 26114 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26375] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26375/stat : 26375 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347716017 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26376] ppid=26347 vsize=7645268 CPUtime=0.36 cores=0,2
/proc/26350/task/26376/stat : 26376 (java) S 26347 26350 26114 0 -1 4202560 2957 0 0 0 36 0 0 0 15 0 19 0 371477347 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26377] ppid=26347 vsize=7645268 CPUtime=0.48 cores=0,2
/proc/26350/task/26377/stat : 26377 (java) S 26347 26350 26114 0 -1 4202560 8316 0 0 0 48 0 0 0 15 0 19 0 371477347 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26378] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26378/stat : 26378 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26379] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26379/stat : 26379 (java) S 26347 26350 26114 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 371477347 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26423] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26423/stat : 26423 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371477363 7828754432 25085 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.34
Current children cumulated vsize (KiB) 7645268

[startup+1242.3 s]
/proc/loadavg: 4.02 4.06 4.15 5/266 26518
/proc/meminfo: memFree=9479164/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7645268 CPUtime=1243.35 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 33669 0 1 0 124327 8 0 0 25 0 19 0 371477341 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1911317 25188 2256 9 0 1902055 0
[pid=26350/tid=26357] ppid=26347 vsize=7645268 CPUtime=1237.46 cores=0,2
/proc/26350/task/26357/stat : 26357 (java) R 26347 26350 26114 0 -1 4202560 12512 0 1 0 123742 4 0 0 25 0 19 0 371477342 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 46912505667129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26350/tid=26358] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26358/stat : 26358 (java) S 26347 26350 26114 0 -1 4202560 439 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26359] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26359/stat : 26359 (java) S 26347 26350 26114 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26360] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26360/stat : 26360 (java) S 26347 26350 26114 0 -1 4202560 714 0 0 0 9 0 0 0 15 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26361] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26361/stat : 26361 (java) S 26347 26350 26114 0 -1 4202560 166 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26362] ppid=26347 vsize=7645268 CPUtime=0.08 cores=0,2
/proc/26350/task/26362/stat : 26362 (java) S 26347 26350 26114 0 -1 4202560 1077 0 0 0 8 0 0 0 15 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26363] ppid=26347 vsize=7645268 CPUtime=0.08 cores=0,2
/proc/26350/task/26363/stat : 26363 (java) S 26347 26350 26114 0 -1 4202560 18 0 0 0 8 0 0 0 15 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26364] ppid=26347 vsize=7645268 CPUtime=0.11 cores=0,2
/proc/26350/task/26364/stat : 26364 (java) S 26347 26350 26114 0 -1 4202560 1506 0 0 0 11 0 0 0 16 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26365] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26365/stat : 26365 (java) S 26347 26350 26114 0 -1 4202560 1100 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26366] ppid=26347 vsize=7645268 CPUtime=4.31 cores=0,2
/proc/26350/task/26366/stat : 26366 (java) S 26347 26350 26114 0 -1 4202560 3629 0 0 0 430 1 0 0 15 0 19 0 371477344 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 0 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26367] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26367/stat : 26367 (java) S 26347 26350 26114 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26368] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26368/stat : 26368 (java) S 26347 26350 26114 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26375] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26375/stat : 26375 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347716017 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26376] ppid=26347 vsize=7645268 CPUtime=0.36 cores=0,2
/proc/26350/task/26376/stat : 26376 (java) S 26347 26350 26114 0 -1 4202560 2957 0 0 0 36 0 0 0 15 0 19 0 371477347 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26377] ppid=26347 vsize=7645268 CPUtime=0.48 cores=0,2
/proc/26350/task/26377/stat : 26377 (java) S 26347 26350 26114 0 -1 4202560 8316 0 0 0 48 0 0 0 15 0 19 0 371477347 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26378] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26378/stat : 26378 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26379] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26379/stat : 26379 (java) S 26347 26350 26114 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 371477347 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26423] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26423/stat : 26423 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371477363 7828754432 25188 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.35
Current children cumulated vsize (KiB) 7645268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.19 4.10 4.16 5/266 26520
/proc/meminfo: memFree=9477760/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7645268 CPUtime=1301.07 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 33848 0 1 0 130099 8 0 0 25 0 19 0 371477341 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1911317 25356 2256 9 0 1902055 0
[pid=26350/tid=26357] ppid=26347 vsize=7645268 CPUtime=1294.98 cores=0,2
/proc/26350/task/26357/stat : 26357 (java) R 26347 26350 26114 0 -1 4202560 12517 0 1 0 129494 4 0 0 25 0 19 0 371477342 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 46912505668640 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26350/tid=26358] ppid=26347 vsize=7645268 CPUtime=0.08 cores=0,2
/proc/26350/task/26358/stat : 26358 (java) S 26347 26350 26114 0 -1 4202560 477 0 0 0 8 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26359] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26359/stat : 26359 (java) S 26347 26350 26114 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26360] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26360/stat : 26360 (java) S 26347 26350 26114 0 -1 4202560 714 0 0 0 9 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26361] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26361/stat : 26361 (java) S 26347 26350 26114 0 -1 4202560 166 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26362] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26362/stat : 26362 (java) S 26347 26350 26114 0 -1 4202560 1114 0 0 0 9 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26363] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26363/stat : 26363 (java) S 26347 26350 26114 0 -1 4202560 18 0 0 0 9 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26364] ppid=26347 vsize=7645268 CPUtime=0.11 cores=0,2
/proc/26350/task/26364/stat : 26364 (java) S 26347 26350 26114 0 -1 4202560 1507 0 0 0 11 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26365] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26365/stat : 26365 (java) S 26347 26350 26114 0 -1 4202560 1100 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26366] ppid=26347 vsize=7645268 CPUtime=4.49 cores=0,2
/proc/26350/task/26366/stat : 26366 (java) S 26347 26350 26114 0 -1 4202560 3723 0 0 0 448 1 0 0 15 0 19 0 371477344 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 0 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26367] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26367/stat : 26367 (java) S 26347 26350 26114 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26368] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26368/stat : 26368 (java) S 26347 26350 26114 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26375] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26375/stat : 26375 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347716017 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26376] ppid=26347 vsize=7645268 CPUtime=0.36 cores=0,2
/proc/26350/task/26376/stat : 26376 (java) S 26347 26350 26114 0 -1 4202560 2957 0 0 0 36 0 0 0 15 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26377] ppid=26347 vsize=7645268 CPUtime=0.48 cores=0,2
/proc/26350/task/26377/stat : 26377 (java) S 26347 26350 26114 0 -1 4202560 8316 0 0 0 48 0 0 0 15 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26378] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26378/stat : 26378 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26379] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26379/stat : 26379 (java) S 26347 26350 26114 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26423] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26423/stat : 26423 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371477363 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.07
Current children cumulated vsize (KiB) 7645268

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

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

[startup+1300 s]
/proc/loadavg: 4.19 4.10 4.16 5/266 26520
/proc/meminfo: memFree=9477760/32951124 swapFree=67111528/67111528
[pid=26350] ppid=26347 vsize=7645268 CPUtime=1301.07 cores=0,2
/proc/26350/stat : 26350 (java) S 26347 26350 26114 0 -1 4202496 33848 0 1 0 130099 8 0 0 25 0 19 0 371477341 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26350/statm: 1911317 25356 2256 9 0 1902055 0
[pid=26350/tid=26357] ppid=26347 vsize=7645268 CPUtime=1294.98 cores=0,2
/proc/26350/task/26357/stat : 26357 (java) R 26347 26350 26114 0 -1 4202560 12517 0 1 0 129494 4 0 0 25 0 19 0 371477342 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 46912505668640 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26350/tid=26358] ppid=26347 vsize=7645268 CPUtime=0.08 cores=0,2
/proc/26350/task/26358/stat : 26358 (java) S 26347 26350 26114 0 -1 4202560 477 0 0 0 8 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26359] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26359/stat : 26359 (java) S 26347 26350 26114 0 -1 4202560 8 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26360] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26360/stat : 26360 (java) S 26347 26350 26114 0 -1 4202560 714 0 0 0 9 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26361] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26361/stat : 26361 (java) S 26347 26350 26114 0 -1 4202560 166 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26362] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26362/stat : 26362 (java) S 26347 26350 26114 0 -1 4202560 1114 0 0 0 9 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26363] ppid=26347 vsize=7645268 CPUtime=0.09 cores=0,2
/proc/26350/task/26363/stat : 26363 (java) S 26347 26350 26114 0 -1 4202560 18 0 0 0 9 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26364] ppid=26347 vsize=7645268 CPUtime=0.11 cores=0,2
/proc/26350/task/26364/stat : 26364 (java) S 26347 26350 26114 0 -1 4202560 1507 0 0 0 11 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26365] ppid=26347 vsize=7645268 CPUtime=0.07 cores=0,2
/proc/26350/task/26365/stat : 26365 (java) S 26347 26350 26114 0 -1 4202560 1100 0 0 0 7 0 0 0 15 0 19 0 371477343 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26366] ppid=26347 vsize=7645268 CPUtime=4.49 cores=0,2
/proc/26350/task/26366/stat : 26366 (java) S 26347 26350 26114 0 -1 4202560 3723 0 0 0 448 1 0 0 15 0 19 0 371477344 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 0 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26367] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26367/stat : 26367 (java) S 26347 26350 26114 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26368] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26368/stat : 26368 (java) S 26347 26350 26114 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371477345 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26375] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26375/stat : 26375 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347716017 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26376] ppid=26347 vsize=7645268 CPUtime=0.36 cores=0,2
/proc/26350/task/26376/stat : 26376 (java) S 26347 26350 26114 0 -1 4202560 2957 0 0 0 36 0 0 0 15 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 0 0 0 0
[pid=26350/tid=26377] ppid=26347 vsize=7645268 CPUtime=0.48 cores=0,2
/proc/26350/task/26377/stat : 26377 (java) S 26347 26350 26114 0 -1 4202560 8316 0 0 0 48 0 0 0 15 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26378] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26378/stat : 26378 (java) S 26347 26350 26114 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708313 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26379] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26379/stat : 26379 (java) S 26347 26350 26114 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 371477347 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
[pid=26350/tid=26423] ppid=26347 vsize=7645268 CPUtime=0 cores=0,2
/proc/26350/task/26423/stat : 26423 (java) S 26347 26350 26114 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371477363 7828754432 25356 33554432000 1073741824 1073778376 140734847048816 18446744073709551615 232347708928 0 4 0 16800975 18446604453865503488 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.07
Current children cumulated vsize (KiB) 7645268

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.15
CPU user time (s): 1301.05
CPU system time (s): 0.095985
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 7661944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.05
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33997
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= 30308
involuntary context switches= 10477

runsolver used 2.27565 second user time and 4.83926 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-12 10:59:52
IDJOB=3190332
IDBENCH=82663
IDSOLVER=1611
FILE ID=node132/3190332-1302598792
RUNJOBID= node132-1302597489-26132
PBS_JOBID= 12958102
Free space on /tmp= 71480 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S536077088-015-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-3190332-1302598792/watcher-3190332-1302598792 -o /tmp/evaluation-result-3190332-1302598792/solver-3190332-1302598792 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190332-1302598792.cnf

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

MD5SUM BENCH= 7eb6d5b5c1c99a6b88954b61ac97b4f7
RANDOM SEED=94766353

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9801196 kB
Buffers:        672544 kB
Cached:       21975740 kB
SwapCached:          0 kB
Active:       10782848 kB
Inactive:     11933204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9801196 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1228 kB
Writeback:           0 kB
AnonPages:       67836 kB
Mapped:          15168 kB
Slab:           370572 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   234128 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71484 MiB
End job on node132 at 2011-04-12 11:21:34