Trace number 3458351

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0SAT (TO)-69 1800.22 1791.61

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_1.opb
MD5SUM3262a45f0e59552e467da6c31a32418a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -70
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint60
Maximum length of a constraint109
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75586
Sum of products size (including duplicates)151172
Number of different products37793
Sum of products size75586

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 Expensive 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 --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458351-1307159300.opb
0.10/0.11	c reading problem ... 
1.82/0.86	c ... done. Wall clock time 0.748s.
1.82/0.86	c #vars     38793
1.82/0.86	c #constraints  114379
1.82/0.86	c constraints type 
1.82/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37793
1.82/0.86	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.82/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37793
2.21/1.01	c SATISFIABLE
2.21/1.01	c OPTIMIZING...
2.21/1.01	c Got one! Elapsed wall clock time (in seconds):0.9
2.21/1.01	o -53
2.21/1.07	c Got one! Elapsed wall clock time (in seconds):0.955
2.21/1.07	o -54
2.65/1.23	c Got one! Elapsed wall clock time (in seconds):1.115
2.65/1.23	o -58
2.65/1.31	c Got one! Elapsed wall clock time (in seconds):1.195
2.65/1.31	o -63
2.99/1.59	c Got one! Elapsed wall clock time (in seconds):1.481
2.99/1.59	o -64
3.23/1.74	c Got one! Elapsed wall clock time (in seconds):1.633
3.23/1.74	o -65
4.66/3.13	c cleaning 3189 clauses out of 6377 with flag 5000/6377
5.04/3.47	c Got one! Elapsed wall clock time (in seconds):3.363
5.04/3.47	o -66
6.17/4.58	c cleaning 4423 clauses out of 8846 with flag 5001/12035
7.57/5.99	c cleaning 5206 clauses out of 10422 with flag 11000/18034
9.28/7.62	c cleaning 6101 clauses out of 12217 with flag 18001/25035
11.11/9.46	c Got one! Elapsed wall clock time (in seconds):9.349
11.11/9.46	o -67
12.31/10.60	c cleaning 9400 clauses out of 18813 with flag 5000/37732
13.72/12.00	c cleaning 7703 clauses out of 15413 with flag 11000/43732
15.43/13.76	c cleaning 7351 clauses out of 14711 with flag 18001/50733
17.24/15.61	c cleaning 7680 clauses out of 15360 with flag 26001/58733
19.45/17.74	c cleaning 8335 clauses out of 16679 with flag 35000/67732
21.96/20.26	c cleaning 9170 clauses out of 18344 with flag 45000/77732
24.48/22.79	c cleaning 10085 clauses out of 20174 with flag 56000/88732
27.49/25.70	c cleaning 11039 clauses out of 22090 with flag 68001/100733
30.90/29.11	c cleaning 12026 clauses out of 24051 with flag 81001/113733
34.11/32.35	c cleaning 13006 clauses out of 26024 with flag 95000/127732
37.74/35.96	c cleaning 14009 clauses out of 28018 with flag 110000/142732
41.85/40.05	c cleaning 15005 clauses out of 30010 with flag 126001/158733
45.99/44.20	c Got one! Elapsed wall clock time (in seconds):44.089
45.99/44.20	o -68
47.30/45.42	c cleaning 17162 clauses out of 34328 with flag 5000/178056
48.82/46.94	c cleaning 11583 clauses out of 23167 with flag 11001/184057
50.54/48.64	c cleaning 9283 clauses out of 18583 with flag 18000/191056
52.54/50.62	c cleaning 8643 clauses out of 17300 with flag 26000/199056
54.76/52.82	c cleaning 8820 clauses out of 17657 with flag 35000/208056
57.06/55.20	c cleaning 9419 clauses out of 18838 with flag 45001/218057
59.98/58.09	c cleaning 10205 clauses out of 20420 with flag 56002/229058
62.98/61.02	c cleaning 11102 clauses out of 22214 with flag 68001/241057
66.39/64.46	c cleaning 12048 clauses out of 24112 with flag 81001/254057
69.80/67.85	c cleaning 13027 clauses out of 26064 with flag 95001/268057
73.42/71.44	c cleaning 14015 clauses out of 28037 with flag 110001/283057
77.63/75.60	c cleaning 15006 clauses out of 30021 with flag 126000/299056
81.94/79.94	c cleaning 16004 clauses out of 32015 with flag 143000/316056
86.85/84.82	c cleaning 17000 clauses out of 34012 with flag 161001/334057
91.57/89.58	c cleaning 17999 clauses out of 36012 with flag 180001/353057
97.08/95.01	c cleaning 19002 clauses out of 38012 with flag 200000/373056
102.99/100.90	c cleaning 20006 clauses out of 40011 with flag 221001/394057
108.32/106.20	c cleaning 21003 clauses out of 42006 with flag 243002/416058
114.14/112.09	c cleaning 21990 clauses out of 44001 with flag 266000/439056
121.05/118.96	c cleaning 22997 clauses out of 46011 with flag 290000/463056
127.91/125.75	c cleaning 23999 clauses out of 48014 with flag 315000/488056
135.41/133.29	c cleaning 25002 clauses out of 50016 with flag 341001/514057
143.03/140.82	c cleaning 26007 clauses out of 52013 with flag 368000/541056
151.35/149.11	c cleaning 27004 clauses out of 54007 with flag 396001/569057
159.58/157.35	c cleaning 27987 clauses out of 56002 with flag 425000/598056
167.42/165.15	c cleaning 29003 clauses out of 58016 with flag 455001/628057
175.88/173.56	c cleaning 30005 clauses out of 60012 with flag 486000/659056
184.79/182.41	c cleaning 30996 clauses out of 62008 with flag 518001/691057
194.62/192.22	c cleaning 32000 clauses out of 64011 with flag 551000/724056
205.21/202.79	c cleaning 33004 clauses out of 66011 with flag 585000/758056
216.25/213.73	c cleaning 34003 clauses out of 68007 with flag 620000/793056
227.56/225.03	c cleaning 35002 clauses out of 70004 with flag 656000/829056
239.70/237.15	c cleaning 35995 clauses out of 72002 with flag 693000/866056
250.12/247.58	c cleaning 36999 clauses out of 74007 with flag 731000/904056
260.78/258.17	c cleaning 37998 clauses out of 76008 with flag 770000/943056
273.04/270.36	c cleaning 39003 clauses out of 78010 with flag 810000/983056
286.29/283.56	c cleaning 39996 clauses out of 80007 with flag 851000/1024056
299.92/297.12	c cleaning 41002 clauses out of 82011 with flag 893000/1066056
312.86/310.03	c cleaning 42005 clauses out of 84010 with flag 936001/1109057
329.83/326.92	c cleaning 42993 clauses out of 86005 with flag 980001/1153057
345.69/342.74	c cleaning 44002 clauses out of 88012 with flag 1025001/1198057
361.63/358.62	c cleaning 45003 clauses out of 90009 with flag 1071000/1244056
380.39/377.33	c cleaning 46002 clauses out of 92006 with flag 1118000/1291056
397.76/394.70	c cleaning 46993 clauses out of 94004 with flag 1166000/1339056
410.88/407.64	c cleaning 48003 clauses out of 96011 with flag 1215000/1388056
425.72/422.43	c cleaning 49004 clauses out of 98008 with flag 1265000/1438056
441.92/438.59	c cleaning 49999 clauses out of 100004 with flag 1316000/1489056
459.35/455.89	c cleaning 50990 clauses out of 102007 with flag 1368002/1541058
478.65/475.06	c cleaning 52000 clauses out of 104016 with flag 1421001/1594057
495.05/491.32	c cleaning 53003 clauses out of 106015 with flag 1475000/1648056
514.44/510.70	c cleaning 53998 clauses out of 108014 with flag 1530002/1703058
535.56/531.62	c cleaning 55001 clauses out of 110014 with flag 1586000/1759056
554.72/550.72	c cleaning 56003 clauses out of 112013 with flag 1643000/1816056
577.22/573.20	c cleaning 57000 clauses out of 114010 with flag 1701000/1874056
599.83/595.63	c cleaning 57999 clauses out of 116011 with flag 1760001/1933057
621.74/617.42	c cleaning 58997 clauses out of 118011 with flag 1820000/1993056
638.76/634.37	c cleaning 60002 clauses out of 120014 with flag 1881000/2054056
657.70/653.14	c cleaning 61007 clauses out of 122013 with flag 1943001/2116057
679.40/674.76	c cleaning 62000 clauses out of 124006 with flag 2006001/2179057
701.81/697.02	c cleaning 63000 clauses out of 126006 with flag 2070001/2243057
725.21/720.31	c cleaning 63997 clauses out of 128006 with flag 2135001/2308057
750.50/745.56	c cleaning 64993 clauses out of 130009 with flag 2201001/2374057
775.03/769.90	c cleaning 65996 clauses out of 132016 with flag 2268001/2441057
802.11/796.97	c cleaning 67004 clauses out of 134019 with flag 2336000/2509056
830.43/825.19	c cleaning 67997 clauses out of 136015 with flag 2405000/2578056
859.54/854.19	c cleaning 69007 clauses out of 138018 with flag 2475000/2648056
885.53/880.09	c cleaning 69998 clauses out of 140011 with flag 2546000/2719056
915.45/909.90	c cleaning 70998 clauses out of 142014 with flag 2618001/2791057
946.39/940.65	c cleaning 72001 clauses out of 144016 with flag 2691001/2864057
978.92/973.04	c cleaning 73005 clauses out of 146015 with flag 2765001/2938057
1006.41/1000.42	c cleaning 73998 clauses out of 148009 with flag 2840000/3013056
1025.09/1018.95	c Got one! Elapsed wall clock time (in seconds):1018.842
1025.09/1018.95	o -69
1028.07/1021.90	c cleaning 71090 clauses out of 142181 with flag 5000/3081226
1030.18/1023.94	c cleaning 38543 clauses out of 77091 with flag 11000/3087226
1032.29/1026.05	c cleaning 22774 clauses out of 45548 with flag 18000/3094226
1034.60/1028.34	c cleaning 15386 clauses out of 30775 with flag 26001/3102227
1037.21/1030.97	c cleaning 12191 clauses out of 24388 with flag 35000/3111226
1040.21/1033.90	c cleaning 11095 clauses out of 22198 with flag 45001/3121227
1043.04/1036.74	c cleaning 11035 clauses out of 22102 with flag 56000/3132226
1046.25/1039.94	c cleaning 11532 clauses out of 23067 with flag 68000/3144226
1049.85/1043.50	c cleaning 12264 clauses out of 24536 with flag 81001/3157227
1053.66/1047.34	c cleaning 13136 clauses out of 26271 with flag 95000/3171226
1058.07/1051.70	c cleaning 14066 clauses out of 28135 with flag 110000/3186226
1062.30/1055.92	c cleaning 15025 clauses out of 30069 with flag 126000/3202226
1067.02/1060.66	c cleaning 16018 clauses out of 32044 with flag 143000/3219226
1072.22/1065.87	c cleaning 17013 clauses out of 34026 with flag 161000/3237226
1077.84/1071.46	c cleaning 17996 clauses out of 36013 with flag 180000/3256226
1083.67/1077.29	c cleaning 19007 clauses out of 38017 with flag 200000/3276226
1089.35/1082.90	c cleaning 19985 clauses out of 40010 with flag 221000/3297226
1095.80/1089.34	c cleaning 21007 clauses out of 42025 with flag 243000/3319226
1102.99/1096.57	c cleaning 22001 clauses out of 44018 with flag 266000/3342226
1110.61/1104.12	c cleaning 23009 clauses out of 46018 with flag 290001/3366227
1118.13/1111.67	c cleaning 24000 clauses out of 48008 with flag 315000/3391226
1127.15/1120.67	c cleaning 25000 clauses out of 50009 with flag 341001/3417227
1135.37/1128.83	c cleaning 26005 clauses out of 52009 with flag 368001/3444227
1144.51/1138.00	c cleaning 26990 clauses out of 54003 with flag 396000/3472226
1154.35/1147.79	c cleaning 27997 clauses out of 56013 with flag 425000/3501226
1165.07/1158.47	c cleaning 29002 clauses out of 58016 with flag 455000/3531226
1175.69/1169.06	c cleaning 30002 clauses out of 60014 with flag 486000/3562226
1187.11/1180.51	c cleaning 31001 clauses out of 62012 with flag 518000/3594226
1199.84/1193.10	c cleaning 31999 clauses out of 64011 with flag 551000/3627226
1210.00/1203.25	c cleaning 33002 clauses out of 66013 with flag 585001/3661227
1220.63/1213.85	c cleaning 34001 clauses out of 68011 with flag 620001/3696227
1232.47/1225.66	c cleaning 34996 clauses out of 70009 with flag 656000/3732226
1244.51/1237.71	c cleaning 36003 clauses out of 72013 with flag 693000/3769226
1258.24/1251.38	c cleaning 37001 clauses out of 74010 with flag 731000/3807226
1270.87/1263.94	c cleaning 38000 clauses out of 76009 with flag 770000/3846226
1284.30/1277.34	c cleaning 38999 clauses out of 78010 with flag 810001/3886227
1298.83/1291.86	c cleaning 40005 clauses out of 80010 with flag 851000/3927226
1313.86/1306.80	c cleaning 41003 clauses out of 82005 with flag 893000/3969226
1328.50/1321.48	c cleaning 42002 clauses out of 84003 with flag 936001/4012227
1343.43/1336.31	c cleaning 42987 clauses out of 86000 with flag 980000/4056226
1360.29/1353.17	c cleaning 44001 clauses out of 88013 with flag 1025000/4101226
1377.63/1370.45	c cleaning 45003 clauses out of 90012 with flag 1071000/4147226
1395.05/1387.82	c cleaning 46001 clauses out of 92009 with flag 1118000/4194226
1412.89/1405.66	c cleaning 47001 clauses out of 94008 with flag 1166000/4242226
1432.43/1425.14	c cleaning 47996 clauses out of 96007 with flag 1215000/4291226
1452.49/1445.11	c cleaning 48998 clauses out of 98011 with flag 1265000/4341226
1472.83/1465.50	c cleaning 49995 clauses out of 100014 with flag 1316001/4392227
1495.15/1487.76	c cleaning 51002 clauses out of 102018 with flag 1368000/4444226
1516.57/1509.14	c cleaning 52003 clauses out of 104016 with flag 1421000/4497226
1531.28/1523.77	c cleaning 53000 clauses out of 106014 with flag 1475001/4551227
1547.94/1540.36	c cleaning 54000 clauses out of 108013 with flag 1530000/4606226
1566.51/1558.81	c cleaning 55006 clauses out of 110015 with flag 1586002/4662228
1585.80/1578.00	c cleaning 55997 clauses out of 112007 with flag 1643000/4719226
1605.78/1597.97	c cleaning 56997 clauses out of 114010 with flag 1701000/4777226
1626.51/1618.67	c cleaning 58002 clauses out of 116013 with flag 1760000/4836226
1649.02/1641.07	c cleaning 58997 clauses out of 118011 with flag 1820000/4896226
1669.07/1661.09	c cleaning 59997 clauses out of 120015 with flag 1881001/4957227
1691.76/1683.64	c cleaning 61005 clauses out of 122017 with flag 1943000/5019226
1716.35/1708.17	c cleaning 62004 clauses out of 124013 with flag 2006001/5082227
1740.22/1731.90	c cleaning 62998 clauses out of 126008 with flag 2070000/5146226
1763.27/1754.96	c cleaning 63995 clauses out of 128010 with flag 2135000/5211226
1789.07/1780.64	c cleaning 65001 clauses out of 130015 with flag 2201000/5277226
1800.05/1791.52	c starts		: 284
1800.05/1791.52	c conflicts		: 5312212
1800.05/1791.52	c decisions		: 5920641
1800.05/1791.52	c propagations		: 30971950
1800.05/1791.52	c inspects		: 8215405184
1800.05/1791.52	c shortcuts		: 0
1800.05/1791.52	c learnt literals	: 0
1800.05/1791.52	c learnt binary clauses	: 0
1800.05/1791.52	c learnt ternary clauses	: 0
1800.05/1791.52	c learnt constraints	: 5312212
1800.05/1791.52	c ignored constraints	: 0
1800.05/1791.52	c root simplifications	: 0
1800.05/1791.52	c removed literals (reason simplification)	: 58650346
1800.05/1791.52	c reason swapping (by a shorter reason)	: 0
1800.05/1791.52	c Calls to reduceDB	: 149
1800.05/1791.52	c number of reductions to clauses (during analyze)	: 0
1800.05/1791.52	c number of learned constraints concerned by reduction	: 0
1800.05/1791.52	c number of learning phase by resolution	: 0
1800.05/1791.52	c number of learning phase by cutting planes	: 0
1800.05/1791.52	c speed (assignments/second)	: 40089.45456145778
1800.05/1791.52	c non guided choices	0
1800.05/1791.55	c learnt constraints type 
1800.05/1791.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100047
1800.05/1791.55	c constraints type 
1800.05/1791.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37793
1800.05/1791.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.05/1791.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1791.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37793
1800.05/1791.55	s SATISFIABLE
1800.05/1791.55	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 x563 -x564 -x565 -x566 -x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 -x702 -x703 x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 -x744 -x745 -x746 -x747 x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 x769 -x770 -x771 -x772 x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 x788 -x789 x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 x800 -x801 -x802 x803 -x804 -x805 -x806 -x807 -x808 -x809 x810 -x811 -x812 -x813 x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 x852 x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 x863 x864 -x865 -x866 -x867 -x868 x869 -x870 -x871 x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 x914 -x915 -x916 -x917 x918 -x919 -x920 -x921 -x922 -x923 x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 x942 x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 x987 -x988 x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 x999 x1000 
1800.05/1791.55	c objective function=-69
1800.05/1791.55	c Total wall clock time (in seconds): 1791.444

