Trace number 3687381

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.02 1785.46

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUM6f530d7030eb010292a76e81381ed552
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.105982
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687381-1337871913.opb
0.10/0.11	c reading problem ... 
0.29/0.28	c ... done. Wall clock time 0.168s.
0.29/0.28	c declared #vars     6000
0.29/0.28	c #constraints  220
0.29/0.28	c constraints type 
0.29/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.29/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.29/0.28	c 220 constraints processed.
1.43/0.90	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.30/1.64	c cleaning 4242 clauses out of 8503 with flag 11000/11000
3.34/2.68	c cleaning 5624 clauses out of 11261 with flag 18000/18000
4.58/3.87	c cleaning 6807 clauses out of 13637 with flag 26000/26000
6.25/5.43	c cleaning 7903 clauses out of 15830 with flag 35000/35000
8.07/7.22	c cleaning 8956 clauses out of 17927 with flag 45000/45000
10.32/9.45	c cleaning 9978 clauses out of 19971 with flag 56000/56000
12.96/12.08	c cleaning 10992 clauses out of 21994 with flag 68001/68001
15.99/15.06	c cleaning 11992 clauses out of 24001 with flag 81000/81000
19.15/18.15	c cleaning 12995 clauses out of 26010 with flag 95001/95001
23.29/22.23	c cleaning 14000 clauses out of 28014 with flag 110000/110000
27.17/26.04	c cleaning 14994 clauses out of 30015 with flag 126001/126001
32.07/30.89	c cleaning 16001 clauses out of 32020 with flag 143000/143000
36.42/35.18	c cleaning 17000 clauses out of 34021 with flag 161002/161002
40.67/39.37	c cleaning 18001 clauses out of 36019 with flag 180000/180000
46.30/44.97	c cleaning 19000 clauses out of 38018 with flag 200000/200000
53.59/52.12	c cleaning 19991 clauses out of 40018 with flag 221000/221000
59.27/57.75	c cleaning 21006 clauses out of 42027 with flag 243000/243000
65.14/63.54	c cleaning 22005 clauses out of 44023 with flag 266002/266002
72.35/70.63	c cleaning 22997 clauses out of 46016 with flag 290000/290000
79.83/78.02	c cleaning 23991 clauses out of 48019 with flag 315000/315000
86.42/84.58	c cleaning 24994 clauses out of 50029 with flag 341001/341001
92.82/90.88	c cleaning 26011 clauses out of 52036 with flag 368002/368002
97.89/95.80	c cleaning 27004 clauses out of 54025 with flag 396002/396002
104.46/102.37	c cleaning 28004 clauses out of 56020 with flag 425001/425001
113.39/111.25	c cleaning 29003 clauses out of 58020 with flag 455005/455005
121.36/119.13	c cleaning 29984 clauses out of 60016 with flag 486004/486004
129.19/126.80	c cleaning 30990 clauses out of 62028 with flag 518000/518000
137.99/135.56	c cleaning 32009 clauses out of 64040 with flag 551002/551002
149.73/147.30	c cleaning 33004 clauses out of 66029 with flag 585000/585000
158.05/155.46	c cleaning 34003 clauses out of 68029 with flag 620004/620004
170.04/167.31	c cleaning 34997 clauses out of 70022 with flag 656000/656000
178.23/175.47	c cleaning 35982 clauses out of 72025 with flag 693000/693000
186.83/183.99	c cleaning 37008 clauses out of 74043 with flag 731000/731000
201.75/198.77	c cleaning 38006 clauses out of 76037 with flag 770002/770002
210.85/207.78	c cleaning 38996 clauses out of 78032 with flag 810003/810003
222.63/219.49	c cleaning 40007 clauses out of 80037 with flag 851004/851004
232.94/229.68	c cleaning 41011 clauses out of 82029 with flag 893003/893003
246.61/243.12	c cleaning 42005 clauses out of 84025 with flag 936010/936010
257.52/253.95	c cleaning 42988 clauses out of 86011 with flag 980001/980001
268.65/264.94	c cleaning 43993 clauses out of 88025 with flag 1025003/1025003
288.35/284.35	c cleaning 45005 clauses out of 90029 with flag 1071000/1071000
306.55/302.40	c cleaning 46001 clauses out of 92025 with flag 1118001/1118001
321.90/317.65	c cleaning 46995 clauses out of 94028 with flag 1166005/1166005
335.90/331.59	c cleaning 48001 clauses out of 96028 with flag 1215000/1215000
355.24/350.73	c cleaning 49007 clauses out of 98033 with flag 1265006/1265006
375.87/371.27	c cleaning 49998 clauses out of 100021 with flag 1316001/1316001
392.05/387.30	c cleaning 51003 clauses out of 102022 with flag 1368000/1368000
410.49/405.55	c cleaning 52000 clauses out of 104020 with flag 1421001/1421001
424.53/419.49	c cleaning 52977 clauses out of 106022 with flag 1475003/1475003
442.16/436.98	c cleaning 54001 clauses out of 108042 with flag 1530000/1530000
463.70/458.31	c cleaning 55009 clauses out of 110041 with flag 1586000/1586000
480.05/474.54	c cleaning 56003 clauses out of 112033 with flag 1643001/1643001
504.80/499.18	c cleaning 56998 clauses out of 114030 with flag 1701001/1701001
530.59/524.71	c cleaning 58005 clauses out of 116038 with flag 1760007/1760007
550.17/544.10	c cleaning 59005 clauses out of 118028 with flag 1820002/1820002
567.22/561.09	c cleaning 60003 clauses out of 120022 with flag 1881001/1881001
593.98/587.69	c cleaning 61000 clauses out of 122019 with flag 1943001/1943001
611.53/605.04	c cleaning 61998 clauses out of 124018 with flag 2006000/2006000
634.47/627.65	c cleaning 63003 clauses out of 126020 with flag 2070000/2070000
651.46/644.50	c cleaning 63995 clauses out of 128020 with flag 2135003/2135003
673.40/666.36	c cleaning 65007 clauses out of 130024 with flag 2201002/2201002
694.89/687.67	c cleaning 66003 clauses out of 132017 with flag 2268002/2268002
719.42/712.03	c cleaning 66992 clauses out of 134012 with flag 2336000/2336000
751.08/743.58	c cleaning 67994 clauses out of 136020 with flag 2405000/2405000
769.30/761.60	c cleaning 69005 clauses out of 138027 with flag 2475001/2475001
804.37/796.48	c cleaning 70001 clauses out of 140025 with flag 2546004/2546004
833.25/825.18	c cleaning 70996 clauses out of 142021 with flag 2618001/2618001
855.29/847.06	c cleaning 71990 clauses out of 144025 with flag 2691001/2691001
888.36/879.73	c cleaning 73009 clauses out of 146035 with flag 2765001/2765001
920.03/911.38	c cleaning 74003 clauses out of 148025 with flag 2840000/2840000
949.11/940.29	c cleaning 74999 clauses out of 150023 with flag 2916001/2916001
974.87/965.85	c cleaning 76006 clauses out of 152023 with flag 2993000/2993000
1002.07/992.84	c cleaning 76996 clauses out of 154019 with flag 3071002/3071002
1029.00/1019.60	c cleaning 78002 clauses out of 156021 with flag 3150000/3150000
1055.09/1045.42	c cleaning 78995 clauses out of 158019 with flag 3230000/3230000
1084.12/1074.22	c cleaning 79996 clauses out of 160025 with flag 3311001/3311001
1117.94/1107.87	c cleaning 80996 clauses out of 162028 with flag 3393000/3393000
1147.81/1137.52	c cleaning 81997 clauses out of 164032 with flag 3476000/3476000
1184.61/1174.17	c cleaning 82996 clauses out of 166036 with flag 3560001/3560001
1227.79/1217.10	c cleaning 83993 clauses out of 168041 with flag 3645002/3645002
1267.38/1256.50	c cleaning 85006 clauses out of 170047 with flag 3731001/3731001
1309.02/1298.00	c cleaning 86007 clauses out of 172042 with flag 3818002/3818002
1347.72/1336.40	c cleaning 87006 clauses out of 174033 with flag 3906000/3906000
1380.22/1368.79	c cleaning 87993 clauses out of 176027 with flag 3995000/3995000
1429.82/1418.13	c cleaning 88985 clauses out of 178035 with flag 4085001/4085001
1469.80/1457.92	c cleaning 89980 clauses out of 180049 with flag 4176000/4176000
1508.47/1496.44	c cleaning 90990 clauses out of 182071 with flag 4268002/4268002
1544.43/1532.24	c cleaning 91993 clauses out of 184081 with flag 4361002/4361002
1584.79/1572.45	c cleaning 92999 clauses out of 186092 with flag 4455006/4455006
1618.39/1605.88	c cleaning 94035 clauses out of 188087 with flag 4550000/4550000
1646.53/1633.70	c cleaning 94977 clauses out of 190052 with flag 4646000/4646000
1680.16/1666.61	c cleaning 96019 clauses out of 192077 with flag 4743002/4743002
1716.69/1703.02	c cleaning 96986 clauses out of 194056 with flag 4841000/4841000
1758.77/1744.68	c cleaning 97983 clauses out of 196072 with flag 4940002/4940002
1800.02/1785.41	c starts		: 273
1800.02/1785.41	c conflicts		: 5033587
1800.02/1785.41	c decisions		: 6773544
1800.02/1785.41	c propagations		: 228557485
1800.02/1785.41	c inspects		: 17687178423
1800.02/1785.41	c shortcuts		: 0
1800.02/1785.41	c learnt literals	: 0
1800.02/1785.41	c learnt binary clauses	: 0
1800.02/1785.41	c learnt ternary clauses	: 0
1800.02/1785.41	c learnt constraints	: 5033587
1800.02/1785.41	c ignored constraints	: 0
1800.02/1785.41	c root simplifications	: 0
1800.02/1785.41	c removed literals (reason simplification)	: 0
1800.02/1785.41	c reason swapping (by a shorter reason)	: 0
1800.02/1785.41	c Calls to reduceDB	: 95
1800.02/1785.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1785.41	c number of learned constraints concerned by reduction	: 0
1800.02/1785.41	c number of learning phase by resolution	: 0
1800.02/1785.41	c number of learning phase by cutting planes	: 0
1800.02/1785.41	c speed (assignments/second)	: 128034.80158196649
1800.02/1785.41	c non guided choices	138765
1800.02/1785.44	c learnt constraints type 
1800.02/1785.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 191683
1800.02/1785.44	c constraints type 
1800.02/1785.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1800.02/1785.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.02/1785.44	c 220 constraints processed.
1800.02/1785.44	s UNKNOWN
1800.02/1785.44	c Total wall clock time (in seconds): 1785.335

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-3687381-1337871913/watcher-3687381-1337871913 -o /tmp/evaluation-result-3687381-1337871913/solver-3687381-1337871913 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687381-1337871913.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.61 0.14 0.05 3/194 21717
/proc/meminfo: memFree=29142028/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21717/stat : 21717 (java) R 21715 21717 21484 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 253319833 23793664 714 33554432000 1073741824 1073778376 140735207101888 140735207090952 218204518480 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 5809 715 529 9 0 128 0

