Trace number 3709981

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 PB specific settings 2.3.2 snapshot? (TO) 1800.64 1796.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709981-1338188151.opb
0.08/0.12	c reading problem ... 
2.22/1.64	c ... done. Wall clock time 1.519s.
2.22/1.64	c declared #vars     10086
2.22/1.64	c #constraints  226608
2.22/1.64	c constraints type 
2.22/1.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.22/1.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.22/1.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.22/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.22/1.64	c 226608 constraints processed.
3.98/2.98	c cleaning 2499 clauses out of 5000 with flag 5000/5000
5.55/4.31	c cleaning 4251 clauses out of 8503 with flag 11002/11002
6.95/5.77	c cleaning 5621 clauses out of 11250 with flag 18000/18000
8.78/7.54	c cleaning 6810 clauses out of 13632 with flag 26003/26003
10.91/9.68	c cleaning 7907 clauses out of 15819 with flag 35000/35000
13.02/11.80	c cleaning 8955 clauses out of 17912 with flag 45000/45000
15.72/14.48	c cleaning 9966 clauses out of 19957 with flag 56000/56000
18.52/17.23	c cleaning 10995 clauses out of 21991 with flag 68000/68000
21.33/20.06	c cleaning 11990 clauses out of 23996 with flag 81000/81000
24.34/23.01	c cleaning 13001 clauses out of 26008 with flag 95002/95002
27.57/26.25	c cleaning 13982 clauses out of 28006 with flag 110001/110001
30.98/29.68	c cleaning 14968 clauses out of 30023 with flag 126000/126000
34.68/33.35	c cleaning 16007 clauses out of 32055 with flag 143000/143000
38.88/37.57	c cleaning 17012 clauses out of 34048 with flag 161000/161000
43.29/41.92	c cleaning 18014 clauses out of 36040 with flag 180004/180004
48.10/46.73	c cleaning 19008 clauses out of 38023 with flag 200001/200001
54.12/52.79	c cleaning 20005 clauses out of 40016 with flag 221002/221002
59.74/58.34	c cleaning 20987 clauses out of 42010 with flag 243001/243001
65.65/64.21	c cleaning 22004 clauses out of 44022 with flag 266000/266000
71.17/69.71	c cleaning 22934 clauses out of 46018 with flag 290000/290000
77.20/75.76	c cleaning 24040 clauses out of 48084 with flag 315000/315000
84.13/82.68	c cleaning 24948 clauses out of 50044 with flag 341000/341000
91.86/90.39	c cleaning 26040 clauses out of 52097 with flag 368001/368001
100.37/98.85	c cleaning 27027 clauses out of 54057 with flag 396001/396001
108.31/106.78	c cleaning 28006 clauses out of 56030 with flag 425001/425001
116.53/114.95	c cleaning 28988 clauses out of 58023 with flag 455000/455000
125.47/123.84	c cleaning 29996 clauses out of 60035 with flag 486000/486000
136.42/134.76	c cleaning 30995 clauses out of 62040 with flag 518001/518001
146.34/144.62	c cleaning 31996 clauses out of 64045 with flag 551001/551001
157.05/155.30	c cleaning 33017 clauses out of 66049 with flag 585001/585001
164.36/162.70	c cleaning 33932 clauses out of 68031 with flag 620000/620000
172.59/170.81	c cleaning 34951 clauses out of 70099 with flag 656000/656000
181.90/180.16	c cleaning 36056 clauses out of 72150 with flag 693002/693002
193.22/191.43	c cleaning 37019 clauses out of 74092 with flag 731000/731000
206.04/204.24	c cleaning 38021 clauses out of 76073 with flag 770000/770000
217.57/215.77	c cleaning 39020 clauses out of 78053 with flag 810001/810001
229.51/227.61	c cleaning 39998 clauses out of 80032 with flag 851000/851000
242.74/240.86	c cleaning 41013 clauses out of 82034 with flag 893000/893000
254.76/252.85	c cleaning 42000 clauses out of 84023 with flag 936002/936002
271.59/269.62	c cleaning 42936 clauses out of 86022 with flag 980001/980001
285.60/283.67	c cleaning 44006 clauses out of 88089 with flag 1025004/1025004
302.61/300.69	c cleaning 45027 clauses out of 90082 with flag 1071003/1071003
316.75/314.71	c cleaning 46009 clauses out of 92052 with flag 1118000/1118000
333.46/331.47	c cleaning 47004 clauses out of 94044 with flag 1166001/1166001
349.61/347.57	c cleaning 48009 clauses out of 96040 with flag 1215001/1215001
366.51/364.44	c cleaning 48947 clauses out of 98032 with flag 1265002/1265002
386.74/384.64	c cleaning 49992 clauses out of 100083 with flag 1316000/1316000
403.47/401.40	c cleaning 51028 clauses out of 102094 with flag 1368003/1368003
421.49/419.34	c cleaning 51913 clauses out of 104064 with flag 1421001/1421001
441.42/439.22	c cleaning 53012 clauses out of 106152 with flag 1475002/1475002
466.66/464.45	c cleaning 54021 clauses out of 108138 with flag 1530000/1530000
481.99/479.77	c cleaning 55032 clauses out of 110117 with flag 1586000/1586000
500.12/497.88	c cleaning 55927 clauses out of 112085 with flag 1643000/1643000
516.85/514.59	c cleaning 57036 clauses out of 114122 with flag 1701001/1701001
540.88/538.56	c cleaning 57997 clauses out of 116085 with flag 1760000/1760000
565.04/562.66	c cleaning 58997 clauses out of 118088 with flag 1820000/1820000
590.77/588.30	c cleaning 60006 clauses out of 120091 with flag 1881000/1881000
618.53/616.05	c cleaning 61028 clauses out of 122085 with flag 1943000/1943000
644.57/642.09	c cleaning 62024 clauses out of 124057 with flag 2006000/2006000
667.52/664.97	c cleaning 62928 clauses out of 125903 with flag 2070000/2070000
686.58/683.98	c cleaning 63634 clauses out of 127526 with flag 2135000/2135000
711.91/709.28	c cleaning 64883 clauses out of 129892 with flag 2201000/2201000
741.27/738.55	c cleaning 65844 clauses out of 131869 with flag 2268000/2268000
768.12/765.36	c cleaning 66924 clauses out of 134025 with flag 2336000/2336000
796.85/794.05	c cleaning 68019 clauses out of 136102 with flag 2405001/2405001
829.37/826.59	c cleaning 69035 clauses out of 138082 with flag 2475000/2475000
861.02/858.13	c cleaning 69991 clauses out of 140049 with flag 2546002/2546002
897.57/894.62	c cleaning 71024 clauses out of 142057 with flag 2618001/2618001
928.13/925.16	c cleaning 71972 clauses out of 144032 with flag 2691000/2691000
958.67/955.69	c cleaning 73019 clauses out of 146062 with flag 2765002/2765002
981.90/978.86	c cleaning 74001 clauses out of 148041 with flag 2840000/2840000
1015.64/1012.50	c cleaning 74981 clauses out of 150040 with flag 2916000/2916000
1047.68/1044.58	c cleaning 76014 clauses out of 152059 with flag 2993000/2993000
1078.24/1075.05	c cleaning 77011 clauses out of 154047 with flag 3071002/3071002
1107.47/1104.23	c cleaning 78002 clauses out of 156034 with flag 3150000/3150000
1140.98/1137.77	c cleaning 78882 clauses out of 158032 with flag 3230000/3230000
1163.61/1160.39	c cleaning 80009 clauses out of 160150 with flag 3311000/3311000
1191.53/1188.24	c cleaning 81025 clauses out of 162145 with flag 3393004/3393004
1225.67/1222.35	c cleaning 81991 clauses out of 164117 with flag 3476001/3476001
1258.10/1254.71	c cleaning 83028 clauses out of 166125 with flag 3560000/3560000
1292.33/1288.91	c cleaning 83989 clauses out of 168097 with flag 3645000/3645000
1326.28/1322.81	c cleaning 84982 clauses out of 170109 with flag 3731001/3731001
1363.21/1359.76	c cleaning 85990 clauses out of 172127 with flag 3818001/3818001
1402.55/1399.10	c cleaning 87006 clauses out of 174136 with flag 3906000/3906000
1449.08/1445.57	c cleaning 87979 clauses out of 176132 with flag 3995002/3995002
1490.66/1487.07	c cleaning 88944 clauses out of 178151 with flag 4085000/4085000
1528.68/1525.04	c cleaning 89973 clauses out of 180207 with flag 4176000/4176000
1579.24/1575.50	c cleaning 91046 clauses out of 182234 with flag 4268000/4268000
1625.58/1621.86	c cleaning 92044 clauses out of 184188 with flag 4361000/4361000
1676.53/1672.76	c cleaning 93019 clauses out of 186144 with flag 4455000/4455000
1725.68/1721.82	c cleaning 94059 clauses out of 188128 with flag 4550003/4550003
1764.12/1760.21	c cleaning 95000 clauses out of 190066 with flag 4646000/4646000
1791.85/1787.93	c cleaning 96016 clauses out of 192066 with flag 4743000/4743000
1800.09/1796.11	c starts		: 271
1800.09/1796.11	c conflicts		: 4767113
1800.09/1796.11	c decisions		: 8992846
1800.09/1796.11	c propagations		: 2065945586
1800.09/1796.11	c inspects		: 22964120703
1800.09/1796.11	c shortcuts		: 0
1800.09/1796.11	c learnt literals	: 5
1800.09/1796.11	c learnt binary clauses	: 906
1800.09/1796.11	c learnt ternary clauses	: 2555
1800.09/1796.11	c learnt constraints	: 4767108
1800.09/1796.11	c ignored constraints	: 0
1800.09/1796.11	c root simplifications	: 276
1800.09/1796.11	c removed literals (reason simplification)	: 164269688
1800.09/1796.11	c reason swapping (by a shorter reason)	: 0
1800.09/1796.11	c Calls to reduceDB	: 93
1800.09/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.11	c number of learned constraints concerned by reduction	: 0
1800.09/1796.11	c number of learning phase by resolution	: 0
1800.09/1796.11	c number of learning phase by cutting planes	: 0
1800.09/1796.11	c speed (assignments/second)	: 1151297.1226297067
1800.09/1796.11	c non guided choices	213478
1800.09/1796.14	c learnt constraints type 
1800.09/1796.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 890
1800.09/1796.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119331
1800.09/1796.14	c constraints type 
1800.09/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.09/1796.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.09/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.09/1796.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.09/1796.14	c 226608 constraints processed.
1800.09/1796.14	s UNKNOWN
1800.09/1796.14	c Total wall clock time (in seconds): 1796.018

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3709981-1338188151/watcher-3709981-1338188151 -o /tmp/evaluation-result-3709981-1338188151/solver-3709981-1338188151 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709981-1338188151.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 18232
/proc/meminfo: memFree=30064312/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/18232/stat : 18232 (runsolver) D 18230 18232 13368 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 284941189 12095488 52 33554432000 4194304 5436572 140736225174640 140736225170936 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/18232/statm: 2953 52 31 304 0 2645 0

