Trace number 3293123

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

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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.06/0.07	c no version file found!!!
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		6997539544
0.06/0.07	c Max memory 		7034241024
0.06/0.07	c Total memory 		7034241024
0.06/0.07	c Number of processors 	8
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3293123-1303793464.cnf
0.06/0.09	c reading problem ... 
0.09/0.21	c ... done. Wall clock time 0.098s.
0.09/0.21	c #vars     5910
0.09/0.21	c #constraints  16804
0.09/0.21	c constraints type 
0.09/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3762
0.09/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13041
2.99/2.89	c cleaning 2498 clauses out of 4999 with flag 5000/5000
7.30/7.12	c cleaning 4246 clauses out of 8501 with flag 11000/11000
11.69/11.58	c cleaning 5621 clauses out of 11255 with flag 18000/18000
17.45/17.42	c cleaning 6811 clauses out of 13634 with flag 26001/26001
25.63/25.65	c cleaning 7905 clauses out of 15822 with flag 35000/35000
33.79/33.89	c cleaning 8957 clauses out of 17917 with flag 45000/45000
43.18/43.21	c cleaning 9980 clauses out of 19960 with flag 56000/56000
54.27/54.31	c cleaning 10987 clauses out of 21981 with flag 68001/68001
65.15/65.29	c cleaning 11275 clauses out of 22558 with flag 81000/81000
77.64/77.76	c cleaning 12638 clauses out of 25284 with flag 95001/95001
91.13/91.22	c cleaning 12846 clauses out of 25713 with flag 110001/110001
106.51/106.61	c cleaning 14427 clauses out of 28868 with flag 126002/126002
126.68/126.87	c cleaning 15715 clauses out of 31440 with flag 143001/143001
143.25/143.50	c cleaning 16352 clauses out of 32724 with flag 160000/160000
163.23/163.44	c cleaning 16675 clauses out of 33373 with flag 177001/177001
183.97/184.29	c cleaning 16835 clauses out of 33697 with flag 194000/194000
202.26/202.57	c cleaning 16921 clauses out of 33863 with flag 211001/211001
218.34/218.64	c cleaning 16949 clauses out of 33942 with flag 228001/228001
237.93/238.20	c cleaning 16986 clauses out of 33993 with flag 245001/245001
259.60/259.92	c cleaning 16997 clauses out of 34007 with flag 262001/262001
276.80/277.13	c cleaning 16990 clauses out of 34010 with flag 279001/279001
282.69/283.08	c cleaning 17010 clauses out of 34020 with flag 296001/296001
298.70/299.00	c cleaning 15766 clauses out of 31544 with flag 313000/313000
317.09/317.48	c cleaning 16381 clauses out of 32778 with flag 330000/330000
332.18/332.56	c cleaning 16686 clauses out of 33397 with flag 347000/347000
350.46/350.90	c cleaning 16841 clauses out of 33712 with flag 364001/364001
367.34/367.77	c cleaning 16920 clauses out of 33873 with flag 381003/381003
385.12/385.57	c cleaning 16964 clauses out of 33950 with flag 398000/398000
400.21/400.66	c cleaning 16988 clauses out of 33986 with flag 415000/415000
417.69/418.10	c cleaning 16994 clauses out of 33998 with flag 432000/432000
436.67/437.13	c cleaning 16980 clauses out of 34004 with flag 449000/449000
455.54/456.00	c cleaning 16997 clauses out of 34026 with flag 466002/466002
474.64/475.16	c cleaning 17010 clauses out of 34027 with flag 483000/483000
494.12/494.61	c cleaning 16997 clauses out of 34017 with flag 500000/500000
512.31/512.90	c cleaning 16997 clauses out of 34020 with flag 517000/517000
531.49/532.01	c cleaning 17009 clauses out of 34023 with flag 534000/534000
548.38/548.95	c cleaning 17003 clauses out of 34015 with flag 551001/551001
565.65/566.25	c cleaning 16998 clauses out of 34012 with flag 568003/568003
584.55/585.14	c cleaning 16997 clauses out of 34011 with flag 585000/585000
606.99/607.66	c cleaning 16996 clauses out of 34015 with flag 602001/602001
622.49/623.16	c cleaning 16998 clauses out of 34018 with flag 619000/619000
639.28/639.97	c cleaning 16998 clauses out of 34020 with flag 636000/636000
660.25/660.94	c cleaning 16999 clauses out of 34024 with flag 653002/653002
676.23/676.95	c cleaning 16997 clauses out of 34023 with flag 670000/670000
694.42/695.15	c cleaning 16998 clauses out of 34027 with flag 687001/687001
714.59/715.30	c cleaning 17009 clauses out of 34028 with flag 704000/704000
728.59/729.39	c cleaning 17006 clauses out of 34019 with flag 721000/721000
746.57/747.33	c cleaning 16994 clauses out of 34014 with flag 738001/738001
764.35/765.18	c cleaning 17001 clauses out of 34020 with flag 755001/755001
783.62/784.46	c cleaning 17000 clauses out of 34019 with flag 772001/772001
802.51/803.30	c cleaning 17001 clauses out of 34018 with flag 789000/789000
816.71/817.55	c cleaning 17004 clauses out of 34017 with flag 806000/806000
835.59/836.40	c cleaning 16994 clauses out of 34013 with flag 823000/823000
852.26/853.19	c cleaning 16994 clauses out of 34019 with flag 840000/840000
871.37/872.23	c cleaning 16998 clauses out of 34025 with flag 857000/857000
889.21/890.18	c cleaning 16998 clauses out of 34027 with flag 874000/874000
909.97/910.98	c cleaning 16996 clauses out of 34030 with flag 891001/891001
929.27/930.22	c cleaning 17003 clauses out of 34033 with flag 908000/908000
944.26/945.20	c cleaning 16988 clauses out of 34030 with flag 925000/925000
961.13/962.16	c cleaning 17008 clauses out of 34042 with flag 942000/942000
978.83/979.82	c cleaning 16993 clauses out of 34034 with flag 959000/959000
992.72/993.70	c cleaning 17014 clauses out of 34042 with flag 976001/976001
1007.90/1008.98	c cleaning 16999 clauses out of 34027 with flag 993000/993000
1025.69/1026.76	c cleaning 16999 clauses out of 34029 with flag 1010001/1010001
1040.17/1041.25	c cleaning 17000 clauses out of 34029 with flag 1027000/1027000
1059.86/1060.98	c cleaning 16996 clauses out of 34029 with flag 1044000/1044000
1076.15/1077.27	c cleaning 16986 clauses out of 34033 with flag 1061000/1061000
1092.63/1093.76	c cleaning 16998 clauses out of 34047 with flag 1078000/1078000
1109.81/1110.97	c cleaning 17007 clauses out of 34049 with flag 1095000/1095000
1126.96/1128.15	c cleaning 17012 clauses out of 34043 with flag 1112001/1112001
1142.64/1143.90	c cleaning 17008 clauses out of 34030 with flag 1129000/1129000
1158.43/1159.68	c cleaning 16994 clauses out of 34022 with flag 1146000/1146000
1174.54/1175.75	c cleaning 17002 clauses out of 34029 with flag 1163001/1163001
1193.34/1194.59	c cleaning 17000 clauses out of 34026 with flag 1180000/1180000
1214.32/1215.51	c cleaning 16999 clauses out of 34026 with flag 1197000/1197000
1229.81/1231.07	c cleaning 17006 clauses out of 34029 with flag 1214002/1214002
1251.10/1252.36	c cleaning 16996 clauses out of 34021 with flag 1231000/1231000
1268.77/1270.02	c cleaning 16978 clauses out of 34025 with flag 1248000/1248000
1285.57/1286.82	c cleaning 17016 clauses out of 34048 with flag 1265001/1265001
1298.76/1300.01	c starts		: 1316
1298.76/1300.01	c conflicts		: 1277732
1298.76/1300.01	c decisions		: 1507600
1298.76/1300.01	c propagations		: 1515101077
1298.76/1300.01	c inspects		: 9713362315
1298.76/1300.01	c shortcuts		: 0
1298.76/1300.01	c learnt literals	: 6
1298.76/1300.01	c learnt binary clauses	: 563
1298.76/1300.01	c learnt ternary clauses	: 1136
1298.76/1300.01	c learnt constraints	: 1277726
1298.76/1300.01	c ignored constraints	: 0
1298.76/1300.01	c root simplifications	: 1322
1298.76/1300.01	c removed literals (reason simplification)	: 207998706
1298.76/1300.01	c reason swapping (by a shorter reason)	: 0
1298.76/1300.01	c Calls to reduceDB	: 79
1298.76/1300.01	c speed (assignments/second)	: 1165619.2772103937
1298.76/1300.01	c non guided choices	172
1298.76/1300.04	c learnt constraints type 
1298.76/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 541
1298.76/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29234
1298.76/1300.04	c constraints type 
1298.76/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3762
1298.76/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13041
1298.76/1300.04	s UNKNOWN
1298.76/1300.04	c Total wall clock time (in seconds) : 1299.924

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3293123-1303793464/watcher-3293123-1303793464 -o /tmp/evaluation-result-3293123-1303793464/solver-3293123-1303793464 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293123-1303793464.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.14 3.79 3.71 8/241 19911
/proc/meminfo: memFree=17876236/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=35840 CPUtime=0 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 1316 0 0 0 0 0 0 0 25 0 2 0 490946057 36700160 1022 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 8947 1018 783 9 0 386 0
[pid=19911/tid=19912] ppid=19909 vsize=35788 CPUtime=0 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) S 19909 19911 19705 0 -1 4202560 210 0 0 0 0 0 0 0 25 0 2 0 490946057 36646912 1027 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210647166534 0 0 0 16784584 4815799911058505727 0 0 -1 4 0 0 0