Verifier Data

OK	-69

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458351-1307159300/watcher-3458351-1307159300 -o /tmp/evaluation-result-3458351-1307159300/solver-3458351-1307159300 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458351-1307159300.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.34 2.10 2.02 1/486 16494
/proc/meminfo: memFree=21423420/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 1165 0 0 0 0 0 0 0 25 0 2 0 560121315 26714112 894 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 6522 896 681 9 0 381 0
[pid=16494/tid=16495] ppid=16492 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 5046 0 1 0 0 0 0 0 25 0 2 0 560121315 13850947584 5862 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0449721 s]
/proc/loadavg: 2.34 2.10 2.02 1/486 16494
/proc/meminfo: memFree=21423420/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 13683 0 1 0 2 1 0 0 25 0 13 0 560121315 13874667520 13380 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3387370 13381 1659 9 0 3378118 0
[pid=16494/tid=16495] ppid=16492 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 12537 0 1 0 2 1 0 0 25 0 13 0 560121315 13874667520 13381 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 47200121216931 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13549480

[startup+0.100942 s]
/proc/loadavg: 2.34 2.10 2.02 1/486 16494
/proc/meminfo: memFree=21423420/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13621820 CPUtime=0.1 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 15507 0 1 0 8 2 0 0 25 0 18 0 560121315 13948743680 15204 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3405455 15204 2093 9 0 3396189 0
[pid=16494/tid=16495] ppid=16492 vsize=13621820 CPUtime=0.07 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 13569 0 1 0 6 1 0 0 18 0 18 0 560121315 13948743680 15204 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912496208955 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621820

