Trace number 3689443

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.05 1795.65

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark949.823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3689443-1337890424.opb
0.07/0.12	c reading problem ... 
1.87/1.32	c ... done. Wall clock time 1.197s.
1.87/1.32	c declared #vars     7351
1.87/1.32	c #constraints  156112
1.87/1.32	c constraints type 
1.87/1.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
1.87/1.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1.87/1.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
1.87/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1.87/1.32	c 156112 constraints processed.
3.37/2.43	c cleaning 2499 clauses out of 5001 with flag 5001/5001
4.63/3.55	c cleaning 4250 clauses out of 8501 with flag 11000/11000
5.94/4.85	c cleaning 5619 clauses out of 11252 with flag 18001/18001
7.37/6.22	c cleaning 6800 clauses out of 13633 with flag 26001/26001
8.91/7.77	c cleaning 7910 clauses out of 15832 with flag 35000/35000
10.52/9.34	c cleaning 8926 clauses out of 17920 with flag 45000/45000
11.95/10.70	c cleaning 9983 clauses out of 19990 with flag 56000/56000
14.06/12.85	c cleaning 10961 clauses out of 22007 with flag 68000/68000
15.66/14.47	c cleaning 11986 clauses out of 24046 with flag 81000/81000
17.68/16.45	c cleaning 12995 clauses out of 26062 with flag 95002/95002
20.78/19.57	c cleaning 14028 clauses out of 28067 with flag 110002/110002
22.99/21.76	c cleaning 14987 clauses out of 30036 with flag 126000/126000
25.59/24.34	c cleaning 16015 clauses out of 32049 with flag 143000/143000
28.90/27.64	c cleaning 16997 clauses out of 34035 with flag 161001/161001
32.62/31.39	c cleaning 18010 clauses out of 36037 with flag 180000/180000
36.03/34.71	c cleaning 19012 clauses out of 38027 with flag 200000/200000
38.65/37.34	c cleaning 19997 clauses out of 40015 with flag 221000/221000
42.35/41.06	c cleaning 21003 clauses out of 42018 with flag 243000/243000
47.07/45.75	c cleaning 21950 clauses out of 44015 with flag 266000/266000
51.59/50.21	c cleaning 22885 clauses out of 46065 with flag 290000/290000
56.32/54.96	c cleaning 24065 clauses out of 48181 with flag 315001/315001
62.83/61.42	c cleaning 25054 clauses out of 50115 with flag 341000/341000
69.34/67.90	c cleaning 26029 clauses out of 52061 with flag 368000/368000
75.95/74.52	c cleaning 27011 clauses out of 54032 with flag 396000/396000
81.48/80.00	c cleaning 27988 clauses out of 56022 with flag 425001/425001
86.01/84.57	c cleaning 29004 clauses out of 58036 with flag 455003/455003
92.32/90.84	c cleaning 30006 clauses out of 60029 with flag 486000/486000
100.03/98.53	c cleaning 31000 clauses out of 62023 with flag 518000/518000
109.35/107.82	c cleaning 32004 clauses out of 64023 with flag 551000/551000
119.97/118.49	c cleaning 33004 clauses out of 66022 with flag 585003/585003
131.32/129.76	c cleaning 33996 clauses out of 68017 with flag 620002/620002
143.34/141.77	c cleaning 35007 clauses out of 70019 with flag 656000/656000
151.47/149.82	c cleaning 35954 clauses out of 72013 with flag 693001/693001
159.20/157.55	c cleaning 36999 clauses out of 74058 with flag 731000/731000
170.73/169.05	c cleaning 37991 clauses out of 76059 with flag 770000/770000
181.24/179.58	c cleaning 39021 clauses out of 78069 with flag 810001/810001
192.46/190.71	c cleaning 39967 clauses out of 80047 with flag 851000/851000
204.59/202.89	c cleaning 41027 clauses out of 82080 with flag 893000/893000
213.62/211.85	c cleaning 41953 clauses out of 84054 with flag 936001/936001
224.65/222.83	c cleaning 43033 clauses out of 86102 with flag 980002/980002
233.56/231.75	c cleaning 44005 clauses out of 88067 with flag 1025000/1025000
246.58/244.73	c cleaning 45016 clauses out of 90062 with flag 1071000/1071000
261.12/259.22	c cleaning 46021 clauses out of 92046 with flag 1118000/1118000
276.25/274.31	c cleaning 47000 clauses out of 94026 with flag 1166001/1166001
292.49/290.58	c cleaning 48004 clauses out of 96026 with flag 1215002/1215002
306.43/304.42	c cleaning 48977 clauses out of 98021 with flag 1265001/1265001
322.55/320.56	c cleaning 50006 clauses out of 100044 with flag 1316001/1316001
340.31/338.21	c cleaning 51008 clauses out of 102040 with flag 1368003/1368003
355.55/353.48	c cleaning 51997 clauses out of 104029 with flag 1421000/1421000
370.18/368.08	c cleaning 52994 clauses out of 106032 with flag 1475000/1475000
385.60/383.47	c cleaning 54000 clauses out of 108040 with flag 1530002/1530002
405.43/403.25	c cleaning 55013 clauses out of 110039 with flag 1586001/1586001
418.87/416.62	c cleaning 55931 clauses out of 112024 with flag 1643000/1643000
434.49/432.27	c cleaning 56988 clauses out of 114093 with flag 1701000/1701000
458.84/456.55	c cleaning 58010 clauses out of 116102 with flag 1760001/1760001
480.59/478.28	c cleaning 59042 clauses out of 118086 with flag 1820000/1820000
500.62/498.27	c cleaning 59957 clauses out of 120045 with flag 1881001/1881001
513.37/510.99	c cleaning 61022 clauses out of 122091 with flag 1943004/1943004
533.52/531.03	c cleaning 61956 clauses out of 124065 with flag 2006000/2006000
549.87/547.33	c cleaning 62966 clauses out of 126109 with flag 2070000/2070000
564.62/562.06	c cleaning 64028 clauses out of 128144 with flag 2135002/2135002
587.36/584.79	c cleaning 65043 clauses out of 130117 with flag 2201004/2201004
607.19/604.55	c cleaning 65944 clauses out of 132074 with flag 2268004/2268004
633.74/631.02	c cleaning 67028 clauses out of 134127 with flag 2336001/2336001
656.54/653.74	c cleaning 68024 clauses out of 136098 with flag 2405000/2405000
676.01/673.16	c cleaning 69025 clauses out of 138074 with flag 2475000/2475000
695.74/692.80	c cleaning 69989 clauses out of 140049 with flag 2546000/2546000
725.07/722.15	c cleaning 71010 clauses out of 142060 with flag 2618000/2618000
752.53/749.52	c cleaning 71980 clauses out of 144049 with flag 2691000/2691000
769.36/766.37	c cleaning 73032 clauses out of 146069 with flag 2765000/2765000
785.32/782.29	c cleaning 73857 clauses out of 148037 with flag 2840000/2840000
807.56/804.48	c cleaning 74945 clauses out of 150180 with flag 2916000/2916000
832.81/829.65	c cleaning 76026 clauses out of 152234 with flag 2993000/2993000
856.03/852.89	c cleaning 77098 clauses out of 154208 with flag 3071000/3071000
877.16/873.99	c cleaning 77970 clauses out of 156110 with flag 3150000/3150000
895.18/891.95	c cleaning 78935 clauses out of 158140 with flag 3230000/3230000
912.79/909.54	c cleaning 80042 clauses out of 160205 with flag 3311000/3311000
949.94/946.66	c cleaning 81061 clauses out of 162163 with flag 3393000/3393000
986.73/983.31	c cleaning 82040 clauses out of 164102 with flag 3476000/3476000
1011.38/1007.96	c cleaning 82971 clauses out of 166060 with flag 3560000/3560000
1041.30/1037.81	c cleaning 83996 clauses out of 168089 with flag 3645000/3645000
1072.46/1068.99	c cleaning 84978 clauses out of 170093 with flag 3731001/3731001
1111.20/1107.66	c cleaning 86033 clauses out of 172113 with flag 3818000/3818000
1139.05/1135.48	c cleaning 86899 clauses out of 174080 with flag 3906000/3906000
1169.68/1166.04	c cleaning 88063 clauses out of 176182 with flag 3995001/3995001
1212.91/1209.26	c cleaning 89040 clauses out of 178119 with flag 4085001/4085001
1255.17/1251.42	c cleaning 90001 clauses out of 180078 with flag 4176000/4176000
1298.52/1294.78	c cleaning 91018 clauses out of 182079 with flag 4268002/4268002
1340.57/1336.76	c cleaning 91975 clauses out of 184059 with flag 4361000/4361000
1373.44/1369.58	c cleaning 92964 clauses out of 186086 with flag 4455002/4455002
1409.67/1405.73	c cleaning 94052 clauses out of 188120 with flag 4550000/4550000
1454.13/1450.17	c cleaning 95017 clauses out of 190068 with flag 4646000/4646000
1485.01/1480.91	c cleaning 95988 clauses out of 192052 with flag 4743001/4743001
1515.04/1510.92	c cleaning 96995 clauses out of 194063 with flag 4841000/4841000
1542.35/1538.21	c cleaning 97903 clauses out of 196069 with flag 4940001/4940001
1573.69/1569.53	c cleaning 99012 clauses out of 198164 with flag 5040000/5040000
1606.92/1602.66	c cleaning 100018 clauses out of 200152 with flag 5141000/5141000
1636.24/1631.90	c cleaning 101010 clauses out of 202134 with flag 5243000/5243000
1673.66/1669.38	c cleaning 102031 clauses out of 204124 with flag 5346000/5346000
1708.50/1704.13	c cleaning 102959 clauses out of 206093 with flag 5450001/5450001
1749.51/1745.19	c cleaning 103998 clauses out of 208134 with flag 5555001/5555001
1800.05/1795.61	c starts		: 273
1800.05/1795.61	c conflicts		: 5653654
1800.05/1795.61	c decisions		: 14404281
1800.05/1795.61	c propagations		: 1563698560
1800.05/1795.61	c inspects		: 23933093401
1800.05/1795.61	c shortcuts		: 0
1800.05/1795.61	c learnt literals	: 28
1800.05/1795.61	c learnt binary clauses	: 195
1800.05/1795.61	c learnt ternary clauses	: 1474
1800.05/1795.61	c learnt constraints	: 5653626
1800.05/1795.61	c ignored constraints	: 0
1800.05/1795.61	c root simplifications	: 0
1800.05/1795.61	c removed literals (reason simplification)	: 0
1800.05/1795.61	c reason swapping (by a shorter reason)	: 0
1800.05/1795.61	c Calls to reduceDB	: 101
1800.05/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.61	c number of learned constraints concerned by reduction	: 0
1800.05/1795.61	c number of learning phase by resolution	: 0
1800.05/1795.61	c number of learning phase by cutting planes	: 0
1800.05/1795.61	c speed (assignments/second)	: 871493.4098730684
1800.05/1795.61	c non guided choices	327261
1800.05/1795.64	c learnt constraints type 
1800.05/1795.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 195
1800.05/1795.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 202627
1800.05/1795.64	c constraints type 
1800.05/1795.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
1800.05/1795.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.05/1795.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
1800.05/1795.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1800.05/1795.64	c 156112 constraints processed.
1800.05/1795.64	s UNKNOWN
1800.05/1795.64	c Total wall clock time (in seconds): 1795.519

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-3689443-1337890424/watcher-3689443-1337890424 -o /tmp/evaluation-result-3689443-1337890424/solver-3689443-1337890424 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689443-1337890424.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.05 2.03 3/194 25493
/proc/meminfo: memFree=27130368/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25493/stat : 25493 (java) D 25491 25493 23066 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255167463 9515008 182 33554432000 1073741824 1073778376 140735603018080 140735603009112 227141303989 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25493/statm: 2323 182 140 9 0 71 0