[startup+0.0760629 s]
/proc/loadavg: 3.14 3.79 3.71 8/241 19911
/proc/meminfo: memFree=17876236/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 9487 0 1 0 5 1 0 0 25 0 18 0 490946057 7751618560 9182 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1892485 9182 1754 9 0 1883223 0
[pid=19911/tid=19912] ppid=19909 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 8310 0 1 0 5 1 0 0 25 0 18 0 490946057 7751618560 9182 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658973131 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100999 s]
/proc/loadavg: 3.14 3.79 3.71 8/241 19911
/proc/meminfo: memFree=17876236/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7636040 CPUtime=0.09 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 10267 0 1 0 8 1 0 0 25 0 18 0 490946057 7819304960 9962 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1909010 9962 2021 9 0 1899748 0
[pid=19911/tid=19912] ppid=19909 vsize=7636040 CPUtime=0.08 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 8682 0 1 0 7 1 0 0 18 0 18 0 490946057 7819304960 9962 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505183275 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636040

[startup+0.334343 s]
/proc/loadavg: 3.14 3.79 3.71 8/241 19911
/proc/meminfo: memFree=17876236/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=0.52 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 12161 0 1 0 51 1 0 0 25 0 19 0 490946057 7824257024 11585 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 11585 2220 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=0.29 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9256 0 1 0 28 1 0 0 18 0 19 0 490946057 7824257024 11585 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 47360941275987 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 7640876

