Trace number 3710536

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.08 1778.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod010.opb
MD5SUM0155c0c96434984f6ded6bb7ada20c0c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6548
Best CPU time to get the best result obtained on this benchmark0.591909
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6548
Optimality of the best value was proved YES
Number of variables2655
Total number of constraints146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint2655
Number of terms in the objective function 2655
Biggest coefficient in the objective function 266
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 489211
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 266
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 489211
Number of bits of the biggest sum of numbers19
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-3710536-1338135479.opb
0.09/0.12	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.171s.
0.27/0.29	c declared #vars     2655
0.27/0.29	c #constraints  291
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 146
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.29	c 291 constraints processed.
1.40/0.89	c cleaning 2495 clauses out of 4997 with flag 5002/5002
2.10/1.40	c cleaning 4248 clauses out of 8501 with flag 11001/11001
2.70/2.05	c cleaning 5621 clauses out of 11254 with flag 18002/18002
3.53/2.89	c cleaning 6813 clauses out of 13634 with flag 26003/26003
4.59/3.80	c cleaning 7899 clauses out of 15811 with flag 35000/35000
5.61/4.82	c cleaning 8950 clauses out of 17913 with flag 45001/45001
6.71/5.94	c cleaning 9965 clauses out of 19948 with flag 56001/56001
8.02/7.21	c cleaning 10988 clauses out of 21983 with flag 68001/68001
9.34/8.56	c cleaning 11985 clauses out of 23985 with flag 81000/81000
10.84/10.04	c cleaning 12991 clauses out of 26001 with flag 95001/95001
12.47/11.63	c cleaning 13998 clauses out of 28010 with flag 110001/110001
14.39/13.52	c cleaning 14996 clauses out of 30011 with flag 126000/126000
16.79/15.96	c cleaning 15998 clauses out of 32010 with flag 143000/143000
19.12/18.27	c cleaning 16996 clauses out of 34012 with flag 161000/161000
21.93/21.02	c cleaning 18007 clauses out of 36018 with flag 180002/180002
25.54/24.60	c cleaning 19002 clauses out of 38010 with flag 200001/200001
28.08/27.19	c cleaning 19990 clauses out of 39997 with flag 221000/221000
31.60/30.70	c cleaning 20988 clauses out of 42007 with flag 243000/243000
35.03/34.02	c cleaning 22005 clauses out of 44019 with flag 266000/266000
38.26/37.25	c cleaning 22994 clauses out of 46015 with flag 290001/290001
41.90/40.87	c cleaning 23997 clauses out of 48014 with flag 315000/315000
45.81/44.74	c cleaning 24996 clauses out of 50017 with flag 341000/341000
49.85/48.76	c cleaning 25994 clauses out of 52021 with flag 368000/368000
55.08/53.98	c cleaning 27000 clauses out of 54027 with flag 396000/396000
59.24/58.08	c cleaning 28011 clauses out of 56028 with flag 425001/425001
63.97/62.72	c cleaning 29003 clauses out of 58018 with flag 455002/455002
69.50/68.30	c cleaning 30002 clauses out of 60014 with flag 486001/486001
75.14/73.81	c cleaning 30995 clauses out of 62011 with flag 518000/518000
80.16/78.82	c cleaning 32002 clauses out of 64016 with flag 551000/551000
85.30/83.92	c cleaning 32994 clauses out of 66015 with flag 585001/585001
90.82/89.41	c cleaning 33986 clauses out of 67988 with flag 620001/620001
95.67/94.24	c cleaning 34993 clauses out of 70002 with flag 656001/656001
101.30/99.84	c cleaning 35993 clauses out of 72008 with flag 693000/693000
109.33/107.87	c cleaning 37000 clauses out of 74017 with flag 731002/731002
116.59/115.04	c cleaning 37974 clauses out of 76015 with flag 770000/770000
124.23/122.62	c cleaning 39009 clauses out of 78039 with flag 810000/810000
132.85/131.24	c cleaning 40002 clauses out of 80030 with flag 851000/851000
142.48/140.80	c cleaning 41010 clauses out of 82027 with flag 893002/893002
149.51/147.88	c cleaning 41996 clauses out of 84016 with flag 936001/936001
157.44/155.73	c cleaning 43000 clauses out of 86017 with flag 980001/980001
165.87/164.17	c cleaning 44001 clauses out of 88016 with flag 1025000/1025000
174.70/172.93	c cleaning 44993 clauses out of 90015 with flag 1071000/1071000
182.64/180.80	c cleaning 46002 clauses out of 92023 with flag 1118001/1118001
191.27/189.42	c cleaning 47001 clauses out of 94020 with flag 1166000/1166000
199.91/198.09	c cleaning 48002 clauses out of 96021 with flag 1215002/1215002
207.43/205.55	c cleaning 48997 clauses out of 98017 with flag 1265000/1265000
215.88/213.92	c cleaning 49996 clauses out of 100020 with flag 1316000/1316000
225.66/223.63	c cleaning 50988 clauses out of 102011 with flag 1368000/1368000
236.30/234.28	c cleaning 52001 clauses out of 104018 with flag 1421000/1421000
247.66/245.57	c cleaning 53004 clauses out of 106017 with flag 1475000/1475000
259.01/256.86	c cleaning 54003 clauses out of 108014 with flag 1530001/1530001
269.61/267.35	c cleaning 54999 clauses out of 110013 with flag 1586003/1586003
280.04/277.75	c cleaning 56004 clauses out of 112011 with flag 1643000/1643000
293.18/290.88	c cleaning 56994 clauses out of 114008 with flag 1701001/1701001
306.86/304.44	c cleaning 57990 clauses out of 116013 with flag 1760000/1760000
319.10/316.61	c cleaning 59002 clauses out of 118024 with flag 1820001/1820001
332.54/330.03	c cleaning 60000 clauses out of 120021 with flag 1881000/1881000
347.30/344.75	c cleaning 60999 clauses out of 122021 with flag 1943000/1943000
361.54/358.96	c cleaning 61979 clauses out of 123972 with flag 2006000/2006000
373.42/370.77	c cleaning 62981 clauses out of 125971 with flag 2070000/2070000
384.47/381.76	c cleaning 63989 clauses out of 127990 with flag 2135000/2135000
394.91/392.16	c cleaning 64998 clauses out of 130001 with flag 2201000/2201000
407.76/404.97	c cleaning 65986 clauses out of 132003 with flag 2268000/2268000
423.53/420.65	c cleaning 66974 clauses out of 133979 with flag 2336000/2336000
442.16/439.09	c cleaning 67991 clauses out of 136005 with flag 2405000/2405000
459.36/456.27	c cleaning 68987 clauses out of 138014 with flag 2475000/2475000
473.75/470.52	c cleaning 70007 clauses out of 140028 with flag 2546001/2546001
486.11/482.84	c cleaning 71001 clauses out of 142020 with flag 2618000/2618000
501.24/497.94	c cleaning 71977 clauses out of 144020 with flag 2691001/2691001
525.80/522.39	c cleaning 72989 clauses out of 146043 with flag 2765001/2765001
555.99/552.33	c cleaning 74006 clauses out of 148054 with flag 2840001/2840001
580.69/576.86	c cleaning 75009 clauses out of 150049 with flag 2916002/2916002
603.89/599.97	c cleaning 76005 clauses out of 152038 with flag 2993000/2993000
622.62/618.63	c cleaning 76993 clauses out of 154008 with flag 3071000/3071000
639.79/635.77	c cleaning 77997 clauses out of 156009 with flag 3150001/3150001
659.14/655.08	c cleaning 78997 clauses out of 158012 with flag 3230001/3230001
682.55/678.18	c cleaning 79999 clauses out of 160015 with flag 3311001/3311001
698.55/694.01	c cleaning 81005 clauses out of 162017 with flag 3393002/3393002
720.59/715.80	c cleaning 81998 clauses out of 164010 with flag 3476000/3476000
747.87/742.98	c cleaning 82994 clauses out of 166013 with flag 3560001/3560001
779.76/774.65	c cleaning 83983 clauses out of 168019 with flag 3645001/3645001
807.74/802.22	c cleaning 85004 clauses out of 170036 with flag 3731001/3731001
838.87/833.18	c cleaning 86009 clauses out of 172034 with flag 3818003/3818003
872.09/865.90	c cleaning 87002 clauses out of 174022 with flag 3906000/3906000
902.38/895.93	c cleaning 87986 clauses out of 176020 with flag 3995000/3995000
925.15/918.53	c cleaning 88995 clauses out of 178035 with flag 4085001/4085001
947.43/940.62	c cleaning 89993 clauses out of 180039 with flag 4176000/4176000
972.20/965.24	c cleaning 90992 clauses out of 182046 with flag 4268000/4268000
996.55/989.45	c cleaning 91997 clauses out of 184055 with flag 4361001/4361001
1020.40/1013.15	c cleaning 92994 clauses out of 186057 with flag 4455000/4455000
1042.95/1035.56	c cleaning 94023 clauses out of 188063 with flag 4550000/4550000
1062.87/1055.32	c cleaning 95009 clauses out of 190040 with flag 4646000/4646000
1084.26/1076.47	c cleaning 96006 clauses out of 192032 with flag 4743001/4743001
1103.75/1095.75	c cleaning 97001 clauses out of 194026 with flag 4841001/4841001
1127.19/1119.06	c cleaning 98001 clauses out of 196024 with flag 4940000/4940000
1155.32/1146.86	c cleaning 98996 clauses out of 198015 with flag 5040001/5040001
1183.62/1174.71	c cleaning 99996 clauses out of 200018 with flag 5141000/5141000
1209.95/1200.73	c cleaning 101004 clauses out of 202023 with flag 5243001/5243001
1239.34/1229.68	c cleaning 102004 clauses out of 204020 with flag 5346002/5346002
1270.66/1260.45	c cleaning 102983 clauses out of 206015 with flag 5450001/5450001
1304.87/1293.95	c cleaning 104008 clauses out of 208033 with flag 5555002/5555002
1342.89/1329.97	c cleaning 104992 clauses out of 210023 with flag 5661000/5661000
1376.28/1362.48	c cleaning 106002 clauses out of 212032 with flag 5768001/5768001
1398.93/1384.70	c cleaning 107001 clauses out of 214030 with flag 5876001/5876001
1420.43/1405.94	c cleaning 108001 clauses out of 216029 with flag 5985001/5985001
1447.49/1432.59	c cleaning 109006 clauses out of 218028 with flag 6095001/6095001
1481.74/1466.27	c cleaning 110000 clauses out of 220021 with flag 6206000/6206000
1510.48/1494.51	c cleaning 111002 clauses out of 222021 with flag 6318000/6318000
1542.13/1525.43	c cleaning 111995 clauses out of 224020 with flag 6431001/6431001
1576.08/1558.87	c cleaning 112999 clauses out of 226026 with flag 6545002/6545002
1612.50/1594.67	c cleaning 113990 clauses out of 228026 with flag 6660001/6660001
1644.04/1625.51	c cleaning 115009 clauses out of 230037 with flag 6776002/6776002
1676.02/1656.97	c cleaning 116008 clauses out of 232027 with flag 6893001/6893001
1714.78/1695.02	c cleaning 116944 clauses out of 234020 with flag 7011002/7011002
1750.97/1730.52	c cleaning 118023 clauses out of 236074 with flag 7130000/7130000
1787.02/1766.08	c cleaning 119015 clauses out of 238051 with flag 7250000/7250000
1800.08/1778.81	c starts		: 296
1800.08/1778.81	c conflicts		: 7299001
1800.08/1778.81	c decisions		: 8145393
1800.08/1778.81	c propagations		: 91382376
1800.08/1778.81	c inspects		: 13856087991
1800.08/1778.81	c shortcuts		: 0
1800.08/1778.81	c learnt literals	: 36
1800.08/1778.81	c learnt binary clauses	: 84
1800.08/1778.81	c learnt ternary clauses	: 117
1800.08/1778.81	c learnt constraints	: 7298965
1800.08/1778.81	c ignored constraints	: 0
1800.08/1778.81	c root simplifications	: 332
1800.08/1778.81	c removed literals (reason simplification)	: 25475356
1800.08/1778.81	c reason swapping (by a shorter reason)	: 0
1800.08/1778.81	c Calls to reduceDB	: 116
1800.08/1778.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1778.81	c number of learned constraints concerned by reduction	: 0
1800.08/1778.81	c number of learning phase by resolution	: 0
1800.08/1778.81	c number of learning phase by cutting planes	: 0
1800.08/1778.81	c speed (assignments/second)	: 51381.36936945042
1800.08/1778.81	c non guided choices	4296
1800.08/1778.84	c learnt constraints type 
1800.08/1778.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
1800.08/1778.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168058
1800.08/1778.84	c constraints type 
1800.08/1778.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
1800.08/1778.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 146
1800.08/1778.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/1778.84	c 291 constraints processed.
1800.08/1778.84	s UNKNOWN
1800.08/1778.84	c Total wall clock time (in seconds): 1778.721

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-3710536-1338135479/watcher-3710536-1338135479 -o /tmp/evaluation-result-3710536-1338135479/solver-3710536-1338135479 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710536-1338135479.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: 1.93 2.03 2.01 3/194 19440
/proc/meminfo: memFree=25893656/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19440/stat : 19440 (java) D 19438 19440 16973 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 279673647 9515008 182 33554432000 1073741824 1073778376 140733535058592 140733535049624 270330052277 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/19440/statm: 2323 182 140 9 0 71 0

