Trace number 3453992

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 Res//CP 2.3.0SAT (TO)-123 1800.2 956.531

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_5.opb
MD5SUM54b0d54e7a8a81cee8fd7c7c85a68b83
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-123
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
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 constraint25
Maximum length of a constraint50
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)31590
Sum of products size (including duplicates)63180
Number of different products15795
Sum of products size31590

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3453992-1307194773.opb
0.12/0.11	c reading problem ... 
2.14/0.90	c ... done. Wall clock time 0.786s.
2.14/0.90	c #vars     16795
2.14/0.90	c #constraints  48385
2.14/0.90	c constraints type 
2.14/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15795
2.14/0.90	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
2.14/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15795
2.14/0.90	c constraints type 
2.14/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15795
2.14/0.90	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
2.14/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15795
2.54/1.07	c  And the winner is Resolution
2.90/1.42	c SATISFIABLE
2.90/1.42	c OPTIMIZING...
2.90/1.42	c Got one! Elapsed wall clock time (in seconds):1.311
2.90/1.42	o -99
3.22/1.51	c  And the winner is Resolution
3.33/1.94	c Got one! Elapsed wall clock time (in seconds):1.833
3.33/1.94	o -100
3.54/2.00	c  And the winner is Resolution
3.67/2.46	c Got one! Elapsed wall clock time (in seconds):2.348
3.67/2.46	o -107
3.78/2.54	c  And the winner is Resolution
3.93/2.98	c Got one! Elapsed wall clock time (in seconds):2.865
3.93/2.98	o -108
3.98/3.02	c  And the winner is Resolution
4.04/3.49	c Got one! Elapsed wall clock time (in seconds):3.376
4.04/3.49	o -109
4.33/3.67	c  And the winner is Resolution
4.58/4.00	c Got one! Elapsed wall clock time (in seconds):3.887
4.58/4.00	o -110
4.78/4.17	c  And the winner is Resolution
5.08/4.51	c Got one! Elapsed wall clock time (in seconds):4.4
5.08/4.51	o -111
6.75/5.38	c  And the winner is Resolution
7.11/5.63	c Got one! Elapsed wall clock time (in seconds):5.517
7.11/5.63	o -116
7.86/6.09	c cleaning 3598 clauses out of 7196 with flag 2000/7196
10.63/7.41	c cleaning 4799 clauses out of 9598 with flag 8000/13196
13.35/8.89	c cleaning 5896 clauses out of 11800 with flag 15001/20197
16.61/10.58	c cleaning 6940 clauses out of 13903 with flag 23000/28196
18.23/11.46	c  And the winner is CuttingPlanes
18.35/11.83	c Got one! Elapsed wall clock time (in seconds):11.714
18.35/11.83	o -117
19.34/12.34	c cleaning 6074 clauses out of 12156 with flag 2000/33389
22.01/13.79	c cleaning 6037 clauses out of 12083 with flag 8001/39390
25.34/15.47	c cleaning 6513 clauses out of 13045 with flag 15000/46389
29.16/17.45	c cleaning 7259 clauses out of 14532 with flag 23000/54389
33.33/19.68	c cleaning 8133 clauses out of 16273 with flag 32000/63389
38.00/22.08	c cleaning 9060 clauses out of 18141 with flag 42001/73390
38.78/22.59	c  And the winner is Resolution
39.03/22.90	c Got one! Elapsed wall clock time (in seconds):22.793
39.03/22.90	o -118
40.64/23.72	c cleaning 7196 clauses out of 14410 with flag 4000/78719
43.27/25.16	c cleaning 6606 clauses out of 13216 with flag 10002/84721
46.39/26.81	c cleaning 6796 clauses out of 13608 with flag 17000/91719
49.60/28.60	c cleaning 7406 clauses out of 14813 with flag 25001/99720
53.62/30.64	c cleaning 8203 clauses out of 16406 with flag 34000/108719
57.82/32.85	c cleaning 9090 clauses out of 18203 with flag 44000/118719
62.75/35.43	c cleaning 10049 clauses out of 20114 with flag 55001/129720
67.96/38.11	c cleaning 11031 clauses out of 22064 with flag 67000/141719
73.76/41.12	c cleaning 12010 clauses out of 24033 with flag 80000/154719
76.95/42.90	c  And the winner is CuttingPlanes
77.17/43.38	c Got one! Elapsed wall clock time (in seconds):43.269
77.17/43.38	o -119
79.42/44.57	c cleaning 12452 clauses out of 24917 with flag 5000/167613
82.33/46.11	c cleaning 9223 clauses out of 18466 with flag 11001/173614
85.38/47.73	c cleaning 8112 clauses out of 16242 with flag 18000/180613
88.76/49.58	c cleaning 8059 clauses out of 16130 with flag 26000/188613
92.69/51.63	c cleaning 8526 clauses out of 17071 with flag 35000/197613
97.00/53.94	c cleaning 9261 clauses out of 18546 with flag 45001/207614
100.93/56.06	c  And the winner is Resolution
102.59/57.68	c Got one! Elapsed wall clock time (in seconds):57.569
102.59/57.68	o -120
104.68/58.78	c cleaning 11677 clauses out of 23361 with flag 5000/221690
107.46/60.27	c cleaning 8830 clauses out of 17684 with flag 11000/227690
110.79/62.07	c cleaning 7917 clauses out of 15855 with flag 18001/234691
114.38/64.08	c cleaning 7960 clauses out of 15937 with flag 26000/242690
118.36/66.14	c cleaning 8485 clauses out of 16978 with flag 35001/251691
122.65/68.47	c cleaning 9242 clauses out of 18493 with flag 45001/261691
127.80/71.18	c cleaning 10117 clauses out of 20251 with flag 56001/272691
133.45/74.10	c cleaning 11061 clauses out of 22134 with flag 68001/284691
137.78/76.46	c  And the winner is Resolution
139.75/78.35	c Got one! Elapsed wall clock time (in seconds):78.239
139.75/78.35	o -121
142.05/79.51	c cleaning 13116 clauses out of 26235 with flag 5000/299853
145.18/81.24	c cleaning 9550 clauses out of 19119 with flag 11000/305853
148.91/83.20	c cleaning 8269 clauses out of 16570 with flag 18001/312854
152.48/85.29	c cleaning 8146 clauses out of 16300 with flag 26000/320853
156.78/87.59	c cleaning 8569 clauses out of 17154 with flag 35000/329853
161.28/90.00	c cleaning 9288 clauses out of 18585 with flag 45000/339853
166.05/92.44	c cleaning 10147 clauses out of 20297 with flag 56000/350853
171.59/95.42	c cleaning 11068 clauses out of 22150 with flag 68000/362853
178.89/99.24	c cleaning 12042 clauses out of 24083 with flag 81001/375854
185.60/102.78	c cleaning 13012 clauses out of 26040 with flag 95000/389853
192.29/106.29	c  And the winner is Resolution
194.68/108.58	c Got one! Elapsed wall clock time (in seconds):108.465
194.68/108.58	o -122
197.38/109.95	c cleaning 15655 clauses out of 31310 with flag 5001/408135
201.15/112.06	c cleaning 10825 clauses out of 21654 with flag 11000/414134
205.22/114.24	c cleaning 8915 clauses out of 17829 with flag 18000/421134
209.47/116.59	c cleaning 8455 clauses out of 16914 with flag 26000/429134
213.51/118.78	c cleaning 8725 clauses out of 17459 with flag 35000/438134
218.02/121.25	c cleaning 9367 clauses out of 18735 with flag 45001/448135
223.08/123.91	c cleaning 10177 clauses out of 20368 with flag 56001/459135
228.73/126.94	c cleaning 11089 clauses out of 22190 with flag 68000/471134
235.18/130.37	c cleaning 12051 clauses out of 24101 with flag 81000/484134
241.91/133.99	c cleaning 13020 clauses out of 26050 with flag 95000/498134
249.55/137.93	c cleaning 14012 clauses out of 28031 with flag 110001/513135
256.99/141.90	c cleaning 15003 clauses out of 30018 with flag 126000/529134
265.44/146.31	c cleaning 16001 clauses out of 32015 with flag 143000/546134
275.18/151.33	c cleaning 17004 clauses out of 34014 with flag 161000/564134
283.38/155.62	c cleaning 18006 clauses out of 36012 with flag 180002/583136
292.81/160.56	c cleaning 18996 clauses out of 38004 with flag 200000/603134
302.97/165.82	c cleaning 20004 clauses out of 40008 with flag 221000/624134
314.64/171.96	c cleaning 20997 clauses out of 42005 with flag 243001/646135
325.82/177.79	c cleaning 22002 clauses out of 44008 with flag 266001/669135
338.60/184.36	c cleaning 23001 clauses out of 46005 with flag 290000/693134
351.96/191.23	c cleaning 23992 clauses out of 48004 with flag 315000/718134
367.88/199.52	c cleaning 24997 clauses out of 50013 with flag 341001/744135
382.86/207.26	c cleaning 26008 clauses out of 52015 with flag 368000/771134
395.80/213.94	c cleaning 27002 clauses out of 54007 with flag 396000/799134
409.81/221.21	c cleaning 28003 clauses out of 56005 with flag 425000/828134
412.95/223.01	c  And the winner is CuttingPlanes
412.98/223.44	c Got one! Elapsed wall clock time (in seconds):223.327
412.98/223.44	o -123
413.70/223.82	c cleaning 16892 clauses out of 33788 with flag 1002/833920
416.69/225.60	c cleaning 11442 clauses out of 22894 with flag 7000/839918
420.21/227.51	c cleaning 9221 clauses out of 18453 with flag 14001/846919
423.92/229.60	c cleaning 8608 clauses out of 17231 with flag 22000/854918
428.03/232.08	c cleaning 8802 clauses out of 17623 with flag 31000/863918
432.53/234.57	c cleaning 9409 clauses out of 18822 with flag 41001/873919
437.63/237.35	c cleaning 10199 clauses out of 20412 with flag 52000/884918
442.93/240.23	c cleaning 11097 clauses out of 22213 with flag 64000/896918
449.20/243.79	c cleaning 12056 clauses out of 24116 with flag 77000/909918
455.31/247.09	c cleaning 13024 clauses out of 26061 with flag 91001/923919
462.24/250.75	c cleaning 14018 clauses out of 28036 with flag 106000/938918
469.76/254.76	c cleaning 15005 clauses out of 30020 with flag 122002/954920
477.71/259.16	c cleaning 16004 clauses out of 32014 with flag 139001/971919
486.52/263.82	c cleaning 17000 clauses out of 34009 with flag 157000/989918
496.11/268.97	c cleaning 18005 clauses out of 36010 with flag 176001/1008919
505.10/273.76	c cleaning 19002 clauses out of 38004 with flag 196000/1028918
515.51/279.36	c cleaning 19995 clauses out of 40002 with flag 217000/1049918
526.10/284.99	c cleaning 20996 clauses out of 42007 with flag 239000/1071918
538.22/291.33	c cleaning 22000 clauses out of 44011 with flag 262000/1094918
550.37/297.70	c cleaning 23000 clauses out of 46011 with flag 286000/1118918
563.81/304.98	c cleaning 24001 clauses out of 48012 with flag 311001/1143919
578.53/312.65	c cleaning 25002 clauses out of 50010 with flag 337000/1169918
593.53/320.45	c cleaning 25999 clauses out of 52008 with flag 364000/1196918
611.66/329.80	c cleaning 26997 clauses out of 54009 with flag 392000/1224918
626.56/337.72	c cleaning 28007 clauses out of 56013 with flag 421001/1253919
643.68/346.65	c cleaning 28994 clauses out of 58005 with flag 451000/1283918
662.34/356.34	c cleaning 30004 clauses out of 60011 with flag 482000/1314918
682.45/366.76	c cleaning 31000 clauses out of 62007 with flag 514000/1346918
702.35/377.27	c cleaning 31998 clauses out of 64008 with flag 547001/1379919
723.67/388.21	c cleaning 32501 clauses out of 65009 with flag 580000/1412918
741.11/397.30	c cleaning 32754 clauses out of 65508 with flag 613000/1445918
759.34/406.87	c cleaning 32867 clauses out of 65755 with flag 646001/1478919
780.11/417.76	c cleaning 32932 clauses out of 65887 with flag 679000/1511918
801.20/428.64	c cleaning 32972 clauses out of 65956 with flag 712001/1544919
820.34/438.54	c cleaning 32979 clauses out of 65983 with flag 745000/1577918
841.40/449.49	c cleaning 32997 clauses out of 66005 with flag 778001/1610919
861.35/459.97	c cleaning 32997 clauses out of 66007 with flag 811000/1643918
883.54/471.46	c cleaning 32991 clauses out of 66010 with flag 844000/1676918
905.16/482.67	c cleaning 33005 clauses out of 66021 with flag 877002/1709920
922.19/491.54	c cleaning 33003 clauses out of 66016 with flag 910002/1742920
940.93/501.40	c cleaning 33000 clauses out of 66011 with flag 943000/1775918
960.59/511.62	c cleaning 32991 clauses out of 66011 with flag 976000/1808918
982.17/522.80	c cleaning 33003 clauses out of 66021 with flag 1009001/1841919
1002.99/533.62	c cleaning 33002 clauses out of 66019 with flag 1042002/1874920
1026.19/545.95	c cleaning 32995 clauses out of 66016 with flag 1075001/1907919
1045.59/556.08	c cleaning 33010 clauses out of 66020 with flag 1108000/1940918
1067.25/567.31	c cleaning 32998 clauses out of 66010 with flag 1141000/1973918
1089.45/578.97	c cleaning 33002 clauses out of 66012 with flag 1174000/2006918
1111.69/590.73	c cleaning 33005 clauses out of 66010 with flag 1207000/2039918
1133.93/602.30	c cleaning 33002 clauses out of 66006 with flag 1240001/2072919
1156.35/614.08	c cleaning 33002 clauses out of 66004 with flag 1273001/2105919
1179.74/626.21	c cleaning 32998 clauses out of 66002 with flag 1306001/2138919
1200.86/637.50	c cleaning 32993 clauses out of 66003 with flag 1339000/2171918
1218.25/646.77	c cleaning 32997 clauses out of 66010 with flag 1372000/2204918
1236.73/656.47	c cleaning 32998 clauses out of 66013 with flag 1405000/2237918
1255.89/666.61	c cleaning 32997 clauses out of 66015 with flag 1438000/2270918
1274.98/676.88	c cleaning 33005 clauses out of 66020 with flag 1471002/2303920
1296.52/688.15	c cleaning 32999 clauses out of 66013 with flag 1504000/2336918
1315.44/698.11	c cleaning 32999 clauses out of 66014 with flag 1537000/2369918
1336.75/709.40	c cleaning 33001 clauses out of 66016 with flag 1570001/2402919
1358.94/721.29	c cleaning 32998 clauses out of 66014 with flag 1603000/2435918
1378.34/731.42	c cleaning 32999 clauses out of 66016 with flag 1636000/2468918
1399.08/742.31	c cleaning 32998 clauses out of 66017 with flag 1669000/2501918
1419.95/753.38	c cleaning 33001 clauses out of 66020 with flag 1702001/2534919
1442.32/765.30	c cleaning 32992 clauses out of 66018 with flag 1735000/2567918
1464.38/776.91	c cleaning 33005 clauses out of 66027 with flag 1768001/2600919
1484.38/787.58	c cleaning 33011 clauses out of 66021 with flag 1801000/2633918
1505.43/798.67	c cleaning 33000 clauses out of 66010 with flag 1834000/2666918
1527.92/810.72	c cleaning 32995 clauses out of 66010 with flag 1867000/2699918
1549.10/821.90	c cleaning 33001 clauses out of 66015 with flag 1900000/2732918
1569.53/832.79	c cleaning 32994 clauses out of 66014 with flag 1933000/2765918
1590.08/843.71	c cleaning 33006 clauses out of 66020 with flag 1966000/2798918
1604.71/851.89	c cleaning 0 clauses out of 7049 with flag 0/7054
1613.48/856.81	c cleaning 33001 clauses out of 66015 with flag 1999001/2831919
1631.23/866.37	c cleaning 33001 clauses out of 66014 with flag 2032001/2864919
1650.39/876.53	c cleaning 32995 clauses out of 66012 with flag 2065000/2897918
1670.39/887.40	c cleaning 32990 clauses out of 66018 with flag 2098001/2930919
1690.54/898.04	c cleaning 33001 clauses out of 66027 with flag 2131000/2963918
1712.49/909.61	c cleaning 33007 clauses out of 66026 with flag 2164000/2996918
1731.74/919.84	c cleaning 32996 clauses out of 66019 with flag 2197000/3029918
1752.87/931.14	c cleaning 33004 clauses out of 66023 with flag 2230000/3062918
1774.34/942.42	c cleaning 33000 clauses out of 66019 with flag 2263000/3095918
1794.17/952.99	c cleaning 33004 clauses out of 66020 with flag 2296001/3128919
1800.05/956.42	c starts		: 49
1800.05/956.42	c conflicts		: 7439
1800.05/956.42	c decisions		: 18071
1800.05/956.42	c propagations		: 170619
1800.05/956.42	c inspects		: 259421928
1800.05/956.42	c shortcuts		: 0
1800.05/956.42	c learnt literals	: 0
1800.05/956.42	c learnt binary clauses	: 0
1800.05/956.42	c learnt ternary clauses	: 0
1800.05/956.42	c learnt constraints	: 7434
1800.05/956.42	c ignored constraints	: 0
1800.05/956.42	c root simplifications	: 0
1800.05/956.42	c removed literals (reason simplification)	: 0
1800.05/956.42	c reason swapping (by a shorter reason)	: 0
1800.05/956.42	c Calls to reduceDB	: 1
1800.05/956.42	c number of reductions to clauses (during analyze)	: 0
1800.05/956.42	c number of learned constraints concerned by reduction	: 0
1800.05/956.42	c number of learning phase by resolution	: 0
1800.05/956.42	c number of learning phase by cutting planes	: 0
1800.05/956.42	c speed (assignments/second)	: 232.77315739497723
1800.05/956.42	c non guided choices	0
1800.05/956.43	c learnt constraints type 
1800.05/956.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 367
1800.05/956.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7067
1800.05/956.43	c constraints type 
1800.05/956.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15795
1800.05/956.43	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.05/956.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/956.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15795
1800.05/956.43	c constraints type 
1800.05/956.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15795
1800.05/956.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/956.43	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1800.05/956.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15795
1800.05/956.43	s SATISFIABLE
1800.05/956.43	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/956.43	c objective function=-123
1800.05/956.43	c Total wall clock time (in seconds): 956.324