[startup+0.46862 s]
/proc/loadavg: 2.34 2.10 2.02 1/486 16494
/proc/meminfo: memFree=21423420/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13635912 CPUtime=1.75 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 43125 0 1 0 168 7 0 0 25 0 18 0 560121315 13963173888 38128 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3408978 38133 2235 9 0 3399712 0
[pid=16494/tid=16495] ppid=16492 vsize=13635912 CPUtime=0.69 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 29925 0 1 0 65 4 0 0 18 0 18 0 560121315 13963173888 38135 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912505781010 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 13635912

[startup+0.756841 s]
/proc/loadavg: 2.34 2.10 2.02 1/486 16494
/proc/meminfo: memFree=21423420/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13635912 CPUtime=1.78 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 46656 0 1 0 171 7 0 0 25 0 18 0 560121315 13963173888 41658 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3408978 41661 2235 9 0 3399712 0
[pid=16494/tid=16495] ppid=16492 vsize=13635912 CPUtime=0.73 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 33453 0 1 0 68 5 0 0 18 0 18 0 560121315 13963173888 41663 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912505575789 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 13635912

[startup+1.50166 s]
/proc/loadavg: 2.34 2.10 2.02 2/505 16513
/proc/meminfo: memFree=21210124/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13636940 CPUtime=2.99 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 61032 0 1 0 290 9 0 0 25 0 19 0 560121315 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3409235 56032 2244 9 0 3399969 0
[pid=16494/tid=16495] ppid=16492 vsize=13636940 CPUtime=1.47 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 47730 0 1 0 140 7 0 0 18 0 19 0 560121315 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912506091411 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16494/tid=16497] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16497/stat : 16497 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16498] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16498/stat : 16498 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16499] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16499/stat : 16499 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16500] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16500/stat : 16500 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16501] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16501/stat : 16501 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16502] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16502/stat : 16502 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16503] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16503/stat : 16503 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16504] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16504/stat : 16504 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16505] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16505/stat : 16505 (java) S 16492 16494 13328 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 560121318 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 0 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16506] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16506/stat : 16506 (java) S 16492 16494 13328 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 560121319 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16507] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16507/stat : 16507 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 560121319 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16508] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16508/stat : 16508 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672485809 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16509] ppid=16492 vsize=13636940 CPUtime=0.8 cores=0,2,4,6
/proc/16494/task/16509/stat : 16509 (java) S 16492 16494 13328 0 -1 4202560 5545 0 0 0 80 0 0 0 15 0 19 0 560121321 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16510] ppid=16492 vsize=13636940 CPUtime=0.7 cores=0,2,4,6
/proc/16494/task/16510/stat : 16510 (java) S 16492 16494 13328 0 -1 4202560 6597 0 0 0 69 1 0 0 15 0 19 0 560121321 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16511] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16511/stat : 16511 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16512] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16512/stat : 16512 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 560121321 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16513] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16513/stat : 16513 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 560121406 13964226560 56032 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 13636940

