Trace number 3458913

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)-34 1800.2 1794.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.opb
MD5SUM5249f5f1c551add7f5b5b920fc1c3b9c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41263
Number of constraints which are clauses41263
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
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 760
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 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3458913-1307148410.opb
0.09/0.11	c reading problem ... 
1.00/0.52	c ... done. Wall clock time 0.411s.
1.00/0.52	c #vars     760
1.00/0.52	c #constraints  41263
1.00/0.52	c constraints type 
1.00/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41263
1.00/0.54	c SATISFIABLE
1.00/0.54	c OPTIMIZING...
1.00/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
1.00/0.54	o -28
1.21/0.63	c Got one! Elapsed wall clock time (in seconds):0.519
1.21/0.63	o -29
1.44/0.73	c Got one! Elapsed wall clock time (in seconds):0.621
1.44/0.73	o -30
2.20/1.47	c Got one! Elapsed wall clock time (in seconds):1.361
2.20/1.47	o -31
2.43/1.66	c cleaning 3121 clauses out of 6242 with flag 1001/6242
2.87/2.05	c Got one! Elapsed wall clock time (in seconds):1.941
2.87/2.05	o -32
3.42/2.50	c cleaning 4304 clauses out of 8616 with flag 3000/11737
4.33/3.44	c cleaning 5153 clauses out of 10314 with flag 9002/17739
5.44/4.54	c cleaning 6080 clauses out of 12160 with flag 16001/24738
6.90/5.96	c cleaning 7039 clauses out of 14079 with flag 24000/32737
8.40/7.42	c cleaning 8021 clauses out of 16041 with flag 33001/41738
10.21/9.25	c cleaning 9007 clauses out of 18020 with flag 43001/51738
12.13/11.18	c cleaning 10005 clauses out of 20012 with flag 54000/62737
14.55/13.52	c cleaning 10994 clauses out of 22007 with flag 66000/74737
16.76/15.74	c cleaning 11992 clauses out of 24014 with flag 79001/87738
19.68/18.65	c cleaning 13005 clauses out of 26023 with flag 93002/101739
22.89/21.90	c cleaning 14007 clauses out of 28016 with flag 108000/116737
26.00/24.93	c cleaning 14999 clauses out of 30009 with flag 124000/132737
29.63/28.59	c cleaning 15997 clauses out of 32010 with flag 141000/149737
33.73/32.67	c cleaning 17003 clauses out of 34014 with flag 159001/167738
37.24/36.21	c cleaning 18006 clauses out of 36011 with flag 178001/186738
39.07/37.99	c Got one! Elapsed wall clock time (in seconds):37.876
39.07/37.99	o -33
40.07/38.95	c cleaning 16170 clauses out of 32339 with flag 5000/201072
41.19/40.05	c cleaning 11085 clauses out of 22170 with flag 11001/207073
42.50/41.39	c cleaning 9039 clauses out of 18084 with flag 18000/214072
44.02/42.88	c cleaning 8521 clauses out of 17045 with flag 26000/222072
46.11/44.95	c cleaning 8759 clauses out of 17524 with flag 35000/231072
48.02/46.87	c cleaning 9371 clauses out of 18765 with flag 45000/241072
50.43/49.25	c cleaning 10193 clauses out of 20394 with flag 56000/252072
53.14/51.98	c cleaning 11100 clauses out of 22202 with flag 68001/264073
55.45/54.23	c cleaning 12051 clauses out of 24102 with flag 81001/277073
58.16/56.90	c cleaning 13026 clauses out of 26051 with flag 95001/291073
61.27/60.04	c cleaning 14013 clauses out of 28025 with flag 110001/306073
64.89/63.62	c cleaning 15006 clauses out of 30011 with flag 126000/322072
68.50/67.24	c cleaning 15994 clauses out of 32005 with flag 143000/339072
72.73/71.51	c cleaning 16996 clauses out of 34011 with flag 161000/357072
77.54/76.22	c cleaning 18002 clauses out of 36016 with flag 180001/376073
82.55/81.30	c cleaning 19006 clauses out of 38014 with flag 200001/396073
86.66/85.31	c cleaning 20004 clauses out of 40008 with flag 221001/417073
91.29/89.93	c cleaning 20994 clauses out of 42004 with flag 243001/439073
96.73/95.38	c cleaning 21999 clauses out of 44009 with flag 266000/462072
102.96/101.52	c cleaning 22999 clauses out of 46011 with flag 290001/486073
109.40/107.91	c cleaning 24001 clauses out of 48011 with flag 315000/511072
115.23/113.75	c cleaning 25002 clauses out of 50010 with flag 341000/537072
122.47/120.96	c cleaning 25996 clauses out of 52008 with flag 368000/564072
130.59/129.08	c cleaning 27001 clauses out of 54012 with flag 396000/592072
136.30/134.76	c cleaning 28002 clauses out of 56011 with flag 425000/621072
143.15/141.51	c cleaning 29005 clauses out of 58011 with flag 455002/651074
151.79/150.12	c cleaning 29995 clauses out of 60005 with flag 486001/682073
160.53/158.85	c cleaning 30998 clauses out of 62009 with flag 518000/714072
168.46/166.80	c cleaning 32003 clauses out of 64011 with flag 551000/747072
178.59/176.83	c cleaning 33001 clauses out of 66009 with flag 585001/781073
187.43/185.67	c cleaning 33998 clauses out of 68007 with flag 620000/816072
198.37/196.54	c cleaning 35005 clauses out of 70009 with flag 656000/852072
210.11/208.22	c cleaning 35998 clauses out of 72004 with flag 693000/889072
218.06/216.17	c cleaning 36997 clauses out of 74006 with flag 731000/927072
227.88/225.93	c cleaning 38003 clauses out of 76009 with flag 770000/966072
238.92/236.93	c cleaning 38996 clauses out of 78006 with flag 810000/1006072
241.37/239.32	c Got one! Elapsed wall clock time (in seconds):239.206
241.37/239.32	o -34
242.41/240.39	c cleaning 26651 clauses out of 53313 with flag 5001/1020375
243.72/241.65	c cleaning 16319 clauses out of 32661 with flag 11000/1026374
245.33/243.25	c cleaning 11670 clauses out of 23343 with flag 18001/1033375
247.13/245.08	c cleaning 9833 clauses out of 19672 with flag 26000/1041374
249.14/247.02	c cleaning 9412 clauses out of 18840 with flag 35001/1050375
251.14/249.02	c cleaning 9709 clauses out of 19427 with flag 45000/1060374
253.45/251.33	c cleaning 10351 clauses out of 20718 with flag 56000/1071374
256.06/253.93	c cleaning 11180 clauses out of 22367 with flag 68000/1083374
259.06/256.98	c cleaning 12092 clauses out of 24187 with flag 81000/1096374
263.06/260.91	c cleaning 13046 clauses out of 26095 with flag 95000/1110374
266.87/264.72	c cleaning 14016 clauses out of 28049 with flag 110000/1125374
270.49/268.40	c cleaning 15013 clauses out of 30033 with flag 126000/1141374
274.31/272.10	c cleaning 16006 clauses out of 32020 with flag 143000/1158374
278.91/276.75	c cleaning 17003 clauses out of 34014 with flag 161000/1176374
283.84/281.69	c cleaning 17996 clauses out of 36011 with flag 180000/1195374
288.63/286.49	c cleaning 18999 clauses out of 38015 with flag 200000/1215374
293.55/291.30	c cleaning 20003 clauses out of 40016 with flag 221000/1236374
299.06/296.81	c cleaning 21004 clauses out of 42014 with flag 243001/1258375
305.57/303.33	c cleaning 22004 clauses out of 44009 with flag 266000/1281374
312.58/310.33	c cleaning 23002 clauses out of 46006 with flag 290001/1305375
320.89/318.68	c cleaning 24002 clauses out of 48004 with flag 315001/1330375
330.32/328.01	c cleaning 24999 clauses out of 50001 with flag 341000/1356374
336.14/333.85	c cleaning 25994 clauses out of 52002 with flag 368000/1383374
342.07/339.72	c cleaning 27002 clauses out of 54008 with flag 396000/1411374
349.00/346.65	c cleaning 27999 clauses out of 56006 with flag 425000/1440374
355.73/353.34	c cleaning 28994 clauses out of 58007 with flag 455000/1470374
364.06/361.69	c cleaning 29999 clauses out of 60013 with flag 486000/1501374
372.37/369.99	c cleaning 30990 clauses out of 62014 with flag 518000/1533374
382.19/379.74	c cleaning 32006 clauses out of 64024 with flag 551000/1566374
392.01/389.50	c cleaning 33005 clauses out of 66019 with flag 585001/1600375
402.56/400.05	c cleaning 34006 clauses out of 68013 with flag 620000/1635374
412.08/409.54	c cleaning 34985 clauses out of 70008 with flag 656001/1671375
422.62/420.10	c cleaning 36007 clauses out of 72022 with flag 693000/1708374
433.75/431.12	c cleaning 37007 clauses out of 74016 with flag 731001/1746375
446.17/443.56	c cleaning 37998 clauses out of 76008 with flag 770000/1785374
456.90/454.24	c cleaning 39004 clauses out of 78010 with flag 810000/1825374
469.22/466.55	c cleaning 40002 clauses out of 80006 with flag 851000/1866374
483.27/480.54	c cleaning 40999 clauses out of 82004 with flag 893000/1908374
498.01/495.29	c cleaning 41502 clauses out of 83006 with flag 935001/1950375
514.15/511.39	c cleaning 41751 clauses out of 83503 with flag 977000/1992374
532.21/529.34	c cleaning 41873 clauses out of 83752 with flag 1019000/2034374
541.64/538.74	c cleaning 41930 clauses out of 83880 with flag 1061001/2076375
552.49/549.59	c cleaning 41967 clauses out of 83949 with flag 1103000/2118374
563.43/560.40	c cleaning 41988 clauses out of 83982 with flag 1145000/2160374
574.66/571.66	c cleaning 41986 clauses out of 83994 with flag 1187000/2202374
585.80/582.77	c cleaning 42000 clauses out of 84008 with flag 1229000/2244374
598.26/595.14	c cleaning 41998 clauses out of 84008 with flag 1271000/2286374
611.18/608.02	c cleaning 42001 clauses out of 84010 with flag 1313000/2328374
625.12/621.98	c cleaning 41997 clauses out of 84009 with flag 1355000/2370374
638.46/635.24	c cleaning 41995 clauses out of 84012 with flag 1397000/2412374
652.79/649.57	c cleaning 41999 clauses out of 84018 with flag 1439001/2454375
665.12/661.84	c cleaning 41997 clauses out of 84018 with flag 1481000/2496374
676.94/673.68	c cleaning 42007 clauses out of 84021 with flag 1523000/2538374
690.47/687.16	c cleaning 42002 clauses out of 84015 with flag 1565001/2580375
703.80/700.45	c cleaning 41996 clauses out of 84013 with flag 1607001/2622375
718.46/715.09	c cleaning 42000 clauses out of 84017 with flag 1649001/2664375
730.29/726.84	c cleaning 41997 clauses out of 84016 with flag 1691000/2706374
742.93/739.40	c cleaning 42003 clauses out of 84019 with flag 1733000/2748374
756.77/753.22	c cleaning 42001 clauses out of 84017 with flag 1775001/2790375
770.01/766.48	c cleaning 41999 clauses out of 84015 with flag 1817000/2832374
783.84/780.23	c cleaning 41992 clauses out of 84016 with flag 1859000/2874374
797.38/793.77	c cleaning 41993 clauses out of 84024 with flag 1901000/2916374
810.92/807.20	c cleaning 42007 clauses out of 84031 with flag 1943000/2958374
824.45/820.73	c cleaning 41997 clauses out of 84025 with flag 1985001/3000375
836.08/832.35	c cleaning 42007 clauses out of 84027 with flag 2027000/3042374
845.82/842.09	c cleaning 41994 clauses out of 84020 with flag 2069000/3084374
856.54/852.74	c cleaning 41998 clauses out of 84027 with flag 2111001/3126375
868.59/864.78	c cleaning 42010 clauses out of 84029 with flag 2153001/3168375
881.94/878.06	c cleaning 42003 clauses out of 84018 with flag 2195000/3210374
893.16/889.22	c cleaning 42003 clauses out of 84016 with flag 2237001/3252375
905.68/901.73	c cleaning 41997 clauses out of 84012 with flag 2279000/3294374
917.10/913.10	c cleaning 42001 clauses out of 84015 with flag 2321000/3336374
929.45/925.45	c cleaning 41997 clauses out of 84015 with flag 2363001/3378375
943.29/939.20	c cleaning 42006 clauses out of 84017 with flag 2405000/3420374
955.74/951.62	c cleaning 42000 clauses out of 84011 with flag 2447000/3462374
966.59/962.49	c cleaning 41998 clauses out of 84011 with flag 2489000/3504374
979.01/974.87	c cleaning 41997 clauses out of 84014 with flag 2531001/3546375
993.44/989.26	c cleaning 42003 clauses out of 84017 with flag 2573001/3588375
1006.58/1002.32	c cleaning 41997 clauses out of 84013 with flag 2615000/3630374
1019.20/1014.98	c cleaning 41990 clauses out of 84016 with flag 2657000/3672374
1030.42/1026.18	c cleaning 42008 clauses out of 84026 with flag 2699000/3714374
1043.26/1038.97	c cleaning 42006 clauses out of 84018 with flag 2741000/3756374
1055.90/1051.60	c cleaning 41995 clauses out of 84012 with flag 2783000/3798374
1069.32/1064.98	c cleaning 42007 clauses out of 84017 with flag 2825000/3840374
1081.36/1076.93	c cleaning 42001 clauses out of 84010 with flag 2867000/3882374
1094.06/1089.65	c cleaning 41993 clauses out of 84010 with flag 2909001/3924375
1108.80/1104.33	c cleaning 42004 clauses out of 84017 with flag 2951001/3966375
1122.80/1118.32	c cleaning 41999 clauses out of 84012 with flag 2993000/4008374
1136.11/1131.65	c cleaning 42002 clauses out of 84013 with flag 3035000/4050374
1149.67/1145.19	c cleaning 42000 clauses out of 84011 with flag 3077000/4092374
1163.19/1158.62	c cleaning 42003 clauses out of 84011 with flag 3119000/4134374
1176.40/1171.81	c cleaning 41999 clauses out of 84008 with flag 3161000/4176374
1191.61/1187.06	c cleaning 41999 clauses out of 84010 with flag 3203001/4218375
1204.34/1199.70	c cleaning 42002 clauses out of 84012 with flag 3245002/4260376
1217.36/1212.72	c cleaning 41993 clauses out of 84008 with flag 3287000/4302374
1230.76/1226.11	c cleaning 41999 clauses out of 84015 with flag 3329000/4344374
1246.27/1241.69	c cleaning 42005 clauses out of 84017 with flag 3371001/4386375
1259.49/1254.88	c cleaning 41998 clauses out of 84011 with flag 3413000/4428374
1272.73/1268.08	c cleaning 42004 clauses out of 84014 with flag 3455001/4470375
1287.45/1282.75	c cleaning 42001 clauses out of 84009 with flag 3497000/4512374
1297.87/1293.10	c cleaning 41982 clauses out of 84008 with flag 3539000/4554374
1307.40/1302.63	c cleaning 42006 clauses out of 84027 with flag 3581001/4596375
1317.32/1312.53	c cleaning 42002 clauses out of 84021 with flag 3623001/4638375
1327.86/1323.04	c cleaning 41989 clauses out of 84018 with flag 3665000/4680374
1341.10/1336.29	c cleaning 41991 clauses out of 84029 with flag 3707000/4722374
1353.44/1348.57	c cleaning 42010 clauses out of 84038 with flag 3749000/4764374
1367.25/1362.31	c cleaning 41997 clauses out of 84028 with flag 3791000/4806374
1378.18/1373.28	c cleaning 42004 clauses out of 84032 with flag 3833001/4848375
1391.91/1386.93	c cleaning 42001 clauses out of 84027 with flag 3875000/4890374
1404.55/1399.52	c cleaning 42002 clauses out of 84026 with flag 3917000/4932374
1419.26/1414.28	c cleaning 42001 clauses out of 84024 with flag 3959000/4974374
1431.61/1426.59	c cleaning 42006 clauses out of 84023 with flag 4001000/5016374
1444.33/1439.22	c cleaning 42000 clauses out of 84017 with flag 4043000/5058374
1456.64/1451.52	c cleaning 42006 clauses out of 84018 with flag 4085001/5100375
1468.67/1463.55	c cleaning 42001 clauses out of 84012 with flag 4127001/5142375
1481.58/1476.47	c cleaning 41990 clauses out of 84010 with flag 4169000/5184374
1493.09/1487.94	c cleaning 41998 clauses out of 84020 with flag 4211000/5226374
1506.14/1500.92	c cleaning 41990 clauses out of 84022 with flag 4253000/5268374
1518.78/1513.55	c cleaning 42005 clauses out of 84032 with flag 4295000/5310374
1532.19/1526.98	c cleaning 41991 clauses out of 84027 with flag 4337000/5352374
1544.92/1539.60	c cleaning 41997 clauses out of 84037 with flag 4379001/5394375
1557.63/1552.38	c cleaning 42007 clauses out of 84039 with flag 4421000/5436374
1570.85/1565.50	c cleaning 42006 clauses out of 84032 with flag 4463000/5478374
1583.96/1578.64	c cleaning 41995 clauses out of 84026 with flag 4505000/5520374
1595.76/1590.46	c cleaning 42009 clauses out of 84031 with flag 4547000/5562374
1608.78/1603.43	c cleaning 42001 clauses out of 84022 with flag 4589000/5604374
1621.49/1616.18	c cleaning 41996 clauses out of 84021 with flag 4631000/5646374
1635.23/1629.87	c cleaning 42007 clauses out of 84026 with flag 4673001/5688375
1649.56/1644.11	c cleaning 42004 clauses out of 84019 with flag 4715001/5730375
1665.30/1659.90	c cleaning 42004 clauses out of 84014 with flag 4757000/5772374
1679.30/1673.80	c cleaning 42001 clauses out of 84011 with flag 4799001/5814375
1695.03/1689.59	c cleaning 42000 clauses out of 84009 with flag 4841000/5856374
1708.36/1702.85	c cleaning 41995 clauses out of 84009 with flag 4883000/5898374
1722.35/1716.81	c cleaning 41999 clauses out of 84014 with flag 4925000/5940374
1736.67/1731.17	c cleaning 41997 clauses out of 84015 with flag 4967000/5982374
1752.48/1746.94	c cleaning 41989 clauses out of 84018 with flag 5009000/6024374
1764.41/1758.85	c cleaning 42011 clauses out of 84029 with flag 5051000/6066374
1777.51/1771.97	c cleaning 42005 clauses out of 84018 with flag 5093000/6108374
1791.34/1785.77	c cleaning 41997 clauses out of 84013 with flag 5135000/6150374
1800.08/1794.42	c starts		: 283
1800.08/1794.42	c conflicts		: 6180850
1800.08/1794.42	c decisions		: 6603093
1800.08/1794.42	c propagations		: 36865320
1800.08/1794.42	c inspects		: 8147563783
1800.08/1794.42	c shortcuts		: 0
1800.08/1794.42	c learnt literals	: 0
1800.08/1794.42	c learnt binary clauses	: 0
1800.08/1794.42	c learnt ternary clauses	: 0
1800.08/1794.42	c learnt constraints	: 6180849
1800.08/1794.42	c ignored constraints	: 0
1800.08/1794.42	c root simplifications	: 0
1800.08/1794.42	c removed literals (reason simplification)	: 93078755
1800.08/1794.42	c reason swapping (by a shorter reason)	: 0
1800.08/1794.42	c Calls to reduceDB	: 191
1800.08/1794.42	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.42	c number of learned constraints concerned by reduction	: 0
1800.08/1794.42	c number of learning phase by resolution	: 0
1800.08/1794.42	c number of learning phase by cutting planes	: 0
1800.08/1794.42	c speed (assignments/second)	: 23706.017089532274
1800.08/1794.42	c non guided choices	0
1800.08/1794.45	c learnt constraints type 
1800.08/1794.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72548
1800.08/1794.45	c constraints type 
1800.08/1794.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/1794.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41263
1800.08/1794.45	s SATISFIABLE
1800.08/1794.45	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 
1800.08/1794.45	c objective function=-34
1800.08/1794.45	c Total wall clock time (in seconds): 1794.338