Verifier Data

OK	-123

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-3453992-1307194773/watcher-3453992-1307194773 -o /tmp/evaluation-result-3453992-1307194773/solver-3453992-1307194773 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453992-1307194773.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.00 3.06 3.27 2/517 20342
/proc/meminfo: memFree=21513912/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 5934 0 1 0 0 0 0 0 25 0 2 0 831074012 10694979584 5636 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2611079 5649 917 9 0 2602235 0
[pid=20342/tid=20343] ppid=20340 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) R 20340 20342 20304 0 -1 4202560 8046 0 1 0 0 0 0 0 25 0 2 0 831074013 10694979584 8862 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.111931 s]
/proc/loadavg: 2.00 3.06 3.27 2/517 20342
/proc/meminfo: memFree=21513912/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10540072 CPUtime=0.12 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 13225 0 1 0 11 1 0 0 25 0 18 0 831074012 10793033728 12922 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2635018 12923 2122 9 0 2625752 0
[pid=20342/tid=20343] ppid=20340 vsize=10540072 CPUtime=0.09 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) R 20340 20342 20304 0 -1 4202560 11287 0 1 0 8 1 0 0 22 0 18 0 831074013 10793033728 12923 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512518603 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540072

[startup+0.200889 s]
/proc/loadavg: 2.00 3.06 3.27 2/517 20342
/proc/meminfo: memFree=21513912/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10540592 CPUtime=0.25 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 13990 0 1 0 23 2 0 0 25 0 18 0 831074012 10793566208 13687 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2635148 13688 2169 9 0 2625882 0
[pid=20342/tid=20343] ppid=20340 vsize=10540592 CPUtime=0.19 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) R 20340 20342 20304 0 -1 4202560 11876 0 1 0 17 2 0 0 22 0 18 0 831074013 10793566208 13688 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540592