[startup+3.10137 s]
/proc/loadavg: 2.34 2.10 2.02 3/504 16516
/proc/meminfo: memFree=21191024/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13636940 CPUtime=4.66 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 67552 0 1 0 456 10 0 0 25 0 19 0 560121315 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3409235 62550 2246 9 0 3399969 0
[pid=16494/tid=16495] ppid=16492 vsize=13636940 CPUtime=3.06 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 54234 0 1 0 298 8 0 0 21 0 19 0 560121315 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912506004391 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16494/tid=16497] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16497/stat : 16497 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16498] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16498/stat : 16498 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16499] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16499/stat : 16499 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16500] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16500/stat : 16500 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16501] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16501/stat : 16501 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16502] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16502/stat : 16502 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16503] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16503/stat : 16503 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16504] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16504/stat : 16504 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121317 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16505] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16505/stat : 16505 (java) S 16492 16494 13328 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 560121318 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 0 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16506] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16506/stat : 16506 (java) S 16492 16494 13328 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 560121319 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16507] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16507/stat : 16507 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 560121319 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16508] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16508/stat : 16508 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672485809 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16509] ppid=16492 vsize=13636940 CPUtime=0.82 cores=0,2,4,6
/proc/16494/task/16509/stat : 16509 (java) S 16492 16494 13328 0 -1 4202560 5548 0 0 0 82 0 0 0 15 0 19 0 560121321 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16510] ppid=16492 vsize=13636940 CPUtime=0.77 cores=0,2,4,6
/proc/16494/task/16510/stat : 16510 (java) S 16492 16494 13328 0 -1 4202560 6609 0 0 0 76 1 0 0 16 0 19 0 560121321 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16511] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16511/stat : 16511 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16512] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16512/stat : 16512 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 560121321 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16513] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16513/stat : 16513 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 560121406 13964226560 62550 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 13636940