[startup+0.083818 s]
/proc/loadavg: 2.03 2.05 2.03 3/194 25493
/proc/meminfo: memFree=27130368/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 3285 0 1 0 5 1 0 0 20 0 18 0 255167463 9787813888 4494 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2389603 4494 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100256 s]
/proc/loadavg: 2.03 2.05 2.03 3/194 25493
/proc/meminfo: memFree=27130368/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 4089 0 1 0 6 1 0 0 20 0 18 0 255167463 9787813888 5294 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2389603 5296 2040 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 2.03 2.05 2.03 3/194 25493
/proc/meminfo: memFree=27130368/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 5404 0 1 0 41 2 0 0 20 0 18 0 255167463 9787813888 8139 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2389603 8139 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 2.03 2.05 2.03 3/194 25493
/proc/meminfo: memFree=27130368/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9558412 CPUtime=1.14 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 6802 0 1 0 109 5 0 0 20 0 18 0 255167463 9787813888 40065 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2389603 40065 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 2.03 2.05 2.03 5/212 25511
/proc/meminfo: memFree=26968192/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9624976 CPUtime=2.35 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 9048 0 1 0 227 8 0 0 20 0 19 0 255167463 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2406244 60783 2262 9 0 2396937 0
[pid=25493/tid=25495] ppid=25491 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/25493/task/25495/stat : 25495 (java) R 25491 25493 23066 0 -1 4202560 2556 0 1 0 138 5 0 0 20 0 19 0 255167464 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801750454712 139801605749267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25496] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25496/stat : 25496 (java) S 25491 25493 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801593948584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25497] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25497/stat : 25497 (java) S 25491 25493 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801592896040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25498] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25498/stat : 25498 (java) S 25491 25493 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801591842984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25499] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25499/stat : 25499 (java) S 25491 25493 23066 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801590790440 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25500/stat : 25500 (java) S 25491 25493 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801589738408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25501] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25501/stat : 25501 (java) S 25491 25493 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801252588584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25502] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25502/stat : 25502 (java) S 25491 25493 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801251535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25503] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25503/stat : 25503 (java) S 25491 25493 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801250482984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25504] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25504/stat : 25504 (java) S 25491 25493 23066 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 255167466 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801238284648 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25505] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25505/stat : 25505 (java) S 25491 25493 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801237230968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25506] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25506/stat : 25506 (java) S 25491 25493 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801236177800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25507] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25507/stat : 25507 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801235126544 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25508] ppid=25491 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25493/task/25508/stat : 25508 (java) R 25491 25493 23066 0 -1 4202560 2469 0 0 0 41 0 0 0 20 0 19 0 255167469 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801234074424 139801754541473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25509] ppid=25491 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/25493/task/25509/stat : 25509 (java) R 25491 25493 23066 0 -1 4202560 2715 0 0 0 38 0 0 0 20 0 19 0 255167469 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801233021880 139801753739105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25510] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25510/stat : 25510 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801231969016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25511] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25511/stat : 25511 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 60783 33554432000 1073741824 1073778376 140733648829008 139801230916680 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9624976

