Trace number 3190270

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S927774663-037-UNKNOWN.cnf
MD5SUM950830e22ef92fb7f22c5b3c987a21f5
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.15	c no version file found!!!
0.00/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.15	c java.vm.version	19.1-b02
0.00/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.15	c sun.arch.data.model	64
0.00/0.15	c java.version		1.6.0_24
0.00/0.15	c os.name		Linux
0.00/0.15	c os.version		2.6.18-164.el5
0.00/0.15	c os.arch		amd64
0.00/0.15	c Free memory 		6997539544
0.00/0.15	c Max memory 		7034241024
0.00/0.15	c Total memory 		7034241024
0.00/0.15	c Number of processors 	8
0.00/0.15	c --- Begin Solver configuration ---
0.00/0.15	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.15	c Learn all clauses as in MiniSAT
0.00/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.15	c Expensive reason simplification
0.00/0.15	c Armin Biere (Picosat) restarts strategy
0.00/0.15	c Glucose learned constraints deletion strategy
0.00/0.15	c timeout=2147483647s
0.00/0.15	c DB Simplification allowed=true
0.00/0.15	c --- End Solver configuration ---
0.00/0.15	c solving HOME/instance-3190270-1302597980.cnf
0.00/0.15	c reading problem ... 
0.28/0.37	c ... done. Wall clock time 0.283s.
0.28/0.37	c #vars     400
0.28/0.37	c #constraints  34000
0.28/0.37	c constraints type 
0.28/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34000
1.78/1.47	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.99/2.47	c cleaning 4248 clauses out of 8502 with flag 11000/11000
4.19/3.62	c cleaning 5622 clauses out of 11254 with flag 18000/18000
5.59/5.00	c cleaning 6812 clauses out of 13632 with flag 26000/26000
7.09/6.57	c cleaning 7911 clauses out of 15823 with flag 35003/35003
8.89/8.36	c cleaning 8953 clauses out of 17909 with flag 45000/45000
10.89/10.34	c cleaning 9977 clauses out of 19956 with flag 56000/56000
13.29/12.71	c cleaning 10983 clauses out of 21980 with flag 68001/68001
15.68/15.19	c cleaning 11994 clauses out of 23996 with flag 81000/81000
18.48/17.95	c cleaning 12999 clauses out of 26002 with flag 95000/95000
21.59/21.07	c cleaning 13996 clauses out of 28003 with flag 110000/110000
24.98/24.42	c cleaning 15000 clauses out of 30009 with flag 126002/126002
28.49/27.98	c cleaning 15997 clauses out of 32007 with flag 143000/143000
32.50/31.90	c cleaning 16999 clauses out of 34010 with flag 161000/161000
36.69/36.15	c cleaning 18001 clauses out of 36012 with flag 180001/180001
41.19/40.64	c cleaning 19003 clauses out of 38010 with flag 200000/200000
46.09/45.53	c cleaning 20003 clauses out of 40010 with flag 221003/221003
51.30/50.74	c cleaning 20998 clauses out of 42004 with flag 243000/243000
56.81/56.28	c cleaning 22000 clauses out of 44008 with flag 266002/266002
62.60/62.05	c cleaning 22996 clauses out of 46006 with flag 290000/290000
68.91/68.31	c cleaning 23999 clauses out of 48010 with flag 315000/315000
75.60/75.03	c cleaning 25000 clauses out of 50011 with flag 341000/341000
82.61/82.05	c cleaning 25998 clauses out of 52011 with flag 368000/368000
89.91/89.30	c cleaning 27001 clauses out of 54013 with flag 396000/396000
97.81/97.28	c cleaning 28005 clauses out of 56015 with flag 425003/425003
106.22/105.63	c cleaning 28997 clauses out of 58008 with flag 455001/455001
114.53/113.98	c cleaning 30001 clauses out of 60010 with flag 486000/486000
123.84/123.29	c cleaning 30996 clauses out of 62009 with flag 518000/518000
133.23/132.63	c cleaning 32002 clauses out of 64013 with flag 551000/551000
143.54/142.90	c cleaning 33000 clauses out of 66012 with flag 585001/585001
153.65/153.07	c cleaning 33497 clauses out of 67011 with flag 619000/619000
163.64/163.08	c cleaning 33751 clauses out of 67515 with flag 653001/653001
174.24/173.62	c cleaning 33876 clauses out of 67763 with flag 687000/687000
184.35/183.74	c cleaning 33934 clauses out of 67887 with flag 721000/721000
194.85/194.24	c cleaning 33969 clauses out of 67954 with flag 755001/755001
204.75/204.10	c cleaning 33984 clauses out of 67985 with flag 789001/789001
214.56/213.99	c cleaning 33995 clauses out of 68001 with flag 823001/823001
224.96/224.39	c cleaning 33999 clauses out of 68005 with flag 857000/857000
234.97/234.33	c cleaning 33998 clauses out of 68006 with flag 891000/891000
245.67/245.00	c cleaning 34005 clauses out of 68009 with flag 925001/925001
255.77/255.11	c cleaning 33996 clauses out of 68004 with flag 959001/959001
265.18/264.59	c cleaning 33997 clauses out of 68009 with flag 993002/993002
275.78/275.17	c cleaning 33997 clauses out of 68010 with flag 1027000/1027000
285.68/285.06	c cleaning 34000 clauses out of 68014 with flag 1061001/1061001
295.68/295.07	c cleaning 33999 clauses out of 68014 with flag 1095001/1095001
306.38/305.71	c cleaning 34006 clauses out of 68014 with flag 1129000/1129000
316.18/315.55	c cleaning 33998 clauses out of 68009 with flag 1163001/1163001
326.39/325.72	c cleaning 33995 clauses out of 68010 with flag 1197000/1197000
336.38/335.77	c cleaning 34000 clauses out of 68018 with flag 1231003/1231003
347.19/346.55	c cleaning 34000 clauses out of 68015 with flag 1265000/1265000
356.89/356.25	c cleaning 34006 clauses out of 68018 with flag 1299003/1299003
367.09/366.46	c cleaning 33991 clauses out of 68010 with flag 1333001/1333001
377.89/377.29	c cleaning 34001 clauses out of 68018 with flag 1367000/1367000
388.00/387.33	c cleaning 34006 clauses out of 68019 with flag 1401002/1401002
397.81/397.18	c cleaning 33992 clauses out of 68011 with flag 1435000/1435000
407.71/407.04	c cleaning 34004 clauses out of 68019 with flag 1469000/1469000
418.11/417.48	c cleaning 34001 clauses out of 68015 with flag 1503000/1503000
428.41/427.71	c cleaning 34002 clauses out of 68014 with flag 1537000/1537000
437.91/437.26	c cleaning 33992 clauses out of 68013 with flag 1571001/1571001
447.91/447.24	c cleaning 34001 clauses out of 68020 with flag 1605000/1605000
458.01/457.34	c cleaning 34004 clauses out of 68021 with flag 1639002/1639002
468.72/468.04	c cleaning 33999 clauses out of 68015 with flag 1673000/1673000
478.62/477.97	c cleaning 34001 clauses out of 68020 with flag 1707004/1707004
488.32/487.64	c cleaning 33999 clauses out of 68016 with flag 1741001/1741001
498.52/497.89	c cleaning 34002 clauses out of 68017 with flag 1775001/1775001
509.03/508.35	c cleaning 34002 clauses out of 68014 with flag 1809000/1809000
520.03/519.31	c cleaning 34005 clauses out of 68012 with flag 1843000/1843000
530.23/529.59	c cleaning 33999 clauses out of 68008 with flag 1877001/1877001
540.53/539.82	c cleaning 33993 clauses out of 68008 with flag 1911000/1911000
550.63/549.98	c cleaning 34002 clauses out of 68017 with flag 1945002/1945002
561.23/560.57	c cleaning 34005 clauses out of 68015 with flag 1979002/1979002
572.03/571.32	c cleaning 33996 clauses out of 68009 with flag 2013001/2013001
582.74/582.07	c cleaning 33998 clauses out of 68012 with flag 2047000/2047000
592.85/592.12	c cleaning 34001 clauses out of 68014 with flag 2081000/2081000
602.86/602.10	c cleaning 34000 clauses out of 68013 with flag 2115000/2115000
613.06/612.39	c cleaning 33991 clauses out of 68013 with flag 2149000/2149000
623.27/622.57	c cleaning 33999 clauses out of 68022 with flag 2183000/2183000
633.87/633.11	c cleaning 34006 clauses out of 68023 with flag 2217000/2217000
644.47/643.71	c cleaning 33996 clauses out of 68017 with flag 2251000/2251000
654.47/653.77	c cleaning 34002 clauses out of 68022 with flag 2285001/2285001
664.28/663.55	c cleaning 34002 clauses out of 68019 with flag 2319000/2319000
674.48/673.71	c cleaning 34004 clauses out of 68017 with flag 2353000/2353000
684.99/684.29	c cleaning 33998 clauses out of 68014 with flag 2387001/2387001
695.58/694.87	c cleaning 33990 clauses out of 68015 with flag 2421000/2421000
706.59/705.80	c cleaning 34003 clauses out of 68025 with flag 2455000/2455000
716.79/716.01	c cleaning 34003 clauses out of 68022 with flag 2489000/2489000
726.80/726.08	c cleaning 34001 clauses out of 68019 with flag 2523000/2523000
737.19/736.44	c cleaning 34002 clauses out of 68018 with flag 2557000/2557000
747.80/747.05	c cleaning 33997 clauses out of 68016 with flag 2591000/2591000
758.10/757.32	c cleaning 34001 clauses out of 68021 with flag 2625002/2625002
768.20/767.46	c cleaning 33995 clauses out of 68019 with flag 2659001/2659001
778.80/778.01	c cleaning 34001 clauses out of 68023 with flag 2693000/2693000
789.41/788.61	c cleaning 34004 clauses out of 68023 with flag 2727001/2727001
799.31/798.59	c cleaning 34005 clauses out of 68020 with flag 2761002/2761002
809.11/808.37	c cleaning 33999 clauses out of 68013 with flag 2795000/2795000
819.51/818.78	c cleaning 34006 clauses out of 68015 with flag 2829001/2829001
829.91/829.13	c cleaning 33996 clauses out of 68008 with flag 2863000/2863000
840.12/839.32	c cleaning 33997 clauses out of 68013 with flag 2897001/2897001
850.92/850.16	c cleaning 33999 clauses out of 68015 with flag 2931000/2931000
861.22/860.41	c cleaning 33994 clauses out of 68016 with flag 2965000/2965000
871.73/870.99	c cleaning 34007 clauses out of 68024 with flag 2999002/2999002
881.73/880.97	c cleaning 34001 clauses out of 68016 with flag 3033001/3033001
891.93/891.16	c cleaning 33997 clauses out of 68014 with flag 3067000/3067000
902.03/901.27	c cleaning 33997 clauses out of 68018 with flag 3101001/3101001
912.03/911.29	c cleaning 34000 clauses out of 68020 with flag 3135000/3135000
922.33/921.51	c cleaning 33998 clauses out of 68021 with flag 3169001/3169001
933.03/932.21	c cleaning 34006 clauses out of 68023 with flag 3203001/3203001
943.54/942.71	c cleaning 34001 clauses out of 68016 with flag 3237000/3237000
953.74/952.94	c cleaning 34002 clauses out of 68018 with flag 3271003/3271003
964.24/963.45	c cleaning 34002 clauses out of 68013 with flag 3305000/3305000
974.24/973.46	c cleaning 34000 clauses out of 68011 with flag 3339000/3339000
984.04/983.25	c cleaning 33992 clauses out of 68012 with flag 3373001/3373001
994.15/993.40	c cleaning 34005 clauses out of 68022 with flag 3407003/3407003
1004.66/1003.87	c cleaning 34005 clauses out of 68014 with flag 3441000/3441000
1014.86/1014.07	c cleaning 34002 clauses out of 68010 with flag 3475001/3475001
1025.36/1024.58	c cleaning 33997 clauses out of 68008 with flag 3509001/3509001
1036.66/1035.81	c cleaning 34000 clauses out of 68012 with flag 3543002/3543002
1047.66/1046.86	c cleaning 33994 clauses out of 68010 with flag 3577000/3577000
1058.76/1057.97	c cleaning 33997 clauses out of 68016 with flag 3611000/3611000
1069.37/1068.56	c cleaning 34002 clauses out of 68019 with flag 3645000/3645000
1079.67/1078.82	c cleaning 34004 clauses out of 68019 with flag 3679002/3679002
1089.97/1089.11	c cleaning 34000 clauses out of 68013 with flag 3713000/3713000
1100.57/1099.71	c cleaning 34002 clauses out of 68015 with flag 3747002/3747002
1110.88/1110.07	c cleaning 33991 clauses out of 68011 with flag 3781000/3781000
1120.88/1120.08	c cleaning 34003 clauses out of 68021 with flag 3815001/3815001
1131.28/1130.44	c cleaning 33992 clauses out of 68018 with flag 3849001/3849001
1142.18/1141.37	c cleaning 34001 clauses out of 68025 with flag 3883000/3883000
1153.09/1152.21	c cleaning 34009 clauses out of 68026 with flag 3917002/3917002
1164.69/1163.81	c cleaning 33999 clauses out of 68016 with flag 3951001/3951001
1176.19/1175.37	c cleaning 34004 clauses out of 68017 with flag 3985001/3985001
1186.40/1185.51	c cleaning 34000 clauses out of 68012 with flag 4019000/4019000
1196.40/1195.53	c cleaning 34003 clauses out of 68013 with flag 4053001/4053001
1206.70/1205.80	c cleaning 33991 clauses out of 68010 with flag 4087001/4087001
1216.80/1215.94	c cleaning 33995 clauses out of 68018 with flag 4121000/4121000
1226.90/1226.02	c cleaning 34006 clauses out of 68023 with flag 4155000/4155000
1237.20/1236.33	c cleaning 34001 clauses out of 68018 with flag 4189001/4189001
1248.21/1247.30	c cleaning 33996 clauses out of 68016 with flag 4223000/4223000
1258.81/1257.98	c cleaning 34008 clauses out of 68022 with flag 4257002/4257002
1270.33/1269.48	c cleaning 33998 clauses out of 68012 with flag 4291000/4291000
1281.53/1280.63	c cleaning 34000 clauses out of 68016 with flag 4325002/4325002
1292.43/1291.56	c cleaning 33997 clauses out of 68015 with flag 4359001/4359001
1300.94/1300.01	c starts		: 2019
1300.94/1300.01	c conflicts		: 4385469
1300.94/1300.01	c decisions		: 5472138
1300.94/1300.01	c propagations		: 159271080
1300.94/1300.01	c inspects		: 12934589388
1300.94/1300.01	c shortcuts		: 0
1300.94/1300.01	c learnt literals	: 0
1300.94/1300.01	c learnt binary clauses	: 0
1300.94/1300.01	c learnt ternary clauses	: 0
1300.94/1300.01	c learnt constraints	: 4385470
1300.94/1300.01	c ignored constraints	: 0
1300.94/1300.01	c root simplifications	: 2019
1300.94/1300.01	c removed literals (reason simplification)	: 31226954
1300.94/1300.01	c reason swapping (by a shorter reason)	: 0
1300.94/1300.01	c Calls to reduceDB	: 141
1300.94/1300.01	c speed (assignments/second)	: 122550.37171889404
1300.94/1300.01	c non guided choices	190
1300.94/1300.03	c learnt constraints type 
1300.94/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60505
1300.94/1300.03	c constraints type 
1300.94/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34000
1300.94/1300.03	s UNKNOWN
1300.94/1300.03	c Total wall clock time (in seconds) : 1299.921

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

