Trace number 3687325

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.09 1793.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687325-1337871903.opb
0.11/0.10	c reading problem ... 
1.00/0.55	c ... done. Wall clock time 0.45s.
1.00/0.55	c declared #vars     1020
1.00/0.55	c #constraints  43180
1.00/0.55	c constraints type 
1.00/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1.00/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1.00/0.55	c 43180 constraints processed.
1.96/1.14	c cleaning 2495 clauses out of 5001 with flag 5001/5001
2.67/1.65	c cleaning 4250 clauses out of 8506 with flag 11001/11001
3.32/2.23	c cleaning 5621 clauses out of 11255 with flag 18000/18000
4.03/2.91	c cleaning 6813 clauses out of 13634 with flag 26000/26000
4.87/3.76	c cleaning 7907 clauses out of 15822 with flag 35001/35001
5.87/4.71	c cleaning 8948 clauses out of 17914 with flag 45000/45000
6.89/5.76	c cleaning 9978 clauses out of 19967 with flag 56001/56001
8.09/6.94	c cleaning 10986 clauses out of 21988 with flag 68000/68000
9.40/8.21	c cleaning 11994 clauses out of 24002 with flag 81000/81000
10.81/9.61	c cleaning 13000 clauses out of 26008 with flag 95000/95000
12.53/11.30	c cleaning 14000 clauses out of 28009 with flag 110001/110001
14.04/12.85	c cleaning 14996 clauses out of 30009 with flag 126001/126001
15.95/14.74	c cleaning 15994 clauses out of 32012 with flag 143000/143000
18.06/16.81	c cleaning 16998 clauses out of 34018 with flag 161000/161000
19.97/18.79	c cleaning 18003 clauses out of 36020 with flag 180000/180000
22.19/20.90	c cleaning 19006 clauses out of 38020 with flag 200003/200003
24.79/23.52	c cleaning 19996 clauses out of 40011 with flag 221000/221000
27.51/26.25	c cleaning 20998 clauses out of 42016 with flag 243001/243001
30.33/29.00	c cleaning 22001 clauses out of 44018 with flag 266001/266001
32.95/31.64	c cleaning 22994 clauses out of 46018 with flag 290002/290002
36.18/34.87	c cleaning 24002 clauses out of 48023 with flag 315001/315001
39.82/38.50	c cleaning 25003 clauses out of 50022 with flag 341002/341002
43.66/42.26	c cleaning 25991 clauses out of 52017 with flag 368000/368000
47.39/45.98	c cleaning 27008 clauses out of 54026 with flag 396000/396000
50.71/49.27	c cleaning 27995 clauses out of 56018 with flag 425000/425000
54.72/53.20	c cleaning 28997 clauses out of 58024 with flag 455001/455001
59.05/57.57	c cleaning 30001 clauses out of 60026 with flag 486000/486000
64.29/62.73	c cleaning 30997 clauses out of 62027 with flag 518002/518002
69.21/67.69	c cleaning 31995 clauses out of 64028 with flag 551000/551000
74.74/73.20	c cleaning 33004 clauses out of 66035 with flag 585002/585002
79.08/77.49	c cleaning 34005 clauses out of 68030 with flag 620001/620001
84.49/82.85	c cleaning 35005 clauses out of 70027 with flag 656003/656003
89.93/88.28	c cleaning 35996 clauses out of 72019 with flag 693000/693000
95.75/94.01	c cleaning 36998 clauses out of 74023 with flag 731000/731000
102.67/100.98	c cleaning 37996 clauses out of 76025 with flag 770000/770000
109.12/107.38	c cleaning 38997 clauses out of 78029 with flag 810000/810000
117.66/115.84	c cleaning 39998 clauses out of 80032 with flag 851000/851000
124.88/123.08	c cleaning 41008 clauses out of 82036 with flag 893002/893002
131.03/129.17	c cleaning 41997 clauses out of 84026 with flag 936000/936000
138.47/136.58	c cleaning 42998 clauses out of 86029 with flag 980000/980000
146.40/144.48	c cleaning 44008 clauses out of 88031 with flag 1025000/1025000
155.32/153.37	c cleaning 44997 clauses out of 90024 with flag 1071001/1071001
163.94/162.00	c cleaning 46003 clauses out of 92027 with flag 1118001/1118001
173.26/171.26	c cleaning 46997 clauses out of 94023 with flag 1166000/1166000
181.78/179.78	c cleaning 47994 clauses out of 96026 with flag 1215000/1215000
192.93/190.81	c cleaning 49005 clauses out of 98032 with flag 1265000/1265000
203.95/201.82	c cleaning 50003 clauses out of 100027 with flag 1316000/1316000
210.62/208.44	c cleaning 50998 clauses out of 102024 with flag 1368000/1368000
220.66/218.42	c cleaning 51994 clauses out of 104028 with flag 1421002/1421002
230.68/228.50	c cleaning 53000 clauses out of 106032 with flag 1475000/1475000
242.44/240.11	c cleaning 54005 clauses out of 108037 with flag 1530005/1530005
254.70/252.34	c cleaning 54994 clauses out of 110029 with flag 1586002/1586002
266.14/263.80	c cleaning 56009 clauses out of 112033 with flag 1643000/1643000
280.59/278.15	c cleaning 56995 clauses out of 114025 with flag 1701001/1701001
293.97/291.47	c cleaning 58003 clauses out of 116029 with flag 1760000/1760000
307.63/305.04	c cleaning 59005 clauses out of 118027 with flag 1820001/1820001
322.02/319.36	c cleaning 59995 clauses out of 120023 with flag 1881002/1881002
336.98/334.30	c cleaning 60994 clauses out of 122026 with flag 1943000/1943000
350.33/347.56	c cleaning 61975 clauses out of 124033 with flag 2006001/2006001
360.38/357.56	c cleaning 63020 clauses out of 126057 with flag 2070000/2070000
373.41/370.58	c cleaning 64009 clauses out of 128037 with flag 2135000/2135000
387.56/384.69	c cleaning 65010 clauses out of 130031 with flag 2201003/2201003
406.33/403.34	c cleaning 65976 clauses out of 132018 with flag 2268000/2268000
420.91/417.80	c cleaning 67009 clauses out of 134042 with flag 2336000/2336000
438.26/435.12	c cleaning 68013 clauses out of 136040 with flag 2405007/2405007
455.63/452.48	c cleaning 68993 clauses out of 138020 with flag 2475000/2475000
475.66/472.45	c cleaning 69997 clauses out of 140028 with flag 2546001/2546001
495.74/492.41	c cleaning 70996 clauses out of 142031 with flag 2618001/2618001
514.29/510.98	c cleaning 72004 clauses out of 144037 with flag 2691003/2691003
534.52/531.18	c cleaning 73012 clauses out of 146032 with flag 2765002/2765002
556.44/553.02	c cleaning 73982 clauses out of 148018 with flag 2840000/2840000
579.29/575.90	c cleaning 74997 clauses out of 150037 with flag 2916001/2916001
601.45/597.97	c cleaning 76013 clauses out of 152040 with flag 2993001/2993001
614.79/611.28	c cleaning 77005 clauses out of 154026 with flag 3071000/3071000
635.16/631.54	c cleaning 77999 clauses out of 156021 with flag 3150000/3150000
652.08/648.46	c cleaning 78988 clauses out of 158022 with flag 3230000/3230000
671.24/667.50	c cleaning 80002 clauses out of 160036 with flag 3311002/3311002
695.38/691.64	c cleaning 80997 clauses out of 162032 with flag 3393000/3393000
713.66/709.84	c cleaning 82010 clauses out of 164036 with flag 3476001/3476001
736.31/732.50	c cleaning 82991 clauses out of 166026 with flag 3560001/3560001
758.11/754.11	c cleaning 83980 clauses out of 168034 with flag 3645000/3645000
786.26/782.25	c cleaning 85023 clauses out of 170057 with flag 3731003/3731003
814.93/810.84	c cleaning 85984 clauses out of 172032 with flag 3818001/3818001
843.50/839.37	c cleaning 87003 clauses out of 174050 with flag 3906003/3906003
872.45/868.23	c cleaning 88008 clauses out of 176044 with flag 3995000/3995000
900.21/895.92	c cleaning 88996 clauses out of 178038 with flag 4085002/4085002
929.15/924.85	c cleaning 89997 clauses out of 180040 with flag 4176000/4176000
959.43/955.07	c cleaning 90994 clauses out of 182043 with flag 4268000/4268000
990.15/985.66	c cleaning 92010 clauses out of 184050 with flag 4361001/4361001
1024.65/1020.09	c cleaning 93002 clauses out of 186040 with flag 4455001/4455001
1045.09/1040.50	c cleaning 94008 clauses out of 188039 with flag 4550002/4550002
1065.95/1061.20	c cleaning 95000 clauses out of 190031 with flag 4646002/4646002
1089.39/1084.64	c cleaning 96010 clauses out of 192029 with flag 4743000/4743000
1115.70/1110.87	c cleaning 96983 clauses out of 194019 with flag 4841000/4841000
1144.90/1139.94	c cleaning 98010 clauses out of 196037 with flag 4940001/4940001
1178.07/1173.08	c cleaning 98995 clauses out of 198026 with flag 5040000/5040000
1210.97/1205.71	c cleaning 99988 clauses out of 200031 with flag 5141000/5141000
1249.63/1244.35	c cleaning 101006 clauses out of 202044 with flag 5243001/5243001
1286.15/1280.74	c cleaning 101999 clauses out of 204038 with flag 5346001/5346001
1325.35/1319.90	c cleaning 103001 clauses out of 206038 with flag 5450000/5450000
1356.44/1350.86	c cleaning 103998 clauses out of 208038 with flag 5555001/5555001
1396.04/1390.31	c cleaning 104992 clauses out of 210040 with flag 5661001/5661001
1436.87/1431.01	c cleaning 105988 clauses out of 212047 with flag 5768000/5768000
1474.36/1468.45	c cleaning 107004 clauses out of 214059 with flag 5876000/5876000
1511.75/1505.72	c cleaning 108009 clauses out of 216055 with flag 5985000/5985000
1551.85/1545.72	c cleaning 109000 clauses out of 218047 with flag 6095001/6095001
1596.68/1590.47	c cleaning 110002 clauses out of 220046 with flag 6206000/6206000
1639.81/1633.45	c cleaning 111013 clauses out of 222045 with flag 6318001/6318001
1689.10/1682.64	c cleaning 111998 clauses out of 224032 with flag 6431001/6431001
1737.60/1731.10	c cleaning 113008 clauses out of 226034 with flag 6545001/6545001
1793.69/1787.03	c cleaning 113987 clauses out of 228025 with flag 6660000/6660000
1800.06/1793.31	c starts		: 276
1800.06/1793.31	c conflicts		: 6688173
1800.06/1793.31	c decisions		: 8341684
1800.06/1793.31	c propagations		: 605524239
1800.06/1793.31	c inspects		: 22660896827
1800.06/1793.31	c shortcuts		: 0
1800.06/1793.31	c learnt literals	: 0
1800.06/1793.31	c learnt binary clauses	: 0
1800.06/1793.31	c learnt ternary clauses	: 0
1800.06/1793.31	c learnt constraints	: 6688173
1800.06/1793.31	c ignored constraints	: 0
1800.06/1793.31	c root simplifications	: 0
1800.06/1793.31	c removed literals (reason simplification)	: 0
1800.06/1793.31	c reason swapping (by a shorter reason)	: 0
1800.06/1793.31	c Calls to reduceDB	: 111
1800.06/1793.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.31	c number of learned constraints concerned by reduction	: 0
1800.06/1793.31	c number of learning phase by resolution	: 0
1800.06/1793.31	c number of learning phase by cutting planes	: 0
1800.06/1793.31	c speed (assignments/second)	: 337761.91671477695
1800.06/1793.31	c non guided choices	194
1800.06/1793.34	c learnt constraints type 
1800.06/1793.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142319
1800.06/1793.34	c constraints type 
1800.06/1793.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1800.06/1793.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1800.06/1793.34	c 43180 constraints processed.
1800.06/1793.34	s UNKNOWN
1800.06/1793.34	c Total wall clock time (in seconds): 1793.241

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

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

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


