Trace number 3709984

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.57 1795.55

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709984-1338190952.opb
0.09/0.12	c reading problem ... 
2.74/2.01	c ... done. Wall clock time 1.886s.
2.74/2.01	c declared #vars     12587
2.74/2.01	c #constraints  284398
2.74/2.01	c constraints type 
2.74/2.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
2.74/2.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
2.74/2.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
2.74/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
2.74/2.01	c 284398 constraints processed.
4.42/3.34	c cleaning 2502 clauses out of 5003 with flag 5003/5003
5.90/4.69	c cleaning 4244 clauses out of 8499 with flag 11001/11001
7.62/6.32	c cleaning 5628 clauses out of 11255 with flag 18001/18001
9.44/8.15	c cleaning 6811 clauses out of 13626 with flag 26000/26000
11.47/10.11	c cleaning 7903 clauses out of 15816 with flag 35001/35001
13.58/12.27	c cleaning 8952 clauses out of 17913 with flag 45001/45001
15.98/14.60	c cleaning 9976 clauses out of 19960 with flag 56000/56000
18.71/17.33	c cleaning 10990 clauses out of 21985 with flag 68001/68001
21.92/20.55	c cleaning 11995 clauses out of 23994 with flag 81000/81000
25.06/23.67	c cleaning 12989 clauses out of 25999 with flag 95000/95000
29.17/27.71	c cleaning 13998 clauses out of 28010 with flag 110000/110000
33.08/31.61	c cleaning 14991 clauses out of 30012 with flag 126000/126000
37.29/35.84	c cleaning 15994 clauses out of 32021 with flag 143000/143000
41.69/40.25	c cleaning 16995 clauses out of 34027 with flag 161000/161000
46.52/45.07	c cleaning 18011 clauses out of 36034 with flag 180002/180002
52.03/50.58	c cleaning 18996 clauses out of 38024 with flag 200003/200003
57.65/56.16	c cleaning 19917 clauses out of 40025 with flag 221000/221000
64.06/62.55	c cleaning 21016 clauses out of 42108 with flag 243000/243000
71.09/69.55	c cleaning 22045 clauses out of 44094 with flag 266002/266002
77.31/75.77	c cleaning 22973 clauses out of 46047 with flag 290000/290000
84.03/82.43	c cleaning 24026 clauses out of 48074 with flag 315000/315000
91.65/90.07	c cleaning 24947 clauses out of 50049 with flag 341001/341001
100.28/98.67	c cleaning 26045 clauses out of 52101 with flag 368000/368000
108.89/107.23	c cleaning 27022 clauses out of 54056 with flag 396000/396000
118.11/116.44	c cleaning 27995 clauses out of 56034 with flag 425000/425000
125.02/123.38	c cleaning 28999 clauses out of 58042 with flag 455003/455003
134.42/132.76	c cleaning 30006 clauses out of 60042 with flag 486002/486002
143.67/141.98	c cleaning 30997 clauses out of 62034 with flag 518000/518000
153.30/151.56	c cleaning 31987 clauses out of 64038 with flag 551001/551001
163.61/161.83	c cleaning 33007 clauses out of 66050 with flag 585000/585000
172.82/171.09	c cleaning 33990 clauses out of 68043 with flag 620000/620000
185.74/183.99	c cleaning 34978 clauses out of 70053 with flag 656000/656000
199.47/197.60	c cleaning 35975 clauses out of 72075 with flag 693000/693000
212.99/211.15	c cleaning 37039 clauses out of 74100 with flag 731000/731000
226.33/224.43	c cleaning 37877 clauses out of 76062 with flag 770001/770001
237.96/236.05	c cleaning 39076 clauses out of 78186 with flag 810002/810002
251.62/249.62	c cleaning 40035 clauses out of 80108 with flag 851000/851000
265.67/263.60	c cleaning 41032 clauses out of 82073 with flag 893000/893000
279.61/277.55	c cleaning 41943 clauses out of 84042 with flag 936001/936001
292.34/290.23	c cleaning 42944 clauses out of 85996 with flag 980000/980000
310.10/307.93	c cleaning 44017 clauses out of 88055 with flag 1025003/1025003
325.22/323.01	c cleaning 44764 clauses out of 90035 with flag 1071000/1071000
340.98/338.73	c cleaning 46056 clauses out of 92272 with flag 1118001/1118001
357.90/355.60	c cleaning 47032 clauses out of 94216 with flag 1166001/1166001
374.33/372.08	c cleaning 48018 clauses out of 96136 with flag 1215000/1215000
393.46/391.20	c cleaning 49053 clauses out of 98120 with flag 1265002/1265002
410.90/408.55	c cleaning 49959 clauses out of 100067 with flag 1316002/1316002
425.99/423.57	c cleaning 50920 clauses out of 101928 with flag 1368001/1368001
446.23/443.71	c cleaning 51940 clauses out of 104007 with flag 1421000/1421000
464.26/461.74	c cleaning 52987 clauses out of 106071 with flag 1475004/1475004
483.11/480.52	c cleaning 54015 clauses out of 108081 with flag 1530001/1530001
509.55/506.91	c cleaning 54903 clauses out of 110066 with flag 1586001/1586001
533.69/531.00	c cleaning 56022 clauses out of 112162 with flag 1643000/1643000
554.24/551.50	c cleaning 57013 clauses out of 114140 with flag 1701000/1701000
581.28/578.59	c cleaning 57989 clauses out of 116127 with flag 1760000/1760000
601.11/598.34	c cleaning 58998 clauses out of 118142 with flag 1820004/1820004
619.63/616.86	c cleaning 60003 clauses out of 120140 with flag 1881000/1881000
641.37/638.57	c cleaning 61024 clauses out of 122137 with flag 1943000/1943000
666.11/663.28	c cleaning 61972 clauses out of 124113 with flag 2006000/2006000
686.74/683.83	c cleaning 62966 clauses out of 126143 with flag 2070002/2070002
710.35/707.49	c cleaning 64056 clauses out of 128175 with flag 2135000/2135000
739.69/736.70	c cleaning 65009 clauses out of 130120 with flag 2201001/2201001
762.32/759.33	c cleaning 65926 clauses out of 132111 with flag 2268001/2268001
790.19/787.18	c cleaning 67056 clauses out of 134185 with flag 2336001/2336001
819.63/816.54	c cleaning 67944 clauses out of 136128 with flag 2405000/2405000
846.16/843.01	c cleaning 68925 clauses out of 138187 with flag 2475003/2475003
871.19/868.06	c cleaning 69811 clauses out of 140259 with flag 2546000/2546000
891.75/888.51	c cleaning 71050 clauses out of 142449 with flag 2618001/2618001
918.67/915.42	c cleaning 72127 clauses out of 144398 with flag 2691000/2691000
947.50/944.27	c cleaning 73095 clauses out of 146271 with flag 2765000/2765000
974.58/971.22	c cleaning 73969 clauses out of 148178 with flag 2840002/2840002
1005.99/1002.64	c cleaning 74969 clauses out of 150208 with flag 2916001/2916001
1039.57/1036.11	c cleaning 76108 clauses out of 152240 with flag 2993002/2993002
1063.51/1060.00	c cleaning 77008 clauses out of 154131 with flag 3071001/3071001
1099.55/1096.09	c cleaning 78030 clauses out of 156123 with flag 3150001/3150001
1130.81/1127.26	c cleaning 78952 clauses out of 158093 with flag 3230001/3230001
1160.07/1156.47	c cleaning 79995 clauses out of 160141 with flag 3311001/3311001
1204.79/1201.12	c cleaning 81033 clauses out of 162147 with flag 3393002/3393002
1238.36/1234.63	c cleaning 82011 clauses out of 164112 with flag 3476000/3476000
1272.81/1269.08	c cleaning 82982 clauses out of 166101 with flag 3560000/3560000
1308.46/1304.67	c cleaning 84016 clauses out of 168120 with flag 3645001/3645001
1336.41/1332.50	c cleaning 85013 clauses out of 170104 with flag 3731001/3731001
1365.55/1361.70	c cleaning 85977 clauses out of 172090 with flag 3818000/3818000
1394.00/1390.02	c cleaning 86995 clauses out of 174113 with flag 3906000/3906000
1419.54/1415.55	c cleaning 87998 clauses out of 176118 with flag 3995000/3995000
1450.59/1446.52	c cleaning 89027 clauses out of 178120 with flag 4085000/4085000
1473.45/1469.30	c cleaning 89986 clauses out of 180093 with flag 4176000/4176000
1501.20/1497.07	c cleaning 91021 clauses out of 182107 with flag 4268000/4268000
1536.93/1532.78	c cleaning 91870 clauses out of 184086 with flag 4361000/4361000
1569.85/1565.60	c cleaning 93002 clauses out of 186218 with flag 4455002/4455002
1604.28/1600.04	c cleaning 93957 clauses out of 188216 with flag 4550002/4550002
1639.39/1635.15	c cleaning 95054 clauses out of 190257 with flag 4646000/4646000
1673.83/1669.51	c cleaning 96036 clauses out of 192203 with flag 4743000/4743000
1709.27/1705.00	c cleaning 96977 clauses out of 194167 with flag 4841000/4841000
1753.31/1748.99	c cleaning 97510 clauses out of 195034 with flag 4940005/4940005
1797.55/1793.10	c cleaning 98723 clauses out of 197519 with flag 5040000/5040000
1800.08/1795.51	c starts		: 272
1800.08/1795.51	c conflicts		: 5046414
1800.08/1795.51	c decisions		: 13309346
1800.08/1795.51	c propagations		: 1933505405
1800.08/1795.51	c inspects		: 22746107243
1800.08/1795.51	c shortcuts		: 0
1800.08/1795.51	c learnt literals	: 7
1800.08/1795.51	c learnt binary clauses	: 1198
1800.08/1795.51	c learnt ternary clauses	: 4289
1800.08/1795.51	c learnt constraints	: 5046407
1800.08/1795.51	c ignored constraints	: 0
1800.08/1795.51	c root simplifications	: 279
1800.08/1795.51	c removed literals (reason simplification)	: 138443459
1800.08/1795.51	c reason swapping (by a shorter reason)	: 0
1800.08/1795.51	c Calls to reduceDB	: 96
1800.08/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.51	c number of learned constraints concerned by reduction	: 0
1800.08/1795.51	c number of learning phase by resolution	: 0
1800.08/1795.51	c number of learning phase by cutting planes	: 0
1800.08/1795.51	c speed (assignments/second)	: 1078070.5324320723
1800.08/1795.51	c non guided choices	393357
1800.08/1795.54	c learnt constraints type 
1800.08/1795.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1147
1800.08/1795.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104115
1800.08/1795.54	c constraints type 
1800.08/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
1800.08/1795.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
1800.08/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
1800.08/1795.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
1800.08/1795.54	c 284398 constraints processed.
1800.08/1795.54	s UNKNOWN
1800.08/1795.54	c Total wall clock time (in seconds): 1795.419

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