[startup+0.304925 s]
/proc/loadavg: 2.00 3.06 3.27 2/517 20342
/proc/meminfo: memFree=21513912/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10541592 CPUtime=0.47 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 15402 0 1 0 45 2 0 0 25 0 18 0 831074012 10794590208 14861 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2635398 14861 2194 9 0 2626132 0
[pid=20342/tid=20343] ppid=20340 vsize=10541592 CPUtime=0.29 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) R 20340 20342 20304 0 -1 4202560 12747 0 1 0 27 2 0 0 22 0 18 0 831074013 10794590208 14861 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912505595549 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541592

[startup+0.700803 s]
/proc/loadavg: 2.00 3.06 3.27 2/517 20342
/proc/meminfo: memFree=21513912/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10555560 CPUtime=1.54 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 32131 0 1 0 149 5 0 0 25 0 18 0 831074012 10808893440 28709 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2638890 28710 2224 9 0 2629624 0
[pid=20342/tid=20343] ppid=20340 vsize=10555560 CPUtime=0.69 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) R 20340 20342 20304 0 -1 4202560 19934 0 1 0 66 3 0 0 25 0 18 0 831074013 10808893440 28711 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912505560368 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10555560

[startup+1.5016 s]
/proc/loadavg: 2.48 3.14 3.29 3/554 20387
/proc/meminfo: memFree=21255644/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10560656 CPUtime=3.22 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 50168 0 1 0 314 8 0 0 25 0 22 0 831074012 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2640164 43553 2246 9 0 2630898 0
[pid=20342/tid=20343] ppid=20340 vsize=10560656 CPUtime=0.91 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) S 20340 20342 20304 0 -1 4202560 30659 0 1 0 86 5 0 0 22 0 22 0 831074013 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20354] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20354/stat : 20354 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20355] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20355/stat : 20355 (java) S 20340 20342 20304 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20356] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20356/stat : 20356 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20357] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20357/stat : 20357 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20358] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20358/stat : 20358 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20359] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20359/stat : 20359 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20360] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20360/stat : 20360 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20361] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20361/stat : 20361 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831074014 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20365] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20365/stat : 20365 (java) S 20340 20342 20304 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 831074015 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 0 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20366] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20366/stat : 20366 (java) S 20340 20342 20304 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831074016 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20367] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20367/stat : 20367 (java) S 20340 20342 20304 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831074016 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20373] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20373/stat : 20373 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831074018 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512515505 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20374] ppid=20340 vsize=10560656 CPUtime=0.94 cores=0,2,4,6
/proc/20342/task/20374/stat : 20374 (java) R 20340 20342 20304 0 -1 4202560 7988 0 0 0 92 2 0 0 15 0 22 0 831074018 10814111744 43553 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46982670515081 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20342/tid=20375] ppid=20340 vsize=10560656 CPUtime=0.86 cores=0,2,4,6
/proc/20342/task/20375/stat : 20375 (java) R 20340 20342 20304 0 -1 4202560 6992 0 0 0 86 0 0 0 15 0 22 0 831074018 10814111744 43554 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46982672521446 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20342/tid=20376] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20376/stat : 20376 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831074018 10814111744 43554 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20377] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20377/stat : 20377 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831074018 10814111744 43554 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20386] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20386/stat : 20386 (java) S 20340 20342 20304 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831074109 10814111744 43554 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 10560656