[startup+0.0363679 s]
/proc/loadavg: 0.61 0.14 0.05 3/194 21717
/proc/meminfo: memFree=29142028/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 3001 0 1 0 1 1 0 0 20 0 13 0 253319833 9446973440 3699 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2306390 3699 1683 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100313 s]
/proc/loadavg: 0.61 0.14 0.05 3/194 21717
/proc/meminfo: memFree=29142028/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 4332 0 1 0 9 1 0 0 20 0 18 0 253319833 9787813888 5532 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2389603 5533 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300193 s]
/proc/loadavg: 0.61 0.14 0.05 3/194 21717
/proc/meminfo: memFree=29142028/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 7641 0 1 0 54 3 0 0 20 0 19 0 253319833 9855975424 10827 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 10827 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9624976

[startup+0.700284 s]
/proc/loadavg: 0.61 0.14 0.05 3/194 21717
/proc/meminfo: memFree=29142028/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=1.33 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 10020 0 1 0 130 3 0 0 20 0 19 0 253319833 9855975424 13099 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 13099 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9624976

[startup+1.50073 s]
/proc/loadavg: 0.61 0.14 0.05 3/213 21736
/proc/meminfo: memFree=29071764/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=2.18 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 10093 0 1 0 214 4 0 0 20 0 19 0 253319833 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 19290 2268 9 0 2396937 0
[pid=21717/tid=21719] ppid=21715 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/21717/task/21719/stat : 21719 (java) R 21715 21717 21484 0 -1 4202560 2465 0 1 0 144 1 0 0 20 0 19 0 253319834 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684534620488 139684366315697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21720] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21720/stat : 21720 (java) S 21715 21717 21484 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684496112040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21721] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21721/stat : 21721 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684495059496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21722] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21722/stat : 21722 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684494006440 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21723] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21723/stat : 21723 (java) S 21715 21717 21484 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684492953896 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21724] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21724/stat : 21724 (java) S 21715 21717 21484 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684491901864 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21725] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21725/stat : 21725 (java) S 21715 21717 21484 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684490849320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21726] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21726/stat : 21726 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684489796264 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21727] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21727/stat : 21727 (java) S 21715 21717 21484 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684488743720 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21728] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21728/stat : 21728 (java) S 21715 21717 21484 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 253319836 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684358355304 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21729] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21729/stat : 21729 (java) S 21715 21717 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319836 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684357301624 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21730] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21730/stat : 21730 (java) S 21715 21717 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253319837 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684356248456 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21731] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21731/stat : 21731 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684355197200 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21732] ppid=21715 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/21717/task/21732/stat : 21732 (java) S 21715 21717 21484 0 -1 4202560 2529 0 0 0 30 0 0 0 20 0 19 0 253319839 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684354145080 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21733] ppid=21715 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/21717/task/21733/stat : 21733 (java) S 21715 21717 21484 0 -1 4202560 3841 0 0 0 34 0 0 0 20 0 19 0 253319839 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684353092536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21734] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21734/stat : 21734 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684352039672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21735] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21735/stat : 21735 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139684350987336 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21736] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21736/stat : 21736 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 19290 33554432000 1073741824 1073778376 140735207101888 139683342312488 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 0.61 0.14 0.05 3/213 21736
/proc/meminfo: memFree=29048864/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=3.88 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 10131 0 1 0 382 6 0 0 20 0 19 0 253319833 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 26977 2268 9 0 2396937 0
[pid=21717/tid=21719] ppid=21715 vsize=9624976 CPUtime=2.98 cores=1,3,5,7
/proc/21717/task/21719/stat : 21719 (java) R 21715 21717 21484 0 -1 4202560 2466 0 1 0 297 1 0 0 20 0 19 0 253319834 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684534620520 139684366315308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21720] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21720/stat : 21720 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684496112040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21721] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21721/stat : 21721 (java) S 21715 21717 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684495059496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21722] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21722/stat : 21722 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684494006440 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21723] ppid=21715 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/21717/task/21723/stat : 21723 (java) S 21715 21717 21484 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684492953896 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21724] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21724/stat : 21724 (java) S 21715 21717 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684491901864 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21725] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21725/stat : 21725 (java) S 21715 21717 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684490849320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21726] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21726/stat : 21726 (java) S 21715 21717 21484 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684489796264 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21727] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21727/stat : 21727 (java) S 21715 21717 21484 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684488743720 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21728] ppid=21715 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21717/task/21728/stat : 21728 (java) S 21715 21717 21484 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 19 0 253319836 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684358355304 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21729] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21729/stat : 21729 (java) S 21715 21717 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319836 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684357301624 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21730] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21730/stat : 21730 (java) S 21715 21717 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253319837 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684356248456 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21731] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21731/stat : 21731 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684355197200 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21732] ppid=21715 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/21717/task/21732/stat : 21732 (java) S 21715 21717 21484 0 -1 4202560 2529 0 0 0 33 0 0 0 20 0 19 0 253319839 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684354145080 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21733] ppid=21715 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/21717/task/21733/stat : 21733 (java) S 21715 21717 21484 0 -1 4202560 3842 0 0 0 36 0 0 0 20 0 19 0 253319839 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684353092536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21734] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21734/stat : 21734 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684352039672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21735] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21735/stat : 21735 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139684350987336 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21736] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21736/stat : 21736 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 26977 33554432000 1073741824 1073778376 140735207101888 139683342312488 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 0.72 0.17 0.06 3/213 21736
/proc/meminfo: memFree=29028176/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=7.17 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 10158 0 1 0 710 7 0 0 20 0 19 0 253319833 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 31587 2268 9 0 2396937 0
[pid=21717/tid=21719] ppid=21715 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/21717/task/21719/stat : 21719 (java) R 21715 21717 21484 0 -1 4202560 2469 0 1 0 608 1 0 0 20 0 19 0 253319834 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684534620520 139684366315599 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21720] ppid=21715 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/21717/task/21720/stat : 21720 (java) S 21715 21717 21484 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684496112040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21721] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21721/stat : 21721 (java) S 21715 21717 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684495059496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21722] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21722/stat : 21722 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684494006440 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21723] ppid=21715 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21717/task/21723/stat : 21723 (java) S 21715 21717 21484 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684492953896 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21724] ppid=21715 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/21717/task/21724/stat : 21724 (java) S 21715 21717 21484 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684491901864 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21725] ppid=21715 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/21717/task/21725/stat : 21725 (java) S 21715 21717 21484 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684490849320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21726] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21726/stat : 21726 (java) S 21715 21717 21484 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684489796264 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21727] ppid=21715 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/21717/task/21727/stat : 21727 (java) S 21715 21717 21484 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 253319835 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684488743720 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21728] ppid=21715 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/21717/task/21728/stat : 21728 (java) S 21715 21717 21484 0 -1 4202560 43 0 0 0 9 0 0 0 20 0 19 0 253319836 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684358355304 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21729] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21729/stat : 21729 (java) S 21715 21717 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319836 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684357301624 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21730] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21730/stat : 21730 (java) S 21715 21717 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253319837 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684356248456 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21731] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21731/stat : 21731 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684355197200 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21732] ppid=21715 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/21717/task/21732/stat : 21732 (java) S 21715 21717 21484 0 -1 4202560 2530 0 0 0 33 0 0 0 20 0 19 0 253319839 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684354145080 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21733] ppid=21715 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/21717/task/21733/stat : 21733 (java) S 21715 21717 21484 0 -1 4202560 3842 0 0 0 39 0 0 0 20 0 19 0 253319839 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684353092536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21734] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21734/stat : 21734 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684352039672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21735] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21735/stat : 21735 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139684350987336 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21736] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21736/stat : 21736 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 31587 33554432000 1073741824 1073778376 140735207101888 139683342312488 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=21717/tid=21732] ppid=21715 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/21717/task/21732/stat : 21732 (java) S 21715 21717 21484 0 -1 4202560 2530 0 0 0 33 0 0 0 20 0 19 0 253319839 9855975424 245372 33554432000 1073741824 1073778376 140735207101888 139684354145080 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21733] ppid=21715 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/21717/task/21733/stat : 21733 (java) S 21715 21717 21484 0 -1 4202560 3851 0 0 0 41 0 0 0 20 0 19 0 253319839 9855975424 245372 33554432000 1073741824 1073778376 140735207101888 139684353092536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21734] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21734/stat : 21734 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 245372 33554432000 1073741824 1073778376 140735207101888 139684352039672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21735] ppid=21715 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/21717/task/21735/stat : 21735 (java) S 21715 21717 21484 0 -1 4202560 97 0 0 0 53 29 0 0 20 0 19 0 253319839 9855975424 245372 33554432000 1073741824 1073778376 140735207101888 139684350987336 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21736] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21736/stat : 21736 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 245372 33554432000 1073741824 1073778376 140735207101888 139683342312488 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1675.48
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.69 3/213 21807
/proc/meminfo: memFree=27839340/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=1736.45 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 17081 0 1 0 173446 199 0 0 20 0 19 0 253319833 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 320459 2269 9 0 2396937 0
[pid=21717/tid=21719] ppid=21715 vsize=9624976 CPUtime=1701.86 cores=1,3,5,7
/proc/21717/task/21719/stat : 21719 (java) R 21715 21717 21484 0 -1 4202560 2811 0 1 0 170156 30 0 0 20 0 19 0 253319834 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684534620400 139684366328449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21720] ppid=21715 vsize=9624976 CPUtime=2.17 cores=1,3,5,7
/proc/21717/task/21720/stat : 21720 (java) S 21715 21717 21484 0 -1 4202560 588 0 0 0 200 17 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684496112040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21721] ppid=21715 vsize=9624976 CPUtime=2.3 cores=1,3,5,7
/proc/21717/task/21721/stat : 21721 (java) S 21715 21717 21484 0 -1 4202560 659 0 0 0 210 20 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684495059496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21722] ppid=21715 vsize=9624976 CPUtime=2.19 cores=1,3,5,7
/proc/21717/task/21722/stat : 21722 (java) S 21715 21717 21484 0 -1 4202560 400 0 0 0 206 13 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684494006440 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21723] ppid=21715 vsize=9624976 CPUtime=2.16 cores=1,3,5,7
/proc/21717/task/21723/stat : 21723 (java) S 21715 21717 21484 0 -1 4202560 623 0 0 0 195 21 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684492953896 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21724] ppid=21715 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/21717/task/21724/stat : 21724 (java) S 21715 21717 21484 0 -1 4202560 857 0 0 0 200 20 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684491901864 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21725] ppid=21715 vsize=9624976 CPUtime=2.07 cores=1,3,5,7
/proc/21717/task/21725/stat : 21725 (java) S 21715 21717 21484 0 -1 4202560 767 0 0 0 189 18 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684490849320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21726] ppid=21715 vsize=9624976 CPUtime=1.97 cores=1,3,5,7
/proc/21717/task/21726/stat : 21726 (java) S 21715 21717 21484 0 -1 4202560 657 0 0 0 183 14 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684489796264 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21727] ppid=21715 vsize=9624976 CPUtime=2.05 cores=1,3,5,7
/proc/21717/task/21727/stat : 21727 (java) S 21715 21717 21484 0 -1 4202560 711 0 0 0 180 25 0 0 20 0 19 0 253319835 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684488743720 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21728] ppid=21715 vsize=9624976 CPUtime=11.23 cores=1,3,5,7
/proc/21717/task/21728/stat : 21728 (java) S 21715 21717 21484 0 -1 4202560 1342 0 0 0 1118 5 0 0 20 0 19 0 253319836 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684358355304 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21729] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21729/stat : 21729 (java) S 21715 21717 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319836 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684357301624 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21730] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21730/stat : 21730 (java) S 21715 21717 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253319837 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684356248456 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21731] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21731/stat : 21731 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684355197200 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21732] ppid=21715 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/21717/task/21732/stat : 21732 (java) S 21715 21717 21484 0 -1 4202560 2530 0 0 0 33 0 0 0 20 0 19 0 253319839 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684354145080 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21733] ppid=21715 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/21717/task/21733/stat : 21733 (java) S 21715 21717 21484 0 -1 4202560 3851 0 0 0 41 0 0 0 20 0 19 0 253319839 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684353092536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21734] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21734/stat : 21734 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684352039672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21735] ppid=21715 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/21717/task/21735/stat : 21735 (java) S 21715 21717 21484 0 -1 4202560 99 0 0 0 54 31 0 0 20 0 19 0 253319839 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139684350987336 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21736] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21736/stat : 21736 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 320459 33554432000 1073741824 1073778376 140735207101888 139683342312488 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1736.45
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.71 3/213 21808
/proc/meminfo: memFree=27645712/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=1796.91 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 17435 0 1 0 179465 226 0 0 20 0 19 0 253319833 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 367564 2269 9 0 2396937 0
[pid=21717/tid=21719] ppid=21715 vsize=9624976 CPUtime=1761.36 cores=1,3,5,7
/proc/21717/task/21719/stat : 21719 (java) R 21715 21717 21484 0 -1 4202560 2812 0 1 0 176105 31 0 0 20 0 19 0 253319834 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684534620400 139684366315736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21720] ppid=21715 vsize=9624976 CPUtime=2.22 cores=1,3,5,7
/proc/21717/task/21720/stat : 21720 (java) S 21715 21717 21484 0 -1 4202560 617 0 0 0 202 20 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684496112040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21721] ppid=21715 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/21717/task/21721/stat : 21721 (java) S 21715 21717 21484 0 -1 4202560 749 0 0 0 219 26 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684495059496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21722] ppid=21715 vsize=9624976 CPUtime=2.29 cores=1,3,5,7
/proc/21717/task/21722/stat : 21722 (java) S 21715 21717 21484 0 -1 4202560 460 0 0 0 211 18 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684494006440 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21723] ppid=21715 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/21717/task/21723/stat : 21723 (java) S 21715 21717 21484 0 -1 4202560 649 0 0 0 197 23 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684492953896 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21724] ppid=21715 vsize=9624976 CPUtime=2.25 cores=1,3,5,7
/proc/21717/task/21724/stat : 21724 (java) S 21715 21717 21484 0 -1 4202560 883 0 0 0 203 22 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684491901864 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21725] ppid=21715 vsize=9624976 CPUtime=2.16 cores=1,3,5,7
/proc/21717/task/21725/stat : 21725 (java) S 21715 21717 21484 0 -1 4202560 828 0 0 0 194 22 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684490849320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21726] ppid=21715 vsize=9624976 CPUtime=2.03 cores=1,3,5,7
/proc/21717/task/21726/stat : 21726 (java) S 21715 21717 21484 0 -1 4202560 684 0 0 0 187 16 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684489796264 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21727] ppid=21715 vsize=9624976 CPUtime=2.1 cores=1,3,5,7
/proc/21717/task/21727/stat : 21727 (java) S 21715 21717 21484 0 -1 4202560 739 0 0 0 183 27 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684488743720 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21728] ppid=21715 vsize=9624976 CPUtime=11.42 cores=1,3,5,7
/proc/21717/task/21728/stat : 21728 (java) S 21715 21717 21484 0 -1 4202560 1344 0 0 0 1137 5 0 0 20 0 19 0 253319836 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684358355304 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21729] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21729/stat : 21729 (java) S 21715 21717 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319836 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684357301624 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21730] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21730/stat : 21730 (java) S 21715 21717 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253319837 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684356248456 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21731] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21731/stat : 21731 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684355197200 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21732] ppid=21715 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/21717/task/21732/stat : 21732 (java) S 21715 21717 21484 0 -1 4202560 2530 0 0 0 33 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684354145080 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21733] ppid=21715 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/21717/task/21733/stat : 21733 (java) S 21715 21717 21484 0 -1 4202560 3851 0 0 0 41 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684353092536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21734] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21734/stat : 21734 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684352039672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21735] ppid=21715 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/21717/task/21735/stat : 21735 (java) S 21715 21717 21484 0 -1 4202560 103 0 0 0 57 31 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684350987336 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21736] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21736/stat : 21736 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139683342312488 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.4 s]
/proc/loadavg: 2.00 2.01 1.71 3/213 21808
/proc/meminfo: memFree=27645836/32873844 swapFree=7620/7620
[pid=21717] ppid=21715 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/21717/stat : 21717 (java) S 21715 21717 21484 0 -1 4202496 17435 0 1 0 179776 226 0 0 20 0 19 0 253319833 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 140735207093024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21717/statm: 2406244 367564 2269 9 0 2396937 0
[pid=21717/tid=21719] ppid=21715 vsize=9624976 CPUtime=1764.46 cores=1,3,5,7
/proc/21717/task/21719/stat : 21719 (java) R 21715 21717 21484 0 -1 4202560 2812 0 1 0 176415 31 0 0 20 0 19 0 253319834 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684534620400 139684366315509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21720] ppid=21715 vsize=9624976 CPUtime=2.22 cores=1,3,5,7
/proc/21717/task/21720/stat : 21720 (java) S 21715 21717 21484 0 -1 4202560 617 0 0 0 202 20 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684496112040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21721] ppid=21715 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/21717/task/21721/stat : 21721 (java) S 21715 21717 21484 0 -1 4202560 749 0 0 0 219 26 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684495059496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21717/tid=21722] ppid=21715 vsize=9624976 CPUtime=2.29 cores=1,3,5,7
/proc/21717/task/21722/stat : 21722 (java) S 21715 21717 21484 0 -1 4202560 460 0 0 0 211 18 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684494006440 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21723] ppid=21715 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/21717/task/21723/stat : 21723 (java) S 21715 21717 21484 0 -1 4202560 649 0 0 0 197 23 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684492953896 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21724] ppid=21715 vsize=9624976 CPUtime=2.25 cores=1,3,5,7
/proc/21717/task/21724/stat : 21724 (java) S 21715 21717 21484 0 -1 4202560 883 0 0 0 203 22 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684491901864 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21725] ppid=21715 vsize=9624976 CPUtime=2.16 cores=1,3,5,7
/proc/21717/task/21725/stat : 21725 (java) S 21715 21717 21484 0 -1 4202560 828 0 0 0 194 22 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684490849320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21726] ppid=21715 vsize=9624976 CPUtime=2.03 cores=1,3,5,7
/proc/21717/task/21726/stat : 21726 (java) S 21715 21717 21484 0 -1 4202560 684 0 0 0 187 16 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684489796264 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21727] ppid=21715 vsize=9624976 CPUtime=2.1 cores=1,3,5,7
/proc/21717/task/21727/stat : 21727 (java) S 21715 21717 21484 0 -1 4202560 739 0 0 0 183 27 0 0 20 0 19 0 253319835 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684488743720 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21728] ppid=21715 vsize=9624976 CPUtime=11.42 cores=1,3,5,7
/proc/21717/task/21728/stat : 21728 (java) S 21715 21717 21484 0 -1 4202560 1344 0 0 0 1137 5 0 0 20 0 19 0 253319836 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684358355304 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21729] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21729/stat : 21729 (java) S 21715 21717 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319836 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684357301624 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21730] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21730/stat : 21730 (java) S 21715 21717 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253319837 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684356248456 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21731] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21731/stat : 21731 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684355197200 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21732] ppid=21715 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/21717/task/21732/stat : 21732 (java) S 21715 21717 21484 0 -1 4202560 2530 0 0 0 33 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684354145080 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21717/tid=21733] ppid=21715 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/21717/task/21733/stat : 21733 (java) S 21715 21717 21484 0 -1 4202560 3851 0 0 0 41 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684353092536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21717/tid=21734] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21734/stat : 21734 (java) S 21715 21717 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684352039672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21735] ppid=21715 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/21717/task/21735/stat : 21735 (java) S 21715 21717 21484 0 -1 4202560 103 0 0 0 57 32 0 0 20 0 19 0 253319839 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139684350987336 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21717/tid=21736] ppid=21715 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21717/task/21736/stat : 21736 (java) S 21715 21717 21484 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 367564 33554432000 1073741824 1073778376 140735207101888 139683342312488 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 21717 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=999422
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=562610
# CPU time returned by wait4() is 1795.56
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.46
CPU time (s): 1800.02
CPU user time (s): 1797.76
CPU system time (s): 2.26
CPU usage (%): 100.816
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793
system time used= 2.56261
maximum resident set size= 1470416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17479
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40264
involuntary context switches= 22359

runsolver used 6.64099 second user time and 15.8716 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-24 17:05:13
IDJOB=3687381
IDBENCH=1402
IDSOLVER=2269
FILE ID=node107/3687381-1337871913
RUNJOBID= node107-1337871881-21501
PBS_JOBID= 14620097
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687381-1337871913/watcher-3687381-1337871913 -o /tmp/evaluation-result-3687381-1337871913/solver-3687381-1337871913 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687381-1337871913.opb

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

MD5SUM BENCH= 6f530d7030eb010292a76e81381ed552
RANDOM SEED=1491700763

node107.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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.760
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		: 2666.760
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.760
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.86
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.760
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:        29142044 kB
Buffers:          196476 kB
Cached:          2556768 kB
SwapCached:            0 kB
Active:           703724 kB
Inactive:        2248160 kB
Active(anon):     201340 kB
Inactive(anon):        0 kB
Active(file):     502384 kB
Inactive(file):  2248160 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4576 kB
Writeback:             4 kB
AnonPages:        216472 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             627052 kB
SReclaimable:      68476 kB
SUnreclaim:       558576 kB
KernelStack:        1592 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     824452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71660 MiB
End job on node107 at 2012-05-24 17:35:00