running on 2 cores: 4,6

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: 3.68 3.89 3.35 18/232 29680
/proc/meminfo: memFree=11450484/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=23028 CPUtime=0 cores=4,6
/proc/29680/stat : 29680 (java) R 29678 29680 29350 0 -1 4202496 917 0 0 0 0 0 0 0 25 0 1 0 371396508 23580672 660 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210199684885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29680/statm: 5757 673 493 9 0 124 0

[startup+0.186989 s]
/proc/loadavg: 3.68 3.89 3.35 18/232 29680
/proc/meminfo: memFree=11450484/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7572852 CPUtime=0.17 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 10956 0 1 0 16 1 0 0 25 0 18 0 371396508 7754600448 10651 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1893213 10651 2164 9 0 1883951 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 7572852

[startup+0.228682 s]
/proc/loadavg: 3.68 3.89 3.35 18/232 29680
/proc/meminfo: memFree=11450484/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7573552 CPUtime=0.21 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 11217 0 1 0 20 1 0 0 25 0 18 0 371396508 7755317248 10872 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1893388 10872 2178 9 0 1884126 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 7573552

[startup+0.300998 s]
/proc/loadavg: 3.68 3.89 3.35 18/232 29680
/proc/meminfo: memFree=11450484/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7573552 CPUtime=0.28 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 11642 0 1 0 27 1 0 0 25 0 18 0 371396508 7755317248 11297 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1893388 11297 2185 9 0 1884126 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7573552