[startup+3.10139 s]
/proc/loadavg: 2.48 3.14 3.29 7/557 20399
/proc/meminfo: memFree=21210980/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10560656 CPUtime=4.04 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 59362 0 1 0 395 9 0 0 25 0 19 0 831074012 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2640164 52746 2247 9 0 2630898 0
[pid=20342/tid=20343] ppid=20340 vsize=10560656 CPUtime=0.93 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) S 20340 20342 20304 0 -1 4202560 30935 0 1 0 88 5 0 0 16 0 19 0 831074013 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20354] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20354/stat : 20354 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20355] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20355/stat : 20355 (java) S 20340 20342 20304 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20356] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20356/stat : 20356 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20357] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20357/stat : 20357 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20358] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20358/stat : 20358 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20359] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20359/stat : 20359 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20360] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20360/stat : 20360 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20361] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20361/stat : 20361 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831074014 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20365] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20365/stat : 20365 (java) S 20340 20342 20304 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831074015 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 0 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20366] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20366/stat : 20366 (java) S 20340 20342 20304 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831074016 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20367] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20367/stat : 20367 (java) S 20340 20342 20304 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831074016 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20373] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20373/stat : 20373 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831074018 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512515505 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20374] ppid=20340 vsize=10560656 CPUtime=1.13 cores=0,2,4,6
/proc/20342/task/20374/stat : 20374 (java) S 20340 20342 20304 0 -1 4202560 8014 0 0 0 111 2 0 0 15 0 19 0 831074018 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20375] ppid=20340 vsize=10560656 CPUtime=1.05 cores=0,2,4,6
/proc/20342/task/20375/stat : 20375 (java) S 20340 20342 20304 0 -1 4202560 7030 0 0 0 105 0 0 0 16 0 19 0 831074018 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20376] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20376/stat : 20376 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 831074018 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20377] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20377/stat : 20377 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831074018 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20386] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20386/stat : 20386 (java) S 20340 20342 20304 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831074109 10814111744 52746 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10560656