[startup+0.700959 s]
/proc/loadavg: 3.14 3.79 3.71 8/241 19911
/proc/meminfo: memFree=17876236/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=0.95 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 12259 0 1 0 94 1 0 0 25 0 19 0 490946057 7824257024 11683 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 11683 2223 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=0.66 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9343 0 1 0 65 1 0 0 18 0 19 0 490946057 7824257024 11683 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505600474 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 7640876

[startup+1.50083 s]
/proc/loadavg: 3.45 3.84 3.73 8/260 19930
/proc/meminfo: memFree=17800584/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=1.79 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 12494 0 1 0 177 2 0 0 25 0 19 0 490946057 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 11917 2226 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=1.46 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9530 0 1 0 145 1 0 0 18 0 19 0 490946057 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505643872 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19911/tid=19914] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19914/stat : 19914 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19915] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19915/stat : 19915 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19916] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19916/stat : 19916 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19917] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19917/stat : 19917 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19918] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19918/stat : 19918 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19919] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19919/stat : 19919 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19920] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19920/stat : 19920 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19921] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19921/stat : 19921 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946058 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19922] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19922/stat : 19922 (java) S 19909 19911 19705 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 490946059 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 0 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19923] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19923/stat : 19923 (java) S 19909 19911 19705 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490946060 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19924] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19924/stat : 19924 (java) S 19909 19911 19705 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490946060 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19925] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19925/stat : 19925 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658970033 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19926] ppid=19909 vsize=7640876 CPUtime=0.18 cores=4,6
/proc/19911/task/19926/stat : 19926 (java) S 19909 19911 19705 0 -1 4202560 1044 0 0 0 18 0 0 0 15 0 19 0 490946062 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19927] ppid=19909 vsize=7640876 CPUtime=0.13 cores=4,6
/proc/19911/task/19927/stat : 19927 (java) S 19909 19911 19705 0 -1 4202560 757 0 0 0 13 0 0 0 16 0 19 0 490946062 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19928] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19928/stat : 19928 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19929] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19929/stat : 19929 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490946062 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19930] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19930/stat : 19930 (java) S 19909 19911 19705 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 490946077 7824257024 11917 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 7640876