[startup+0.700936 s]
/proc/loadavg: 3.68 3.89 3.35 18/232 29680
/proc/meminfo: memFree=11450484/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7642144 CPUtime=1.01 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 14907 0 1 0 99 2 0 0 25 0 19 0 371396508 7825555456 13509 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1910536 13509 2223 9 0 1901274 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 7642144

[startup+1.5008 s]
/proc/loadavg: 3.68 3.89 3.35 5/262 29710
/proc/meminfo: memFree=11354936/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7642144 CPUtime=1.91 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 17654 0 1 0 188 3 0 0 25 0 19 0 371396508 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1910536 15825 2247 9 0 1901274 0
[pid=29680/tid=29682] ppid=29678 vsize=7642144 CPUtime=1.34 cores=4,6
/proc/29680/task/29682/stat : 29682 (java) S 29678 29680 29350 0 -1 4202560 10921 0 1 0 133 1 0 0 25 0 19 0 371396509 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29686] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29686/stat : 29686 (java) S 29678 29680 29350 0 -1 4202560 317 0 0 0 0 0 0 0 17 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29687] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29687/stat : 29687 (java) S 29678 29680 29350 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29688] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29688/stat : 29688 (java) S 29678 29680 29350 0 -1 4202560 152 0 0 0 0 0 0 0 17 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29689] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29689/stat : 29689 (java) S 29678 29680 29350 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29690] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29690/stat : 29690 (java) S 29678 29680 29350 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29691] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29691/stat : 29691 (java) S 29678 29680 29350 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29692] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29692/stat : 29692 (java) S 29678 29680 29350 0 -1 4202560 771 0 0 0 0 0 0 0 18 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29693] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29693/stat : 29693 (java) S 29678 29680 29350 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 19 0 371396510 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29694] ppid=29678 vsize=7642144 CPUtime=0.01 cores=4,6
/proc/29680/task/29694/stat : 29694 (java) R 29678 29680 29350 0 -1 4202560 19 0 0 0 1 0 0 0 17 0 19 0 371396511 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 47484615851443 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=29680/tid=29695] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29695/stat : 29695 (java) S 29678 29680 29350 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371396512 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29698] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29698/stat : 29698 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396512 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29703] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29703/stat : 29703 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216470961 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29704] ppid=29678 vsize=7642144 CPUtime=0.27 cores=4,6
/proc/29680/task/29704/stat : 29704 (java) S 29678 29680 29350 0 -1 4202560 1818 0 0 0 27 0 0 0 18 0 19 0 371396514 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29705] ppid=29678 vsize=7642144 CPUtime=0.25 cores=4,6
/proc/29680/task/29705/stat : 29705 (java) S 29678 29680 29350 0 -1 4202560 2451 0 0 0 25 0 0 0 18 0 19 0 371396514 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29706] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29706/stat : 29706 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29707] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29707/stat : 29707 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371396514 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29710] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29710/stat : 29710 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396546 7825555456 15825 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 7642144