running on 4 cores: 1,3,5,7

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.00 2.00 2.00 3/194 18457
/proc/meminfo: memFree=30217672/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18457/stat : 18457 (java) D 18455 18457 13368 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 285221302 9515008 175 33554432000 1073741824 1073778376 140735165565504 140735165548232 266435642256 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/18457/statm: 2323 175 133 9 0 71 0

[startup+0.034085 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18457
/proc/meminfo: memFree=30217672/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 2894 0 1 0 0 1 0 0 20 0 11 0 285221302 9310650368 3593 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2273108 3593 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100193 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18457
/proc/meminfo: memFree=30217672/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 4286 0 1 0 8 1 0 0 20 0 18 0 285221302 9787842560 5492 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2389610 5492 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300167 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18457
/proc/meminfo: memFree=30217672/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 5997 0 1 0 44 2 0 0 20 0 18 0 285221302 9787842560 9194 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2389610 9194 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700185 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18457
/proc/meminfo: memFree=30217672/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9558440 CPUtime=1.12 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 6968 0 1 0 109 3 0 0 20 0 18 0 285221302 9787842560 40611 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2389610 40611 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558440

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 2.00 4/212 18475
/proc/meminfo: memFree=30051304/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9558440 CPUtime=2.15 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 8683 0 1 0 206 9 0 0 20 0 18 0 285221302 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2389610 78893 2255 9 0 2380296 0
[pid=18457/tid=18459] ppid=18455 vsize=9558440 CPUtime=1.41 cores=1,3,5,7
/proc/18457/task/18459/stat : 18459 (java) R 18455 18457 13368 0 -1 4202560 2630 0 1 0 138 3 0 0 20 0 18 0 285221303 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989754130224 139989577531605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18460] ppid=18455 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18457/task/18460/stat : 18460 (java) S 18455 18457 13368 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989715631016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18461] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18461/stat : 18461 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989714578472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18462] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18462/stat : 18462 (java) S 18455 18457 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989713525416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18463] ppid=18455 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18457/task/18463/stat : 18463 (java) S 18455 18457 13368 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989712472872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18464] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18464/stat : 18464 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989711419816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18465] ppid=18455 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18457/task/18465/stat : 18465 (java) S 18455 18457 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989710367272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18466] ppid=18455 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/18457/task/18466/stat : 18466 (java) S 18455 18457 13368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989709314216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18467] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18467/stat : 18467 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285221304 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989708261672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18468] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18468/stat : 18468 (java) S 18455 18457 13368 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 285221305 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989695851368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18469] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18469/stat : 18469 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285221306 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989576836984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18470] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18470/stat : 18470 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285221306 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989575783816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18471] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18471/stat : 18471 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285221308 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989574732560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18472] ppid=18455 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/18457/task/18472/stat : 18472 (java) S 18455 18457 13368 0 -1 4202560 2066 0 0 0 24 0 0 0 20 0 18 0 285221308 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989573679416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18473] ppid=18455 vsize=9558440 CPUtime=0.3 cores=1,3,5,7
/proc/18457/task/18473/stat : 18473 (java) S 18455 18457 13368 0 -1 4202560 2543 0 0 0 30 0 0 0 20 0 18 0 285221308 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989572626872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18474] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18474/stat : 18474 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285221308 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989571574008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18475] ppid=18455 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18475/stat : 18475 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285221308 9787842560 78893 33554432000 1073741824 1073778376 140734391753552 139989570521672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9558440

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 2.00 5/213 18476
/proc/meminfo: memFree=29883308/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9625004 CPUtime=4.21 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 9220 0 1 0 409 12 0 0 20 0 19 0 285221302 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2406251 85662 2277 9 0 2396937 0
[pid=18457/tid=18459] ppid=18455 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/18457/task/18459/stat : 18459 (java) R 18455 18457 13368 0 -1 4202560 2643 0 1 0 294 4 0 0 20 0 19 0 285221303 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989754139096 139989577688847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18460] ppid=18455 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/18457/task/18460/stat : 18460 (java) S 18455 18457 13368 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989715631016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18461] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18461/stat : 18461 (java) S 18455 18457 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989714578472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18462] ppid=18455 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18457/task/18462/stat : 18462 (java) S 18455 18457 13368 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989713525416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18463] ppid=18455 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/18457/task/18463/stat : 18463 (java) S 18455 18457 13368 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989712472872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18464] ppid=18455 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18457/task/18464/stat : 18464 (java) S 18455 18457 13368 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989711419816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18465] ppid=18455 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18457/task/18465/stat : 18465 (java) S 18455 18457 13368 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989710367272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18466] ppid=18455 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/18457/task/18466/stat : 18466 (java) S 18455 18457 13368 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989709314216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18467] ppid=18455 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18457/task/18467/stat : 18467 (java) S 18455 18457 13368 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 285221304 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989708261672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18468] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18468/stat : 18468 (java) S 18455 18457 13368 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 285221305 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989695851368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18469] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18469/stat : 18469 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989576836984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18470] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18470/stat : 18470 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989575783816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18471] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18471/stat : 18471 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989574732560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18472] ppid=18455 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18457/task/18472/stat : 18472 (java) S 18455 18457 13368 0 -1 4202560 2211 0 0 0 42 0 0 0 20 0 19 0 285221308 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989573679416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18473] ppid=18455 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18457/task/18473/stat : 18473 (java) S 18455 18457 13368 0 -1 4202560 2814 0 0 0 49 0 0 0 20 0 19 0 285221308 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989572626872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18474] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18474/stat : 18474 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989571574008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18475] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18475/stat : 18475 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989570521672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18476] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18476/stat : 18476 (java) S 18455 18457 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285221505 9856004096 85662 33554432000 1073741824 1073778376 140734391753552 139989569467944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 18476
/proc/meminfo: memFree=29833256/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9625004 CPUtime=7.62 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 9354 0 1 0 747 15 0 0 20 0 19 0 285221302 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2406251 97912 2289 9 0 2396937 0
[pid=18457/tid=18459] ppid=18455 vsize=9625004 CPUtime=5.98 cores=1,3,5,7
/proc/18457/task/18459/stat : 18459 (java) R 18455 18457 13368 0 -1 4202560 2647 0 1 0 594 4 0 0 20 0 19 0 285221303 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989754139368 139989577680126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18460] ppid=18455 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/18457/task/18460/stat : 18460 (java) S 18455 18457 13368 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989715631016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18461] ppid=18455 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18457/task/18461/stat : 18461 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989714578472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18462] ppid=18455 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/18457/task/18462/stat : 18462 (java) S 18455 18457 13368 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989713525416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18463] ppid=18455 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/18457/task/18463/stat : 18463 (java) S 18455 18457 13368 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989712472872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18464] ppid=18455 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18457/task/18464/stat : 18464 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989711419816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18465] ppid=18455 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/18457/task/18465/stat : 18465 (java) S 18455 18457 13368 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989710367272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18466] ppid=18455 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/18457/task/18466/stat : 18466 (java) S 18455 18457 13368 0 -1 4202560 46 0 0 0 3 2 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989709314216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18467] ppid=18455 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/18457/task/18467/stat : 18467 (java) S 18455 18457 13368 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 19 0 285221304 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989708261672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18468] ppid=18455 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/18457/task/18468/stat : 18468 (java) S 18455 18457 13368 0 -1 4202560 229 0 0 0 15 0 0 0 20 0 19 0 285221305 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989695851368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18469] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18469/stat : 18469 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989576836984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18470] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18470/stat : 18470 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989575783816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18471] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18471/stat : 18471 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989574732560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18472] ppid=18455 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/18457/task/18472/stat : 18472 (java) S 18455 18457 13368 0 -1 4202560 2212 0 0 0 46 0 0 0 20 0 19 0 285221308 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989573679416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18473] ppid=18455 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18457/task/18473/stat : 18473 (java) S 18455 18457 13368 0 -1 4202560 2848 0 0 0 57 0 0 0 20 0 19 0 285221308 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989572626872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18474] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18474/stat : 18474 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989571574008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18475] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18475/stat : 18475 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989570521672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18476] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18476/stat : 18476 (java) S 18455 18457 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285221505 9856004096 97912 33554432000 1073741824 1073778376 140734391753552 139989569467944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 18476
/proc/meminfo: memFree=29833472/32873648 swapFree=6860/6860

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