[startup+0.00762994 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 18232
/proc/meminfo: memFree=30064312/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/18232/stat : 18232 (runsolver) D 18230 18232 13368 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 284941189 12095488 57 33554432000 4194304 5436572 140736225174640 140736225170520 5057063 0 0 4096 24578 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/18232/statm: 2953 57 36 304 0 2645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11812

[startup+0.100179 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 18232
/proc/meminfo: memFree=30064312/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 4237 0 1 0 7 1 0 0 20 0 18 0 284941189 9787842560 4931 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2389610 4931 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300156 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 18232
/proc/meminfo: memFree=30064312/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 5609 0 1 0 43 1 0 0 20 0 18 0 284941189 9787842560 8420 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2389610 8420 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700179 s]
/proc/loadavg: 2.05 2.04 2.00 3/194 18232
/proc/meminfo: memFree=30064312/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9558440 CPUtime=1.11 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 6858 0 1 0 107 4 0 0 20 0 18 0 284941189 9787842560 40403 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2389610 40403 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50063 s]
/proc/loadavg: 2.05 2.04 2.00 4/212 18250
/proc/meminfo: memFree=29898636/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9558440 CPUtime=2.12 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 8332 0 1 0 205 7 0 0 20 0 18 0 284941189 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2389610 78460 2255 9 0 2380296 0
[pid=18232/tid=18234] ppid=18230 vsize=9558440 CPUtime=1.43 cores=0,2,4,6
/proc/18232/task/18234/stat : 18234 (java) R 18230 18232 13368 0 -1 4202560 2687 0 1 0 139 4 0 0 20 0 18 0 284941191 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045735099768 266439025933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18235] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18235/stat : 18235 (java) S 18230 18232 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045578959912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18236] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18236/stat : 18236 (java) S 18230 18232 13368 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045577907112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18237] ppid=18230 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18237/stat : 18237 (java) S 18230 18232 13368 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045576854312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18238] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18238/stat : 18238 (java) S 18230 18232 13368 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045575801512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18239] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18239/stat : 18239 (java) S 18230 18232 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045574748712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18240] ppid=18230 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/18232/task/18240/stat : 18240 (java) S 18230 18232 13368 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045573695912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18241] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18241/stat : 18241 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045572643112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18242] ppid=18230 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/18232/task/18242/stat : 18242 (java) S 18230 18232 13368 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 284941192 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045571590312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18243] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18243/stat : 18243 (java) S 18230 18232 13368 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 284941193 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045559393256 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18244] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18244/stat : 18244 (java) S 18230 18232 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284941194 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045558339320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18245] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18245/stat : 18245 (java) S 18230 18232 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 284941194 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045557286408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18246] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18246/stat : 18246 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284941196 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045556234896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18247] ppid=18230 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/18232/task/18247/stat : 18247 (java) S 18230 18232 13368 0 -1 4202560 1756 0 0 0 23 0 0 0 20 0 18 0 284941196 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045555182008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18248] ppid=18230 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/18232/task/18248/stat : 18248 (java) S 18230 18232 13368 0 -1 4202560 2432 0 0 0 29 0 0 0 20 0 18 0 284941196 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045554129208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18249] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18249/stat : 18249 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284941196 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045553076600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18250] ppid=18230 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18250/stat : 18250 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284941196 9787842560 78460 33554432000 1073741824 1073778376 140737322288544 140045552024008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9558440