[startup+3.10159 s]
/proc/loadavg: 3.68 3.89 3.35 5/262 29710
/proc/meminfo: memFree=11285248/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7642144 CPUtime=3.69 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 26142 0 1 0 365 4 0 0 25 0 19 0 371396508 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1910536 22133 2254 9 0 1901274 0
[pid=29680/tid=29682] ppid=29678 vsize=7642144 CPUtime=2.89 cores=4,6
/proc/29680/task/29682/stat : 29682 (java) R 29678 29680 29350 0 -1 4202560 10923 0 1 0 288 1 0 0 18 0 19 0 371396509 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 46912505622438 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29680/tid=29686] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29686/stat : 29686 (java) S 29678 29680 29350 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29687] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29687/stat : 29687 (java) S 29678 29680 29350 0 -1 4202560 502 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29688] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29688/stat : 29688 (java) S 29678 29680 29350 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29689] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29689/stat : 29689 (java) S 29678 29680 29350 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29690] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29690/stat : 29690 (java) S 29678 29680 29350 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29691] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29691/stat : 29691 (java) S 29678 29680 29350 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29692] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29692/stat : 29692 (java) S 29678 29680 29350 0 -1 4202560 771 0 0 0 0 0 0 0 18 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29693] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29693/stat : 29693 (java) S 29678 29680 29350 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29694] ppid=29678 vsize=7642144 CPUtime=0.03 cores=4,6
/proc/29680/task/29694/stat : 29694 (java) S 29678 29680 29350 0 -1 4202560 1453 0 0 0 3 0 0 0 15 0 19 0 371396511 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 0 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29695] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29695/stat : 29695 (java) S 29678 29680 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29698] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29698/stat : 29698 (java) S 29678 29680 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29703] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29703/stat : 29703 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216470961 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29704] ppid=29678 vsize=7642144 CPUtime=0.28 cores=4,6
/proc/29680/task/29704/stat : 29704 (java) S 29678 29680 29350 0 -1 4202560 1819 0 0 0 28 0 0 0 18 0 19 0 371396514 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29705] ppid=29678 vsize=7642144 CPUtime=0.43 cores=4,6
/proc/29680/task/29705/stat : 29705 (java) S 29678 29680 29350 0 -1 4202560 9002 0 0 0 42 1 0 0 15 0 19 0 371396514 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29706] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29706/stat : 29706 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29707] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29707/stat : 29707 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371396514 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29710] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29710/stat : 29710 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396546 7825555456 22133 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 7642144