[startup+3.10149 s]
/proc/loadavg: 3.45 3.84 3.73 5/260 19930
/proc/meminfo: memFree=17781872/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=3.29 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 14216 0 1 0 325 4 0 0 25 0 19 0 490946057 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 13637 2252 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=2.87 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9764 0 1 0 284 3 0 0 20 0 19 0 490946057 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505577767 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19911/tid=19914] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19914/stat : 19914 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19915] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19915/stat : 19915 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19916] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19916/stat : 19916 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19917] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19917/stat : 19917 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19918] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19918/stat : 19918 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19919] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19919/stat : 19919 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19920] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19920/stat : 19920 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19921] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19921/stat : 19921 (java) S 19909 19911 19705 0 -1 4202560 737 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19922] ppid=19909 vsize=7640876 CPUtime=0.02 cores=4,6
/proc/19911/task/19922/stat : 19922 (java) S 19909 19911 19705 0 -1 4202560 744 0 0 0 2 0 0 0 16 0 19 0 490946059 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 0 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19923] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19923/stat : 19923 (java) S 19909 19911 19705 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19924] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19924/stat : 19924 (java) S 19909 19911 19705 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19925] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19925/stat : 19925 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658970033 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19926] ppid=19909 vsize=7640876 CPUtime=0.18 cores=4,6
/proc/19911/task/19926/stat : 19926 (java) S 19909 19911 19705 0 -1 4202560 1044 0 0 0 18 0 0 0 15 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19927] ppid=19909 vsize=7640876 CPUtime=0.18 cores=4,6
/proc/19911/task/19927/stat : 19927 (java) S 19909 19911 19705 0 -1 4202560 767 0 0 0 18 0 0 0 16 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19928] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19928/stat : 19928 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19929] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19929/stat : 19929 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19930] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19930/stat : 19930 (java) S 19909 19911 19705 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 490946077 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 7640876

[startup+6.30096 s]
/proc/loadavg: 3.45 3.84 3.73 5/260 19931
/proc/meminfo: memFree=17779356/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=6.47 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 14217 0 1 0 643 4 0 0 25 0 19 0 490946057 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 13637 2252 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=6.05 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9765 0 1 0 602 3 0 0 25 0 19 0 490946057 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505615474 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19911/tid=19914] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19914/stat : 19914 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19915] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19915/stat : 19915 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19916] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19916/stat : 19916 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19917] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19917/stat : 19917 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19918] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19918/stat : 19918 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19919] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19919/stat : 19919 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19920] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19920/stat : 19920 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19921] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19921/stat : 19921 (java) S 19909 19911 19705 0 -1 4202560 737 0 0 0 0 0 0 0 17 0 19 0 490946058 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19922] ppid=19909 vsize=7640876 CPUtime=0.02 cores=4,6
/proc/19911/task/19922/stat : 19922 (java) S 19909 19911 19705 0 -1 4202560 744 0 0 0 2 0 0 0 15 0 19 0 490946059 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 0 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19923] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19923/stat : 19923 (java) S 19909 19911 19705 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19924] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19924/stat : 19924 (java) S 19909 19911 19705 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19925] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19925/stat : 19925 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658970033 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19926] ppid=19909 vsize=7640876 CPUtime=0.18 cores=4,6
/proc/19911/task/19926/stat : 19926 (java) S 19909 19911 19705 0 -1 4202560 1044 0 0 0 18 0 0 0 15 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19927] ppid=19909 vsize=7640876 CPUtime=0.19 cores=4,6
/proc/19911/task/19927/stat : 19927 (java) S 19909 19911 19705 0 -1 4202560 767 0 0 0 19 0 0 0 16 0 19 0 490946062 7824257024 13637 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0

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