[startup+0.038673 s]
/proc/loadavg: 1.93 2.03 2.01 3/194 19440
/proc/meminfo: memFree=25893656/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 2966 0 1 0 1 0 0 0 20 0 13 0 279673647 9446973440 3665 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2306390 3665 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.10021 s]
/proc/loadavg: 1.93 2.03 2.01 3/194 19440
/proc/meminfo: memFree=25893656/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 4268 0 1 0 8 1 0 0 20 0 18 0 279673647 9787842560 5476 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2389610 5478 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300154 s]
/proc/loadavg: 1.93 2.03 2.01 3/194 19440
/proc/meminfo: memFree=25893656/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 7372 0 1 0 52 2 0 0 20 0 18 0 279673647 9787842560 11364 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2389610 11364 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700212 s]
/proc/loadavg: 1.93 2.03 2.01 3/194 19440
/proc/meminfo: memFree=25893656/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 8277 0 1 0 128 2 0 0 20 0 19 0 279673647 9856004096 12672 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2406251 12672 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 1.93 2.03 2.01 3/213 19459
/proc/meminfo: memFree=25838952/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 8357 0 1 0 217 3 0 0 20 0 19 0 279673647 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2406251 17849 2279 9 0 2396937 0
[pid=19440/tid=19442] ppid=19438 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/19440/task/19442/stat : 19442 (java) R 19438 19440 16973 0 -1 4202560 2530 0 1 0 142 1 0 0 20 0 19 0 279673648 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319419056552 140319283425038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19443/stat : 19443 (java) S 19438 19440 16973 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319408118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19444] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19444/stat : 19444 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319407066024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19445] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19445/stat : 19445 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319406013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19446] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19446/stat : 19446 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319404960424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19447] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19447/stat : 19447 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319403907624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19448] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19448/stat : 19448 (java) S 19438 19440 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319402854824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19449] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19449/stat : 19449 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319401802024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19450] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19450/stat : 19450 (java) S 19438 19440 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319255115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19451] ppid=19438 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/19440/task/19451/stat : 19451 (java) S 19438 19440 16973 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 279673651 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319242918888 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19452] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19452/stat : 19452 (java) S 19438 19440 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319241864952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19453] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19453/stat : 19453 (java) S 19438 19440 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319240812040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19454] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19454/stat : 19454 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319239760528 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19455] ppid=19438 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/19440/task/19455/stat : 19455 (java) S 19438 19440 16973 0 -1 4202560 1993 0 0 0 26 0 0 0 20 0 19 0 279673654 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319238707640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19456] ppid=19438 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19440/task/19456/stat : 19456 (java) S 19438 19440 16973 0 -1 4202560 2570 0 0 0 43 0 0 0 20 0 19 0 279673654 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319237654840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19457] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19457/stat : 19457 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319236602232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19458] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19458/stat : 19458 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319235549640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19459] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19459/stat : 19459 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673678 9856004096 17849 33554432000 1073741824 1073778376 140734733420992 140319234496168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 1.93 2.03 2.01 3/213 19459
/proc/meminfo: memFree=25826044/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9625004 CPUtime=3.88 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 8694 0 1 0 384 4 0 0 20 0 19 0 279673647 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2406251 19904 2279 9 0 2396937 0
[pid=19440/tid=19442] ppid=19438 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/19440/task/19442/stat : 19442 (java) R 19438 19440 16973 0 -1 4202560 2530 0 1 0 298 1 0 0 20 0 19 0 279673648 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319419056616 140319283309368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19443/stat : 19443 (java) S 19438 19440 16973 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319408118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19444] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19444/stat : 19444 (java) S 19438 19440 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319407066024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19445] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19445/stat : 19445 (java) S 19438 19440 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319406013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19446] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19446/stat : 19446 (java) S 19438 19440 16973 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319404960424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19447] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19447/stat : 19447 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319403907624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19448] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19448/stat : 19448 (java) S 19438 19440 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319402854824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19449] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19449/stat : 19449 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319401802024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19450] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19450/stat : 19450 (java) S 19438 19440 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319255115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19451] ppid=19438 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/19440/task/19451/stat : 19451 (java) S 19438 19440 16973 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 279673651 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319242918888 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19452] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19452/stat : 19452 (java) S 19438 19440 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319241864952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19453] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19453/stat : 19453 (java) S 19438 19440 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319240812040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19454] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19454/stat : 19454 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319239760528 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19455] ppid=19438 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/19440/task/19455/stat : 19455 (java) S 19438 19440 16973 0 -1 4202560 2309 0 0 0 32 0 0 0 20 0 19 0 279673654 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319238707640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19456] ppid=19438 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19440/task/19456/stat : 19456 (java) S 19438 19440 16973 0 -1 4202560 2570 0 0 0 43 0 0 0 20 0 19 0 279673654 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319237654840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19457] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19457/stat : 19457 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319236602232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19458] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19458/stat : 19458 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319235549640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19459] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19459/stat : 19459 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673678 9856004096 19904 33554432000 1073741824 1073778376 140734733420992 140319234496168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.93 2.03 2.01 3/213 19459
/proc/meminfo: memFree=25815188/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9625004 CPUtime=7.12 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 8706 0 1 0 708 4 0 0 20 0 19 0 279673647 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2406251 21394 2279 9 0 2396937 0
[pid=19440/tid=19442] ppid=19438 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/19440/task/19442/stat : 19442 (java) R 19438 19440 16973 0 -1 4202560 2535 0 1 0 611 1 0 0 20 0 19 0 279673648 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319419056432 140319283334994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19443/stat : 19443 (java) S 19438 19440 16973 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319408118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19444] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19444/stat : 19444 (java) S 19438 19440 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319407066024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19445] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19445/stat : 19445 (java) S 19438 19440 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319406013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19446] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19446/stat : 19446 (java) S 19438 19440 16973 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319404960424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19447] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19447/stat : 19447 (java) S 19438 19440 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319403907624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19448] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19448/stat : 19448 (java) S 19438 19440 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319402854824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19449] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19449/stat : 19449 (java) S 19438 19440 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319401802024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19450] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19450/stat : 19450 (java) S 19438 19440 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279673650 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319255115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19451] ppid=19438 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/19440/task/19451/stat : 19451 (java) S 19438 19440 16973 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 19 0 279673651 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319242918888 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19452] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19452/stat : 19452 (java) S 19438 19440 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319241864952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19453] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19453/stat : 19453 (java) S 19438 19440 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319240812040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19454] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19454/stat : 19454 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319239760528 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19455] ppid=19438 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/19440/task/19455/stat : 19455 (java) S 19438 19440 16973 0 -1 4202560 2309 0 0 0 33 0 0 0 20 0 19 0 279673654 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319238707640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19456] ppid=19438 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19440/task/19456/stat : 19456 (java) S 19438 19440 16973 0 -1 4202560 2570 0 0 0 43 0 0 0 20 0 19 0 279673654 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319237654840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19457] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19457/stat : 19457 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319236602232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19458] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19458/stat : 19458 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319235549640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19459] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19459/stat : 19459 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673678 9856004096 21394 33554432000 1073741824 1073778376 140734733420992 140319234496168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=19440/tid=19455] ppid=19438 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/19440/task/19455/stat : 19455 (java) S 19438 19440 16973 0 -1 4202560 2373 0 0 0 36 0 0 0 20 0 19 0 279673654 9856004096 114130 33554432000 1073741824 1073778376 140734733420992 140319238707640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19456] ppid=19438 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19440/task/19456/stat : 19456 (java) S 19438 19440 16973 0 -1 4202560 2570 0 0 0 43 0 0 0 20 0 19 0 279673654 9856004096 114130 33554432000 1073741824 1073778376 140734733420992 140319237654840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19457] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19457/stat : 19457 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 114130 33554432000 1073741824 1073778376 140734733420992 140319236602232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19458] ppid=19438 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/19440/task/19458/stat : 19458 (java) S 19438 19440 16973 0 -1 4202560 92 0 0 0 13 17 0 0 20 0 19 0 279673654 9856004096 114130 33554432000 1073741824 1073778376 140734733420992 140319235549640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19459] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19459/stat : 19459 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673678 9856004096 114130 33554432000 1073741824 1073778376 140734733420992 140319234496168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1620.36
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/213 19533
/proc/meminfo: memFree=26884876/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9625004 CPUtime=1681.47 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 24016 0 1 0 167999 148 0 0 20 0 19 0 279673647 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2406251 113965 2283 9 0 2396937 0
[pid=19440/tid=19442] ppid=19438 vsize=9625004 CPUtime=1644.57 cores=0,2,4,6
/proc/19440/task/19442/stat : 19442 (java) R 19438 19440 16973 0 -1 4202560 2954 0 1 0 164427 30 0 0 20 0 19 0 279673648 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319419055488 140319283206695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=9625004 CPUtime=3.14 cores=0,2,4,6
/proc/19440/task/19443/stat : 19443 (java) S 19438 19440 16973 0 -1 4202560 1724 0 0 0 297 17 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319408118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19444] ppid=19438 vsize=9625004 CPUtime=3.15 cores=0,2,4,6
/proc/19440/task/19444/stat : 19444 (java) S 19438 19440 16973 0 -1 4202560 1587 0 0 0 301 14 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319407066024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19445] ppid=19438 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/19440/task/19445/stat : 19445 (java) S 19438 19440 16973 0 -1 4202560 2032 0 0 0 309 15 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319406013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19446] ppid=19438 vsize=9625004 CPUtime=3.19 cores=0,2,4,6
/proc/19440/task/19446/stat : 19446 (java) S 19438 19440 16973 0 -1 4202560 1775 0 0 0 302 17 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319404960424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19447] ppid=19438 vsize=9625004 CPUtime=3.21 cores=0,2,4,6
/proc/19440/task/19447/stat : 19447 (java) S 19438 19440 16973 0 -1 4202560 1866 0 0 0 309 12 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319403907624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19448] ppid=19438 vsize=9625004 CPUtime=3.1 cores=0,2,4,6
/proc/19440/task/19448/stat : 19448 (java) S 19438 19440 16973 0 -1 4202560 1854 0 0 0 294 16 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319402854824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19449] ppid=19438 vsize=9625004 CPUtime=3.1 cores=0,2,4,6
/proc/19440/task/19449/stat : 19449 (java) S 19438 19440 16973 0 -1 4202560 969 0 0 0 295 15 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319401802024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19450] ppid=19438 vsize=9625004 CPUtime=3.4 cores=0,2,4,6
/proc/19440/task/19450/stat : 19450 (java) S 19438 19440 16973 0 -1 4202560 2064 0 0 0 325 15 0 0 20 0 19 0 279673650 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319255115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19451] ppid=19438 vsize=9625004 CPUtime=5.99 cores=0,2,4,6
/proc/19440/task/19451/stat : 19451 (java) S 19438 19440 16973 0 -1 4202560 967 0 0 0 595 4 0 0 20 0 19 0 279673651 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319242918888 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19452] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19452/stat : 19452 (java) S 19438 19440 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319241864952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19453] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19453/stat : 19453 (java) S 19438 19440 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319240812040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19454] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19454/stat : 19454 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319239760528 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19455] ppid=19438 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/19440/task/19455/stat : 19455 (java) S 19438 19440 16973 0 -1 4202560 2373 0 0 0 36 0 0 0 20 0 19 0 279673654 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319238707640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19456] ppid=19438 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19440/task/19456/stat : 19456 (java) S 19438 19440 16973 0 -1 4202560 2570 0 0 0 43 0 0 0 20 0 19 0 279673654 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319237654840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19457] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19457/stat : 19457 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319236602232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19458] ppid=19438 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/19440/task/19458/stat : 19458 (java) S 19438 19440 16973 0 -1 4202560 96 0 0 0 13 18 0 0 20 0 19 0 279673654 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319235549640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19459] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19459/stat : 19459 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673678 9856004096 113965 33554432000 1073741824 1073778376 140734733420992 140319234496168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1681.47
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.02 3/213 19533
/proc/meminfo: memFree=26839320/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9625004 CPUtime=1742.59 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 25403 0 1 0 174105 154 0 0 20 0 19 0 279673647 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2406251 117808 2283 9 0 2396937 0
[pid=19440/tid=19442] ppid=19438 vsize=9625004 CPUtime=1703.83 cores=0,2,4,6
/proc/19440/task/19442/stat : 19442 (java) R 19438 19440 16973 0 -1 4202560 2985 0 1 0 170352 31 0 0 20 0 19 0 279673648 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319419055488 140319283287288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=9625004 CPUtime=3.33 cores=0,2,4,6
/proc/19440/task/19443/stat : 19443 (java) S 19438 19440 16973 0 -1 4202560 1858 0 0 0 316 17 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319408118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19444] ppid=19438 vsize=9625004 CPUtime=3.34 cores=0,2,4,6
/proc/19440/task/19444/stat : 19444 (java) S 19438 19440 16973 0 -1 4202560 1587 0 0 0 319 15 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319407066024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19445] ppid=19438 vsize=9625004 CPUtime=3.46 cores=0,2,4,6
/proc/19440/task/19445/stat : 19445 (java) S 19438 19440 16973 0 -1 4202560 2187 0 0 0 330 16 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319406013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19446] ppid=19438 vsize=9625004 CPUtime=3.4 cores=0,2,4,6
/proc/19440/task/19446/stat : 19446 (java) S 19438 19440 16973 0 -1 4202560 1869 0 0 0 323 17 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319404960424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19447] ppid=19438 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/19440/task/19447/stat : 19447 (java) S 19438 19440 16973 0 -1 4202560 2227 0 0 0 329 13 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319403907624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19448] ppid=19438 vsize=9625004 CPUtime=3.3 cores=0,2,4,6
/proc/19440/task/19448/stat : 19448 (java) S 19438 19440 16973 0 -1 4202560 1899 0 0 0 314 16 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319402854824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19449] ppid=19438 vsize=9625004 CPUtime=3.3 cores=0,2,4,6
/proc/19440/task/19449/stat : 19449 (java) S 19438 19440 16973 0 -1 4202560 1113 0 0 0 314 16 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319401802024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19450] ppid=19438 vsize=9625004 CPUtime=3.59 cores=0,2,4,6
/proc/19440/task/19450/stat : 19450 (java) S 19438 19440 16973 0 -1 4202560 2455 0 0 0 343 16 0 0 20 0 19 0 279673650 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319255115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19451] ppid=19438 vsize=9625004 CPUtime=6.09 cores=0,2,4,6
/proc/19440/task/19451/stat : 19451 (java) S 19438 19440 16973 0 -1 4202560 997 0 0 0 605 4 0 0 20 0 19 0 279673651 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319242918888 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19452] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19452/stat : 19452 (java) S 19438 19440 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319241864952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19453] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19453/stat : 19453 (java) S 19438 19440 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319240812040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19454] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19454/stat : 19454 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319239760528 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19455] ppid=19438 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/19440/task/19455/stat : 19455 (java) S 19438 19440 16973 0 -1 4202560 2373 0 0 0 36 0 0 0 20 0 19 0 279673654 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319238707640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19456] ppid=19438 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19440/task/19456/stat : 19456 (java) S 19438 19440 16973 0 -1 4202560 2570 0 0 0 43 0 0 0 20 0 19 0 279673654 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319237654840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19457] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19457/stat : 19457 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319236602232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19458] ppid=19438 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/19440/task/19458/stat : 19458 (java) S 19438 19440 16973 0 -1 4202560 98 0 0 0 15 18 0 0 20 0 19 0 279673654 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319235549640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19459] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19459/stat : 19459 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673678 9856004096 117808 33554432000 1073741824 1073778376 140734733420992 140319234496168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1742.59
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.8 s]
/proc/loadavg: 2.01 2.04 2.02 3/213 19533
/proc/meminfo: memFree=26766160/32873660 swapFree=7120/7120
[pid=19440] ppid=19438 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/19440/stat : 19440 (java) S 19438 19440 16973 0 -1 4202496 27014 0 1 0 179847 161 0 0 20 0 19 0 279673647 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140734733412128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19440/statm: 2406251 127654 2283 9 0 2396937 0
[pid=19440/tid=19442] ppid=19438 vsize=9625004 CPUtime=1759.59 cores=0,2,4,6
/proc/19440/task/19442/stat : 19442 (java) R 19438 19440 16973 0 -1 4202560 3007 0 1 0 175927 32 0 0 20 0 19 0 279673648 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319419055488 140319283276516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19443] ppid=19438 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/19440/task/19443/stat : 19443 (java) S 19438 19440 16973 0 -1 4202560 2209 0 0 0 337 18 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319408118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19444] ppid=19438 vsize=9625004 CPUtime=3.51 cores=0,2,4,6
/proc/19440/task/19444/stat : 19444 (java) S 19438 19440 16973 0 -1 4202560 1603 0 0 0 335 16 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319407066024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19445] ppid=19438 vsize=9625004 CPUtime=3.66 cores=0,2,4,6
/proc/19440/task/19445/stat : 19445 (java) S 19438 19440 16973 0 -1 4202560 2549 0 0 0 348 18 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319406013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19446] ppid=19438 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/19440/task/19446/stat : 19446 (java) S 19438 19440 16973 0 -1 4202560 1999 0 0 0 339 18 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319404960424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19447] ppid=19438 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/19440/task/19447/stat : 19447 (java) S 19438 19440 16973 0 -1 4202560 2346 0 0 0 342 14 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319403907624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19448] ppid=19438 vsize=9625004 CPUtime=3.47 cores=0,2,4,6
/proc/19440/task/19448/stat : 19448 (java) S 19438 19440 16973 0 -1 4202560 2159 0 0 0 331 16 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319402854824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19449] ppid=19438 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/19440/task/19449/stat : 19449 (java) S 19438 19440 16973 0 -1 4202560 1113 0 0 0 326 16 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319401802024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19450] ppid=19438 vsize=9625004 CPUtime=3.73 cores=0,2,4,6
/proc/19440/task/19450/stat : 19450 (java) S 19438 19440 16973 0 -1 4202560 2757 0 0 0 357 16 0 0 20 0 19 0 279673650 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319255115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19451] ppid=19438 vsize=9625004 CPUtime=6.31 cores=0,2,4,6
/proc/19440/task/19451/stat : 19451 (java) S 19438 19440 16973 0 -1 4202560 1042 0 0 0 627 4 0 0 20 0 19 0 279673651 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319242918888 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19440/tid=19452] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19452/stat : 19452 (java) S 19438 19440 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319241864952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19453] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19453/stat : 19453 (java) S 19438 19440 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279673651 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319240812040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19454] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19454/stat : 19454 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319239760528 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19455] ppid=19438 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/19440/task/19455/stat : 19455 (java) S 19438 19440 16973 0 -1 4202560 2373 0 0 0 36 0 0 0 20 0 19 0 279673654 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319238707640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19440/tid=19456] ppid=19438 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/19440/task/19456/stat : 19456 (java) S 19438 19440 16973 0 -1 4202560 2570 0 0 0 43 0 0 0 20 0 19 0 279673654 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319237654840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19457] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19457/stat : 19457 (java) S 19438 19440 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279673654 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319236602232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19440/tid=19458] ppid=19438 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/19440/task/19458/stat : 19458 (java) S 19438 19440 16973 0 -1 4202560 102 0 0 0 15 19 0 0 20 0 19 0 279673654 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319235549640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19440/tid=19459] ppid=19438 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19440/task/19459/stat : 19459 (java) S 19438 19440 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279673678 9856004096 127654 33554432000 1073741824 1073778376 140734733420992 140319234496168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19440 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=848293
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=11694
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1778.85
CPU time (s): 1800.08
CPU user time (s): 1798.47
CPU system time (s): 1.61
CPU usage (%): 101.193
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.01169
maximum resident set size= 907952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27054
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= 50965
involuntary context switches= 56551

