Trace number 3690203

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.01 1796.25

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_9_ic.opb
MD5SUM5b69bba9fba38b21e500a479429a9384
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 146363183
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 9700646039
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 146363183
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 9700646039
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization by upper bound
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3690203-1337897077.opb
0.06/0.14	c reading problem ... 
1.17/0.62	c ... done. Wall clock time 0.477s.
1.17/0.62	c declared #vars     15725
1.17/0.62	c #constraints  33136
1.17/0.62	c constraints type 
1.17/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.17/0.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.17/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.17/0.62	c ignored satisfied constraints => 3
1.17/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.17/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.17/0.62	c 33139 constraints processed.
1.17/0.62	c objective function length is 1825 literals
4.49/3.56	c cleaning 2494 clauses out of 5002 with flag 5002/5002
7.89/6.90	c cleaning 4247 clauses out of 8506 with flag 11000/11000
12.61/11.53	c cleaning 5628 clauses out of 11260 with flag 18001/18001
17.83/16.76	c cleaning 6802 clauses out of 13632 with flag 26001/26001
22.69/21.57	c cleaning 7884 clauses out of 15829 with flag 35000/35000
28.19/27.02	c cleaning 8972 clauses out of 17947 with flag 45002/45002
34.11/32.98	c cleaning 9980 clauses out of 19975 with flag 56002/56002
40.62/39.43	c cleaning 10990 clauses out of 21993 with flag 68000/68000
48.02/46.82	c cleaning 11992 clauses out of 24003 with flag 81000/81000
57.44/56.22	c cleaning 13005 clauses out of 26011 with flag 95000/95000
65.65/64.44	c cleaning 14000 clauses out of 28008 with flag 110002/110002
74.65/73.44	c cleaning 14994 clauses out of 30007 with flag 126001/126001
84.69/83.46	c cleaning 16001 clauses out of 32012 with flag 143000/143000
95.91/94.61	c cleaning 16997 clauses out of 34012 with flag 161001/161001
107.52/106.23	c cleaning 17997 clauses out of 36014 with flag 180000/180000
120.73/119.40	c cleaning 19001 clauses out of 38017 with flag 200000/200000
133.04/131.75	c cleaning 20000 clauses out of 40016 with flag 221000/221000
145.96/144.65	c cleaning 20968 clauses out of 42017 with flag 243001/243001
159.88/158.54	c cleaning 22009 clauses out of 44050 with flag 266002/266002
174.61/173.22	c cleaning 23002 clauses out of 46039 with flag 290000/290000
187.84/186.48	c cleaning 24014 clauses out of 48037 with flag 315000/315000
201.18/199.70	c cleaning 25004 clauses out of 50025 with flag 341002/341002
215.03/213.51	c cleaning 25992 clauses out of 52019 with flag 368000/368000
231.07/229.58	c cleaning 27001 clauses out of 54027 with flag 396000/396000
250.29/248.70	c cleaning 28012 clauses out of 56026 with flag 425000/425000
268.13/266.53	c cleaning 28973 clauses out of 58014 with flag 455000/455000
286.44/284.80	c cleaning 29988 clauses out of 60042 with flag 486001/486001
306.05/304.45	c cleaning 30987 clauses out of 62053 with flag 518000/518000
319.96/318.36	c cleaning 32007 clauses out of 64066 with flag 551000/551000
336.09/334.46	c cleaning 33017 clauses out of 66061 with flag 585002/585002
356.01/354.36	c cleaning 34016 clauses out of 68042 with flag 620000/620000
377.84/376.20	c cleaning 35005 clauses out of 70027 with flag 656001/656001
401.17/399.47	c cleaning 35999 clauses out of 72021 with flag 693000/693000
422.40/420.65	c cleaning 37002 clauses out of 74022 with flag 731000/731000
444.06/442.27	c cleaning 37993 clauses out of 76021 with flag 770001/770001
468.00/466.18	c cleaning 39001 clauses out of 78027 with flag 810000/810000
493.83/491.96	c cleaning 40008 clauses out of 80026 with flag 851000/851000
516.68/514.71	c cleaning 40981 clauses out of 82019 with flag 893001/893001
546.29/544.32	c cleaning 41995 clauses out of 84037 with flag 936000/936000
574.72/572.70	c cleaning 42990 clauses out of 86042 with flag 980000/980000
596.97/594.97	c cleaning 44014 clauses out of 88052 with flag 1025000/1025000
626.52/624.40	c cleaning 45018 clauses out of 90042 with flag 1071004/1071004
649.53/647.46	c cleaning 45983 clauses out of 92021 with flag 1118001/1118001
669.47/667.32	c cleaning 46988 clauses out of 94039 with flag 1166002/1166002
695.24/693.09	c cleaning 48019 clauses out of 96054 with flag 1215005/1215005
728.28/726.05	c cleaning 49001 clauses out of 98030 with flag 1265000/1265000
756.33/754.04	c cleaning 50006 clauses out of 100029 with flag 1316000/1316000
790.39/788.07	c cleaning 50995 clauses out of 102023 with flag 1368000/1368000
826.72/824.38	c cleaning 51973 clauses out of 104029 with flag 1421001/1421001
855.35/852.94	c cleaning 52982 clauses out of 106055 with flag 1475000/1475000
885.28/882.85	c cleaning 54022 clauses out of 108074 with flag 1530001/1530001
915.76/913.22	c cleaning 55017 clauses out of 110052 with flag 1586001/1586001
949.05/946.47	c cleaning 56008 clauses out of 112035 with flag 1643001/1643001
983.11/980.44	c cleaning 57006 clauses out of 114028 with flag 1701002/1701002
1016.15/1013.45	c cleaning 57980 clauses out of 116020 with flag 1760000/1760000
1055.79/1053.01	c cleaning 58987 clauses out of 118040 with flag 1820000/1820000
1092.43/1089.65	c cleaning 60008 clauses out of 120053 with flag 1881000/1881000
1132.09/1129.23	c cleaning 60992 clauses out of 122047 with flag 1943002/1943002
1171.36/1168.48	c cleaning 62023 clauses out of 124056 with flag 2006003/2006003
1221.88/1218.98	c cleaning 62990 clauses out of 126030 with flag 2070000/2070000
1269.07/1266.01	c cleaning 63995 clauses out of 128041 with flag 2135001/2135001
1310.92/1307.82	c cleaning 65008 clauses out of 130045 with flag 2201000/2201000
1354.77/1351.61	c cleaning 66006 clauses out of 132038 with flag 2268001/2268001
1397.13/1393.97	c cleaning 67000 clauses out of 134031 with flag 2336000/2336000
1440.66/1437.44	c cleaning 67993 clauses out of 136031 with flag 2405000/2405000
1493.14/1489.89	c cleaning 69015 clauses out of 138038 with flag 2475000/2475000
1542.79/1539.50	c cleaning 69982 clauses out of 140026 with flag 2546003/2546003
1591.55/1588.15	c cleaning 70998 clauses out of 142041 with flag 2618000/2618000
1639.81/1636.31	c cleaning 72002 clauses out of 144043 with flag 2691000/2691000
1690.19/1686.66	c cleaning 73006 clauses out of 146043 with flag 2765002/2765002
1741.65/1738.07	c cleaning 73988 clauses out of 148035 with flag 2840000/2840000
1793.80/1790.14	c cleaning 75010 clauses out of 150049 with flag 2916002/2916002
1800.01/1796.21	c starts		: 231
1800.01/1796.21	c conflicts		: 2927180
1800.01/1796.21	c decisions		: 5571693
1800.01/1796.21	c propagations		: 2131561000
1800.01/1796.21	c inspects		: 15394926656
1800.01/1796.21	c shortcuts		: 0
1800.01/1796.21	c learnt literals	: 0
1800.01/1796.21	c learnt binary clauses	: 0
1800.01/1796.21	c learnt ternary clauses	: 2
1800.01/1796.21	c learnt constraints	: 2927180
1800.01/1796.21	c ignored constraints	: 0
1800.01/1796.21	c root simplifications	: 0
1800.01/1796.21	c removed literals (reason simplification)	: 0
1800.01/1796.21	c reason swapping (by a shorter reason)	: 0
1800.01/1796.21	c Calls to reduceDB	: 72
1800.01/1796.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.21	c number of learned constraints concerned by reduction	: 0
1800.01/1796.21	c number of learning phase by resolution	: 0
1800.01/1796.21	c number of learning phase by cutting planes	: 0
1800.01/1796.21	c speed (assignments/second)	: 1187121.0728391844
1800.01/1796.21	c non guided choices	31
1800.01/1796.24	c learnt constraints type 
1800.01/1796.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86264
1800.01/1796.24	c constraints type 
1800.01/1796.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.01/1796.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.01/1796.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.01/1796.24	c ignored satisfied constraints => 3
1800.01/1796.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.01/1796.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.01/1796.24	c 33139 constraints processed.
1800.01/1796.24	s UNKNOWN
1800.01/1796.24	c Total wall clock time (in seconds): 1796.099

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-3690203-1337897077/watcher-3690203-1337897077 -o /tmp/evaluation-result-3690203-1337897077/solver-3690203-1337897077 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690203-1337897077.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.40 1.86 1.95 3/171 28232
/proc/meminfo: memFree=29032912/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28232/stat : 28232 (java) R 28230 28232 28198 0 -1 4202496 246 0 0 0 0 0 0 0 20 0 1 0 255836262 9515008 182 33554432000 1073741824 1073778376 140733206672304 140733206655032 245294251760 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28232/statm: 2331 184 140 9 0 79 0