Verifier Data

OK	-34

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 1.98 3/491 30194
/proc/meminfo: memFree=20246492/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 3503 0 1 0 0 0 0 0 25 0 2 0 826440682 13833195520 3206 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3377245 3218 906 9 0 3368401 0
[pid=30194/tid=30195] ppid=30192 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 4143 0 1 0 0 0 0 0 25 0 2 0 826440683 13850947584 4959 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.054791 s]
/proc/loadavg: 2.00 2.03 1.98 3/491 30194
/proc/meminfo: memFree=20246492/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13549480 CPUtime=0.04 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 13861 0 1 0 3 1 0 0 25 0 13 0 826440682 13874667520 13558 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3387370 13558 1681 9 0 3378118 0
[pid=30194/tid=30195] ppid=30192 vsize=13549480 CPUtime=0.04 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 12716 0 1 0 3 1 0 0 25 0 13 0 826440683 13874667520 13560 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 47041410792275 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549480

[startup+0.100786 s]
/proc/loadavg: 2.00 2.03 1.98 3/491 30194
/proc/meminfo: memFree=20246492/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13621564 CPUtime=0.09 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 15469 0 1 0 8 1 0 0 25 0 18 0 826440682 13948481536 15166 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3405391 15169 2092 9 0 3396125 0
[pid=30194/tid=30195] ppid=30192 vsize=13621564 CPUtime=0.08 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 13557 0 1 0 7 1 0 0 25 0 18 0 826440683 13948481536 15171 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 47041406291973 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621564