[startup+6.30163 s]
/proc/loadavg: 2.60 3.15 3.30 7/558 20426
/proc/meminfo: memFree=20647088/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10560656 CPUtime=8.37 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 152531 0 1 0 814 23 0 0 25 0 22 0 831074012 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2640164 145545 2272 9 0 2630898 0
[pid=20342/tid=20343] ppid=20340 vsize=10560656 CPUtime=0.96 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) S 20340 20342 20304 0 -1 4202560 31306 0 1 0 91 5 0 0 15 0 22 0 831074013 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20354] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20354/stat : 20354 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20355] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20355/stat : 20355 (java) S 20340 20342 20304 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20356] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20356/stat : 20356 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20357] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20357/stat : 20357 (java) S 20340 20342 20304 0 -1 4202560 151 0 0 0 0 0 0 0 18 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20358] ppid=20340 vsize=10560656 CPUtime=0.02 cores=0,2,4,6
/proc/20342/task/20358/stat : 20358 (java) S 20340 20342 20304 0 -1 4202560 5119 0 0 0 2 0 0 0 18 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20359] ppid=20340 vsize=10560656 CPUtime=0.02 cores=0,2,4,6
/proc/20342/task/20359/stat : 20359 (java) S 20340 20342 20304 0 -1 4202560 2416 0 0 0 2 0 0 0 18 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20360] ppid=20340 vsize=10560656 CPUtime=0.03 cores=0,2,4,6
/proc/20342/task/20360/stat : 20360 (java) S 20340 20342 20304 0 -1 4202560 2071 0 0 0 3 0 0 0 18 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20361] ppid=20340 vsize=10560656 CPUtime=0.02 cores=0,2,4,6
/proc/20342/task/20361/stat : 20361 (java) S 20340 20342 20304 0 -1 4202560 3246 0 0 0 2 0 0 0 18 0 22 0 831074014 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20365] ppid=20340 vsize=10560656 CPUtime=0.15 cores=0,2,4,6
/proc/20342/task/20365/stat : 20365 (java) S 20340 20342 20304 0 -1 4202560 14136 0 0 0 14 1 0 0 16 0 22 0 831074015 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 0 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20366] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20366/stat : 20366 (java) S 20340 20342 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831074016 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20367] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20367/stat : 20367 (java) S 20340 20342 20304 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 831074016 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20373] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20373/stat : 20373 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831074018 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512515505 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20374] ppid=20340 vsize=10560656 CPUtime=1.27 cores=0,2,4,6
/proc/20342/task/20374/stat : 20374 (java) S 20340 20342 20304 0 -1 4202560 8033 0 0 0 125 2 0 0 15 0 22 0 831074018 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20375] ppid=20340 vsize=10560656 CPUtime=1.23 cores=0,2,4,6
/proc/20342/task/20375/stat : 20375 (java) S 20340 20342 20304 0 -1 4202560 7056 0 0 0 123 0 0 0 15 0 22 0 831074018 10814111744 145545 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=18498472/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10560656 CPUtime=1660.23 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 554379 0 1 0 165953 70 0 0 25 0 22 0 831074012 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2640164 547072 2274 9 0 2630898 0
[pid=20342/tid=20343] ppid=20340 vsize=10560656 CPUtime=1.02 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) S 20340 20342 20304 0 -1 4202560 31424 0 1 0 97 5 0 0 15 0 22 0 831074013 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20354] ppid=20340 vsize=10560656 CPUtime=1.35 cores=0,2,4,6
/proc/20342/task/20354/stat : 20354 (java) S 20340 20342 20304 0 -1 4202560 11273 0 0 0 134 1 0 0 16 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20355] ppid=20340 vsize=10560656 CPUtime=1.65 cores=0,2,4,6
/proc/20342/task/20355/stat : 20355 (java) S 20340 20342 20304 0 -1 4202560 3002 0 0 0 165 0 0 0 15 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20356] ppid=20340 vsize=10560656 CPUtime=1.5 cores=0,2,4,6
/proc/20342/task/20356/stat : 20356 (java) S 20340 20342 20304 0 -1 4202560 1398 0 0 0 150 0 0 0 15 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20357] ppid=20340 vsize=10560656 CPUtime=1.46 cores=0,2,4,6
/proc/20342/task/20357/stat : 20357 (java) S 20340 20342 20304 0 -1 4202560 3900 0 0 0 146 0 0 0 15 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20358] ppid=20340 vsize=10560656 CPUtime=1.21 cores=0,2,4,6
/proc/20342/task/20358/stat : 20358 (java) S 20340 20342 20304 0 -1 4202560 7461 0 0 0 120 1 0 0 15 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20359] ppid=20340 vsize=10560656 CPUtime=1.64 cores=0,2,4,6
/proc/20342/task/20359/stat : 20359 (java) S 20340 20342 20304 0 -1 4202560 7025 0 0 0 163 1 0 0 16 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20360] ppid=20340 vsize=10560656 CPUtime=1.52 cores=0,2,4,6
/proc/20342/task/20360/stat : 20360 (java) S 20340 20342 20304 0 -1 4202560 9521 0 0 0 151 1 0 0 16 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20361] ppid=20340 vsize=10560656 CPUtime=1.51 cores=0,2,4,6
/proc/20342/task/20361/stat : 20361 (java) S 20340 20342 20304 0 -1 4202560 6384 0 0 0 150 1 0 0 16 0 22 0 831074014 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20365] ppid=20340 vsize=10560656 CPUtime=96.97 cores=0,2,4,6
/proc/20342/task/20365/stat : 20365 (java) S 20340 20342 20304 0 -1 4202560 211252 0 0 0 9676 21 0 0 18 0 22 0 831074015 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 0 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20366] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20366/stat : 20366 (java) S 20340 20342 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831074016 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20367] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20367/stat : 20367 (java) S 20340 20342 20304 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831074016 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20373] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20373/stat : 20373 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831074018 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512515505 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20374] ppid=20340 vsize=10560656 CPUtime=1.5 cores=0,2,4,6
/proc/20342/task/20374/stat : 20374 (java) S 20340 20342 20304 0 -1 4202560 8037 0 0 0 148 2 0 0 16 0 22 0 831074018 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20375] ppid=20340 vsize=10560656 CPUtime=1.54 cores=0,2,4,6
/proc/20342/task/20375/stat : 20375 (java) S 20340 20342 20304 0 -1 4202560 7096 0 0 0 154 0 0 0 15 0 22 0 831074018 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20376] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20376/stat : 20376 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831074018 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20377] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20377/stat : 20377 (java) S 20340 20342 20304 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831074018 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20453] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20453/stat : 20453 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831084870 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20457] ppid=20340 vsize=10560656 CPUtime=582.35 cores=0,2,4,6
/proc/20342/task/20457/stat : 20457 (java) R 20340 20342 20304 0 -1 4202560 45 0 0 0 58234 1 0 0 25 0 22 0 831096356 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912506415627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20342/tid=20458] ppid=20340 vsize=10560656 CPUtime=582.37 cores=0,2,4,6
/proc/20342/task/20458/stat : 20458 (java) R 20340 20342 20304 0 -1 4202560 19183 0 0 0 58235 2 0 0 25 0 22 0 831096356 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912506236720 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20342/tid=20459] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20459/stat : 20459 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831096357 10814111744 547072 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1660.23
Current children cumulated vsize (KiB) 10560656