[startup+6.3008 s]
/proc/loadavg: 2.31 2.10 2.02 2/502 16528
/proc/meminfo: memFree=21055980/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13636940 CPUtime=7.99 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 99965 0 1 0 784 15 0 0 25 0 19 0 560121315 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3409235 94828 2271 9 0 3399969 0
[pid=16494/tid=16495] ppid=16492 vsize=13636940 CPUtime=5.83 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 54296 0 1 0 575 8 0 0 17 0 19 0 560121315 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912506091127 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16494/tid=16497] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16497/stat : 16497 (java) S 16492 16494 13328 0 -1 4202560 3392 0 0 0 0 0 0 0 15 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16498] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16498/stat : 16498 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16499] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16499/stat : 16499 (java) S 16492 16494 13328 0 -1 4202560 2141 0 0 0 0 0 0 0 15 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16500] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16500/stat : 16500 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16501] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16501/stat : 16501 (java) S 16492 16494 13328 0 -1 4202560 260 0 0 0 0 0 0 0 18 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16502] ppid=16492 vsize=13636940 CPUtime=0.01 cores=0,2,4,6
/proc/16494/task/16502/stat : 16502 (java) S 16492 16494 13328 0 -1 4202560 1568 0 0 0 1 0 0 0 18 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16503] ppid=16492 vsize=13636940 CPUtime=0.05 cores=0,2,4,6
/proc/16494/task/16503/stat : 16503 (java) S 16492 16494 13328 0 -1 4202560 3612 0 0 0 5 0 0 0 16 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16504] ppid=16492 vsize=13636940 CPUtime=0.04 cores=0,2,4,6
/proc/16494/task/16504/stat : 16504 (java) S 16492 16494 13328 0 -1 4202560 5855 0 0 0 4 0 0 0 15 0 19 0 560121317 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16505] ppid=16492 vsize=13636940 CPUtime=0.33 cores=0,2,4,6
/proc/16494/task/16505/stat : 16505 (java) S 16492 16494 13328 0 -1 4202560 15518 0 0 0 32 1 0 0 15 0 19 0 560121318 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 0 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16506] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16506/stat : 16506 (java) S 16492 16494 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16507] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16507/stat : 16507 (java) S 16492 16494 13328 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16508] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16508/stat : 16508 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672485809 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16509] ppid=16492 vsize=13636940 CPUtime=0.84 cores=0,2,4,6
/proc/16494/task/16509/stat : 16509 (java) S 16492 16494 13328 0 -1 4202560 5554 0 0 0 84 0 0 0 15 0 19 0 560121321 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16510] ppid=16492 vsize=13636940 CPUtime=0.8 cores=0,2,4,6
/proc/16494/task/16510/stat : 16510 (java) S 16492 16494 13328 0 -1 4202560 6617 0 0 0 79 1 0 0 15 0 19 0 560121321 13964226560 94828 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0

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