[startup+0.087316 s]
/proc/loadavg: 1.40 1.86 1.95 3/171 28232
/proc/meminfo: memFree=29032912/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 3186 0 1 0 4 0 0 0 20 0 18 0 255836262 9787813888 4395 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2389603 4395 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100295 s]
/proc/loadavg: 1.40 1.86 1.95 3/171 28232
/proc/meminfo: memFree=29032912/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 3308 0 1 0 6 0 0 0 20 0 18 0 255836262 9787813888 4517 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2389603 4517 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300217 s]
/proc/loadavg: 1.40 1.86 1.95 3/171 28232
/proc/meminfo: memFree=29032912/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 5482 0 1 0 42 1 0 0 20 0 18 0 255836262 9787813888 8260 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2389603 8260 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700224 s]
/proc/loadavg: 1.40 1.86 1.95 3/171 28232
/proc/meminfo: memFree=29032912/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9624976 CPUtime=1.39 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 11041 0 1 0 135 4 0 0 20 0 19 0 255836262 9855975424 32892 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2406244 32892 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 1.40 1.86 1.95 3/213 28279
/proc/meminfo: memFree=28784848/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9624976 CPUtime=2.45 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 12849 0 1 0 241 4 0 0 20 0 19 0 255836262 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2406244 33435 2251 9 0 2396937 0
[pid=28232/tid=28239] ppid=28230 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/28232/task/28239/stat : 28239 (java) R 28230 28232 28198 0 -1 4202560 2514 0 1 0 142 3 0 0 20 0 19 0 255836263 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854358032808 139854219029094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28240] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28240/stat : 28240 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854201650216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28241] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28241/stat : 28241 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854200597416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28242] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28242/stat : 28242 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854199544616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28243] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28243/stat : 28243 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854198491816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28244] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28244/stat : 28244 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854197439016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28245] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28245/stat : 28245 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854196386216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28246] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28246/stat : 28246 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854195333416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28247] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28247/stat : 28247 (java) S 28230 28232 28198 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854194280616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28248] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28248/stat : 28248 (java) S 28230 28232 28198 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854182083560 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28249] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28249/stat : 28249 (java) S 28230 28232 28198 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854181029624 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28250] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28250/stat : 28250 (java) S 28230 28232 28198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854179976712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28251] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28251/stat : 28251 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854178925200 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28252] ppid=28230 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/28232/task/28252/stat : 28252 (java) S 28230 28232 28198 0 -1 4202560 3665 0 0 0 49 0 0 0 20 0 19 0 255836270 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854177872312 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28253] ppid=28230 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/28232/task/28253/stat : 28253 (java) S 28230 28232 28198 0 -1 4202560 5473 0 0 0 46 2 0 0 20 0 19 0 255836270 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854176819512 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28254] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28254/stat : 28254 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854175766904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28255] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28255/stat : 28255 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854174714312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28278] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28278/stat : 28278 (java) S 28230 28232 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836327 9855975424 33435 33554432000 1073741824 1073778376 140736609878576 139854173660840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 1.40 1.86 1.95 3/213 28279
/proc/meminfo: memFree=28779620/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9624976 CPUtime=4.08 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 13000 0 1 0 404 4 0 0 20 0 19 0 255836262 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2406244 33954 2257 9 0 2396937 0
[pid=28232/tid=28239] ppid=28230 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/28232/task/28239/stat : 28239 (java) R 28230 28232 28198 0 -1 4202560 2517 0 1 0 302 3 0 0 20 0 19 0 255836263 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854358032536 139854219056692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28240] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28240/stat : 28240 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854201650216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28241] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28241/stat : 28241 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854200597416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28242] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28242/stat : 28242 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854199544616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28243] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28243/stat : 28243 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854198491816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28244] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28244/stat : 28244 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854197439016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28245] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28245/stat : 28245 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854196386216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28246] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28246/stat : 28246 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854195333416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28247] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28247/stat : 28247 (java) S 28230 28232 28198 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854194280616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28248] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28248/stat : 28248 (java) S 28230 28232 28198 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854182083560 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28249] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28249/stat : 28249 (java) S 28230 28232 28198 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854181029624 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28250] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28250/stat : 28250 (java) S 28230 28232 28198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854179976712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28251] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28251/stat : 28251 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854178925200 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28252] ppid=28230 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/28232/task/28252/stat : 28252 (java) S 28230 28232 28198 0 -1 4202560 3665 0 0 0 49 0 0 0 20 0 19 0 255836270 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854177872312 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28253] ppid=28230 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/28232/task/28253/stat : 28253 (java) S 28230 28232 28198 0 -1 4202560 5620 0 0 0 49 2 0 0 20 0 19 0 255836270 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854176819512 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28254] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28254/stat : 28254 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854175766904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28255] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28255/stat : 28255 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854174714312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28278] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28278/stat : 28278 (java) S 28230 28232 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836327 9855975424 33954 33554432000 1073741824 1073778376 140736609878576 139854173660840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 1.45 1.86 1.95 3/213 28279
/proc/meminfo: memFree=28730592/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9624976 CPUtime=7.37 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 13069 0 1 0 732 5 0 0 20 0 19 0 255836262 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2406244 39579 2282 9 0 2396937 0
[pid=28232/tid=28239] ppid=28230 vsize=9624976 CPUtime=6.19 cores=0,2,4,6
/proc/28232/task/28239/stat : 28239 (java) R 28230 28232 28198 0 -1 4202560 2521 0 1 0 616 3 0 0 20 0 19 0 255836263 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854358030800 139854219055758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28240] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28240/stat : 28240 (java) S 28230 28232 28198 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854201650216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28241] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28241/stat : 28241 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854200597416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28242] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28242/stat : 28242 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854199544616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28243] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28243/stat : 28243 (java) S 28230 28232 28198 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854198491816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28244] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28244/stat : 28244 (java) S 28230 28232 28198 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854197439016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28245] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28245/stat : 28245 (java) S 28230 28232 28198 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854196386216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28246] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28246/stat : 28246 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854195333416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28247] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28247/stat : 28247 (java) S 28230 28232 28198 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255836265 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854194280616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28248] ppid=28230 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/28232/task/28248/stat : 28248 (java) S 28230 28232 28198 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255836267 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854182083560 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28249] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28249/stat : 28249 (java) S 28230 28232 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854181029624 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28250] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28250/stat : 28250 (java) S 28230 28232 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854179976712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28251] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28251/stat : 28251 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854178925200 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28252] ppid=28230 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/28232/task/28252/stat : 28252 (java) S 28230 28232 28198 0 -1 4202560 3665 0 0 0 51 0 0 0 20 0 19 0 255836270 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854177872312 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28253] ppid=28230 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/28232/task/28253/stat : 28253 (java) S 28230 28232 28198 0 -1 4202560 5624 0 0 0 51 2 0 0 20 0 19 0 255836270 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854176819512 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28254] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28254/stat : 28254 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854175766904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28255] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28255/stat : 28255 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854174714312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28278] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28278/stat : 28278 (java) S 28230 28232 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836327 9855975424 39579 33554432000 1073741824 1073778376 140736609878576 139854173660840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=28232/tid=28252] ppid=28230 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/28232/task/28252/stat : 28252 (java) S 28230 28232 28198 0 -1 4202560 3676 0 0 0 52 0 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854177872312 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28253] ppid=28230 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28232/task/28253/stat : 28253 (java) S 28230 28232 28198 0 -1 4202560 5633 0 0 0 59 2 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854176819512 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28254] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28254/stat : 28254 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854175766904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28255] ppid=28230 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/28232/task/28255/stat : 28255 (java) S 28230 28232 28198 0 -1 4202560 95 0 0 0 18 25 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854174714312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28278] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28278/stat : 28278 (java) S 28230 28232 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836327 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854173660840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.89
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/213 28294
/proc/meminfo: memFree=28462140/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9624976 CPUtime=1725.95 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 14282 0 1 0 172554 41 0 0 20 0 19 0 255836262 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2406244 69585 2283 9 0 2396937 0
[pid=28232/tid=28239] ppid=28230 vsize=9624976 CPUtime=1713.16 cores=0,2,4,6
/proc/28232/task/28239/stat : 28239 (java) R 28230 28232 28198 0 -1 4202560 2588 0 1 0 171286 30 0 0 20 0 19 0 255836263 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854358032672 139854219043847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28240] ppid=28230 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/28232/task/28240/stat : 28240 (java) S 28230 28232 28198 0 -1 4202560 49 0 0 0 40 3 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854201650216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28241] ppid=28230 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/28232/task/28241/stat : 28241 (java) S 28230 28232 28198 0 -1 4202560 152 0 0 0 43 2 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854200597416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28242] ppid=28230 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/28232/task/28242/stat : 28242 (java) S 28230 28232 28198 0 -1 4202560 178 0 0 0 44 0 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854199544616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28243] ppid=28230 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/28232/task/28243/stat : 28243 (java) S 28230 28232 28198 0 -1 4202560 48 0 0 0 47 2 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854198491816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28244] ppid=28230 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/28232/task/28244/stat : 28244 (java) S 28230 28232 28198 0 -1 4202560 261 0 0 0 50 2 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854197439016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28245] ppid=28230 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/28232/task/28245/stat : 28245 (java) S 28230 28232 28198 0 -1 4202560 94 0 0 0 43 2 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854196386216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28246] ppid=28230 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/28232/task/28246/stat : 28246 (java) S 28230 28232 28198 0 -1 4202560 47 0 0 0 45 2 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854195333416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28247] ppid=28230 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/28232/task/28247/stat : 28247 (java) S 28230 28232 28198 0 -1 4202560 131 0 0 0 45 2 0 0 20 0 19 0 255836265 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854194280616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28248] ppid=28230 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/28232/task/28248/stat : 28248 (java) S 28230 28232 28198 0 -1 4202560 142 0 0 0 324 2 0 0 20 0 19 0 255836267 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854182083560 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28249] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28249/stat : 28249 (java) S 28230 28232 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854181029624 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28250] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28250/stat : 28250 (java) S 28230 28232 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854179976712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28251] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28251/stat : 28251 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854178925200 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28252] ppid=28230 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/28232/task/28252/stat : 28252 (java) S 28230 28232 28198 0 -1 4202560 3676 0 0 0 52 0 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854177872312 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28253] ppid=28230 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28232/task/28253/stat : 28253 (java) S 28230 28232 28198 0 -1 4202560 5633 0 0 0 59 2 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854176819512 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28254] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28254/stat : 28254 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854175766904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28255] ppid=28230 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/28232/task/28255/stat : 28255 (java) S 28230 28232 28198 0 -1 4202560 99 0 0 0 20 26 0 0 20 0 19 0 255836270 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854174714312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28278] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28278/stat : 28278 (java) S 28230 28232 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836327 9855975424 69585 33554432000 1073741824 1073778376 140736609878576 139854173660840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.95
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/213 28294
/proc/meminfo: memFree=28461892/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9624976 CPUtime=1786.01 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 14292 0 1 0 178559 42 0 0 20 0 19 0 255836262 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2406244 69588 2283 9 0 2396937 0
[pid=28232/tid=28239] ppid=28230 vsize=9624976 CPUtime=1772.9 cores=0,2,4,6
/proc/28232/task/28239/stat : 28239 (java) R 28230 28232 28198 0 -1 4202560 2589 0 1 0 177260 30 0 0 20 0 19 0 255836263 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854358032672 139854219072816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28240] ppid=28230 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/28232/task/28240/stat : 28240 (java) S 28230 28232 28198 0 -1 4202560 49 0 0 0 41 3 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854201650216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28241] ppid=28230 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/28232/task/28241/stat : 28241 (java) S 28230 28232 28198 0 -1 4202560 152 0 0 0 44 2 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854200597416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28242] ppid=28230 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/28232/task/28242/stat : 28242 (java) S 28230 28232 28198 0 -1 4202560 178 0 0 0 45 0 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854199544616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28243] ppid=28230 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/28232/task/28243/stat : 28243 (java) S 28230 28232 28198 0 -1 4202560 48 0 0 0 48 2 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854198491816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28244] ppid=28230 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/28232/task/28244/stat : 28244 (java) S 28230 28232 28198 0 -1 4202560 264 0 0 0 53 2 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854197439016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28245] ppid=28230 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/28232/task/28245/stat : 28245 (java) S 28230 28232 28198 0 -1 4202560 94 0 0 0 44 2 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854196386216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28246] ppid=28230 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/28232/task/28246/stat : 28246 (java) S 28230 28232 28198 0 -1 4202560 47 0 0 0 46 2 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854195333416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28247] ppid=28230 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/28232/task/28247/stat : 28247 (java) S 28230 28232 28198 0 -1 4202560 131 0 0 0 46 2 0 0 20 0 19 0 255836265 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854194280616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28248] ppid=28230 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/28232/task/28248/stat : 28248 (java) S 28230 28232 28198 0 -1 4202560 144 0 0 0 331 2 0 0 20 0 19 0 255836267 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854182083560 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28249] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28249/stat : 28249 (java) S 28230 28232 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854181029624 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28250] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28250/stat : 28250 (java) S 28230 28232 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854179976712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28251] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28251/stat : 28251 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854178925200 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28252] ppid=28230 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/28232/task/28252/stat : 28252 (java) S 28230 28232 28198 0 -1 4202560 3676 0 0 0 52 0 0 0 20 0 19 0 255836270 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854177872312 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28253] ppid=28230 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28232/task/28253/stat : 28253 (java) S 28230 28232 28198 0 -1 4202560 5633 0 0 0 59 2 0 0 20 0 19 0 255836270 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854176819512 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28254] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28254/stat : 28254 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854175766904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28255] ppid=28230 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/28232/task/28255/stat : 28255 (java) S 28230 28232 28198 0 -1 4202560 103 0 0 0 20 26 0 0 20 0 19 0 255836270 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854174714312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28278] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28278/stat : 28278 (java) S 28230 28232 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836327 9855975424 69588 33554432000 1073741824 1073778376 140736609878576 139854173660840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.01
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.03 2.01 1.98 2/193 28297
/proc/meminfo: memFree=28751120/32873844 swapFree=7356/7356
[pid=28232] ppid=28230 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/28232/stat : 28232 (java) S 28230 28232 28198 0 -1 4202496 14326 0 1 0 179958 43 0 0 20 0 19 0 255836262 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 140736609869712 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28232/statm: 2406244 71143 2283 9 0 2396937 0
[pid=28232/tid=28239] ppid=28230 vsize=9624976 CPUtime=1786.66 cores=0,2,4,6
/proc/28232/task/28239/stat : 28239 (java) R 28230 28232 28198 0 -1 4202560 2590 0 1 0 178634 32 0 0 20 0 19 0 255836263 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854358032672 139854219055688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28240] ppid=28230 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/28232/task/28240/stat : 28240 (java) S 28230 28232 28198 0 -1 4202560 51 0 0 0 42 3 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854201650216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28241] ppid=28230 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/28232/task/28241/stat : 28241 (java) S 28230 28232 28198 0 -1 4202560 153 0 0 0 45 2 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854200597416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28242] ppid=28230 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/28232/task/28242/stat : 28242 (java) S 28230 28232 28198 0 -1 4202560 180 0 0 0 46 0 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854199544616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28232/tid=28243] ppid=28230 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/28232/task/28243/stat : 28243 (java) S 28230 28232 28198 0 -1 4202560 48 0 0 0 49 2 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854198491816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28244] ppid=28230 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/28232/task/28244/stat : 28244 (java) S 28230 28232 28198 0 -1 4202560 273 0 0 0 54 2 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854197439016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28245] ppid=28230 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/28232/task/28245/stat : 28245 (java) S 28230 28232 28198 0 -1 4202560 105 0 0 0 46 2 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854196386216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28246] ppid=28230 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/28232/task/28246/stat : 28246 (java) S 28230 28232 28198 0 -1 4202560 50 0 0 0 49 2 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854195333416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28247] ppid=28230 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/28232/task/28247/stat : 28247 (java) S 28230 28232 28198 0 -1 4202560 134 0 0 0 46 3 0 0 20 0 19 0 255836265 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854194280616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28248] ppid=28230 vsize=9624976 CPUtime=3.41 cores=0,2,4,6
/proc/28232/task/28248/stat : 28248 (java) S 28230 28232 28198 0 -1 4202560 146 0 0 0 339 2 0 0 20 0 19 0 255836267 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854182083560 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28249] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28249/stat : 28249 (java) S 28230 28232 28198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854181029624 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28250] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28250/stat : 28250 (java) S 28230 28232 28198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255836267 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854179976712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28251] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28251/stat : 28251 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854178925200 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28252] ppid=28230 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/28232/task/28252/stat : 28252 (java) S 28230 28232 28198 0 -1 4202560 3676 0 0 0 52 0 0 0 20 0 19 0 255836270 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854177872312 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28232/tid=28253] ppid=28230 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28232/task/28253/stat : 28253 (java) S 28230 28232 28198 0 -1 4202560 5633 0 0 0 59 2 0 0 20 0 19 0 255836270 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854176819512 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28254] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28254/stat : 28254 (java) S 28230 28232 28198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255836270 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854175766904 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28232/tid=28255] ppid=28230 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/28232/task/28255/stat : 28255 (java) S 28230 28232 28198 0 -1 4202560 103 0 0 0 20 27 0 0 20 0 19 0 255836270 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854174714312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28232/tid=28278] ppid=28230 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28232/task/28278/stat : 28278 (java) S 28230 28232 28198 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255836327 9855975424 71143 33554432000 1073741824 1073778376 140736609878576 139854173660840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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 28232 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=10116
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=930858
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.25
CPU time (s): 1800.01
CPU user time (s): 1799.58
CPU system time (s): 0.43
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 0.930858
maximum resident set size= 284696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14359
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40021
involuntary context switches= 37169

runsolver used 5.96109 second user time and 14.7128 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-25 00:04:37
IDJOB=3690203
IDBENCH=92763
IDSOLVER=2269
FILE ID=node109/3690203-1337897077
RUNJOBID= node109-1337897077-28214
PBS_JOBID= 14620111
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_9_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690203-1337897077/watcher-3690203-1337897077 -o /tmp/evaluation-result-3690203-1337897077/solver-3690203-1337897077 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690203-1337897077.opb

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

MD5SUM BENCH= 5b69bba9fba38b21e500a479429a9384
RANDOM SEED=65739412

node109.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.264
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.52
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.264
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.264
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.264
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		: 2667.264
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.264
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29031144 kB
Buffers:          220060 kB
Cached:          2844068 kB
SwapCached:            0 kB
Active:           390916 kB
Inactive:        2687136 kB
Active(anon):      16564 kB
Inactive(anon):      168 kB
Active(file):     374352 kB
Inactive(file):  2686968 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:         19384 kB
Mapped:            13416 kB
Shmem:               200 kB
Slab:             628004 kB
SReclaimable:      70496 kB
SUnreclaim:       557508 kB
KernelStack:        1344 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     107296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node109 at 2012-05-25 00:34:35