[startup+0 s]
/proc/loadavg: 0.27 0.06 0.02 3/194 12177
/proc/meminfo: memFree=27921340/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12177/stat : 12177 (java) R 12175 12177 12001 0 -1 4202496 1047 0 0 0 0 0 0 0 20 0 1 0 253316421 23793664 776 33554432000 1073741824 1073778376 140733947467296 140733947456360 140545495425696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 5809 795 590 9 0 128 0

[startup+0.0954819 s]
/proc/loadavg: 0.27 0.06 0.02 3/194 12177
/proc/meminfo: memFree=27921340/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 4437 0 1 0 8 2 0 0 20 0 18 0 253316421 9787813888 5642 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2389603 5642 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.100219 s]
/proc/loadavg: 0.27 0.06 0.02 3/194 12177
/proc/meminfo: memFree=27921340/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 4475 0 1 0 9 2 0 0 20 0 18 0 253316421 9787813888 5642 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2389603 5642 2130 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300191 s]
/proc/loadavg: 0.27 0.06 0.02 3/194 12177
/proc/meminfo: memFree=27921340/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 5771 0 1 0 48 2 0 0 20 0 18 0 253316421 9787813888 8493 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2389603 8493 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700188 s]
/proc/loadavg: 0.27 0.06 0.02 3/194 12177
/proc/meminfo: memFree=27921340/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 10791 0 1 0 136 5 0 0 20 0 19 0 253316421 9855975424 33659 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2406244 33659 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9624976