[startup+3.10065 s]
/proc/loadavg: 2.05 2.04 2.00 3/213 18251
/proc/meminfo: memFree=29756640/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9625004 CPUtime=4.29 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 9802 0 1 0 419 10 0 0 20 0 19 0 284941189 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2406251 90961 2289 9 0 2396937 0
[pid=18232/tid=18234] ppid=18230 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/18232/task/18234/stat : 18234 (java) R 18230 18232 13368 0 -1 4202560 2701 0 1 0 287 4 0 0 20 0 19 0 284941191 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045735100840 140045608041376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18235] ppid=18230 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18235/stat : 18235 (java) S 18230 18232 13368 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045578959912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18236] ppid=18230 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18236/stat : 18236 (java) S 18230 18232 13368 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045577907112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18237] ppid=18230 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/18232/task/18237/stat : 18237 (java) S 18230 18232 13368 0 -1 4202560 42 0 0 0 3 1 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045576854312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18238] ppid=18230 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18232/task/18238/stat : 18238 (java) S 18230 18232 13368 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045575801512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18239] ppid=18230 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18232/task/18239/stat : 18239 (java) S 18230 18232 13368 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045574748712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18240] ppid=18230 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18240/stat : 18240 (java) S 18230 18232 13368 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045573695912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18241] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18241/stat : 18241 (java) S 18230 18232 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045572643112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18242] ppid=18230 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18242/stat : 18242 (java) S 18230 18232 13368 0 -1 4202560 37 0 0 0 1 1 0 0 20 0 19 0 284941192 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045571590312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18243] ppid=18230 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/18232/task/18243/stat : 18243 (java) S 18230 18232 13368 0 -1 4202560 229 0 0 0 6 0 0 0 20 0 19 0 284941193 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045559393256 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18244] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18244/stat : 18244 (java) S 18230 18232 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045558339320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18245] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18245/stat : 18245 (java) S 18230 18232 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045557286408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18246] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18246/stat : 18246 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045556234896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18247] ppid=18230 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/18232/task/18247/stat : 18247 (java) S 18230 18232 13368 0 -1 4202560 2222 0 0 0 44 0 0 0 20 0 19 0 284941196 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045555182008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18248] ppid=18230 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/18232/task/18248/stat : 18248 (java) S 18230 18232 13368 0 -1 4202560 3280 0 0 0 59 0 0 0 20 0 19 0 284941196 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045554129208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18249] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18249/stat : 18249 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045553076600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18250] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18250/stat : 18250 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045552024008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18251] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18251/stat : 18251 (java) S 18230 18232 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284941356 9856004096 90961 33554432000 1073741824 1073778376 140737322288544 140045550909096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9625004