[pid=16494/tid=16502] ppid=16492 vsize=13636940 CPUtime=1.16 cores=0,2,4,6
/proc/16494/task/16502/stat : 16502 (java) S 16492 16494 13328 0 -1 4202560 10890 0 0 0 115 1 0 0 16 0 19 0 560121317 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16503] ppid=16492 vsize=13636940 CPUtime=1.15 cores=0,2,4,6
/proc/16494/task/16503/stat : 16503 (java) S 16492 16494 13328 0 -1 4202560 20507 0 0 0 112 3 0 0 16 0 19 0 560121317 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16504] ppid=16492 vsize=13636940 CPUtime=1.22 cores=0,2,4,6
/proc/16494/task/16504/stat : 16504 (java) S 16492 16494 13328 0 -1 4202560 16321 0 0 0 120 2 0 0 16 0 19 0 560121317 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16505] ppid=16492 vsize=13636940 CPUtime=21.33 cores=0,2,4,6
/proc/16494/task/16505/stat : 16505 (java) S 16492 16494 13328 0 -1 4202560 94340 0 0 0 2121 12 0 0 16 0 19 0 560121318 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 0 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16506] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16506/stat : 16506 (java) S 16492 16494 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16507] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16507/stat : 16507 (java) S 16492 16494 13328 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16508] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16508/stat : 16508 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672485809 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16509] ppid=16492 vsize=13636940 CPUtime=0.85 cores=0,2,4,6
/proc/16494/task/16509/stat : 16509 (java) S 16492 16494 13328 0 -1 4202560 5557 0 0 0 85 0 0 0 15 0 19 0 560121321 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16510] ppid=16492 vsize=13636940 CPUtime=0.82 cores=0,2,4,6
/proc/16494/task/16510/stat : 16510 (java) S 16492 16494 13328 0 -1 4202560 6624 0 0 0 81 1 0 0 15 0 19 0 560121321 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16511] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16511/stat : 16511 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16512] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16512/stat : 16512 (java) S 16492 16494 13328 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 560121321 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16513] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16513/stat : 16513 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 560121406 13964226560 311485 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1670.47
Current children cumulated vsize (KiB) 13636940

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 16615
/proc/meminfo: memFree=18806224/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13636940 CPUtime=1730.62 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 316988 0 1 0 173013 49 0 0 25 0 19 0 560121315 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3409235 311499 2272 9 0 3399969 0
[pid=16494/tid=16495] ppid=16492 vsize=13636940 CPUtime=1697.55 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 83626 0 1 0 169741 14 0 0 25 0 19 0 560121315 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912506108568 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16494/tid=16497] ppid=16492 vsize=13636940 CPUtime=1.22 cores=0,2,4,6
/proc/16494/task/16497/stat : 16497 (java) S 16492 16494 13328 0 -1 4202560 21916 0 0 0 120 2 0 0 16 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16498] ppid=16492 vsize=13636940 CPUtime=1.18 cores=0,2,4,6
/proc/16494/task/16498/stat : 16498 (java) S 16492 16494 13328 0 -1 4202560 14229 0 0 0 116 2 0 0 15 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16499] ppid=16492 vsize=13636940 CPUtime=1.2 cores=0,2,4,6
/proc/16494/task/16499/stat : 16499 (java) S 16492 16494 13328 0 -1 4202560 13156 0 0 0 119 1 0 0 16 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16500] ppid=16492 vsize=13636940 CPUtime=1.25 cores=0,2,4,6
/proc/16494/task/16500/stat : 16500 (java) S 16492 16494 13328 0 -1 4202560 11841 0 0 0 123 2 0 0 16 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16501] ppid=16492 vsize=13636940 CPUtime=1.16 cores=0,2,4,6
/proc/16494/task/16501/stat : 16501 (java) S 16492 16494 13328 0 -1 4202560 16726 0 0 0 114 2 0 0 16 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16502] ppid=16492 vsize=13636940 CPUtime=1.19 cores=0,2,4,6
/proc/16494/task/16502/stat : 16502 (java) S 16492 16494 13328 0 -1 4202560 10890 0 0 0 118 1 0 0 16 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16503] ppid=16492 vsize=13636940 CPUtime=1.18 cores=0,2,4,6
/proc/16494/task/16503/stat : 16503 (java) S 16492 16494 13328 0 -1 4202560 20507 0 0 0 115 3 0 0 16 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16504] ppid=16492 vsize=13636940 CPUtime=1.24 cores=0,2,4,6
/proc/16494/task/16504/stat : 16504 (java) S 16492 16494 13328 0 -1 4202560 16324 0 0 0 122 2 0 0 16 0 19 0 560121317 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16505] ppid=16492 vsize=13636940 CPUtime=21.66 cores=0,2,4,6
/proc/16494/task/16505/stat : 16505 (java) S 16492 16494 13328 0 -1 4202560 94342 0 0 0 2154 12 0 0 15 0 19 0 560121318 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 0 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16506] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16506/stat : 16506 (java) S 16492 16494 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16507] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16507/stat : 16507 (java) S 16492 16494 13328 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16508] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16508/stat : 16508 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672485809 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16509] ppid=16492 vsize=13636940 CPUtime=0.85 cores=0,2,4,6
/proc/16494/task/16509/stat : 16509 (java) S 16492 16494 13328 0 -1 4202560 5557 0 0 0 85 0 0 0 15 0 19 0 560121321 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16510] ppid=16492 vsize=13636940 CPUtime=0.82 cores=0,2,4,6
/proc/16494/task/16510/stat : 16510 (java) S 16492 16494 13328 0 -1 4202560 6624 0 0 0 81 1 0 0 15 0 19 0 560121321 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16511] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16511/stat : 16511 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16512] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16512/stat : 16512 (java) S 16492 16494 13328 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 560121321 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16513] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16513/stat : 16513 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 560121406 13964226560 311499 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1730.62
Current children cumulated vsize (KiB) 13636940