[startup+3.10062 s]
/proc/loadavg: 2.03 2.05 2.03 5/213 25512
/proc/meminfo: memFree=26892536/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9624976 CPUtime=4.19 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 9264 0 1 0 408 11 0 0 20 0 19 0 255167463 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2406244 71057 2281 9 0 2396937 0
[pid=25493/tid=25495] ppid=25491 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/25493/task/25495/stat : 25495 (java) R 25491 25493 23066 0 -1 4202560 2558 0 1 0 290 5 0 0 20 0 19 0 255167464 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801750454560 139801605749328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25496] ppid=25491 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25493/task/25496/stat : 25496 (java) S 25491 25493 23066 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801593948584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25497] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25497/stat : 25497 (java) S 25491 25493 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801592896040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25498] ppid=25491 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25493/task/25498/stat : 25498 (java) S 25491 25493 23066 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801591842984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25499] ppid=25491 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25493/task/25499/stat : 25499 (java) S 25491 25493 23066 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801590790440 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25493/task/25500/stat : 25500 (java) S 25491 25493 23066 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801589738408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25501] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25501/stat : 25501 (java) S 25491 25493 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801252588584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25502] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25502/stat : 25502 (java) S 25491 25493 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801251535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25503] ppid=25491 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25493/task/25503/stat : 25503 (java) S 25491 25493 23066 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255167465 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801250482984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25504] ppid=25491 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/25493/task/25504/stat : 25504 (java) S 25491 25493 23066 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 19 0 255167466 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801238284648 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25505] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25505/stat : 25505 (java) S 25491 25493 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801237230968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25506] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25506/stat : 25506 (java) S 25491 25493 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801236177800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25507] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25507/stat : 25507 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801235126544 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25508] ppid=25491 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25493/task/25508/stat : 25508 (java) S 25491 25493 23066 0 -1 4202560 2483 0 0 0 51 1 0 0 20 0 19 0 255167469 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801234074424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25509] ppid=25491 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25493/task/25509/stat : 25509 (java) S 25491 25493 23066 0 -1 4202560 2842 0 0 0 44 0 0 0 20 0 19 0 255167469 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801233021880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25510] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25510/stat : 25510 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801231969016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25511] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25511/stat : 25511 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801230916680 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25512] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25512/stat : 25512 (java) S 25491 25493 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255167597 9855975424 71057 33554432000 1073741824 1073778376 140733648829008 139801229829160 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 2.03 2.05 2.03 3/213 25512
/proc/meminfo: memFree=26852888/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9624976 CPUtime=7.51 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 9287 0 1 0 739 12 0 0 20 0 19 0 255167463 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2406244 70997 2281 9 0 2396937 0
[pid=25493/tid=25495] ppid=25491 vsize=9624976 CPUtime=5.97 cores=0,2,4,6
/proc/25493/task/25495/stat : 25495 (java) R 25491 25493 23066 0 -1 4202560 2561 0 1 0 592 5 0 0 20 0 19 0 255167464 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801750454680 139801605723964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25496] ppid=25491 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25493/task/25496/stat : 25496 (java) S 25491 25493 23066 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801593948584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25497] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25497/stat : 25497 (java) S 25491 25493 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801592896040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25498] ppid=25491 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25493/task/25498/stat : 25498 (java) S 25491 25493 23066 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801591842984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25499] ppid=25491 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25493/task/25499/stat : 25499 (java) S 25491 25493 23066 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801590790440 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25493/task/25500/stat : 25500 (java) S 25491 25493 23066 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801589738408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25501] ppid=25491 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25493/task/25501/stat : 25501 (java) S 25491 25493 23066 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801252588584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25502] ppid=25491 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25493/task/25502/stat : 25502 (java) S 25491 25493 23066 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801251535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25503] ppid=25491 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25493/task/25503/stat : 25503 (java) S 25491 25493 23066 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 255167465 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801250482984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25504] ppid=25491 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25493/task/25504/stat : 25504 (java) S 25491 25493 23066 0 -1 4202560 100 0 0 0 20 0 0 0 20 0 19 0 255167466 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801238284648 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25505] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25505/stat : 25505 (java) S 25491 25493 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801237230968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25506] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25506/stat : 25506 (java) S 25491 25493 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801236177800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25507] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25507/stat : 25507 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801235126544 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25508] ppid=25491 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25493/task/25508/stat : 25508 (java) S 25491 25493 23066 0 -1 4202560 2485 0 0 0 56 1 0 0 20 0 19 0 255167469 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801234074424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25509] ppid=25491 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25493/task/25509/stat : 25509 (java) R 25491 25493 23066 0 -1 4202560 2842 0 0 0 47 0 0 0 20 0 19 0 255167469 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801233013864 139801758319733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25510] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25510/stat : 25510 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801231969016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25511] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25511/stat : 25511 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801230916680 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25512] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25512/stat : 25512 (java) S 25491 25493 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255167597 9855975424 70997 33554432000 1073741824 1073778376 140733648829008 139801229829160 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.03 2.05 2.03 3/213 25512
/proc/meminfo: memFree=26851352/32873844 swapFree=7108/7108

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