[startup+0.30075 s]
/proc/loadavg: 2.00 2.03 1.98 3/491 30194
/proc/meminfo: memFree=20246492/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13622528 CPUtime=0.46 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 18262 0 1 0 44 2 0 0 25 0 18 0 826440682 13949468672 17541 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3405632 17542 2200 9 0 3396366 0
[pid=30194/tid=30195] ppid=30192 vsize=13622528 CPUtime=0.28 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 15332 0 1 0 27 1 0 0 25 0 18 0 826440683 13949468672 17547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13622528

[startup+0.700681 s]
/proc/loadavg: 2.00 2.03 1.98 3/491 30194
/proc/meminfo: memFree=20246492/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13630324 CPUtime=1.44 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 37887 0 1 0 140 4 0 0 25 0 19 0 826440682 13957451776 36033 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3407581 36034 2231 9 0 3398315 0
[pid=30194/tid=30195] ppid=30192 vsize=13630324 CPUtime=0.68 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 31197 0 1 0 65 3 0 0 25 0 19 0 826440683 13957451776 36034 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 47041410792275 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 13630324

[startup+1.50054 s]
/proc/loadavg: 2.00 2.03 1.98 3/510 30213
/proc/meminfo: memFree=20104236/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13630324 CPUtime=2.33 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 41872 0 1 0 228 5 0 0 25 0 19 0 826440682 13957451776 40017 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3407581 40017 2236 9 0 3398315 0
[pid=30194/tid=30195] ppid=30192 vsize=13630324 CPUtime=1.48 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 35159 0 1 0 144 4 0 0 25 0 19 0 826440683 13957451776 40017 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 46912505837157 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40017 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40018 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40018 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40018 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40018 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40018 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40018 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440685 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 27375 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826440686 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 0 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 27375 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826440687 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826440687 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485791153 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=13630324 CPUtime=0.46 cores=1,3,5,7
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 27375 0 -1 4202560 3296 0 0 0 46 0 0 0 18 0 19 0 826440689 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=13630324 CPUtime=0.36 cores=1,3,5,7
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 27375 0 -1 4202560 2256 0 0 0 36 0 0 0 24 0 19 0 826440689 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 27375 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30212] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30212/stat : 30212 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826440689 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30213] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30213/stat : 30213 (java) S 30192 30194 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826440736 13957451776 40019 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 13630324