[startup+6.30106 s]
/proc/loadavg: 3.95 3.94 3.37 5/262 29710
/proc/meminfo: memFree=11253068/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7642144 CPUtime=6.89 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 26580 0 1 0 685 4 0 0 25 0 19 0 371396508 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1910536 22109 2254 9 0 1901274 0
[pid=29680/tid=29682] ppid=29678 vsize=7642144 CPUtime=6 cores=4,6
/proc/29680/task/29682/stat : 29682 (java) R 29678 29680 29350 0 -1 4202560 10926 0 1 0 599 1 0 0 22 0 19 0 371396509 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 46912505600539 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29680/tid=29686] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29686/stat : 29686 (java) S 29678 29680 29350 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29687] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29687/stat : 29687 (java) S 29678 29680 29350 0 -1 4202560 502 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29688] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29688/stat : 29688 (java) S 29678 29680 29350 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29689] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29689/stat : 29689 (java) S 29678 29680 29350 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29690] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29690/stat : 29690 (java) S 29678 29680 29350 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29691] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29691/stat : 29691 (java) S 29678 29680 29350 0 -1 4202560 291 0 0 0 0 0 0 0 16 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29692] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29692/stat : 29692 (java) S 29678 29680 29350 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29693] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29693/stat : 29693 (java) S 29678 29680 29350 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371396510 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29694] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29694/stat : 29694 (java) S 29678 29680 29350 0 -1 4202560 1587 0 0 0 8 0 0 0 15 0 19 0 371396511 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 0 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29695] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29695/stat : 29695 (java) S 29678 29680 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29698] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29698/stat : 29698 (java) S 29678 29680 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29703] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29703/stat : 29703 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216470961 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29704] ppid=29678 vsize=7642144 CPUtime=0.28 cores=4,6
/proc/29680/task/29704/stat : 29704 (java) S 29678 29680 29350 0 -1 4202560 1819 0 0 0 28 0 0 0 18 0 19 0 371396514 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29705] ppid=29678 vsize=7642144 CPUtime=0.47 cores=4,6
/proc/29680/task/29705/stat : 29705 (java) S 29678 29680 29350 0 -1 4202560 9010 0 0 0 46 1 0 0 15 0 19 0 371396514 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29706] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29706/stat : 29706 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29707] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29707/stat : 29707 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371396514 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29710] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29710/stat : 29710 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396546 7825555456 22109 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 7642144