[startup+942.301 s]
/proc/loadavg: 3.50 3.60 3.52 6/560 20478
/proc/meminfo: memFree=18491184/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10560656 CPUtime=1774.14 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 554423 0 1 0 177344 70 0 0 25 0 22 0 831074012 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2640164 547107 2274 9 0 2630898 0
[pid=20342/tid=20343] ppid=20340 vsize=10560656 CPUtime=1.02 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) S 20340 20342 20304 0 -1 4202560 31427 0 1 0 97 5 0 0 15 0 22 0 831074013 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20354] ppid=20340 vsize=10560656 CPUtime=1.5 cores=0,2,4,6
/proc/20342/task/20354/stat : 20354 (java) S 20340 20342 20304 0 -1 4202560 11292 0 0 0 149 1 0 0 16 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20355] ppid=20340 vsize=10560656 CPUtime=1.72 cores=0,2,4,6
/proc/20342/task/20355/stat : 20355 (java) S 20340 20342 20304 0 -1 4202560 3002 0 0 0 172 0 0 0 15 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20356] ppid=20340 vsize=10560656 CPUtime=1.54 cores=0,2,4,6
/proc/20342/task/20356/stat : 20356 (java) S 20340 20342 20304 0 -1 4202560 1398 0 0 0 154 0 0 0 15 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20357] ppid=20340 vsize=10560656 CPUtime=1.57 cores=0,2,4,6
/proc/20342/task/20357/stat : 20357 (java) S 20340 20342 20304 0 -1 4202560 3900 0 0 0 157 0 0 0 16 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20358] ppid=20340 vsize=10560656 CPUtime=1.24 cores=0,2,4,6
/proc/20342/task/20358/stat : 20358 (java) S 20340 20342 20304 0 -1 4202560 7461 0 0 0 123 1 0 0 15 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20359] ppid=20340 vsize=10560656 CPUtime=1.71 cores=0,2,4,6
/proc/20342/task/20359/stat : 20359 (java) S 20340 20342 20304 0 -1 4202560 7025 0 0 0 170 1 0 0 15 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20360] ppid=20340 vsize=10560656 CPUtime=1.68 cores=0,2,4,6
/proc/20342/task/20360/stat : 20360 (java) S 20340 20342 20304 0 -1 4202560 9537 0 0 0 167 1 0 0 16 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20361] ppid=20340 vsize=10560656 CPUtime=1.56 cores=0,2,4,6
/proc/20342/task/20361/stat : 20361 (java) S 20340 20342 20304 0 -1 4202560 6384 0 0 0 155 1 0 0 15 0 22 0 831074014 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20365] ppid=20340 vsize=10560656 CPUtime=103.3 cores=0,2,4,6
/proc/20342/task/20365/stat : 20365 (java) S 20340 20342 20304 0 -1 4202560 211254 0 0 0 10309 21 0 0 15 0 22 0 831074015 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 0 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20366] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20366/stat : 20366 (java) S 20340 20342 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831074016 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20367] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20367/stat : 20367 (java) S 20340 20342 20304 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831074016 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20373] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20373/stat : 20373 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831074018 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512515505 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20374] ppid=20340 vsize=10560656 CPUtime=1.5 cores=0,2,4,6
/proc/20342/task/20374/stat : 20374 (java) S 20340 20342 20304 0 -1 4202560 8037 0 0 0 148 2 0 0 16 0 22 0 831074018 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20375] ppid=20340 vsize=10560656 CPUtime=1.54 cores=0,2,4,6
/proc/20342/task/20375/stat : 20375 (java) S 20340 20342 20304 0 -1 4202560 7096 0 0 0 154 0 0 0 15 0 22 0 831074018 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20376] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20376/stat : 20376 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831074018 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20377] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20377/stat : 20377 (java) S 20340 20342 20304 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831074018 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20453] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20453/stat : 20453 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831084870 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20457] ppid=20340 vsize=10560656 CPUtime=635.8 cores=0,2,4,6
/proc/20342/task/20457/stat : 20457 (java) R 20340 20342 20304 0 -1 4202560 47 0 0 0 63579 1 0 0 25 0 22 0 831096356 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912506466751 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20342/tid=20458] ppid=20340 vsize=10560656 CPUtime=635.81 cores=0,2,4,6
/proc/20342/task/20458/stat : 20458 (java) R 20340 20342 20304 0 -1 4202560 19183 0 0 0 63579 2 0 0 25 0 22 0 831096356 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912506236720 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20342/tid=20459] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20459/stat : 20459 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831096357 10814111744 547107 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1774.14
Current children cumulated vsize (KiB) 10560656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+956.402 s]
/proc/loadavg: 3.61 3.62 3.53 5/560 20478
/proc/meminfo: memFree=18489316/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=10560656 CPUtime=1800.05 cores=0,2,4,6
/proc/20342/stat : 20342 (java) S 20340 20342 20304 0 -1 4202496 554443 0 1 0 179935 70 0 0 25 0 22 0 831074012 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20342/statm: 2640164 547121 2274 9 0 2630898 0
[pid=20342/tid=20343] ppid=20340 vsize=10560656 CPUtime=1.02 cores=0,2,4,6
/proc/20342/task/20343/stat : 20343 (java) S 20340 20342 20304 0 -1 4202560 31429 0 1 0 97 5 0 0 15 0 22 0 831074013 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20354] ppid=20340 vsize=10560656 CPUtime=1.54 cores=0,2,4,6
/proc/20342/task/20354/stat : 20354 (java) S 20340 20342 20304 0 -1 4202560 11300 0 0 0 153 1 0 0 16 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20355] ppid=20340 vsize=10560656 CPUtime=1.72 cores=0,2,4,6
/proc/20342/task/20355/stat : 20355 (java) S 20340 20342 20304 0 -1 4202560 3002 0 0 0 172 0 0 0 15 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20356] ppid=20340 vsize=10560656 CPUtime=1.58 cores=0,2,4,6
/proc/20342/task/20356/stat : 20356 (java) S 20340 20342 20304 0 -1 4202560 1400 0 0 0 158 0 0 0 16 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20357] ppid=20340 vsize=10560656 CPUtime=1.57 cores=0,2,4,6
/proc/20342/task/20357/stat : 20357 (java) S 20340 20342 20304 0 -1 4202560 3900 0 0 0 157 0 0 0 16 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20358] ppid=20340 vsize=10560656 CPUtime=1.28 cores=0,2,4,6
/proc/20342/task/20358/stat : 20358 (java) S 20340 20342 20304 0 -1 4202560 7462 0 0 0 127 1 0 0 15 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20359] ppid=20340 vsize=10560656 CPUtime=1.75 cores=0,2,4,6
/proc/20342/task/20359/stat : 20359 (java) S 20340 20342 20304 0 -1 4202560 7025 0 0 0 174 1 0 0 16 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20360] ppid=20340 vsize=10560656 CPUtime=1.76 cores=0,2,4,6
/proc/20342/task/20360/stat : 20360 (java) S 20340 20342 20304 0 -1 4202560 9537 0 0 0 175 1 0 0 16 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 0 0 0 0
[pid=20342/tid=20361] ppid=20340 vsize=10560656 CPUtime=1.6 cores=0,2,4,6
/proc/20342/task/20361/stat : 20361 (java) S 20340 20342 20304 0 -1 4202560 6387 0 0 0 159 1 0 0 15 0 22 0 831074014 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20365] ppid=20340 vsize=10560656 CPUtime=105.74 cores=0,2,4,6
/proc/20342/task/20365/stat : 20365 (java) S 20340 20342 20304 0 -1 4202560 211256 0 0 0 10553 21 0 0 15 0 22 0 831074015 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 0 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20366] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20366/stat : 20366 (java) S 20340 20342 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831074016 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20367] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20367/stat : 20367 (java) S 20340 20342 20304 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831074016 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20373] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20373/stat : 20373 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831074018 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512515505 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20374] ppid=20340 vsize=10560656 CPUtime=1.5 cores=0,2,4,6
/proc/20342/task/20374/stat : 20374 (java) S 20340 20342 20304 0 -1 4202560 8037 0 0 0 148 2 0 0 16 0 22 0 831074018 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20375] ppid=20340 vsize=10560656 CPUtime=1.54 cores=0,2,4,6
/proc/20342/task/20375/stat : 20375 (java) S 20340 20342 20304 0 -1 4202560 7096 0 0 0 154 0 0 0 15 0 22 0 831074018 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20376] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20376/stat : 20376 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831074018 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512507801 0 4 0 16800975 18446604451487546112 0 0 -1 6 0 0 0
[pid=20342/tid=20377] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20377/stat : 20377 (java) S 20340 20342 20304 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 831074018 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
[pid=20342/tid=20453] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20453/stat : 20453 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831084870 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 2 0 0 0
[pid=20342/tid=20457] ppid=20340 vsize=10560656 CPUtime=647.4 cores=0,2,4,6
/proc/20342/task/20457/stat : 20457 (java) R 20340 20342 20304 0 -1 4202560 47 0 0 0 64739 1 0 0 21 0 22 0 831096356 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912506333537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20342/tid=20458] ppid=20340 vsize=10560656 CPUtime=647.41 cores=0,2,4,6
/proc/20342/task/20458/stat : 20458 (java) R 20340 20342 20304 0 -1 4202560 19183 0 0 0 64739 2 0 0 21 0 22 0 831096356 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 46912506236724 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20342/tid=20459] ppid=20340 vsize=10560656 CPUtime=0 cores=0,2,4,6
/proc/20342/task/20459/stat : 20459 (java) S 20340 20342 20304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831096357 10814111744 547121 33554432000 1073741824 1073778376 140736937697296 18446744073709551615 254512508416 0 4 0 16800975 18446604451487546112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10560656

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

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