[startup+3.10125 s]
/proc/loadavg: 2.00 2.03 1.98 3/510 30213
/proc/meminfo: memFree=20065548/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13630324 CPUtime=4.03 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 54746 0 1 0 396 7 0 0 25 0 19 0 826440682 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3407581 52884 2262 9 0 3398315 0
[pid=30194/tid=30195] ppid=30192 vsize=13630324 CPUtime=3.02 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 35900 0 1 0 298 4 0 0 25 0 19 0 826440683 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 46912505852273 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 27375 0 -1 4202560 1040 0 0 0 0 0 0 0 16 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 27375 0 -1 4202560 1221 0 0 0 0 0 0 0 16 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 27375 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 27375 0 -1 4202560 378 0 0 0 0 0 0 0 18 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 27375 0 -1 4202560 2592 0 0 0 0 0 0 0 18 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 27375 0 -1 4202560 1699 0 0 0 0 0 0 0 18 0 19 0 826440685 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=13630324 CPUtime=0.03 cores=1,3,5,7
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 27375 0 -1 4202560 4939 0 0 0 3 0 0 0 16 0 19 0 826440686 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 0 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485791153 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=13630324 CPUtime=0.5 cores=1,3,5,7
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 27375 0 -1 4202560 3306 0 0 0 50 0 0 0 15 0 19 0 826440689 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=13630324 CPUtime=0.41 cores=1,3,5,7
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 27375 0 -1 4202560 2265 0 0 0 41 0 0 0 15 0 19 0 826440689 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 27375 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30212] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30212/stat : 30212 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826440689 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30213] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30213/stat : 30213 (java) S 30192 30194 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826440736 13957451776 52884 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 13630324