runsolver used 5.82111 second user time and 14.1738 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 18:17:59
IDJOB=3710536
IDBENCH=1851
IDSOLVER=2289
FILE ID=node117/3710536-1338135479
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod010.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-3710536-1338135479/watcher-3710536-1338135479 -o /tmp/evaluation-result-3710536-1338135479/solver-3710536-1338135479 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710536-1338135479.opb

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

MD5SUM BENCH= 0155c0c96434984f6ded6bb7ada20c0c
RANDOM SEED=1722184150

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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	: 5331.91
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		: 2667.148
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.95
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		: 2667.148
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.91
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		: 2667.148
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.91
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		: 2667.148
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.91
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		: 2667.148
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:       32873660 kB
MemFree:        25894300 kB
Buffers:          326452 kB
Cached:          4044720 kB
SwapCached:            0 kB
Active:          3917580 kB
Inactive:        2186588 kB
Active(anon):    1723952 kB
Inactive(anon):    11356 kB
Active(file):    2193628 kB
Inactive(file):  2175232 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               936 kB
Writeback:             0 kB
AnonPages:       1739916 kB
Mapped:            22668 kB
Shmem:               200 kB
Slab:             734920 kB
SReclaimable:     179208 kB
SUnreclaim:       555712 kB
KernelStack:        1600 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    2391148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 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= 70048 MiB
End job on node117 at 2012-05-27 18:47:40