[pid=19911/tid=19919] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19919/stat : 19919 (java) S 19909 19911 19705 0 -1 4202560 6 0 0 0 4 0 0 0 16 0 19 0 490946058 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19920] ppid=19909 vsize=7640876 CPUtime=0.03 cores=4,6
/proc/19911/task/19920/stat : 19920 (java) S 19909 19911 19705 0 -1 4202560 255 0 0 0 3 0 0 0 15 0 19 0 490946058 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19921] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19921/stat : 19921 (java) S 19909 19911 19705 0 -1 4202560 829 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19922] ppid=19909 vsize=7640876 CPUtime=1.63 cores=4,6
/proc/19911/task/19922/stat : 19922 (java) S 19909 19911 19705 0 -1 4202560 2112 0 0 0 161 2 0 0 15 0 19 0 490946059 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 0 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19923] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19923/stat : 19923 (java) S 19909 19911 19705 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19924] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19924/stat : 19924 (java) S 19909 19911 19705 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19925] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19925/stat : 19925 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658970033 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19926] ppid=19909 vsize=7640876 CPUtime=0.26 cores=4,6
/proc/19911/task/19926/stat : 19926 (java) S 19909 19911 19705 0 -1 4202560 1057 0 0 0 26 0 0 0 16 0 19 0 490946062 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19927] ppid=19909 vsize=7640876 CPUtime=0.19 cores=4,6
/proc/19911/task/19927/stat : 19927 (java) S 19909 19911 19705 0 -1 4202560 768 0 0 0 19 0 0 0 15 0 19 0 490946062 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19928] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19928/stat : 19928 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19929] ppid=19909 vsize=7640876 CPUtime=0.13 cores=4,6
/proc/19911/task/19929/stat : 19929 (java) S 19909 19911 19705 0 -1 4202560 65 0 0 0 4 9 0 0 15 0 19 0 490946062 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19930] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19930/stat : 19930 (java) S 19909 19911 19705 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 490946077 7824257024 16629 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1121.18
Current children cumulated vsize (KiB) 7640876

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/260 20020
/proc/meminfo: memFree=17652700/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=1181.14 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 17469 0 1 0 117985 129 0 0 25 0 19 0 490946057 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 16679 2255 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=1178.38 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9900 0 1 0 117722 116 0 0 25 0 19 0 490946057 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505615060 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19911/tid=19914] ppid=19909 vsize=7640876 CPUtime=0.06 cores=4,6
/proc/19911/task/19914/stat : 19914 (java) S 19909 19911 19705 0 -1 4202560 450 0 0 0 6 0 0 0 15 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19915] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19915/stat : 19915 (java) S 19909 19911 19705 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19916] ppid=19909 vsize=7640876 CPUtime=0.05 cores=4,6
/proc/19911/task/19916/stat : 19916 (java) S 19909 19911 19705 0 -1 4202560 238 0 0 0 5 0 0 0 15 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19917] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19917/stat : 19917 (java) S 19909 19911 19705 0 -1 4202560 257 0 0 0 4 0 0 0 16 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19918] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19918/stat : 19918 (java) S 19909 19911 19705 0 -1 4202560 290 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19919] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19919/stat : 19919 (java) S 19909 19911 19705 0 -1 4202560 6 0 0 0 4 0 0 0 16 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19920] ppid=19909 vsize=7640876 CPUtime=0.03 cores=4,6
/proc/19911/task/19920/stat : 19920 (java) S 19909 19911 19705 0 -1 4202560 255 0 0 0 3 0 0 0 16 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19921] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19921/stat : 19921 (java) S 19909 19911 19705 0 -1 4202560 829 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19922] ppid=19909 vsize=7640876 CPUtime=1.73 cores=4,6
/proc/19911/task/19922/stat : 19922 (java) S 19909 19911 19705 0 -1 4202560 2138 0 0 0 171 2 0 0 15 0 19 0 490946059 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 0 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19923] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19923/stat : 19923 (java) S 19909 19911 19705 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19924] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19924/stat : 19924 (java) S 19909 19911 19705 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19925] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19925/stat : 19925 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658970033 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19926] ppid=19909 vsize=7640876 CPUtime=0.28 cores=4,6
/proc/19911/task/19926/stat : 19926 (java) S 19909 19911 19705 0 -1 4202560 1087 0 0 0 28 0 0 0 15 0 19 0 490946062 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19927] ppid=19909 vsize=7640876 CPUtime=0.19 cores=4,6
/proc/19911/task/19927/stat : 19927 (java) S 19909 19911 19705 0 -1 4202560 768 0 0 0 19 0 0 0 15 0 19 0 490946062 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19928] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19928/stat : 19928 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19929] ppid=19909 vsize=7640876 CPUtime=0.13 cores=4,6
/proc/19911/task/19929/stat : 19929 (java) S 19909 19911 19705 0 -1 4202560 67 0 0 0 4 9 0 0 15 0 19 0 490946062 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19930] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19930/stat : 19930 (java) S 19909 19911 19705 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 490946077 7824257024 16679 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1181.14
Current children cumulated vsize (KiB) 7640876

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/260 20022
/proc/meminfo: memFree=17652312/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=1241.11 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 17489 0 1 0 123977 134 0 0 25 0 19 0 490946057 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 16688 2255 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=1238.25 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9903 0 1 0 123705 120 0 0 25 0 19 0 490946057 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505577828 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19911/tid=19914] ppid=19909 vsize=7640876 CPUtime=0.06 cores=4,6
/proc/19911/task/19914/stat : 19914 (java) S 19909 19911 19705 0 -1 4202560 450 0 0 0 6 0 0 0 15 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19915] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19915/stat : 19915 (java) S 19909 19911 19705 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19916] ppid=19909 vsize=7640876 CPUtime=0.05 cores=4,6
/proc/19911/task/19916/stat : 19916 (java) S 19909 19911 19705 0 -1 4202560 238 0 0 0 5 0 0 0 15 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19917] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19917/stat : 19917 (java) S 19909 19911 19705 0 -1 4202560 257 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19918] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19918/stat : 19918 (java) S 19909 19911 19705 0 -1 4202560 290 0 0 0 4 0 0 0 16 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19919] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19919/stat : 19919 (java) S 19909 19911 19705 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19920] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19920/stat : 19920 (java) S 19909 19911 19705 0 -1 4202560 255 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19921] ppid=19909 vsize=7640876 CPUtime=0.05 cores=4,6
/proc/19911/task/19921/stat : 19921 (java) S 19909 19911 19705 0 -1 4202560 829 0 0 0 5 0 0 0 15 0 19 0 490946058 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19922] ppid=19909 vsize=7640876 CPUtime=1.81 cores=4,6
/proc/19911/task/19922/stat : 19922 (java) S 19909 19911 19705 0 -1 4202560 2151 0 0 0 179 2 0 0 15 0 19 0 490946059 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 0 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19923] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19923/stat : 19923 (java) S 19909 19911 19705 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19924] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19924/stat : 19924 (java) S 19909 19911 19705 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19925] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19925/stat : 19925 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658970033 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19926] ppid=19909 vsize=7640876 CPUtime=0.28 cores=4,6
/proc/19911/task/19926/stat : 19926 (java) S 19909 19911 19705 0 -1 4202560 1087 0 0 0 28 0 0 0 15 0 19 0 490946062 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19927] ppid=19909 vsize=7640876 CPUtime=0.19 cores=4,6
/proc/19911/task/19927/stat : 19927 (java) S 19909 19911 19705 0 -1 4202560 768 0 0 0 19 0 0 0 15 0 19 0 490946062 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19928] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19928/stat : 19928 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19929] ppid=19909 vsize=7640876 CPUtime=0.13 cores=4,6
/proc/19911/task/19929/stat : 19929 (java) S 19909 19911 19705 0 -1 4202560 71 0 0 0 4 9 0 0 15 0 19 0 490946062 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19930] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19930/stat : 19930 (java) S 19909 19911 19705 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 490946077 7824257024 16688 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1241.11
Current children cumulated vsize (KiB) 7640876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.92 3/220 20029
/proc/meminfo: memFree=17794468/32951132 swapFree=67111524/67111528
[pid=19911] ppid=19909 vsize=7640876 CPUtime=1298.76 cores=4,6
/proc/19911/stat : 19911 (java) S 19909 19911 19705 0 -1 4202496 17511 0 1 0 129737 139 0 0 25 0 19 0 490946057 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19911/statm: 1910219 16701 2255 9 0 1900957 0
[pid=19911/tid=19912] ppid=19909 vsize=7640876 CPUtime=1295.82 cores=4,6
/proc/19911/task/19912/stat : 19912 (java) R 19909 19911 19705 0 -1 4202560 9906 0 1 0 129456 126 0 0 25 0 19 0 490946057 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 46912505600539 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19911/tid=19914] ppid=19909 vsize=7640876 CPUtime=0.07 cores=4,6
/proc/19911/task/19914/stat : 19914 (java) S 19909 19911 19705 0 -1 4202560 450 0 0 0 7 0 0 0 15 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19915] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19915/stat : 19915 (java) S 19909 19911 19705 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19916] ppid=19909 vsize=7640876 CPUtime=0.05 cores=4,6
/proc/19911/task/19916/stat : 19916 (java) S 19909 19911 19705 0 -1 4202560 238 0 0 0 5 0 0 0 15 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19917] ppid=19909 vsize=7640876 CPUtime=0.05 cores=4,6
/proc/19911/task/19917/stat : 19917 (java) S 19909 19911 19705 0 -1 4202560 257 0 0 0 5 0 0 0 16 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19918] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19918/stat : 19918 (java) S 19909 19911 19705 0 -1 4202560 290 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19919] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19919/stat : 19919 (java) S 19909 19911 19705 0 -1 4202560 6 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19920] ppid=19909 vsize=7640876 CPUtime=0.04 cores=4,6
/proc/19911/task/19920/stat : 19920 (java) S 19909 19911 19705 0 -1 4202560 255 0 0 0 4 0 0 0 15 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19921] ppid=19909 vsize=7640876 CPUtime=0.05 cores=4,6
/proc/19911/task/19921/stat : 19921 (java) S 19909 19911 19705 0 -1 4202560 829 0 0 0 5 0 0 0 15 0 19 0 490946058 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19922] ppid=19909 vsize=7640876 CPUtime=1.88 cores=4,6
/proc/19911/task/19922/stat : 19922 (java) S 19909 19911 19705 0 -1 4202560 2166 0 0 0 186 2 0 0 15 0 19 0 490946059 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 0 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19923] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19923/stat : 19923 (java) S 19909 19911 19705 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19924] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19924/stat : 19924 (java) S 19909 19911 19705 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490946060 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19925] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19925/stat : 19925 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658970033 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19926] ppid=19909 vsize=7640876 CPUtime=0.28 cores=4,6
/proc/19911/task/19926/stat : 19926 (java) S 19909 19911 19705 0 -1 4202560 1087 0 0 0 28 0 0 0 15 0 19 0 490946062 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19927] ppid=19909 vsize=7640876 CPUtime=0.19 cores=4,6
/proc/19911/task/19927/stat : 19927 (java) S 19909 19911 19705 0 -1 4202560 768 0 0 0 19 0 0 0 15 0 19 0 490946062 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 6 0 0 0
[pid=19911/tid=19928] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19928/stat : 19928 (java) S 19909 19911 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490946062 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962329 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19929] ppid=19909 vsize=7640876 CPUtime=0.13 cores=4,6
/proc/19911/task/19929/stat : 19929 (java) S 19909 19911 19705 0 -1 4202560 75 0 0 0 4 9 0 0 15 0 19 0 490946062 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
[pid=19911/tid=19930] ppid=19909 vsize=7640876 CPUtime=0 cores=4,6
/proc/19911/task/19930/stat : 19930 (java) S 19909 19911 19705 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 490946077 7824257024 16701 33554432000 1073741824 1073778376 140736265428336 18446744073709551615 210658962944 0 4 0 16800975 18446604445444024448 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1298.76
Current children cumulated vsize (KiB) 7640876

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1298.83
CPU user time (s): 1297.43
CPU system time (s): 1.40079
CPU usage (%): 99.9064
Max. virtual memory (cumulated for all children) (KiB): 7640876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.43
system time used= 1.40079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17550
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= 28704
involuntary context switches= 13010

runsolver used 2.27165 second user time and 4.85826 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 06:51:04
IDJOB=3293123
IDBENCH=88045
IDSOLVER=1611
FILE ID=node129/3293123-1303793464
RUNJOBID= node129-1303793463-19724
PBS_JOBID= 13157283
Free space on /tmp= 66828 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.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-3293123-1303793464/watcher-3293123-1303793464 -o /tmp/evaluation-result-3293123-1303793464/solver-3293123-1303793464 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293123-1303793464.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1859609806

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17876640 kB
Buffers:       1250632 kB
Cached:       12955208 kB
SwapCached:          4 kB
Active:        2838424 kB
Inactive:     11567824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17876640 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2012 kB
Writeback:          12 kB
AnonPages:      200216 kB
Mapped:          23580 kB
Slab:           601836 kB
PageTables:       5676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 22021888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66824 MiB
End job on node129 at 2011-04-26 07:12:46