[startup+6.30069 s]
/proc/loadavg: 2.00 2.02 1.98 3/510 30214
/proc/meminfo: memFree=20029544/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13630324 CPUtime=7.3 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 60693 0 1 0 722 8 0 0 25 0 19 0 826440682 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3407581 58796 2262 9 0 3398315 0
[pid=30194/tid=30195] ppid=30192 vsize=13630324 CPUtime=6.12 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 35904 0 1 0 608 4 0 0 25 0 19 0 826440683 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 46912505837641 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 27375 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 27375 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 27375 0 -1 4202560 1266 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 27375 0 -1 4202560 2136 0 0 0 0 0 0 0 16 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 27375 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 27375 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=13630324 CPUtime=0.01 cores=1,3,5,7
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 27375 0 -1 4202560 3501 0 0 0 1 0 0 0 16 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 27375 0 -1 4202560 2251 0 0 0 0 0 0 0 16 0 19 0 826440685 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=13630324 CPUtime=0.12 cores=1,3,5,7
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 27375 0 -1 4202560 7509 0 0 0 11 1 0 0 16 0 19 0 826440686 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 0 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485791153 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=13630324 CPUtime=0.55 cores=1,3,5,7
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 27375 0 -1 4202560 3316 0 0 0 55 0 0 0 15 0 19 0 826440689 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=13630324 CPUtime=0.41 cores=1,3,5,7
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 27375 0 -1 4202560 2266 0 0 0 41 0 0 0 15 0 19 0 826440689 13957451776 58796 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0

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