[startup+6.30054 s]
/proc/loadavg: 2.13 2.06 2.01 3/213 18251
/proc/meminfo: memFree=29702656/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9625004 CPUtime=7.58 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 9830 0 1 0 747 11 0 0 20 0 19 0 284941189 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2406251 92452 2289 9 0 2396937 0
[pid=18232/tid=18234] ppid=18230 vsize=9625004 CPUtime=5.97 cores=0,2,4,6
/proc/18232/task/18234/stat : 18234 (java) R 18230 18232 13368 0 -1 4202560 2703 0 1 0 593 4 0 0 20 0 19 0 284941191 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045735100952 140045608162928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18235] ppid=18230 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18235/stat : 18235 (java) S 18230 18232 13368 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045578959912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18236] ppid=18230 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18236/stat : 18236 (java) S 18230 18232 13368 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045577907112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18237] ppid=18230 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/18232/task/18237/stat : 18237 (java) S 18230 18232 13368 0 -1 4202560 45 0 0 0 3 1 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045576854312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18238] ppid=18230 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18232/task/18238/stat : 18238 (java) S 18230 18232 13368 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045575801512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18239] ppid=18230 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18232/task/18239/stat : 18239 (java) S 18230 18232 13368 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045574748712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18240] ppid=18230 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18232/task/18240/stat : 18240 (java) S 18230 18232 13368 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045573695912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18241] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18241/stat : 18241 (java) S 18230 18232 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045572643112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18242] ppid=18230 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18232/task/18242/stat : 18242 (java) S 18230 18232 13368 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 19 0 284941192 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045571590312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18243] ppid=18230 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/18232/task/18243/stat : 18243 (java) S 18230 18232 13368 0 -1 4202560 239 0 0 0 19 0 0 0 20 0 19 0 284941193 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045559393256 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18244] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18244/stat : 18244 (java) S 18230 18232 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045558339320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18245] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18245/stat : 18245 (java) S 18230 18232 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045557286408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18246] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18246/stat : 18246 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045556234896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18247] ppid=18230 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/18232/task/18247/stat : 18247 (java) S 18230 18232 13368 0 -1 4202560 2223 0 0 0 46 0 0 0 20 0 19 0 284941196 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045555182008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18248] ppid=18230 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18232/task/18248/stat : 18248 (java) S 18230 18232 13368 0 -1 4202560 3283 0 0 0 63 0 0 0 20 0 19 0 284941196 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045554129208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18249] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18249/stat : 18249 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045553076600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18250] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18250/stat : 18250 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045552024008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18251] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18251/stat : 18251 (java) S 18230 18232 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284941356 9856004096 92452 33554432000 1073741824 1073778376 140737322288544 140045550909096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 18251
/proc/meminfo: memFree=29698468/32873648 swapFree=6860/6860

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