[startup+1.50076 s]
/proc/loadavg: 0.27 0.06 0.02 4/213 12196
/proc/meminfo: memFree=27783012/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9624976 CPUtime=2.55 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 15379 0 1 0 248 7 0 0 20 0 19 0 253316421 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2406244 39876 2282 9 0 2396937 0
[pid=12177/tid=12179] ppid=12175 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 12001 0 -1 4202560 2554 0 1 0 141 3 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545491415416 140545364280140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545335225256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545334172712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545333119656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545332067112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 12001 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545331014056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545329961512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545328908456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545327855912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 12001 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 253316423 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545315658600 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545314604920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545313551752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545312500496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 12001 0 -1 4202560 8336 0 0 0 61 2 0 0 20 0 19 0 253316426 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545311447352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 12001 0 -1 4202560 3241 0 0 0 38 0 0 0 20 0 19 0 253316426 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545310394808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545309341944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545308289608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316477 9855975424 39876 33554432000 1073741824 1073778376 140733947467296 140545307235880 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 0.27 0.06 0.02 4/213 12196
/proc/meminfo: memFree=27735812/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9624976 CPUtime=4.26 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 15688 0 1 0 419 7 0 0 20 0 19 0 253316421 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2406244 40973 2282 9 0 2396937 0
[pid=12177/tid=12179] ppid=12175 vsize=9624976 CPUtime=2.96 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 12001 0 -1 4202560 2555 0 1 0 293 3 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545491415328 140545364420067 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 12001 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545335225256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545334172712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545333119656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 12001 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545332067112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 12001 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545331014056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545329961512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545328908456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545327855912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 12001 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 253316423 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545315658600 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545314604920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545313551752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545312500496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 12001 0 -1 4202560 8392 0 0 0 67 2 0 0 20 0 19 0 253316426 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545311447352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 12001 0 -1 4202560 3477 0 0 0 44 0 0 0 20 0 19 0 253316426 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545310394808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545309341944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545308289608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316477 9855975424 40973 33554432000 1073741824 1073778376 140733947467296 140545307235880 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 0.41 0.10 0.03 2/190 12221
/proc/meminfo: memFree=27791312/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9624976 CPUtime=7.49 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 15705 0 1 0 741 8 0 0 20 0 19 0 253316421 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2406244 41405 2282 9 0 2396937 0
[pid=12177/tid=12179] ppid=12175 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 12001 0 -1 4202560 2559 0 1 0 603 4 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545491415328 140545364279725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545335225256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545334172712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545333119656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 12001 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545332067112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 12001 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545331014056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545329961512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545328908456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316422 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545327855912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 12001 0 -1 4202560 34 0 0 0 15 0 0 0 20 0 19 0 253316423 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545315658600 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545314604920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545313551752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545312500496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 12001 0 -1 4202560 8392 0 0 0 67 2 0 0 20 0 19 0 253316426 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545311447352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 12001 0 -1 4202560 3486 0 0 0 45 0 0 0 20 0 19 0 253316426 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545310394808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545309341944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545308289608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316477 9855975424 41405 33554432000 1073741824 1073778376 140733947467296 140545307235880 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=12177/tid=12185] ppid=12175 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 12001 0 -1 4202560 124 0 0 0 72 3 0 0 20 0 19 0 253316422 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545329961512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 12001 0 -1 4202560 274 0 0 0 82 4 0 0 20 0 19 0 253316422 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545328908456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 12001 0 -1 4202560 199 0 0 0 71 4 0 0 20 0 19 0 253316422 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545327855912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=9624976 CPUtime=6.28 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 12001 0 -1 4202560 152 0 0 0 625 3 0 0 20 0 19 0 253316423 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545315658600 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545314604920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545313551752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545312500496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 12001 0 -1 4202560 8392 0 0 0 67 2 0 0 20 0 19 0 253316426 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545311447352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 12001 0 -1 4202560 3494 0 0 0 48 0 0 0 20 0 19 0 253316426 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545310394808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545309341944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 12001 0 -1 4202560 99 0 0 0 37 39 0 0 20 0 19 0 253316426 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545308289608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 6 0 0
[pid=12177/tid=12196] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316477 9855975424 76994 33554432000 1073741824 1073778376 140733947467296 140545307235880 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.89
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.08 2.08 1.73 4/213 12268
/proc/meminfo: memFree=26835280/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9624976 CPUtime=1788.97 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 17614 0 1 0 178795 102 0 0 20 0 19 0 253316421 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2406244 76995 2283 9 0 2396937 0
[pid=12177/tid=12179] ppid=12175 vsize=9624976 CPUtime=1773.93 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 12001 0 -1 4202560 2661 0 1 0 177362 31 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545491415328 140545364279706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 12001 0 -1 4202560 298 0 0 0 75 4 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545335225256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 12001 0 -1 4202560 158 0 0 0 80 3 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545334172712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 12001 0 -1 4202560 234 0 0 0 70 3 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545333119656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 12001 0 -1 4202560 136 0 0 0 80 3 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545332067112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 12001 0 -1 4202560 207 0 0 0 79 5 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545331014056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 12001 0 -1 4202560 124 0 0 0 72 3 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545329961512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 12001 0 -1 4202560 274 0 0 0 82 4 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545328908456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 12001 0 -1 4202560 199 0 0 0 71 4 0 0 20 0 19 0 253316422 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545327855912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=9624976 CPUtime=6.36 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 12001 0 -1 4202560 154 0 0 0 633 3 0 0 20 0 19 0 253316423 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545315658600 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545314604920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545313551752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545312500496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 12001 0 -1 4202560 8392 0 0 0 67 2 0 0 20 0 19 0 253316426 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545311447352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 12001 0 -1 4202560 3494 0 0 0 48 0 0 0 20 0 19 0 253316426 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545310394808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545309341944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 12001 0 -1 4202560 103 0 0 0 39 40 0 0 20 0 19 0 253316426 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545308289608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 6 0 0
[pid=12177/tid=12196] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316477 9855975424 76995 33554432000 1073741824 1073778376 140733947467296 140545307235880 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.97
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 2.00 2.06 1.73 3/213 12328
/proc/meminfo: memFree=27584016/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 17632 0 1 0 179903 103 0 0 20 0 19 0 253316421 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2406244 77010 2283 9 0 2396937 0
[pid=12177/tid=12179] ppid=12175 vsize=9624976 CPUtime=1784.83 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 12001 0 -1 4202560 2662 0 1 0 178451 32 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545491415328 140545364279779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 12001 0 -1 4202560 298 0 0 0 76 4 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545335225256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 12001 0 -1 4202560 166 0 0 0 82 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545334172712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 12001 0 -1 4202560 234 0 0 0 71 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545333119656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 12001 0 -1 4202560 136 0 0 0 82 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545332067112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 12001 0 -1 4202560 207 0 0 0 80 5 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545331014056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 12001 0 -1 4202560 124 0 0 0 73 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545329961512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 12001 0 -1 4202560 281 0 0 0 84 4 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545328908456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 12001 0 -1 4202560 199 0 0 0 72 4 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545327855912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=9624976 CPUtime=6.45 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 12001 0 -1 4202560 156 0 0 0 642 3 0 0 20 0 19 0 253316423 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545315658600 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545314604920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545313551752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545312500496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 12001 0 -1 4202560 8392 0 0 0 67 2 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545311447352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 12001 0 -1 4202560 3494 0 0 0 48 0 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545310394808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545309341944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 12001 0 -1 4202560 103 0 0 0 39 40 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545308289608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 6 0 0
[pid=12177/tid=12196] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316477 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545307235880 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