[pid=18457/tid=18465] ppid=18455 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18457/task/18465/stat : 18465 (java) S 18455 18457 13368 0 -1 4202560 139 0 0 0 52 2 0 0 20 0 19 0 285221304 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989710367272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18466] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18466/stat : 18466 (java) S 18455 18457 13368 0 -1 4202560 180 0 0 0 51 2 0 0 20 0 19 0 285221304 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989709314216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18467] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18467/stat : 18467 (java) S 18455 18457 13368 0 -1 4202560 186 0 0 0 50 3 0 0 20 0 19 0 285221304 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989708261672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18468] ppid=18455 vsize=9625004 CPUtime=10 cores=1,3,5,7
/proc/18457/task/18468/stat : 18468 (java) S 18455 18457 13368 0 -1 4202560 334 0 0 0 997 3 0 0 20 0 19 0 285221305 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989695851368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18469] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18469/stat : 18469 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989576836984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18470] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18470/stat : 18470 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989575783816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18471] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18471/stat : 18471 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989574732560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18472] ppid=18455 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18457/task/18472/stat : 18472 (java) S 18455 18457 13368 0 -1 4202560 2288 0 0 0 49 0 0 0 20 0 19 0 285221308 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989573679416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18473] ppid=18455 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/18457/task/18473/stat : 18473 (java) S 18455 18457 13368 0 -1 4202560 2852 0 0 0 63 0 0 0 20 0 19 0 285221308 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989572626872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18474] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18474/stat : 18474 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989571574008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18475] ppid=18455 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/18457/task/18475/stat : 18475 (java) S 18455 18457 13368 0 -1 4202560 99 0 0 0 27 32 0 0 20 0 19 0 285221308 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989570521672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18476] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18476/stat : 18476 (java) S 18455 18457 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285221505 9856004096 109843 33554432000 1073741824 1073778376 140734391753552 139989569467944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.69
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 18573
/proc/meminfo: memFree=28659572/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9625004 CPUtime=1786.75 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 10557 0 1 0 178621 54 0 0 20 0 19 0 285221302 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2406251 109859 2290 9 0 2396937 0
[pid=18457/tid=18459] ppid=18455 vsize=9625004 CPUtime=1770.89 cores=1,3,5,7
/proc/18457/task/18459/stat : 18459 (java) R 18455 18457 13368 0 -1 4202560 2740 0 1 0 177058 31 0 0 20 0 19 0 285221303 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989754138928 139989577619761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18460] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18460/stat : 18460 (java) S 18455 18457 13368 0 -1 4202560 81 0 0 0 50 3 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989715631016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18461] ppid=18455 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/18457/task/18461/stat : 18461 (java) S 18455 18457 13368 0 -1 4202560 74 0 0 0 52 0 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989714578472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18462] ppid=18455 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/18457/task/18462/stat : 18462 (java) S 18455 18457 13368 0 -1 4202560 119 0 0 0 45 2 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989713525416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18463] ppid=18455 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/18457/task/18463/stat : 18463 (java) S 18455 18457 13368 0 -1 4202560 147 0 0 0 50 2 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989712472872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18464] ppid=18455 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/18457/task/18464/stat : 18464 (java) S 18455 18457 13368 0 -1 4202560 115 0 0 0 50 2 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989711419816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18465] ppid=18455 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/18457/task/18465/stat : 18465 (java) S 18455 18457 13368 0 -1 4202560 155 0 0 0 53 2 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989710367272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18466] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18466/stat : 18466 (java) S 18455 18457 13368 0 -1 4202560 180 0 0 0 51 2 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989709314216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18467] ppid=18455 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/18457/task/18467/stat : 18467 (java) S 18455 18457 13368 0 -1 4202560 186 0 0 0 52 3 0 0 20 0 19 0 285221304 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989708261672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18468] ppid=18455 vsize=9625004 CPUtime=10.12 cores=1,3,5,7
/proc/18457/task/18468/stat : 18468 (java) S 18455 18457 13368 0 -1 4202560 336 0 0 0 1009 3 0 0 20 0 19 0 285221305 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989695851368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18469] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18469/stat : 18469 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989576836984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18470] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18470/stat : 18470 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989575783816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18471] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18471/stat : 18471 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989574732560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18472] ppid=18455 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18457/task/18472/stat : 18472 (java) S 18455 18457 13368 0 -1 4202560 2288 0 0 0 49 0 0 0 20 0 19 0 285221308 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989573679416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18473] ppid=18455 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/18457/task/18473/stat : 18473 (java) S 18455 18457 13368 0 -1 4202560 2852 0 0 0 63 0 0 0 20 0 19 0 285221308 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989572626872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18474] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18474/stat : 18474 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989571574008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18475] ppid=18455 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/18457/task/18475/stat : 18475 (java) S 18455 18457 13368 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 285221308 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989570521672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18476] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18476/stat : 18476 (java) S 18455 18457 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285221505 9856004096 109859 33554432000 1073741824 1073778376 140734391753552 139989569467944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.75
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 18573
/proc/meminfo: memFree=28632332/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 10761 0 1 0 179950 58 0 0 20 0 19 0 285221302 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2406251 116664 2290 9 0 2396937 0
[pid=18457/tid=18459] ppid=18455 vsize=9625004 CPUtime=1783.87 cores=1,3,5,7
/proc/18457/task/18459/stat : 18459 (java) R 18455 18457 13368 0 -1 4202560 2741 0 1 0 178355 32 0 0 20 0 19 0 285221303 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989754138928 139989577679704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18460] ppid=18455 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18457/task/18460/stat : 18460 (java) S 18455 18457 13368 0 -1 4202560 87 0 0 0 51 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989715631016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18461] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18461/stat : 18461 (java) S 18455 18457 13368 0 -1 4202560 77 0 0 0 52 1 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989714578472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18462] ppid=18455 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/18457/task/18462/stat : 18462 (java) S 18455 18457 13368 0 -1 4202560 122 0 0 0 45 2 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989713525416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18463] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18463/stat : 18463 (java) S 18455 18457 13368 0 -1 4202560 151 0 0 0 51 2 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989712472872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18464] ppid=18455 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18457/task/18464/stat : 18464 (java) S 18455 18457 13368 0 -1 4202560 138 0 0 0 53 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989711419816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18465] ppid=18455 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18457/task/18465/stat : 18465 (java) S 18455 18457 13368 0 -1 4202560 167 0 0 0 54 2 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989710367272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18466] ppid=18455 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18457/task/18466/stat : 18466 (java) S 18455 18457 13368 0 -1 4202560 316 0 0 0 54 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989709314216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18467] ppid=18455 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18457/task/18467/stat : 18467 (java) S 18455 18457 13368 0 -1 4202560 200 0 0 0 54 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989708261672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18468] ppid=18455 vsize=9625004 CPUtime=10.29 cores=1,3,5,7
/proc/18457/task/18468/stat : 18468 (java) S 18455 18457 13368 0 -1 4202560 338 0 0 0 1026 3 0 0 20 0 19 0 285221305 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989695851368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18469] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18469/stat : 18469 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989576836984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18470] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18470/stat : 18470 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989575783816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18471] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18471/stat : 18471 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989574732560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18472] ppid=18455 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18457/task/18472/stat : 18472 (java) S 18455 18457 13368 0 -1 4202560 2288 0 0 0 49 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989573679416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18473] ppid=18455 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/18457/task/18473/stat : 18473 (java) S 18455 18457 13368 0 -1 4202560 2852 0 0 0 63 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989572626872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18474] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18474/stat : 18474 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989571574008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18475] ppid=18455 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/18457/task/18475/stat : 18475 (java) S 18455 18457 13368 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989570521672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18476] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18476/stat : 18476 (java) S 18455 18457 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285221505 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989569467944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+1795.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 18573
/proc/meminfo: memFree=28632332/32873648 swapFree=6860/6860
[pid=18457] ppid=18455 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/18457/stat : 18457 (java) S 18455 18457 13368 0 -1 4202496 10761 0 1 0 179950 58 0 0 20 0 19 0 285221302 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 140734391744688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18457/statm: 2406251 116664 2290 9 0 2396937 0
[pid=18457/tid=18459] ppid=18455 vsize=9625004 CPUtime=1783.87 cores=1,3,5,7
/proc/18457/task/18459/stat : 18459 (java) R 18455 18457 13368 0 -1 4202560 2741 0 1 0 178355 32 0 0 20 0 19 0 285221303 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989754138928 139989577679704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18460] ppid=18455 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18457/task/18460/stat : 18460 (java) S 18455 18457 13368 0 -1 4202560 87 0 0 0 51 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989715631016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18461] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18461/stat : 18461 (java) S 18455 18457 13368 0 -1 4202560 77 0 0 0 52 1 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989714578472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18457/tid=18462] ppid=18455 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/18457/task/18462/stat : 18462 (java) S 18455 18457 13368 0 -1 4202560 122 0 0 0 45 2 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989713525416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18463] ppid=18455 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18457/task/18463/stat : 18463 (java) S 18455 18457 13368 0 -1 4202560 151 0 0 0 51 2 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989712472872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18464] ppid=18455 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18457/task/18464/stat : 18464 (java) S 18455 18457 13368 0 -1 4202560 138 0 0 0 53 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989711419816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18465] ppid=18455 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18457/task/18465/stat : 18465 (java) S 18455 18457 13368 0 -1 4202560 167 0 0 0 54 2 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989710367272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18457/tid=18466] ppid=18455 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18457/task/18466/stat : 18466 (java) S 18455 18457 13368 0 -1 4202560 316 0 0 0 54 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989709314216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18467] ppid=18455 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18457/task/18467/stat : 18467 (java) S 18455 18457 13368 0 -1 4202560 200 0 0 0 54 3 0 0 20 0 19 0 285221304 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989708261672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18468] ppid=18455 vsize=9625004 CPUtime=10.29 cores=1,3,5,7
/proc/18457/task/18468/stat : 18468 (java) S 18455 18457 13368 0 -1 4202560 338 0 0 0 1026 3 0 0 20 0 19 0 285221305 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989695851368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18469] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18469/stat : 18469 (java) S 18455 18457 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989576836984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18470] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18470/stat : 18470 (java) S 18455 18457 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285221306 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989575783816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18471] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18471/stat : 18471 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989574732560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18472] ppid=18455 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18457/task/18472/stat : 18472 (java) S 18455 18457 13368 0 -1 4202560 2288 0 0 0 49 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989573679416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18473] ppid=18455 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/18457/task/18473/stat : 18473 (java) S 18455 18457 13368 0 -1 4202560 2852 0 0 0 63 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989572626872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18474] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18474/stat : 18474 (java) S 18455 18457 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989571574008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18457/tid=18475] ppid=18455 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/18457/task/18475/stat : 18475 (java) S 18455 18457 13368 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 285221308 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989570521672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18457/tid=18476] ppid=18455 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18457/task/18476/stat : 18476 (java) S 18455 18457 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285221505 9856004096 116664 33554432000 1073741824 1073778376 140734391753552 139989569467944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.55
CPU time (s): 1800.57
CPU user time (s): 1799.56
CPU system time (s): 1.01484
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 1.01484
maximum resident set size= 466776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10792
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40803
involuntary context switches= 14192

runsolver used 5.9001 second user time and 15.5136 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 09:42:33
IDJOB=3709984
IDBENCH=89728
IDSOLVER=2289
FILE ID=node116/3709984-1338190952
RUNJOBID= node116-1338158618-13385
PBS_JOBID= 14624543
Free space on /tmp= 71452 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-76.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-3709984-1338190952/watcher-3709984-1338190952 -o /tmp/evaluation-result-3709984-1338190952/solver-3709984-1338190952 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709984-1338190952.opb

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1023713761

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:        30218316 kB
Buffers:          383568 kB
Cached:          1148052 kB
SwapCached:         3236 kB
Active:          1120520 kB
Inactive:         695588 kB
Active(anon):     275760 kB
Inactive(anon):     8956 kB
Active(file):     844760 kB
Inactive(file):   686632 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:             12864 kB
Writeback:             0 kB
AnonPages:        286904 kB
Mapped:            20856 kB
Shmem:                96 kB
Slab:             700968 kB
SReclaimable:     144960 kB
SUnreclaim:       556008 kB
KernelStack:        1592 kB
PageTables:         4740 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     824952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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= 71412 MiB
End job on node116 at 2012-05-28 10:12:30