[pid=18232/tid=18240] ppid=18230 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18232/task/18240/stat : 18240 (java) S 18230 18232 13368 0 -1 4202560 146 0 0 0 43 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045573695912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18241] ppid=18230 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18232/task/18241/stat : 18241 (java) S 18230 18232 13368 0 -1 4202560 133 0 0 0 48 0 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045572643112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18242] ppid=18230 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/18232/task/18242/stat : 18242 (java) S 18230 18232 13368 0 -1 4202560 121 0 0 0 40 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045571590312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18243] ppid=18230 vsize=9625004 CPUtime=8.16 cores=0,2,4,6
/proc/18232/task/18243/stat : 18243 (java) S 18230 18232 13368 0 -1 4202560 357 0 0 0 814 2 0 0 20 0 19 0 284941193 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045559393256 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18244] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18244/stat : 18244 (java) S 18230 18232 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045558339320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18245] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18245/stat : 18245 (java) S 18230 18232 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045557286408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18246] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18246/stat : 18246 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045556234896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18247] ppid=18230 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18232/task/18247/stat : 18247 (java) S 18230 18232 13368 0 -1 4202560 2369 0 0 0 55 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045555182008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18248] ppid=18230 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18232/task/18248/stat : 18248 (java) S 18230 18232 13368 0 -1 4202560 3283 0 0 0 63 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045554129208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18249] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18249/stat : 18249 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045553076600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18250] ppid=18230 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/18232/task/18250/stat : 18250 (java) S 18230 18232 13368 0 -1 4202560 98 0 0 0 26 28 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045552024008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18251] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18251/stat : 18251 (java) S 18230 18232 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284941356 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045550909096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.21
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18349
/proc/meminfo: memFree=28298804/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9625004 CPUtime=1786.24 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 11033 0 1 0 178573 51 0 0 20 0 19 0 284941189 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2406251 107766 2290 9 0 2396937 0
[pid=18232/tid=18234] ppid=18230 vsize=9625004 CPUtime=1772.85 cores=0,2,4,6
/proc/18232/task/18234/stat : 18234 (java) R 18230 18232 13368 0 -1 4202560 2796 0 1 0 177254 31 0 0 20 0 19 0 284941191 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045735100952 140045608096057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18235] ppid=18230 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18232/task/18235/stat : 18235 (java) S 18230 18232 13368 0 -1 4202560 152 0 0 0 48 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045578959912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18236] ppid=18230 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/18232/task/18236/stat : 18236 (java) S 18230 18232 13368 0 -1 4202560 72 0 0 0 38 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045577907112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18237] ppid=18230 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/18232/task/18237/stat : 18237 (java) S 18230 18232 13368 0 -1 4202560 90 0 0 0 39 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045576854312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18238] ppid=18230 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/18232/task/18238/stat : 18238 (java) S 18230 18232 13368 0 -1 4202560 104 0 0 0 40 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045575801512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18239] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18239/stat : 18239 (java) S 18230 18232 13368 0 -1 4202560 118 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045574748712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18240] ppid=18230 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/18232/task/18240/stat : 18240 (java) S 18230 18232 13368 0 -1 4202560 146 0 0 0 44 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045573695912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18241] ppid=18230 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18232/task/18241/stat : 18241 (java) S 18230 18232 13368 0 -1 4202560 133 0 0 0 48 0 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045572643112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18242] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18242/stat : 18242 (java) S 18230 18232 13368 0 -1 4202560 121 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045571590312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18243] ppid=18230 vsize=9625004 CPUtime=8.31 cores=0,2,4,6
/proc/18232/task/18243/stat : 18243 (java) S 18230 18232 13368 0 -1 4202560 359 0 0 0 829 2 0 0 20 0 19 0 284941193 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045559393256 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18244] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18244/stat : 18244 (java) S 18230 18232 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045558339320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18245] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18245/stat : 18245 (java) S 18230 18232 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045557286408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18246] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18246/stat : 18246 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045556234896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18247] ppid=18230 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18232/task/18247/stat : 18247 (java) S 18230 18232 13368 0 -1 4202560 2371 0 0 0 55 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045555182008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18248] ppid=18230 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18232/task/18248/stat : 18248 (java) S 18230 18232 13368 0 -1 4202560 3283 0 0 0 63 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045554129208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18249] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18249/stat : 18249 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045553076600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18250] ppid=18230 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/18232/task/18250/stat : 18250 (java) S 18230 18232 13368 0 -1 4202560 102 0 0 0 27 29 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045552024008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18251] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18251/stat : 18251 (java) S 18230 18232 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284941356 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045550909096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.24
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18349
/proc/meminfo: memFree=28298928/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 11035 0 1 0 179957 52 0 0 20 0 19 0 284941189 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2406251 107766 2290 9 0 2396937 0
[pid=18232/tid=18234] ppid=18230 vsize=9625004 CPUtime=1786.54 cores=0,2,4,6
/proc/18232/task/18234/stat : 18234 (java) R 18230 18232 13368 0 -1 4202560 2797 0 1 0 178622 32 0 0 20 0 19 0 284941191 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045735100720 140045608095911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18235] ppid=18230 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/18232/task/18235/stat : 18235 (java) S 18230 18232 13368 0 -1 4202560 152 0 0 0 49 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045578959912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18236] ppid=18230 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/18232/task/18236/stat : 18236 (java) S 18230 18232 13368 0 -1 4202560 72 0 0 0 39 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045577907112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18237] ppid=18230 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/18232/task/18237/stat : 18237 (java) S 18230 18232 13368 0 -1 4202560 90 0 0 0 39 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045576854312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18238] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18238/stat : 18238 (java) S 18230 18232 13368 0 -1 4202560 104 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045575801512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18239] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18239/stat : 18239 (java) S 18230 18232 13368 0 -1 4202560 118 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045574748712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18240] ppid=18230 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18232/task/18240/stat : 18240 (java) S 18230 18232 13368 0 -1 4202560 146 0 0 0 45 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045573695912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18241] ppid=18230 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/18232/task/18241/stat : 18241 (java) S 18230 18232 13368 0 -1 4202560 133 0 0 0 49 0 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045572643112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18242] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18242/stat : 18242 (java) S 18230 18232 13368 0 -1 4202560 121 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045571590312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18243] ppid=18230 vsize=9625004 CPUtime=8.42 cores=0,2,4,6
/proc/18232/task/18243/stat : 18243 (java) S 18230 18232 13368 0 -1 4202560 360 0 0 0 839 3 0 0 20 0 19 0 284941193 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045559393256 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18244] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18244/stat : 18244 (java) S 18230 18232 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045558339320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18245] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18245/stat : 18245 (java) S 18230 18232 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045557286408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18246] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18246/stat : 18246 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045556234896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18247] ppid=18230 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18232/task/18247/stat : 18247 (java) S 18230 18232 13368 0 -1 4202560 2371 0 0 0 55 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045555182008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18248] ppid=18230 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18232/task/18248/stat : 18248 (java) S 18230 18232 13368 0 -1 4202560 3283 0 0 0 63 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045554129208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18249] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18249/stat : 18249 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045553076600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18250] ppid=18230 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/18232/task/18250/stat : 18250 (java) S 18230 18232 13368 0 -1 4202560 102 0 0 0 28 29 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045552024008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18251] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18251/stat : 18251 (java) S 18230 18232 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284941356 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045550909096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1796.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18349
/proc/meminfo: memFree=28298928/32873648 swapFree=6860/6860
[pid=18232] ppid=18230 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/18232/stat : 18232 (java) S 18230 18232 13368 0 -1 4202496 11035 0 1 0 179957 52 0 0 20 0 19 0 284941189 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140737322279680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18232/statm: 2406251 107766 2290 9 0 2396937 0
[pid=18232/tid=18234] ppid=18230 vsize=9625004 CPUtime=1786.54 cores=0,2,4,6
/proc/18232/task/18234/stat : 18234 (java) R 18230 18232 13368 0 -1 4202560 2797 0 1 0 178622 32 0 0 20 0 19 0 284941191 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045735100720 140045608095911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18235] ppid=18230 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/18232/task/18235/stat : 18235 (java) S 18230 18232 13368 0 -1 4202560 152 0 0 0 49 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045578959912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18236] ppid=18230 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/18232/task/18236/stat : 18236 (java) S 18230 18232 13368 0 -1 4202560 72 0 0 0 39 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045577907112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18237] ppid=18230 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/18232/task/18237/stat : 18237 (java) S 18230 18232 13368 0 -1 4202560 90 0 0 0 39 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045576854312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18238] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18238/stat : 18238 (java) S 18230 18232 13368 0 -1 4202560 104 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045575801512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18239] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18239/stat : 18239 (java) S 18230 18232 13368 0 -1 4202560 118 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045574748712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18240] ppid=18230 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18232/task/18240/stat : 18240 (java) S 18230 18232 13368 0 -1 4202560 146 0 0 0 45 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045573695912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18241] ppid=18230 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/18232/task/18241/stat : 18241 (java) S 18230 18232 13368 0 -1 4202560 133 0 0 0 49 0 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045572643112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18242] ppid=18230 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18232/task/18242/stat : 18242 (java) S 18230 18232 13368 0 -1 4202560 121 0 0 0 41 2 0 0 20 0 19 0 284941192 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045571590312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18243] ppid=18230 vsize=9625004 CPUtime=8.42 cores=0,2,4,6
/proc/18232/task/18243/stat : 18243 (java) S 18230 18232 13368 0 -1 4202560 360 0 0 0 839 3 0 0 20 0 19 0 284941193 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045559393256 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18244] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18244/stat : 18244 (java) S 18230 18232 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045558339320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18245] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18245/stat : 18245 (java) S 18230 18232 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284941194 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045557286408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18246] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18246/stat : 18246 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045556234896 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18232/tid=18247] ppid=18230 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18232/task/18247/stat : 18247 (java) S 18230 18232 13368 0 -1 4202560 2371 0 0 0 55 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045555182008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18232/tid=18248] ppid=18230 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18232/task/18248/stat : 18248 (java) S 18230 18232 13368 0 -1 4202560 3283 0 0 0 63 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045554129208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18249] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18249/stat : 18249 (java) S 18230 18232 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045553076600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18232/tid=18250] ppid=18230 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/18232/task/18250/stat : 18250 (java) S 18230 18232 13368 0 -1 4202560 102 0 0 0 28 29 0 0 20 0 19 0 284941196 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045552024008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18232/tid=18251] ppid=18230 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18232/task/18251/stat : 18251 (java) S 18230 18232 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284941356 9856004096 107766 33554432000 1073741824 1073778376 140737322288544 140045550909096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1796.15
CPU time (s): 1800.64
CPU user time (s): 1799.72
CPU system time (s): 0.921859
CPU usage (%): 100.25
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.921859
maximum resident set size= 431188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11066
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40651
involuntary context switches= 14647

runsolver used 5.8811 second user time and 15.3017 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 08:55:51
IDJOB=3709981
IDBENCH=89634
IDSOLVER=2289
FILE ID=node116/3709981-1338188151
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71456 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-61.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709981-1338188151/watcher-3709981-1338188151 -o /tmp/evaluation-result-3709981-1338188151/solver-3709981-1338188151 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709981-1338188151.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=321576840

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30064312 kB
Buffers:          382444 kB
Cached:          1139036 kB
SwapCached:         3236 kB
Active:          1278788 kB
Inactive:         691304 kB
Active(anon):     439792 kB
Inactive(anon):     8956 kB
Active(file):     838996 kB
Inactive(file):   682348 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:             10148 kB
Writeback:            12 kB
AnonPages:        450596 kB
Mapped:            20816 kB
Shmem:                96 kB
Slab:             700940 kB
SReclaimable:     144944 kB
SUnreclaim:       555996 kB
KernelStack:        1608 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1082356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71408 MiB
End job on node116 at 2012-05-28 09:25:50