[startup+1782.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 16617
/proc/meminfo: memFree=18804852/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13636940 CPUtime=1790.86 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 317030 0 1 0 179037 49 0 0 25 0 19 0 560121315 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3409235 311532 2272 9 0 3399969 0
[pid=16494/tid=16495] ppid=16492 vsize=13636940 CPUtime=1756.92 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 83629 0 1 0 175678 14 0 0 25 0 19 0 560121315 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912506091390 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16494/tid=16497] ppid=16492 vsize=13636940 CPUtime=1.27 cores=0,2,4,6
/proc/16494/task/16497/stat : 16497 (java) S 16492 16494 13328 0 -1 4202560 21916 0 0 0 125 2 0 0 15 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16498] ppid=16492 vsize=13636940 CPUtime=1.22 cores=0,2,4,6
/proc/16494/task/16498/stat : 16498 (java) S 16492 16494 13328 0 -1 4202560 14242 0 0 0 120 2 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16499] ppid=16492 vsize=13636940 CPUtime=1.25 cores=0,2,4,6
/proc/16494/task/16499/stat : 16499 (java) S 16492 16494 13328 0 -1 4202560 13157 0 0 0 124 1 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16500] ppid=16492 vsize=13636940 CPUtime=1.25 cores=0,2,4,6
/proc/16494/task/16500/stat : 16500 (java) S 16492 16494 13328 0 -1 4202560 11841 0 0 0 123 2 0 0 15 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16501] ppid=16492 vsize=13636940 CPUtime=1.2 cores=0,2,4,6
/proc/16494/task/16501/stat : 16501 (java) S 16492 16494 13328 0 -1 4202560 16734 0 0 0 118 2 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16502] ppid=16492 vsize=13636940 CPUtime=1.23 cores=0,2,4,6
/proc/16494/task/16502/stat : 16502 (java) S 16492 16494 13328 0 -1 4202560 10890 0 0 0 122 1 0 0 15 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16503] ppid=16492 vsize=13636940 CPUtime=1.22 cores=0,2,4,6
/proc/16494/task/16503/stat : 16503 (java) S 16492 16494 13328 0 -1 4202560 20516 0 0 0 119 3 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16504] ppid=16492 vsize=13636940 CPUtime=1.29 cores=0,2,4,6
/proc/16494/task/16504/stat : 16504 (java) S 16492 16494 13328 0 -1 4202560 16326 0 0 0 127 2 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16505] ppid=16492 vsize=13636940 CPUtime=22.22 cores=0,2,4,6
/proc/16494/task/16505/stat : 16505 (java) S 16492 16494 13328 0 -1 4202560 94346 0 0 0 2210 12 0 0 15 0 19 0 560121318 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 0 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16506] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16506/stat : 16506 (java) S 16492 16494 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16507] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16507/stat : 16507 (java) S 16492 16494 13328 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16508] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16508/stat : 16508 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672485809 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16509] ppid=16492 vsize=13636940 CPUtime=0.85 cores=0,2,4,6
/proc/16494/task/16509/stat : 16509 (java) S 16492 16494 13328 0 -1 4202560 5557 0 0 0 85 0 0 0 15 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16510] ppid=16492 vsize=13636940 CPUtime=0.82 cores=0,2,4,6
/proc/16494/task/16510/stat : 16510 (java) S 16492 16494 13328 0 -1 4202560 6624 0 0 0 81 1 0 0 15 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16511] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16511/stat : 16511 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16512] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16512/stat : 16512 (java) S 16492 16494 13328 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16513] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16513/stat : 16513 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 560121406 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1790.86
Current children cumulated vsize (KiB) 13636940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 16617
/proc/meminfo: memFree=18805076/32951124 swapFree=46575304/67111528
[pid=16494] ppid=16492 vsize=13636940 CPUtime=1800.05 cores=0,2,4,6
/proc/16494/stat : 16494 (java) S 16492 16494 13328 0 -1 4202496 317032 0 1 0 179956 49 0 0 25 0 19 0 560121315 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16494/statm: 3409235 311532 2272 9 0 3399969 0
[pid=16494/tid=16495] ppid=16492 vsize=13636940 CPUtime=1766.12 cores=0,2,4,6
/proc/16494/task/16495/stat : 16495 (java) R 16492 16494 13328 0 -1 4202560 83629 0 1 0 176598 14 0 0 25 0 19 0 560121315 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 46912506091431 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16494/tid=16497] ppid=16492 vsize=13636940 CPUtime=1.27 cores=0,2,4,6
/proc/16494/task/16497/stat : 16497 (java) S 16492 16494 13328 0 -1 4202560 21916 0 0 0 125 2 0 0 15 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16498] ppid=16492 vsize=13636940 CPUtime=1.22 cores=0,2,4,6
/proc/16494/task/16498/stat : 16498 (java) S 16492 16494 13328 0 -1 4202560 14242 0 0 0 120 2 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16499] ppid=16492 vsize=13636940 CPUtime=1.25 cores=0,2,4,6
/proc/16494/task/16499/stat : 16499 (java) S 16492 16494 13328 0 -1 4202560 13157 0 0 0 124 1 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16500] ppid=16492 vsize=13636940 CPUtime=1.25 cores=0,2,4,6
/proc/16494/task/16500/stat : 16500 (java) S 16492 16494 13328 0 -1 4202560 11841 0 0 0 123 2 0 0 15 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16501] ppid=16492 vsize=13636940 CPUtime=1.2 cores=0,2,4,6
/proc/16494/task/16501/stat : 16501 (java) S 16492 16494 13328 0 -1 4202560 16734 0 0 0 118 2 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16502] ppid=16492 vsize=13636940 CPUtime=1.23 cores=0,2,4,6
/proc/16494/task/16502/stat : 16502 (java) S 16492 16494 13328 0 -1 4202560 10890 0 0 0 122 1 0 0 15 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16503] ppid=16492 vsize=13636940 CPUtime=1.22 cores=0,2,4,6
/proc/16494/task/16503/stat : 16503 (java) S 16492 16494 13328 0 -1 4202560 20516 0 0 0 119 3 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16504] ppid=16492 vsize=13636940 CPUtime=1.29 cores=0,2,4,6
/proc/16494/task/16504/stat : 16504 (java) S 16492 16494 13328 0 -1 4202560 16326 0 0 0 127 2 0 0 16 0 19 0 560121317 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 6 0 0 0
[pid=16494/tid=16505] ppid=16492 vsize=13636940 CPUtime=22.22 cores=0,2,4,6
/proc/16494/task/16505/stat : 16505 (java) S 16492 16494 13328 0 -1 4202560 94346 0 0 0 2210 12 0 0 15 0 19 0 560121318 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 0 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
[pid=16494/tid=16506] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16506/stat : 16506 (java) S 16492 16494 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16507] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16507/stat : 16507 (java) S 16492 16494 13328 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 560121319 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16508] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16508/stat : 16508 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672485809 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16509] ppid=16492 vsize=13636940 CPUtime=0.85 cores=0,2,4,6
/proc/16494/task/16509/stat : 16509 (java) S 16492 16494 13328 0 -1 4202560 5557 0 0 0 85 0 0 0 15 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16510] ppid=16492 vsize=13636940 CPUtime=0.82 cores=0,2,4,6
/proc/16494/task/16510/stat : 16510 (java) S 16492 16494 13328 0 -1 4202560 6624 0 0 0 81 1 0 0 15 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16511] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16511/stat : 16511 (java) S 16492 16494 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478105 0 4 0 16800975 18446604449679430848 0 0 -1 4 0 0 0
[pid=16494/tid=16512] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16512/stat : 16512 (java) S 16492 16494 13328 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 560121321 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 0 0 0 0
[pid=16494/tid=16513] ppid=16492 vsize=13636940 CPUtime=0 cores=0,2,4,6
/proc/16494/task/16513/stat : 16513 (java) S 16492 16494 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 560121406 13964226560 311532 33554432000 1073741824 1073778376 140735646008272 18446744073709551615 268672478720 0 4 0 16800975 18446604449679430848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13636940

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1791.61
CPU time (s): 1800.22
CPU user time (s): 1799.67
CPU system time (s): 0.544917
CPU usage (%): 100.48
Max. virtual memory (cumulated for all children) (KiB): 13636940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317062
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40866
involuntary context switches= 13484

runsolver used 9.65553 second user time and 19.676 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 05:48:21
IDJOB=3458351
IDBENCH=48171
IDSOLVER=1952
FILE ID=node107/3458351-1307159300
RUNJOBID= node107-1307155699-16201
PBS_JOBID= 13508809
Free space on /tmp= 73864 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_1.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458351-1307159300/watcher-3458351-1307159300 -o /tmp/evaluation-result-3458351-1307159300/solver-3458351-1307159300 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458351-1307159300.opb

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

MD5SUM BENCH= 3262a45f0e59552e467da6c31a32418a
RANDOM SEED=941686750

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5359.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21423584 kB
Buffers:        328756 kB
Cached:        2143472 kB
SwapCached:      22548 kB
Active:        9178932 kB
Inactive:      1999756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21423584 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            3008 kB
Writeback:           0 kB
AnonPages:     8701660 kB
Mapped:          32792 kB
Slab:           186492 kB
PageTables:      94796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145111736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73880 MiB
End job on node107 at 2011-06-04 06:18:14