[startup+956.526 s]
/proc/loadavg: 3.61 3.62 3.53 5/560 20478
/proc/meminfo: memFree=18489316/32950928 swapFree=34259960/67111528
[pid=20342] ppid=20340 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/20342/stat : 20342 (java) Z 20340 20342 20304 0 -1 4203548 554472 0 1 0 179941 78 0 0 17 0 2 0 831074012 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/20342/statm: 0 0 0 0 0 0 0
[pid=20342/tid=20457] ppid=20340 vsize=0 CPUtime=647.5 cores=0,2,4,6
/proc/20342/task/20457/stat : 20457 (java) R 20340 20342 20304 0 -1 4203588 47 0 0 0 64741 9 0 0 21 0 2 0 831096356 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 956.531
CPU time (s): 1800.2
CPU user time (s): 1799.41
CPU system time (s): 0.792879
CPU usage (%): 188.201
Max. virtual memory (cumulated for all children) (KiB): 10560656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.792879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554472
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= 26565
involuntary context switches= 21700

runsolver used 5.39418 second user time and 11.9762 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 15:39:33
IDJOB=3453992
IDBENCH=48196
IDSOLVER=1950
FILE ID=node149/3453992-1307194773
RUNJOBID= node149-1307194773-20322
PBS_JOBID= 13508866
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453992-1307194773/watcher-3453992-1307194773 -o /tmp/evaluation-result-3453992-1307194773/solver-3453992-1307194773 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453992-1307194773.opb

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

MD5SUM BENCH= 54b0d54e7a8a81cee8fd7c7c85a68b83
RANDOM SEED=385363012

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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	: 5332.75
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21514300 kB
Buffers:        339012 kB
Cached:        3284388 kB
SwapCached:     123196 kB
Active:         375324 kB
Inactive:     10723960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21514300 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1296 kB
Writeback:           0 kB
AnonPages:     7377136 kB
Mapped:          19524 kB
Slab:           148776 kB
PageTables:     118088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173096080 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= 73764 MiB
End job on node149 at 2011-06-04 15:55:32