[pid=30194/tid=30202] ppid=30192 vsize=13630324 CPUtime=0.93 cores=1,3,5,7
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 27375 0 -1 4202560 6342 0 0 0 92 1 0 0 15 0 19 0 826440685 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=13630324 CPUtime=0.92 cores=1,3,5,7
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 27375 0 -1 4202560 11475 0 0 0 90 2 0 0 15 0 19 0 826440685 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=13630324 CPUtime=0.84 cores=1,3,5,7
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 27375 0 -1 4202560 6355 0 0 0 83 1 0 0 15 0 19 0 826440685 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=13630324 CPUtime=10.55 cores=1,3,5,7
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 27375 0 -1 4202560 51476 0 0 0 1049 6 0 0 15 0 19 0 826440686 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 0 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485791153 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=13630324 CPUtime=0.58 cores=1,3,5,7
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 27375 0 -1 4202560 3318 0 0 0 58 0 0 0 15 0 19 0 826440689 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=13630324 CPUtime=0.45 cores=1,3,5,7
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 27375 0 -1 4202560 2268 0 0 0 45 0 0 0 15 0 19 0 826440689 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 27375 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30212] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30212/stat : 30212 (java) S 30192 30194 27375 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 826440689 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30213] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30213/stat : 30213 (java) S 30192 30194 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826440736 13957451776 156534 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1667.8
Current children cumulated vsize (KiB) 13630324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/510 30319
/proc/meminfo: memFree=18935196/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13630324 CPUtime=1727.87 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 158845 0 1 0 172764 23 0 0 25 0 19 0 826440682 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3407581 156547 2263 9 0 3398315 0
[pid=30194/tid=30195] ppid=30192 vsize=13630324 CPUtime=1708.76 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 44056 0 1 0 170871 5 0 0 25 0 19 0 826440683 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 46912505837580 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=13630324 CPUtime=0.89 cores=1,3,5,7
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 27375 0 -1 4202560 4311 0 0 0 89 0 0 0 16 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=13630324 CPUtime=0.92 cores=1,3,5,7
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 27375 0 -1 4202560 6665 0 0 0 91 1 0 0 16 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=13630324 CPUtime=0.9 cores=1,3,5,7
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 27375 0 -1 4202560 9366 0 0 0 89 1 0 0 16 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=13630324 CPUtime=0.82 cores=1,3,5,7
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 27375 0 -1 4202560 6732 0 0 0 82 0 0 0 16 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=13630324 CPUtime=0.87 cores=1,3,5,7
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 27375 0 -1 4202560 5228 0 0 0 87 0 0 0 15 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=13630324 CPUtime=0.94 cores=1,3,5,7
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 27375 0 -1 4202560 6342 0 0 0 93 1 0 0 16 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=13630324 CPUtime=0.92 cores=1,3,5,7
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 27375 0 -1 4202560 11475 0 0 0 90 2 0 0 15 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=13630324 CPUtime=0.85 cores=1,3,5,7
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 27375 0 -1 4202560 6355 0 0 0 84 1 0 0 16 0 19 0 826440685 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=13630324 CPUtime=10.85 cores=1,3,5,7
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 27375 0 -1 4202560 51480 0 0 0 1079 6 0 0 15 0 19 0 826440686 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 0 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485791153 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=13630324 CPUtime=0.58 cores=1,3,5,7
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 27375 0 -1 4202560 3318 0 0 0 58 0 0 0 15 0 19 0 826440689 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=13630324 CPUtime=0.45 cores=1,3,5,7
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 27375 0 -1 4202560 2268 0 0 0 45 0 0 0 15 0 19 0 826440689 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 27375 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30212] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30212/stat : 30212 (java) S 30192 30194 27375 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 826440689 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30213] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30213/stat : 30213 (java) S 30192 30194 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826440736 13957451776 156547 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1727.87
Current children cumulated vsize (KiB) 13630324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/510 30321
/proc/meminfo: memFree=18934424/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13630324 CPUtime=1787.94 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 158880 0 1 0 178771 23 0 0 25 0 19 0 826440682 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3407581 156572 2263 9 0 3398315 0
[pid=30194/tid=30195] ppid=30192 vsize=13630324 CPUtime=1768.41 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 44060 0 1 0 176836 5 0 0 25 0 19 0 826440683 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 46912505837650 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=13630324 CPUtime=0.89 cores=1,3,5,7
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 27375 0 -1 4202560 4311 0 0 0 89 0 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=13630324 CPUtime=0.95 cores=1,3,5,7
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 27375 0 -1 4202560 6665 0 0 0 94 1 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=13630324 CPUtime=0.91 cores=1,3,5,7
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 27375 0 -1 4202560 9382 0 0 0 90 1 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=13630324 CPUtime=0.82 cores=1,3,5,7
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 27375 0 -1 4202560 6732 0 0 0 82 0 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=13630324 CPUtime=0.89 cores=1,3,5,7
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 27375 0 -1 4202560 5228 0 0 0 89 0 0 0 16 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=13630324 CPUtime=0.96 cores=1,3,5,7
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 27375 0 -1 4202560 6342 0 0 0 95 1 0 0 16 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=13630324 CPUtime=0.94 cores=1,3,5,7
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 27375 0 -1 4202560 11475 0 0 0 92 2 0 0 16 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=13630324 CPUtime=0.88 cores=1,3,5,7
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 27375 0 -1 4202560 6364 0 0 0 87 1 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=13630324 CPUtime=11.14 cores=1,3,5,7
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 27375 0 -1 4202560 51482 0 0 0 1108 6 0 0 15 0 19 0 826440686 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 0 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485791153 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=13630324 CPUtime=0.58 cores=1,3,5,7
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 27375 0 -1 4202560 3318 0 0 0 58 0 0 0 15 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=13630324 CPUtime=0.45 cores=1,3,5,7
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 27375 0 -1 4202560 2268 0 0 0 45 0 0 0 15 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 27375 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30212] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30212/stat : 30212 (java) S 30192 30194 27375 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30213] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30213/stat : 30213 (java) S 30192 30194 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826440736 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1787.94
Current children cumulated vsize (KiB) 13630324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/510 30321
/proc/meminfo: memFree=18934544/32950928 swapFree=61858088/67111528
[pid=30194] ppid=30192 vsize=13630324 CPUtime=1800.08 cores=1,3,5,7
/proc/30194/stat : 30194 (java) S 30192 30194 27375 0 -1 4202496 158883 0 1 0 179984 24 0 0 25 0 19 0 826440682 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30194/statm: 3407581 156572 2263 9 0 3398315 0
[pid=30194/tid=30195] ppid=30192 vsize=13630324 CPUtime=1780.46 cores=1,3,5,7
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 27375 0 -1 4202560 44061 0 1 0 178041 5 0 0 25 0 19 0 826440683 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 46912505911431 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=13630324 CPUtime=0.89 cores=1,3,5,7
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 27375 0 -1 4202560 4311 0 0 0 89 0 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=13630324 CPUtime=0.95 cores=1,3,5,7
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 27375 0 -1 4202560 6665 0 0 0 94 1 0 0 16 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=13630324 CPUtime=0.91 cores=1,3,5,7
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 27375 0 -1 4202560 9382 0 0 0 90 1 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=13630324 CPUtime=0.82 cores=1,3,5,7
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 27375 0 -1 4202560 6732 0 0 0 82 0 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=13630324 CPUtime=0.89 cores=1,3,5,7
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 27375 0 -1 4202560 5228 0 0 0 89 0 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=13630324 CPUtime=0.96 cores=1,3,5,7
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 27375 0 -1 4202560 6342 0 0 0 95 1 0 0 15 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=13630324 CPUtime=0.95 cores=1,3,5,7
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 27375 0 -1 4202560 11475 0 0 0 93 2 0 0 16 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=13630324 CPUtime=0.88 cores=1,3,5,7
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 27375 0 -1 4202560 6364 0 0 0 87 1 0 0 16 0 19 0 826440685 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=13630324 CPUtime=11.21 cores=1,3,5,7
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 27375 0 -1 4202560 51484 0 0 0 1115 6 0 0 15 0 19 0 826440686 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 0 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826440687 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485791153 0 4 0 16800975 18446604471160751168 0 0 -1 5 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=13630324 CPUtime=0.58 cores=1,3,5,7
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 27375 0 -1 4202560 3318 0 0 0 58 0 0 0 15 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 1 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=13630324 CPUtime=0.45 cores=1,3,5,7
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 27375 0 -1 4202560 2268 0 0 0 45 0 0 0 15 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 27375 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485783449 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
[pid=30194/tid=30212] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30212/stat : 30212 (java) S 30192 30194 27375 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 826440689 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 3 0 0 0
[pid=30194/tid=30213] ppid=30192 vsize=13630324 CPUtime=0 cores=1,3,5,7
/proc/30194/task/30213/stat : 30213 (java) S 30192 30194 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826440736 13957451776 156572 33554432000 1073741824 1073778376 140736985382992 18446744073709551615 274485784064 0 4 0 16800975 18446604471160751168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13630324

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): 1794.49
CPU time (s): 1800.2
CPU user time (s): 1799.93
CPU system time (s): 0.271958
CPU usage (%): 100.318
Max. virtual memory (cumulated for all children) (KiB): 13630324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158932
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= 41411
involuntary context switches= 21703

runsolver used 8.10977 second user time and 19.757 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 02:46:50
IDJOB=3458913
IDBENCH=2242
IDSOLVER=1952
FILE ID=node125/3458913-1307148410
RUNJOBID= node125-1307146612-29969
PBS_JOBID= 13508791
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458913-1307148410/watcher-3458913-1307148410 -o /tmp/evaluation-result-3458913-1307148410/solver-3458913-1307148410 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458913-1307148410.opb

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

MD5SUM BENCH= 5249f5f1c551add7f5b5b920fc1c3b9c
RANDOM SEED=1753943684

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:      20246648 kB
Buffers:        348400 kB
Cached:        3509760 kB
SwapCached:       3616 kB
Active:        8980796 kB
Inactive:      3378840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20246648 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            1232 kB
Writeback:           0 kB
AnonPages:     8499436 kB
Mapped:          42324 kB
Slab:           214320 kB
PageTables:      62148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143450516 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= 73752 MiB
End job on node125 at 2011-06-04 03:16:47