[pid=25493/tid=25508] ppid=25491 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25493/task/25508/stat : 25508 (java) S 25491 25493 23066 0 -1 4202560 2485 0 0 0 56 1 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801234074424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25509] ppid=25491 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25493/task/25509/stat : 25509 (java) S 25491 25493 23066 0 -1 4202560 2992 0 0 0 52 0 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801233021880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25510] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25510/stat : 25510 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801231969016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25511] ppid=25491 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25493/task/25511/stat : 25511 (java) S 25491 25493 23066 0 -1 4202560 95 0 0 0 38 24 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801230916680 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25512] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25512/stat : 25512 (java) S 25491 25493 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255167597 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801229829160 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.66
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25588
/proc/meminfo: memFree=27185572/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9624976 CPUtime=1726.72 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 10942 0 1 0 172621 51 0 0 20 0 19 0 255167463 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2406244 104454 2282 9 0 2396937 0
[pid=25493/tid=25495] ppid=25491 vsize=9624976 CPUtime=1708.8 cores=0,2,4,6
/proc/25493/task/25495/stat : 25495 (java) R 25491 25493 23066 0 -1 4202560 2660 0 1 0 170850 30 0 0 20 0 19 0 255167464 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801750454560 139801605669842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25496] ppid=25491 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25493/task/25496/stat : 25496 (java) S 25491 25493 23066 0 -1 4202560 180 0 0 0 55 4 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801593948584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25497] ppid=25491 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25493/task/25497/stat : 25497 (java) S 25491 25493 23066 0 -1 4202560 81 0 0 0 49 2 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801592896040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25498] ppid=25491 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25493/task/25498/stat : 25498 (java) S 25491 25493 23066 0 -1 4202560 190 0 0 0 57 3 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801591842984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25499] ppid=25491 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25493/task/25499/stat : 25499 (java) S 25491 25493 23066 0 -1 4202560 162 0 0 0 57 3 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801590790440 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25493/task/25500/stat : 25500 (java) S 25491 25493 23066 0 -1 4202560 154 0 0 0 54 4 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801589738408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25501] ppid=25491 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25493/task/25501/stat : 25501 (java) S 25491 25493 23066 0 -1 4202560 263 0 0 0 48 3 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801252588584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25502] ppid=25491 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25493/task/25502/stat : 25502 (java) S 25491 25493 23066 0 -1 4202560 115 0 0 0 51 3 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801251535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25503] ppid=25491 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25493/task/25503/stat : 25503 (java) S 25491 25493 23066 0 -1 4202560 176 0 0 0 50 3 0 0 20 0 19 0 255167465 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801250482984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25504] ppid=25491 vsize=9624976 CPUtime=7.57 cores=0,2,4,6
/proc/25493/task/25504/stat : 25504 (java) S 25491 25493 23066 0 -1 4202560 199 0 0 0 755 2 0 0 20 0 19 0 255167466 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801238284648 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25505] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25505/stat : 25505 (java) S 25491 25493 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801237230968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25506] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25506/stat : 25506 (java) S 25491 25493 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801236177800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25507] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25507/stat : 25507 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801235126544 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25508] ppid=25491 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25493/task/25508/stat : 25508 (java) S 25491 25493 23066 0 -1 4202560 2485 0 0 0 56 1 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801234074424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25509] ppid=25491 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25493/task/25509/stat : 25509 (java) S 25491 25493 23066 0 -1 4202560 2992 0 0 0 52 0 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801233021880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25510] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25510/stat : 25510 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801231969016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25511] ppid=25491 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/25493/task/25511/stat : 25511 (java) S 25491 25493 23066 0 -1 4202560 99 0 0 0 40 25 0 0 20 0 19 0 255167469 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801230916680 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25512] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25512/stat : 25512 (java) S 25491 25493 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255167597 9855975424 104454 33554432000 1073741824 1073778376 140733648829008 139801229829160 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.72
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25588
/proc/meminfo: memFree=27185944/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9624976 CPUtime=1786.75 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 10961 0 1 0 178623 52 0 0 20 0 19 0 255167463 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2406244 104466 2282 9 0 2396937 0
[pid=25493/tid=25495] ppid=25491 vsize=9624976 CPUtime=1768.52 cores=0,2,4,6
/proc/25493/task/25495/stat : 25495 (java) R 25491 25493 23066 0 -1 4202560 2661 0 1 0 176820 32 0 0 20 0 19 0 255167464 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801750454560 139801605749051 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25496] ppid=25491 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25493/task/25496/stat : 25496 (java) S 25491 25493 23066 0 -1 4202560 180 0 0 0 56 4 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801593948584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25497] ppid=25491 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25493/task/25497/stat : 25497 (java) S 25491 25493 23066 0 -1 4202560 81 0 0 0 50 2 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801592896040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25498] ppid=25491 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25493/task/25498/stat : 25498 (java) S 25491 25493 23066 0 -1 4202560 190 0 0 0 58 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801591842984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25499] ppid=25491 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25493/task/25499/stat : 25499 (java) S 25491 25493 23066 0 -1 4202560 162 0 0 0 57 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801590790440 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25493/task/25500/stat : 25500 (java) S 25491 25493 23066 0 -1 4202560 154 0 0 0 54 4 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801589738408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25501] ppid=25491 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25493/task/25501/stat : 25501 (java) S 25491 25493 23066 0 -1 4202560 275 0 0 0 50 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801252588584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25502] ppid=25491 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/25493/task/25502/stat : 25502 (java) S 25491 25493 23066 0 -1 4202560 115 0 0 0 53 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801251535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25503] ppid=25491 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25493/task/25503/stat : 25503 (java) S 25491 25493 23066 0 -1 4202560 176 0 0 0 50 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801250482984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25504] ppid=25491 vsize=9624976 CPUtime=7.66 cores=0,2,4,6
/proc/25493/task/25504/stat : 25504 (java) S 25491 25493 23066 0 -1 4202560 201 0 0 0 764 2 0 0 20 0 19 0 255167466 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801238284648 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25505] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25505/stat : 25505 (java) S 25491 25493 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801237230968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25506] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25506/stat : 25506 (java) S 25491 25493 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801236177800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25507] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25507/stat : 25507 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801235126544 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25508] ppid=25491 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25493/task/25508/stat : 25508 (java) S 25491 25493 23066 0 -1 4202560 2485 0 0 0 56 1 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801234074424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25509] ppid=25491 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25493/task/25509/stat : 25509 (java) S 25491 25493 23066 0 -1 4202560 2992 0 0 0 52 0 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801233021880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25510] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25510/stat : 25510 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801231969016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25511] ppid=25491 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/25493/task/25511/stat : 25511 (java) S 25491 25493 23066 0 -1 4202560 103 0 0 0 41 25 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801230916680 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25512] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25512/stat : 25512 (java) S 25491 25493 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255167597 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801229829160 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.75
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 25588
/proc/meminfo: memFree=27186192/32873844 swapFree=7108/7108
[pid=25493] ppid=25491 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/25493/stat : 25493 (java) S 25491 25493 23066 0 -1 4202496 10961 0 1 0 179953 52 0 0 20 0 19 0 255167463 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 140733648820144 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25493/statm: 2406244 104466 2282 9 0 2396937 0
[pid=25493/tid=25495] ppid=25491 vsize=9624976 CPUtime=1781.79 cores=0,2,4,6
/proc/25493/task/25495/stat : 25495 (java) R 25491 25493 23066 0 -1 4202560 2661 0 1 0 178146 33 0 0 20 0 19 0 255167464 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801750454560 139801605749267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25496] ppid=25491 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25493/task/25496/stat : 25496 (java) S 25491 25493 23066 0 -1 4202560 180 0 0 0 56 4 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801593948584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25497] ppid=25491 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25493/task/25497/stat : 25497 (java) S 25491 25493 23066 0 -1 4202560 81 0 0 0 50 2 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801592896040 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25498] ppid=25491 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25493/task/25498/stat : 25498 (java) S 25491 25493 23066 0 -1 4202560 190 0 0 0 58 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801591842984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25499] ppid=25491 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25493/task/25499/stat : 25499 (java) S 25491 25493 23066 0 -1 4202560 162 0 0 0 57 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801590790440 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25493/task/25500/stat : 25500 (java) S 25491 25493 23066 0 -1 4202560 154 0 0 0 54 4 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801589738408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25501] ppid=25491 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25493/task/25501/stat : 25501 (java) S 25491 25493 23066 0 -1 4202560 275 0 0 0 50 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801252588584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25502] ppid=25491 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/25493/task/25502/stat : 25502 (java) S 25491 25493 23066 0 -1 4202560 115 0 0 0 53 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801251535528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25503] ppid=25491 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25493/task/25503/stat : 25503 (java) S 25491 25493 23066 0 -1 4202560 176 0 0 0 50 3 0 0 20 0 19 0 255167465 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801250482984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25493/tid=25504] ppid=25491 vsize=9624976 CPUtime=7.66 cores=0,2,4,6
/proc/25493/task/25504/stat : 25504 (java) S 25491 25493 23066 0 -1 4202560 201 0 0 0 764 2 0 0 20 0 19 0 255167466 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801238284648 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25505] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25505/stat : 25505 (java) S 25491 25493 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801237230968 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25506] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25506/stat : 25506 (java) S 25491 25493 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255167467 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801236177800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25507] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25507/stat : 25507 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801235126544 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25508] ppid=25491 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25493/task/25508/stat : 25508 (java) S 25491 25493 23066 0 -1 4202560 2485 0 0 0 56 1 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801234074424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25493/tid=25509] ppid=25491 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25493/task/25509/stat : 25509 (java) S 25491 25493 23066 0 -1 4202560 2992 0 0 0 52 0 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801233021880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25510] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25510/stat : 25510 (java) S 25491 25493 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801231969016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25493/tid=25511] ppid=25491 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/25493/task/25511/stat : 25511 (java) S 25491 25493 23066 0 -1 4202560 103 0 0 0 42 25 0 0 20 0 19 0 255167469 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801230916680 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25493/tid=25512] ppid=25491 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25493/task/25512/stat : 25512 (java) S 25491 25493 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255167597 9855975424 104466 33554432000 1073741824 1073778376 140733648829008 139801229829160 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 25493 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=97103
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=3847
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.65
CPU time (s): 1800.05
CPU user time (s): 1799.53
CPU system time (s): 0.52
CPU usage (%): 100.245
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 1.00385
maximum resident set size= 417984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10995
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40820
involuntary context switches= 17389

runsolver used 6.35103 second user time and 14.5918 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 22:13:44
IDJOB=3689443
IDBENCH=89785
IDSOLVER=2269
FILE ID=node138/3689443-1337890424
RUNJOBID= node138-1337871881-23082
PBS_JOBID= 14620066
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689443-1337890424/watcher-3689443-1337890424 -o /tmp/evaluation-result-3689443-1337890424/solver-3689443-1337890424 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689443-1337890424.opb

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=1379821960

node138.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.347
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.69
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.347
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.347
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.347
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.347
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.347
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.347
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.92
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.347
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:       32873844 kB
MemFree:        27130632 kB
Buffers:          229372 kB
Cached:          4129100 kB
SwapCached:            0 kB
Active:          1177280 kB
Inactive:        3788752 kB
Active(anon):     610136 kB
Inactive(anon):        0 kB
Active(file):     567144 kB
Inactive(file):  3788752 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6860 kB
Writeback:             0 kB
AnonPages:        614276 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             637928 kB
SReclaimable:      80284 kB
SUnreclaim:       557644 kB
KernelStack:        1592 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 71716 MiB
End job on node138 at 2012-05-24 22:43:42