[startup+12.701 s]

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

[pid=29680/tid=29691] ppid=29678 vsize=7642144 CPUtime=0.07 cores=4,6
/proc/29680/task/29691/stat : 29691 (java) S 29678 29680 29350 0 -1 4202560 923 0 0 0 7 0 0 0 15 0 19 0 371396510 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29692] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29692/stat : 29692 (java) S 29678 29680 29350 0 -1 4202560 919 0 0 0 8 0 0 0 15 0 19 0 371396510 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29693] ppid=29678 vsize=7642144 CPUtime=0.1 cores=4,6
/proc/29680/task/29693/stat : 29693 (java) S 29678 29680 29350 0 -1 4202560 996 0 0 0 10 0 0 0 15 0 19 0 371396510 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29694] ppid=29678 vsize=7642144 CPUtime=4.1 cores=4,6
/proc/29680/task/29694/stat : 29694 (java) S 29678 29680 29350 0 -1 4202560 3733 0 0 0 409 1 0 0 15 0 19 0 371396511 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 0 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29695] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29695/stat : 29695 (java) S 29678 29680 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29698] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29698/stat : 29698 (java) S 29678 29680 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29703] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29703/stat : 29703 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216470961 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29704] ppid=29678 vsize=7642144 CPUtime=0.28 cores=4,6
/proc/29680/task/29704/stat : 29704 (java) S 29678 29680 29350 0 -1 4202560 1819 0 0 0 28 0 0 0 18 0 19 0 371396514 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29705] ppid=29678 vsize=7642144 CPUtime=0.49 cores=4,6
/proc/29680/task/29705/stat : 29705 (java) S 29678 29680 29350 0 -1 4202560 9040 0 0 0 48 1 0 0 15 0 19 0 371396514 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29706] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29706/stat : 29706 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29707] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29707/stat : 29707 (java) S 29678 29680 29350 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 371396514 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29710] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29710/stat : 29710 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396546 7825555456 28571 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.2
Current children cumulated vsize (KiB) 7642144

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.82 5/262 29755
/proc/meminfo: memFree=10973516/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7642144 CPUtime=1243.21 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 33323 0 1 0 124310 11 0 0 25 0 19 0 371396508 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1910536 28579 2255 9 0 1901274 0
[pid=29680/tid=29682] ppid=29678 vsize=7642144 CPUtime=1237.36 cores=4,6
/proc/29680/task/29682/stat : 29682 (java) R 29678 29680 29350 0 -1 4202560 12428 0 1 0 123729 7 0 0 25 0 19 0 371396509 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 46912505600199 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29680/tid=29686] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29686/stat : 29686 (java) S 29678 29680 29350 0 -1 4202560 572 0 0 0 11 0 0 0 16 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29687] ppid=29678 vsize=7642144 CPUtime=0.06 cores=4,6
/proc/29680/task/29687/stat : 29687 (java) S 29678 29680 29350 0 -1 4202560 515 0 0 0 6 0 0 0 15 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29688] ppid=29678 vsize=7642144 CPUtime=0.07 cores=4,6
/proc/29680/task/29688/stat : 29688 (java) S 29678 29680 29350 0 -1 4202560 607 0 0 0 7 0 0 0 16 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29689] ppid=29678 vsize=7642144 CPUtime=0.09 cores=4,6
/proc/29680/task/29689/stat : 29689 (java) S 29678 29680 29350 0 -1 4202560 27 0 0 0 9 0 0 0 15 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29690] ppid=29678 vsize=7642144 CPUtime=0.1 cores=4,6
/proc/29680/task/29690/stat : 29690 (java) S 29678 29680 29350 0 -1 4202560 509 0 0 0 10 0 0 0 15 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29691] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29691/stat : 29691 (java) S 29678 29680 29350 0 -1 4202560 923 0 0 0 8 0 0 0 15 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29692] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29692/stat : 29692 (java) S 29678 29680 29350 0 -1 4202560 919 0 0 0 8 0 0 0 15 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29693] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29693/stat : 29693 (java) S 29678 29680 29350 0 -1 4202560 996 0 0 0 11 0 0 0 15 0 19 0 371396510 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29694] ppid=29678 vsize=7642144 CPUtime=4.31 cores=4,6
/proc/29680/task/29694/stat : 29694 (java) S 29678 29680 29350 0 -1 4202560 3745 0 0 0 430 1 0 0 15 0 19 0 371396511 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 0 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29695] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29695/stat : 29695 (java) S 29678 29680 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29698] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29698/stat : 29698 (java) S 29678 29680 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29703] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29703/stat : 29703 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216470961 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29704] ppid=29678 vsize=7642144 CPUtime=0.28 cores=4,6
/proc/29680/task/29704/stat : 29704 (java) S 29678 29680 29350 0 -1 4202560 1819 0 0 0 28 0 0 0 18 0 19 0 371396514 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29705] ppid=29678 vsize=7642144 CPUtime=0.49 cores=4,6
/proc/29680/task/29705/stat : 29705 (java) S 29678 29680 29350 0 -1 4202560 9040 0 0 0 48 1 0 0 15 0 19 0 371396514 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29706] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29706/stat : 29706 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29707] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29707/stat : 29707 (java) S 29678 29680 29350 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 371396514 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29710] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29710/stat : 29710 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396546 7825555456 28579 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.21
Current children cumulated vsize (KiB) 7642144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.83 5/225 29765
/proc/meminfo: memFree=11325032/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7642144 CPUtime=1300.94 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 33379 0 1 0 130082 12 0 0 25 0 19 0 371396508 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1910536 28622 2255 9 0 1901274 0
[pid=29680/tid=29682] ppid=29678 vsize=7642144 CPUtime=1294.88 cores=4,6
/proc/29680/task/29682/stat : 29682 (java) R 29678 29680 29350 0 -1 4202560 12433 0 1 0 129481 7 0 0 25 0 19 0 371396509 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 46912505166928 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29680/tid=29686] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29686/stat : 29686 (java) S 29678 29680 29350 0 -1 4202560 572 0 0 0 11 0 0 0 16 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29687] ppid=29678 vsize=7642144 CPUtime=0.06 cores=4,6
/proc/29680/task/29687/stat : 29687 (java) S 29678 29680 29350 0 -1 4202560 515 0 0 0 6 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29688] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29688/stat : 29688 (java) S 29678 29680 29350 0 -1 4202560 607 0 0 0 8 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29689] ppid=29678 vsize=7642144 CPUtime=0.1 cores=4,6
/proc/29680/task/29689/stat : 29689 (java) S 29678 29680 29350 0 -1 4202560 27 0 0 0 10 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29690] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29690/stat : 29690 (java) S 29678 29680 29350 0 -1 4202560 510 0 0 0 11 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29691] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29691/stat : 29691 (java) S 29678 29680 29350 0 -1 4202560 923 0 0 0 8 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29692] ppid=29678 vsize=7642144 CPUtime=0.09 cores=4,6
/proc/29680/task/29692/stat : 29692 (java) S 29678 29680 29350 0 -1 4202560 919 0 0 0 9 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29693] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29693/stat : 29693 (java) S 29678 29680 29350 0 -1 4202560 996 0 0 0 11 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29694] ppid=29678 vsize=7642144 CPUtime=4.48 cores=4,6
/proc/29680/task/29694/stat : 29694 (java) S 29678 29680 29350 0 -1 4202560 3791 0 0 0 447 1 0 0 15 0 19 0 371396511 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 0 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29695] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29695/stat : 29695 (java) S 29678 29680 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29698] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29698/stat : 29698 (java) S 29678 29680 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29703] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29703/stat : 29703 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216470961 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29704] ppid=29678 vsize=7642144 CPUtime=0.28 cores=4,6
/proc/29680/task/29704/stat : 29704 (java) S 29678 29680 29350 0 -1 4202560 1819 0 0 0 28 0 0 0 18 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29705] ppid=29678 vsize=7642144 CPUtime=0.49 cores=4,6
/proc/29680/task/29705/stat : 29705 (java) S 29678 29680 29350 0 -1 4202560 9040 0 0 0 48 1 0 0 15 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29706] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29706/stat : 29706 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29707] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29707/stat : 29707 (java) S 29678 29680 29350 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29710] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29710/stat : 29710 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396546 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.94
Current children cumulated vsize (KiB) 7642144

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.00 4.01 3.83 5/225 29765
/proc/meminfo: memFree=11325032/32951124 swapFree=67111528/67111528
[pid=29680] ppid=29678 vsize=7642144 CPUtime=1300.94 cores=4,6
/proc/29680/stat : 29680 (java) S 29678 29680 29350 0 -1 4202496 33379 0 1 0 130082 12 0 0 25 0 19 0 371396508 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29680/statm: 1910536 28622 2255 9 0 1901274 0
[pid=29680/tid=29682] ppid=29678 vsize=7642144 CPUtime=1294.88 cores=4,6
/proc/29680/task/29682/stat : 29682 (java) R 29678 29680 29350 0 -1 4202560 12433 0 1 0 129481 7 0 0 25 0 19 0 371396509 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 46912505166928 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29680/tid=29686] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29686/stat : 29686 (java) S 29678 29680 29350 0 -1 4202560 572 0 0 0 11 0 0 0 16 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29687] ppid=29678 vsize=7642144 CPUtime=0.06 cores=4,6
/proc/29680/task/29687/stat : 29687 (java) S 29678 29680 29350 0 -1 4202560 515 0 0 0 6 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29688] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29688/stat : 29688 (java) S 29678 29680 29350 0 -1 4202560 607 0 0 0 8 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29689] ppid=29678 vsize=7642144 CPUtime=0.1 cores=4,6
/proc/29680/task/29689/stat : 29689 (java) S 29678 29680 29350 0 -1 4202560 27 0 0 0 10 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29690] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29690/stat : 29690 (java) S 29678 29680 29350 0 -1 4202560 510 0 0 0 11 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29691] ppid=29678 vsize=7642144 CPUtime=0.08 cores=4,6
/proc/29680/task/29691/stat : 29691 (java) S 29678 29680 29350 0 -1 4202560 923 0 0 0 8 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29692] ppid=29678 vsize=7642144 CPUtime=0.09 cores=4,6
/proc/29680/task/29692/stat : 29692 (java) S 29678 29680 29350 0 -1 4202560 919 0 0 0 9 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29693] ppid=29678 vsize=7642144 CPUtime=0.11 cores=4,6
/proc/29680/task/29693/stat : 29693 (java) S 29678 29680 29350 0 -1 4202560 996 0 0 0 11 0 0 0 15 0 19 0 371396510 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29694] ppid=29678 vsize=7642144 CPUtime=4.48 cores=4,6
/proc/29680/task/29694/stat : 29694 (java) S 29678 29680 29350 0 -1 4202560 3791 0 0 0 447 1 0 0 15 0 19 0 371396511 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 0 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29695] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29695/stat : 29695 (java) S 29678 29680 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29698] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29698/stat : 29698 (java) S 29678 29680 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371396512 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29703] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29703/stat : 29703 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216470961 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29704] ppid=29678 vsize=7642144 CPUtime=0.28 cores=4,6
/proc/29680/task/29704/stat : 29704 (java) S 29678 29680 29350 0 -1 4202560 1819 0 0 0 28 0 0 0 18 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29705] ppid=29678 vsize=7642144 CPUtime=0.49 cores=4,6
/proc/29680/task/29705/stat : 29705 (java) S 29678 29680 29350 0 -1 4202560 9040 0 0 0 48 1 0 0 15 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
[pid=29680/tid=29706] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29706/stat : 29706 (java) S 29678 29680 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463257 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29707] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29707/stat : 29707 (java) S 29678 29680 29350 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 371396514 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 6 0 0 0
[pid=29680/tid=29710] ppid=29678 vsize=7642144 CPUtime=0 cores=4,6
/proc/29680/task/29710/stat : 29710 (java) S 29678 29680 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371396546 7825555456 28622 33554432000 1073741824 1073778376 140733510270112 18446744073709551615 210216463872 0 4 0 16800975 18446604447211694080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.94
Current children cumulated vsize (KiB) 7642144

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.01
CPU user time (s): 1300.88
CPU system time (s): 0.12898
CPU usage (%): 100.074
Max. virtual memory (cumulated for all children) (KiB): 7642144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.88
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33420
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= 30574
involuntary context switches= 7767

runsolver used 2.23966 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-12 10:46:20
IDJOB=3190270
IDBENCH=82601
IDSOLVER=1611
FILE ID=node130/3190270-1302597980
RUNJOBID= node130-1302596677-29369
PBS_JOBID= 12958086
Free space on /tmp= 71572 MiB

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

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

MD5SUM BENCH= 950830e22ef92fb7f22c5b3c987a21f5
RANDOM SEED=1338824997

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11451308 kB
Buffers:        760352 kB
Cached:       20144848 kB
SwapCached:          0 kB
Active:       10103740 kB
Inactive:     10969520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11451308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4044 kB
Writeback:           0 kB
AnonPages:      167472 kB
Mapped:          23428 kB
Slab:           362232 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21963336 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= 71572 MiB
End job on node130 at 2011-04-12 11:08:02