[startup+1793.3 s]
/proc/loadavg: 2.00 2.06 1.73 3/213 12328
/proc/meminfo: memFree=27584016/32873844 swapFree=7364/7364
[pid=12177] ppid=12175 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 12001 0 -1 4202496 17632 0 1 0 179903 103 0 0 20 0 19 0 253316421 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140733947458432 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12177/statm: 2406244 77010 2283 9 0 2396937 0
[pid=12177/tid=12179] ppid=12175 vsize=9624976 CPUtime=1784.83 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 12001 0 -1 4202560 2662 0 1 0 178451 32 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545491415328 140545364279779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 12001 0 -1 4202560 298 0 0 0 76 4 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545335225256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 12001 0 -1 4202560 166 0 0 0 82 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545334172712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 12001 0 -1 4202560 234 0 0 0 71 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545333119656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 12001 0 -1 4202560 136 0 0 0 82 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545332067112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 12001 0 -1 4202560 207 0 0 0 80 5 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545331014056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 12001 0 -1 4202560 124 0 0 0 73 3 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545329961512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 12001 0 -1 4202560 281 0 0 0 84 4 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545328908456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 12001 0 -1 4202560 199 0 0 0 72 4 0 0 20 0 19 0 253316422 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545327855912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=9624976 CPUtime=6.45 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 12001 0 -1 4202560 156 0 0 0 642 3 0 0 20 0 19 0 253316423 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545315658600 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545314604920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316424 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545313551752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545312500496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 12001 0 -1 4202560 8392 0 0 0 67 2 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545311447352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 12001 0 -1 4202560 3494 0 0 0 48 0 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545310394808 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545309341944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 12001 0 -1 4202560 103 0 0 0 39 40 0 0 20 0 19 0 253316426 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545308289608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 6 0 0
[pid=12177/tid=12196] ppid=12175 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316477 9855975424 77010 33554432000 1073741824 1073778376 140733947467296 140545307235880 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1793.35
CPU time (s): 1800.09
CPU user time (s): 1798.88
CPU system time (s): 1.21181
CPU usage (%): 100.376
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.21182
maximum resident set size= 308160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17664
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40893
involuntary context switches= 23433

runsolver used 8.13176 second user time and 13.9619 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 17:05:03
IDJOB=3687325
IDBENCH=1369
IDSOLVER=2269
FILE ID=node118/3687325-1337871903
RUNJOBID= node118-1337871881-12018
PBS_JOBID= 14620086
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687325-1337871903/watcher-3687325-1337871903 -o /tmp/evaluation-result-3687325-1337871903/solver-3687325-1337871903 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687325-1337871903.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=450387573

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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		: 2666.212
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		: 2666.212
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:        27921604 kB
Buffers:          202884 kB
Cached:          3942092 kB
SwapCached:            0 kB
Active:           467612 kB
Inactive:        3717108 kB
Active(anon):      41440 kB
Inactive(anon):        0 kB
Active(file):     426172 kB
Inactive(file):  3717108 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2080 kB
Writeback:             0 kB
AnonPages:         31652 kB
Mapped:            21812 kB
Shmem:               200 kB
Slab:             630300 kB
SReclaimable:      72552 kB
SUnreclaim:       557748 kB
KernelStack:        1392 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695540 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= 71668 MiB
End job on node118 at 2012-05-24 17:34:59