Trace number 3459334

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.14 1798.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
MD5SUM4d7adbd65e64509ef53d6e98bf824cab
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.038993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1860
Total number of constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459334-1307137675.opb
0.10/0.11	c reading problem ... 
0.30/0.20	c ... done. Wall clock time 0.091s.
0.30/0.20	c #vars     1860
0.30/0.20	c #constraints  122
0.30/0.20	c constraints type 
0.30/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
0.30/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1.55/1.25	c cleaning 2494 clauses out of 5002 with flag 5002/5002
3.91/3.51	c cleaning 4253 clauses out of 8512 with flag 11006/11006
6.62/6.23	c cleaning 5624 clauses out of 11253 with flag 18000/18000
10.03/9.69	c cleaning 6812 clauses out of 13629 with flag 26000/26000
14.47/14.01	c cleaning 7905 clauses out of 15817 with flag 35000/35000
20.07/19.71	c cleaning 8957 clauses out of 17913 with flag 45001/45001
25.80/25.38	c cleaning 9474 clauses out of 18958 with flag 55003/55003
31.20/30.73	c cleaning 9736 clauses out of 19481 with flag 65000/65000
36.49/36.07	c cleaning 9867 clauses out of 19745 with flag 75000/75000
42.50/42.09	c cleaning 9934 clauses out of 19878 with flag 85000/85000
47.60/47.15	c cleaning 9967 clauses out of 19944 with flag 95000/95000
51.80/51.33	c cleaning 9987 clauses out of 19979 with flag 105002/105002
56.81/56.39	c cleaning 9992 clauses out of 19990 with flag 115000/115000
61.32/60.86	c cleaning 9992 clauses out of 20001 with flag 125003/125003
66.33/65.86	c cleaning 10000 clauses out of 20008 with flag 135002/135002
70.34/69.83	c cleaning 9997 clauses out of 20006 with flag 145000/145000
75.74/75.23	c cleaning 9998 clauses out of 20009 with flag 155000/155000
80.55/80.01	c cleaning 10000 clauses out of 20014 with flag 165003/165003
85.35/84.81	c cleaning 9996 clauses out of 20011 with flag 175000/175000
90.25/89.70	c cleaning 10005 clauses out of 20016 with flag 185001/185001
94.36/93.86	c cleaning 9998 clauses out of 20012 with flag 195002/195002
98.48/97.93	c cleaning 9997 clauses out of 20014 with flag 205002/205002
102.96/102.45	c cleaning 9986 clauses out of 20015 with flag 215000/215000
107.19/106.72	c cleaning 9992 clauses out of 20030 with flag 225001/225001
112.27/111.78	c cleaning 10016 clauses out of 20038 with flag 235001/235001
117.68/117.11	c cleaning 10007 clauses out of 20022 with flag 245001/245001
122.08/121.59	c cleaning 10004 clauses out of 20014 with flag 255000/255000
126.78/126.26	c cleaning 9995 clauses out of 20011 with flag 265001/265001
130.79/130.28	c cleaning 9995 clauses out of 20018 with flag 275003/275003
135.19/134.66	c cleaning 10007 clauses out of 20022 with flag 285002/285002
139.21/138.64	c cleaning 10002 clauses out of 20014 with flag 295001/295001
143.30/142.77	c cleaning 10005 clauses out of 20016 with flag 305005/305005
148.40/147.86	c cleaning 9997 clauses out of 20009 with flag 315003/315003
154.20/153.63	c cleaning 9994 clauses out of 20011 with flag 325002/325002
158.80/158.26	c cleaning 9999 clauses out of 20019 with flag 335004/335004
163.43/162.86	c cleaning 9984 clauses out of 20016 with flag 345000/345000
168.01/167.49	c cleaning 10009 clauses out of 20034 with flag 355002/355002
172.82/172.25	c cleaning 10007 clauses out of 20023 with flag 365000/365000
177.52/176.93	c cleaning 10004 clauses out of 20018 with flag 375002/375002
182.43/181.86	c cleaning 10003 clauses out of 20017 with flag 385005/385005
186.45/185.91	c cleaning 9992 clauses out of 20010 with flag 395001/395001
191.13/190.58	c cleaning 9996 clauses out of 20024 with flag 405007/405007
196.03/195.47	c cleaning 9994 clauses out of 20023 with flag 415002/415002
201.43/200.84	c cleaning 9997 clauses out of 20029 with flag 425002/425002
205.93/205.37	c cleaning 9994 clauses out of 20031 with flag 435001/435001
210.44/209.85	c cleaning 9997 clauses out of 20036 with flag 445000/445000
214.94/214.39	c cleaning 10003 clauses out of 20042 with flag 455003/455003
219.74/219.13	c cleaning 10010 clauses out of 20037 with flag 465001/465001
224.24/223.62	c cleaning 10008 clauses out of 20030 with flag 475004/475004
229.15/228.54	c cleaning 10005 clauses out of 20018 with flag 485000/485000
234.15/233.54	c cleaning 10003 clauses out of 20015 with flag 495002/495002
239.37/238.75	c cleaning 10000 clauses out of 20010 with flag 505000/505000
244.45/243.82	c cleaning 10005 clauses out of 20016 with flag 515006/515006
249.06/248.42	c cleaning 10000 clauses out of 20005 with flag 525000/525000
253.76/253.18	c cleaning 10000 clauses out of 20005 with flag 535000/535000
258.08/257.44	c cleaning 9998 clauses out of 20006 with flag 545001/545001
262.48/261.83	c cleaning 10001 clauses out of 20007 with flag 555000/555000
266.66/266.11	c cleaning 9996 clauses out of 20008 with flag 565002/565002
271.56/270.90	c cleaning 10003 clauses out of 20012 with flag 575002/575002
276.36/275.72	c cleaning 9998 clauses out of 20007 with flag 585000/585000
281.19/280.57	c cleaning 10000 clauses out of 20009 with flag 595000/595000
285.59/284.96	c cleaning 10002 clauses out of 20010 with flag 605001/605001
290.37/289.77	c cleaning 9995 clauses out of 20007 with flag 615000/615000
295.39/294.74	c cleaning 10002 clauses out of 20013 with flag 625001/625001
300.18/299.55	c cleaning 10000 clauses out of 20012 with flag 635002/635002
305.48/304.86	c cleaning 10002 clauses out of 20010 with flag 645000/645000
310.48/309.81	c cleaning 9997 clauses out of 20009 with flag 655001/655001
315.48/314.84	c cleaning 10001 clauses out of 20011 with flag 665000/665000
320.19/319.52	c cleaning 9999 clauses out of 20012 with flag 675002/675002
324.69/324.01	c cleaning 10000 clauses out of 20012 with flag 685001/685001
329.09/328.49	c cleaning 10003 clauses out of 20011 with flag 695000/695000
334.31/333.62	c cleaning 9997 clauses out of 20009 with flag 705001/705001
338.91/338.23	c cleaning 10001 clauses out of 20013 with flag 715002/715002
343.11/342.41	c cleaning 10002 clauses out of 20012 with flag 725002/725002
347.71/347.08	c cleaning 10003 clauses out of 20014 with flag 735006/735006
352.51/351.90	c cleaning 10000 clauses out of 20005 with flag 745000/745000
357.41/356.72	c cleaning 9997 clauses out of 20006 with flag 755001/755001
362.22/361.54	c cleaning 10001 clauses out of 20009 with flag 765001/765001
367.62/366.95	c cleaning 9996 clauses out of 20007 with flag 775000/775000
372.82/372.19	c cleaning 10000 clauses out of 20011 with flag 785000/785000
378.32/377.64	c cleaning 10000 clauses out of 20012 with flag 795001/795001
383.62/382.94	c cleaning 9997 clauses out of 20013 with flag 805002/805002
388.82/388.19	c cleaning 10001 clauses out of 20017 with flag 815003/815003
394.33/393.68	c cleaning 10000 clauses out of 20015 with flag 825002/825002
399.03/398.30	c cleaning 9994 clauses out of 20013 with flag 835000/835000
403.53/402.88	c cleaning 9997 clauses out of 20019 with flag 845000/845000
408.33/407.60	c cleaning 10005 clauses out of 20022 with flag 855000/855000
412.84/412.15	c cleaning 10003 clauses out of 20018 with flag 865001/865001
417.94/417.22	c cleaning 10003 clauses out of 20017 with flag 875003/875003
422.64/421.98	c cleaning 9998 clauses out of 20012 with flag 885001/885001
426.25/425.60	c cleaning 9989 clauses out of 20013 with flag 895000/895000
430.65/429.98	c cleaning 9995 clauses out of 20026 with flag 905002/905002
435.17/434.52	c cleaning 10007 clauses out of 20030 with flag 915001/915001
439.58/438.85	c cleaning 10004 clauses out of 20023 with flag 925001/925001
443.76/443.08	c cleaning 10007 clauses out of 20020 with flag 935002/935002
448.38/447.62	c cleaning 10000 clauses out of 20011 with flag 945000/945000
452.67/451.93	c cleaning 9999 clauses out of 20015 with flag 955004/955004
457.07/456.42	c cleaning 9987 clauses out of 20012 with flag 965000/965000
461.07/460.35	c cleaning 9989 clauses out of 20026 with flag 975001/975001
465.07/464.31	c cleaning 10008 clauses out of 20036 with flag 985000/985000
468.88/468.11	c cleaning 10003 clauses out of 20028 with flag 995000/995000
473.59/472.81	c cleaning 9994 clauses out of 20025 with flag 1005000/1005000
478.22/477.43	c cleaning 9996 clauses out of 20031 with flag 1015000/1015000
483.10/482.38	c cleaning 10009 clauses out of 20036 with flag 1025001/1025001
487.51/486.77	c cleaning 10004 clauses out of 20031 with flag 1035005/1035005
492.02/491.25	c cleaning 10006 clauses out of 20023 with flag 1045001/1045001
496.62/495.89	c cleaning 9993 clauses out of 20020 with flag 1055004/1055004
501.62/500.85	c cleaning 9996 clauses out of 20025 with flag 1065002/1065002
505.83/505.06	c cleaning 10010 clauses out of 20028 with flag 1075001/1075001
510.44/509.65	c cleaning 10001 clauses out of 20017 with flag 1085000/1085000
515.24/514.41	c cleaning 10004 clauses out of 20017 with flag 1095001/1095001
520.25/519.44	c cleaning 10001 clauses out of 20012 with flag 1105000/1105000
524.25/523.48	c cleaning 10000 clauses out of 20014 with flag 1115003/1115003
529.15/528.36	c cleaning 10000 clauses out of 20011 with flag 1125000/1125000
534.06/533.29	c cleaning 10002 clauses out of 20013 with flag 1135002/1135002
538.69/537.85	c cleaning 10000 clauses out of 20009 with flag 1145000/1145000
542.97/542.10	c cleaning 9997 clauses out of 20009 with flag 1155000/1155000
547.49/546.66	c cleaning 10004 clauses out of 20015 with flag 1165003/1165003
552.27/551.44	c cleaning 9984 clauses out of 20008 with flag 1175000/1175000
557.28/556.40	c cleaning 10008 clauses out of 20025 with flag 1185001/1185001
561.97/561.15	c cleaning 9990 clauses out of 20017 with flag 1195001/1195001
567.18/566.30	c cleaning 9995 clauses out of 20031 with flag 1205005/1205005
572.08/571.22	c cleaning 9993 clauses out of 20034 with flag 1215003/1215003
576.88/576.04	c cleaning 10013 clauses out of 20042 with flag 1225004/1225004
581.71/580.83	c cleaning 10005 clauses out of 20025 with flag 1235000/1235000
586.59/585.77	c cleaning 10003 clauses out of 20022 with flag 1245002/1245002
591.70/590.89	c cleaning 9989 clauses out of 20020 with flag 1255003/1255003
596.41/595.51	c cleaning 10012 clauses out of 20029 with flag 1265001/1265001
601.11/600.28	c cleaning 9990 clauses out of 20018 with flag 1275002/1275002
606.81/605.94	c cleaning 10009 clauses out of 20029 with flag 1285003/1285003
611.51/610.64	c cleaning 10006 clauses out of 20020 with flag 1295003/1295003
616.52/615.63	c cleaning 9978 clauses out of 20012 with flag 1305001/1305001
621.24/620.38	c cleaning 10008 clauses out of 20034 with flag 1315001/1315001
625.74/624.83	c cleaning 9995 clauses out of 20027 with flag 1325002/1325002
629.72/628.85	c cleaning 10012 clauses out of 20031 with flag 1335001/1335001
634.02/633.12	c cleaning 10006 clauses out of 20018 with flag 1345000/1345000
638.62/637.71	c cleaning 10004 clauses out of 20016 with flag 1355004/1355004
642.03/641.21	c cleaning 9978 clauses out of 20011 with flag 1365003/1365003
646.65/645.77	c cleaning 10010 clauses out of 20030 with flag 1375000/1375000
650.43/649.54	c cleaning 10004 clauses out of 20021 with flag 1385001/1385001
654.93/654.06	c cleaning 10004 clauses out of 20018 with flag 1395002/1395002
660.23/659.38	c cleaning 9987 clauses out of 20014 with flag 1405002/1405002
665.26/664.40	c cleaning 10005 clauses out of 20029 with flag 1415004/1415004
670.04/669.18	c cleaning 10007 clauses out of 20021 with flag 1425001/1425001
675.04/674.11	c cleaning 9996 clauses out of 20015 with flag 1435002/1435002
679.56/678.70	c cleaning 10001 clauses out of 20019 with flag 1445002/1445002
684.35/683.43	c cleaning 10002 clauses out of 20016 with flag 1455000/1455000
688.25/687.32	c cleaning 10001 clauses out of 20014 with flag 1465000/1465000
692.65/691.74	c cleaning 9999 clauses out of 20013 with flag 1475000/1475000
697.46/696.58	c cleaning 9999 clauses out of 20014 with flag 1485000/1485000
702.16/701.26	c cleaning 10000 clauses out of 20015 with flag 1495000/1495000
706.36/705.49	c cleaning 9992 clauses out of 20015 with flag 1505000/1505000
710.67/709.76	c cleaning 10002 clauses out of 20026 with flag 1515003/1515003
714.79/713.85	c cleaning 9997 clauses out of 20022 with flag 1525001/1525001
719.29/718.33	c cleaning 10009 clauses out of 20026 with flag 1535002/1535002
723.27/722.34	c cleaning 10006 clauses out of 20021 with flag 1545006/1545006
727.08/726.10	c cleaning 9998 clauses out of 20009 with flag 1555000/1555000
731.58/730.69	c cleaning 9993 clauses out of 20012 with flag 1565001/1565001
735.58/734.65	c cleaning 10003 clauses out of 20019 with flag 1575001/1575001
739.58/738.68	c cleaning 9990 clauses out of 20017 with flag 1585002/1585002
743.68/742.70	c cleaning 9979 clauses out of 20027 with flag 1595002/1595002
747.58/746.62	c cleaning 10005 clauses out of 20048 with flag 1605002/1605002
752.21/751.26	c cleaning 10003 clauses out of 20044 with flag 1615003/1615003
755.69/754.71	c cleaning 10007 clauses out of 20047 with flag 1625009/1625009
759.70/758.73	c cleaning 9999 clauses out of 20032 with flag 1635001/1635001
764.20/763.23	c cleaning 9977 clauses out of 20032 with flag 1645000/1645000
768.61/767.65	c cleaning 9976 clauses out of 20055 with flag 1655000/1655000
772.91/771.94	c cleaning 9978 clauses out of 20079 with flag 1665000/1665000
776.91/775.99	c cleaning 10012 clauses out of 20102 with flag 1675001/1675001
780.62/779.67	c cleaning 10008 clauses out of 20090 with flag 1685001/1685001
785.02/784.06	c cleaning 10018 clauses out of 20081 with flag 1695000/1695000
788.92/787.96	c cleaning 10009 clauses out of 20063 with flag 1705000/1705000
793.43/792.49	c cleaning 9987 clauses out of 20057 with flag 1715003/1715003
797.53/796.55	c cleaning 10016 clauses out of 20067 with flag 1725000/1725000
800.53/799.61	c cleaning 9987 clauses out of 20051 with flag 1735000/1735000
804.13/803.11	c cleaning 10011 clauses out of 20065 with flag 1745001/1745001
807.83/806.81	c cleaning 10009 clauses out of 20055 with flag 1755002/1755002
811.94/810.94	c cleaning 9991 clauses out of 20044 with flag 1765000/1765000
817.94/816.91	c cleaning 9990 clauses out of 20057 with flag 1775004/1775004
822.94/821.90	c cleaning 10015 clauses out of 20065 with flag 1785002/1785002
827.54/826.51	c cleaning 9993 clauses out of 20049 with flag 1795001/1795001
831.34/830.42	c cleaning 9999 clauses out of 20055 with flag 1805000/1805000
835.64/834.60	c cleaning 10006 clauses out of 20058 with flag 1815002/1815002
839.35/838.38	c cleaning 10005 clauses out of 20050 with flag 1825000/1825000
843.85/842.80	c cleaning 10003 clauses out of 20050 with flag 1835005/1835005
848.15/847.10	c cleaning 10002 clauses out of 20045 with flag 1845003/1845003
851.96/850.96	c cleaning 9996 clauses out of 20040 with flag 1855000/1855000
856.66/855.61	c cleaning 9994 clauses out of 20048 with flag 1865004/1865004
861.06/860.07	c cleaning 10004 clauses out of 20051 with flag 1875001/1875001
865.17/864.17	c cleaning 10001 clauses out of 20046 with flag 1885000/1885000
869.57/868.59	c cleaning 9990 clauses out of 20045 with flag 1895000/1895000
873.87/872.85	c cleaning 10008 clauses out of 20056 with flag 1905001/1905001
878.27/877.20	c cleaning 9994 clauses out of 20047 with flag 1915000/1915000
882.98/881.96	c cleaning 9998 clauses out of 20054 with flag 1925001/1925001
887.48/886.47	c cleaning 10006 clauses out of 20061 with flag 1935006/1935006
892.58/891.55	c cleaning 10003 clauses out of 20049 with flag 1945000/1945000
897.28/896.24	c cleaning 10000 clauses out of 20047 with flag 1955001/1955001
902.18/901.12	c cleaning 10001 clauses out of 20048 with flag 1965002/1965002
907.18/906.18	c cleaning 10002 clauses out of 20051 with flag 1975006/1975006
911.69/910.63	c cleaning 10000 clauses out of 20045 with flag 1985002/1985002
916.31/915.24	c cleaning 10009 clauses out of 20043 with flag 1995000/1995000
921.29/920.29	c cleaning 9996 clauses out of 20035 with flag 2005001/2005001
926.29/925.22	c cleaning 10015 clauses out of 20042 with flag 2015004/2015004
929.59/928.59	c cleaning 9995 clauses out of 20027 with flag 2025004/2025004
933.70/932.66	c cleaning 9978 clauses out of 20029 with flag 2035001/2035001
937.70/936.64	c cleaning 10010 clauses out of 20051 with flag 2045001/2045001
941.30/940.28	c cleaning 10013 clauses out of 20040 with flag 2055000/2055000
944.93/943.84	c cleaning 9995 clauses out of 20027 with flag 2065000/2065000
949.51/948.49	c cleaning 9999 clauses out of 20033 with flag 2075001/2075001
953.11/952.06	c cleaning 9980 clauses out of 20033 with flag 2085000/2085000
956.93/955.82	c cleaning 9984 clauses out of 20054 with flag 2095001/2095001
960.71/959.69	c cleaning 10006 clauses out of 20069 with flag 2105000/2105000
964.11/963.04	c cleaning 10004 clauses out of 20064 with flag 2115001/2115001
968.32/967.22	c cleaning 9993 clauses out of 20060 with flag 2125001/2125001
971.82/970.73	c cleaning 9997 clauses out of 20066 with flag 2135000/2135000
975.74/974.64	c cleaning 10004 clauses out of 20071 with flag 2145002/2145002
980.62/979.58	c cleaning 10005 clauses out of 20067 with flag 2155002/2155002
985.12/984.09	c cleaning 10001 clauses out of 20062 with flag 2165002/2165002
989.83/988.80	c cleaning 10001 clauses out of 20059 with flag 2175000/2175000
994.34/993.31	c cleaning 10001 clauses out of 20060 with flag 2185002/2185002
999.02/997.95	c cleaning 9999 clauses out of 20059 with flag 2195002/2195002
1003.25/1002.20	c cleaning 10001 clauses out of 20059 with flag 2205001/2205001
1007.43/1006.32	c cleaning 9980 clauses out of 20058 with flag 2215001/2215001
1011.73/1010.67	c cleaning 10012 clauses out of 20077 with flag 2225000/2225000
1015.93/1014.89	c cleaning 9988 clauses out of 20065 with flag 2235000/2235000
1020.23/1019.16	c cleaning 10013 clauses out of 20078 with flag 2245001/2245001
1024.73/1023.65	c cleaning 10008 clauses out of 20067 with flag 2255003/2255003
1029.14/1028.09	c cleaning 10001 clauses out of 20057 with flag 2265001/2265001
1033.34/1032.26	c cleaning 10001 clauses out of 20055 with flag 2275000/2275000
1037.05/1035.94	c cleaning 9996 clauses out of 20056 with flag 2285002/2285002
1041.35/1040.28	c cleaning 9989 clauses out of 20059 with flag 2295001/2295001
1045.96/1044.85	c cleaning 10004 clauses out of 20070 with flag 2305001/2305001
1050.06/1048.93	c cleaning 9977 clauses out of 20065 with flag 2315000/2315000
1054.36/1053.23	c cleaning 10013 clauses out of 20089 with flag 2325001/2325001
1058.56/1057.41	c cleaning 9992 clauses out of 20076 with flag 2335001/2335001
1063.27/1062.17	c cleaning 10000 clauses out of 20083 with flag 2345000/2345000
1067.77/1066.61	c cleaning 10003 clauses out of 20083 with flag 2355000/2355000
1071.97/1070.80	c cleaning 10018 clauses out of 20084 with flag 2365004/2365004
1075.79/1074.70	c cleaning 10000 clauses out of 20062 with flag 2375000/2375000
1080.29/1079.12	c cleaning 9980 clauses out of 20062 with flag 2385000/2385000
1084.37/1083.20	c cleaning 10024 clauses out of 20083 with flag 2395001/2395001
1088.99/1087.88	c cleaning 10022 clauses out of 20060 with flag 2405002/2405002
1094.37/1093.27	c cleaning 9989 clauses out of 20037 with flag 2415001/2415001
1098.78/1097.65	c cleaning 10008 clauses out of 20051 with flag 2425004/2425004
1103.59/1102.44	c cleaning 10015 clauses out of 20041 with flag 2435002/2435002
1108.09/1106.97	c cleaning 10009 clauses out of 20025 with flag 2445001/2445001
1113.09/1111.94	c cleaning 9980 clauses out of 20015 with flag 2455000/2455000
1118.89/1117.77	c cleaning 10017 clauses out of 20044 with flag 2465009/2465009
1123.79/1122.69	c cleaning 9995 clauses out of 20019 with flag 2475001/2475001
1129.10/1127.96	c cleaning 9987 clauses out of 20026 with flag 2485003/2485003
1134.00/1132.85	c cleaning 10002 clauses out of 20037 with flag 2495001/2495001
1138.62/1137.49	c cleaning 10000 clauses out of 20035 with flag 2505001/2505001
1143.40/1142.25	c cleaning 10008 clauses out of 20035 with flag 2515001/2515001
1148.21/1147.08	c cleaning 10008 clauses out of 20026 with flag 2525000/2525000
1152.93/1151.73	c cleaning 10003 clauses out of 20019 with flag 2535001/2535001
1157.91/1156.79	c cleaning 10003 clauses out of 20018 with flag 2545003/2545003
1162.91/1161.77	c cleaning 9991 clauses out of 20012 with flag 2555000/2555000
1168.11/1166.95	c cleaning 10004 clauses out of 20022 with flag 2565001/2565001
1172.92/1171.73	c cleaning 9994 clauses out of 20018 with flag 2575001/2575001
1177.72/1176.51	c cleaning 10002 clauses out of 20025 with flag 2585002/2585002
1182.12/1180.98	c cleaning 9986 clauses out of 20022 with flag 2595001/2595001
1186.62/1185.45	c cleaning 10006 clauses out of 20035 with flag 2605000/2605000
1192.02/1190.85	c cleaning 9991 clauses out of 20038 with flag 2615009/2615009
1196.53/1195.39	c cleaning 9989 clauses out of 20039 with flag 2625001/2625001
1200.15/1198.99	c cleaning 9975 clauses out of 20052 with flag 2635003/2635003
1204.43/1203.21	c cleaning 9987 clauses out of 20077 with flag 2645003/2645003
1208.83/1207.66	c cleaning 9976 clauses out of 20087 with flag 2655000/2655000
1213.84/1212.70	c cleaning 9985 clauses out of 20115 with flag 2665004/2665004
1217.94/1216.70	c cleaning 9986 clauses out of 20126 with flag 2675000/2675000
1223.14/1221.97	c cleaning 9997 clauses out of 20141 with flag 2685001/2685001
1227.25/1226.09	c cleaning 10019 clauses out of 20143 with flag 2695000/2695000
1230.96/1229.74	c cleaning 10030 clauses out of 20125 with flag 2705001/2705001
1235.05/1233.87	c cleaning 10018 clauses out of 20094 with flag 2715000/2715000
1239.16/1237.99	c cleaning 10003 clauses out of 20078 with flag 2725002/2725002
1244.18/1243.01	c cleaning 10006 clauses out of 20073 with flag 2735000/2735000
1249.96/1248.76	c cleaning 10015 clauses out of 20074 with flag 2745007/2745007
1255.08/1253.86	c cleaning 10007 clauses out of 20055 with flag 2755003/2755003
1259.70/1258.48	c cleaning 9968 clauses out of 20050 with flag 2765005/2765005
1263.88/1262.66	c cleaning 9984 clauses out of 20078 with flag 2775001/2775001
1268.69/1267.46	c cleaning 10019 clauses out of 20094 with flag 2785001/2785001
1272.99/1271.71	c cleaning 9987 clauses out of 20075 with flag 2795001/2795001
1277.31/1276.04	c cleaning 10014 clauses out of 20091 with flag 2805004/2805004
1280.89/1279.68	c cleaning 10008 clauses out of 20073 with flag 2815000/2815000
1285.40/1284.18	c cleaning 10000 clauses out of 20070 with flag 2825005/2825005
1289.50/1288.23	c cleaning 9992 clauses out of 20066 with flag 2835001/2835001
1292.90/1291.63	c cleaning 10008 clauses out of 20081 with flag 2845008/2845008
1296.71/1295.44	c cleaning 9987 clauses out of 20065 with flag 2855000/2855000
1300.33/1299.10	c cleaning 9992 clauses out of 20080 with flag 2865002/2865002
1303.51/1302.25	c cleaning 10002 clauses out of 20091 with flag 2875005/2875005
1306.52/1305.22	c cleaning 10038 clauses out of 20084 with flag 2885000/2885000
1309.62/1308.34	c cleaning 10018 clauses out of 20050 with flag 2895004/2895004
1312.73/1311.48	c cleaning 10007 clauses out of 20030 with flag 2905002/2905002
1316.23/1314.99	c cleaning 9997 clauses out of 20024 with flag 2915003/2915003
1319.73/1318.43	c cleaning 10006 clauses out of 20025 with flag 2925001/2925001
1323.14/1321.83	c cleaning 9965 clauses out of 20018 with flag 2935000/2935000
1327.04/1325.71	c cleaning 10009 clauses out of 20055 with flag 2945002/2945002
1330.64/1329.38	c cleaning 10015 clauses out of 20044 with flag 2955000/2955000
1334.46/1333.19	c cleaning 10003 clauses out of 20045 with flag 2965016/2965016
1338.14/1336.87	c cleaning 9999 clauses out of 20026 with flag 2975000/2975000
1342.16/1340.84	c cleaning 9987 clauses out of 20027 with flag 2985000/2985000
1345.35/1344.02	c cleaning 9989 clauses out of 20041 with flag 2995001/2995001
1349.65/1348.35	c cleaning 9996 clauses out of 20052 with flag 3005001/3005001
1353.75/1352.46	c cleaning 9957 clauses out of 20057 with flag 3015002/3015002
1357.58/1356.29	c cleaning 9980 clauses out of 20100 with flag 3025002/3025002
1362.56/1361.25	c cleaning 9992 clauses out of 20120 with flag 3035002/3035002
1367.07/1365.76	c cleaning 9994 clauses out of 20130 with flag 3045004/3045004
1370.37/1369.03	c cleaning 9996 clauses out of 20132 with flag 3055000/3055000
1374.98/1373.66	c cleaning 10014 clauses out of 20138 with flag 3065002/3065002
1380.08/1378.73	c cleaning 10005 clauses out of 20123 with flag 3075001/3075001
1384.79/1383.43	c cleaning 9998 clauses out of 20117 with flag 3085000/3085000
1388.69/1387.36	c cleaning 10005 clauses out of 20121 with flag 3095002/3095002
1391.99/1390.65	c cleaning 10004 clauses out of 20115 with flag 3105001/3105001
1396.29/1394.92	c cleaning 10001 clauses out of 20113 with flag 3115003/3115003
1400.62/1399.28	c cleaning 10005 clauses out of 20109 with flag 3125000/3125000
1405.50/1404.19	c cleaning 9987 clauses out of 20107 with flag 3135003/3135003
1410.20/1408.89	c cleaning 9986 clauses out of 20117 with flag 3145000/3145000
1414.51/1413.11	c cleaning 10016 clauses out of 20133 with flag 3155002/3155002
1418.31/1416.97	c cleaning 10006 clauses out of 20118 with flag 3165003/3165003
1422.11/1420.76	c cleaning 9994 clauses out of 20109 with flag 3175000/3175000
1426.41/1425.04	c cleaning 9992 clauses out of 20115 with flag 3185000/3185000
1430.12/1428.81	c cleaning 10012 clauses out of 20123 with flag 3195000/3195000
1433.93/1432.50	c cleaning 9980 clauses out of 20112 with flag 3205001/3205001
1437.33/1435.92	c cleaning 10007 clauses out of 20131 with flag 3215000/3215000
1442.64/1441.24	c cleaning 9982 clauses out of 20127 with flag 3225003/3225003
1447.54/1446.13	c cleaning 9990 clauses out of 20142 with flag 3235000/3235000
1451.17/1449.76	c cleaning 9979 clauses out of 20152 with flag 3245000/3245000
1455.45/1454.09	c cleaning 9993 clauses out of 20174 with flag 3255001/3255001
1460.97/1459.61	c cleaning 9988 clauses out of 20183 with flag 3265003/3265003
1466.18/1464.74	c cleaning 10008 clauses out of 20192 with flag 3275000/3275000
1470.68/1469.27	c cleaning 9985 clauses out of 20185 with flag 3285001/3285001
1475.18/1473.70	c cleaning 9996 clauses out of 20199 with flag 3295000/3295000
1479.19/1477.76	c cleaning 10023 clauses out of 20205 with flag 3305002/3305002
1483.49/1482.06	c cleaning 10000 clauses out of 20181 with flag 3315001/3315001
1487.89/1486.48	c cleaning 10008 clauses out of 20182 with flag 3325002/3325002
1492.09/1490.66	c cleaning 9989 clauses out of 20176 with flag 3335004/3335004
1496.31/1494.90	c cleaning 9986 clauses out of 20184 with flag 3345001/3345001
1500.60/1499.11	c cleaning 9992 clauses out of 20200 with flag 3355003/3355003
1504.80/1503.30	c cleaning 9993 clauses out of 20208 with flag 3365003/3365003
1508.80/1507.32	c cleaning 10017 clauses out of 20213 with flag 3375001/3375001
1512.93/1511.44	c cleaning 10011 clauses out of 20195 with flag 3385000/3385000
1517.23/1515.72	c cleaning 10005 clauses out of 20186 with flag 3395002/3395002
1522.51/1521.04	c cleaning 10007 clauses out of 20179 with flag 3405000/3405000
1527.51/1526.05	c cleaning 10005 clauses out of 20177 with flag 3415005/3415005
1532.01/1530.52	c cleaning 9998 clauses out of 20167 with flag 3425000/3425000
1536.42/1534.94	c cleaning 9983 clauses out of 20170 with flag 3435001/3435001
1540.82/1539.30	c cleaning 10005 clauses out of 20189 with flag 3445003/3445003
1546.02/1544.59	c cleaning 10002 clauses out of 20183 with flag 3455002/3455002
1551.13/1549.64	c cleaning 10006 clauses out of 20183 with flag 3465004/3465004
1554.75/1553.24	c cleaning 10048 clauses out of 20173 with flag 3475000/3475000
1558.84/1557.31	c cleaning 10024 clauses out of 20125 with flag 3485000/3485000
1562.74/1561.28	c cleaning 10001 clauses out of 20101 with flag 3495000/3495000
1567.34/1565.83	c cleaning 10014 clauses out of 20102 with flag 3505002/3505002
1571.26/1569.77	c cleaning 10003 clauses out of 20087 with flag 3515001/3515001
1574.84/1573.30	c cleaning 9993 clauses out of 20083 with flag 3525000/3525000
1578.65/1577.19	c cleaning 9997 clauses out of 20093 with flag 3535003/3535003
1582.17/1580.63	c cleaning 10000 clauses out of 20095 with flag 3545002/3545002
1586.35/1584.86	c cleaning 9996 clauses out of 20096 with flag 3555003/3555003
1590.35/1588.88	c cleaning 10009 clauses out of 20098 with flag 3565001/3565001
1594.15/1592.63	c cleaning 10016 clauses out of 20091 with flag 3575003/3575003
1597.86/1596.38	c cleaning 10005 clauses out of 20072 with flag 3585000/3585000
1601.66/1600.15	c cleaning 10002 clauses out of 20067 with flag 3595000/3595000
1605.66/1604.18	c cleaning 9993 clauses out of 20066 with flag 3605001/3605001
1609.17/1607.61	c cleaning 9990 clauses out of 20074 with flag 3615002/3615002
1613.97/1612.47	c cleaning 10000 clauses out of 20086 with flag 3625004/3625004
1618.97/1617.49	c cleaning 10009 clauses out of 20083 with flag 3635001/3635001
1623.47/1621.92	c cleaning 9997 clauses out of 20073 with flag 3645000/3645000
1627.40/1625.85	c cleaning 9993 clauses out of 20078 with flag 3655002/3655002
1632.38/1630.82	c cleaning 10014 clauses out of 20083 with flag 3665000/3665000
1637.08/1635.57	c cleaning 9970 clauses out of 20070 with flag 3675001/3675001
1642.71/1641.15	c cleaning 10017 clauses out of 20100 with flag 3685001/3685001
1646.99/1645.49	c cleaning 10017 clauses out of 20089 with flag 3695007/3695007
1651.52/1650.00	c cleaning 10001 clauses out of 20068 with flag 3705003/3705003
1656.10/1654.58	c cleaning 10004 clauses out of 20066 with flag 3715002/3715002
1660.70/1659.18	c cleaning 10001 clauses out of 20063 with flag 3725003/3725003
1665.71/1664.16	c cleaning 9964 clauses out of 20061 with flag 3735002/3735002
1670.71/1669.18	c cleaning 10016 clauses out of 20097 with flag 3745002/3745002
1674.91/1673.37	c cleaning 10012 clauses out of 20083 with flag 3755004/3755004
1678.52/1677.00	c cleaning 10003 clauses out of 20069 with flag 3765002/3765002
1682.82/1681.20	c cleaning 9997 clauses out of 20065 with flag 3775001/3775001
1686.74/1685.18	c cleaning 10003 clauses out of 20067 with flag 3785000/3785000
1690.82/1689.23	c cleaning 9996 clauses out of 20064 with flag 3795000/3795000
1694.72/1693.19	c cleaning 9985 clauses out of 20068 with flag 3805000/3805000
1699.52/1697.96	c cleaning 10012 clauses out of 20085 with flag 3815002/3815002
1703.43/1701.82	c cleaning 9998 clauses out of 20079 with flag 3825008/3825008
1707.53/1705.92	c cleaning 9989 clauses out of 20074 with flag 3835001/3835001
1710.84/1709.31	c cleaning 10020 clauses out of 20085 with flag 3845001/3845001
1715.04/1713.45	c cleaning 9998 clauses out of 20066 with flag 3855002/3855002
1719.04/1717.49	c cleaning 10012 clauses out of 20069 with flag 3865003/3865003
1722.45/1720.85	c cleaning 10015 clauses out of 20057 with flag 3875003/3875003
1725.55/1723.98	c cleaning 10016 clauses out of 20040 with flag 3885001/3885001
1728.86/1727.21	c cleaning 10002 clauses out of 20023 with flag 3895000/3895000
1731.88/1730.24	c cleaning 9950 clauses out of 20022 with flag 3905001/3905001
1735.87/1734.22	c cleaning 10010 clauses out of 20080 with flag 3915009/3915009
1739.17/1737.50	c cleaning 10021 clauses out of 20063 with flag 3925002/3925002
1742.47/1740.87	c cleaning 10009 clauses out of 20040 with flag 3935000/3935000
1746.67/1745.05	c cleaning 9984 clauses out of 20034 with flag 3945003/3945003
1750.87/1749.29	c cleaning 9994 clauses out of 20050 with flag 3955003/3955003
1754.68/1753.03	c cleaning 10020 clauses out of 20054 with flag 3965001/3965001
1758.59/1756.92	c cleaning 10011 clauses out of 20035 with flag 3975002/3975002
1761.89/1760.29	c cleaning 10001 clauses out of 20022 with flag 3985000/3985000
1766.79/1765.16	c cleaning 9928 clauses out of 20022 with flag 3995001/3995001
1771.20/1769.56	c cleaning 10001 clauses out of 20096 with flag 4005003/4005003
1775.51/1773.81	c cleaning 9991 clauses out of 20092 with flag 4015000/4015000
1780.62/1778.93	c cleaning 9978 clauses out of 20101 with flag 4025000/4025000
1785.12/1783.44	c cleaning 9992 clauses out of 20127 with flag 4035004/4035004
1789.43/1787.72	c cleaning 10007 clauses out of 20138 with flag 4045007/4045007
1793.93/1792.27	c cleaning 10002 clauses out of 20129 with flag 4055005/4055005
1798.13/1796.44	c cleaning 9988 clauses out of 20126 with flag 4065004/4065004
1800.06/1798.32	c starts		: 253
1800.06/1798.32	c conflicts		: 4070569
1800.06/1798.32	c decisions		: 5695429
1800.06/1798.32	c propagations		: 70685729
1800.06/1798.32	c inspects		: 5676331290
1800.06/1798.32	c shortcuts		: 0
1800.06/1798.32	c learnt literals	: 0
1800.06/1798.32	c learnt binary clauses	: 0
1800.06/1798.32	c learnt ternary clauses	: 0
1800.06/1798.32	c learnt constraints	: 4070568
1800.06/1798.32	c ignored constraints	: 0
1800.06/1798.32	c root simplifications	: 0
1800.06/1798.32	c removed literals (reason simplification)	: 137895606
1800.06/1798.32	c reason swapping (by a shorter reason)	: 0
1800.06/1798.32	c Calls to reduceDB	: 408
1800.06/1798.32	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.32	c number of learned constraints concerned by reduction	: 0
1800.06/1798.32	c number of learning phase by resolution	: 0
1800.06/1798.32	c number of learning phase by cutting planes	: 0
1800.06/1798.32	c speed (assignments/second)	: 39310.803753910324
1800.06/1798.32	c non guided choices	6295
1800.06/1798.35	c learnt constraints type 
1800.06/1798.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15765
1800.06/1798.35	c constraints type 
1800.06/1798.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62
1800.06/1798.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.06/1798.35	s UNKNOWN
1800.06/1798.35	c Total wall clock time (in seconds): 1798.245

Verifier Data

ERROR: no interpretation found !

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-3459334-1307137675/watcher-3459334-1307137675 -o /tmp/evaluation-result-3459334-1307137675/solver-3459334-1307137675 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459334-1307137675.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.32 2.08 2.06 2/590 28203
/proc/meminfo: memFree=31779572/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13526316 CPUtime=0.01 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 9604 0 1 0 0 1 0 0 25 0 2 0 825366328 13850947584 9305 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3381579 9319 917 9 0 3372735 0
[pid=28203/tid=28204] ppid=28201 vsize=13526316 CPUtime=0.01 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 8799 0 1 0 0 1 0 0 25 0 2 0 825366328 13850947584 9615 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268272383035 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.090828 s]
/proc/loadavg: 2.32 2.08 2.06 2/590 28203
/proc/meminfo: memFree=31779572/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13621208 CPUtime=0.08 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 15151 0 1 0 7 1 0 0 25 0 18 0 825366328 13948116992 14847 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3405302 14849 2059 9 0 3396036 0
[pid=28203/tid=28204] ppid=28201 vsize=13621208 CPUtime=0.07 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 13475 0 1 0 6 1 0 0 25 0 18 0 825366328 13948116992 14849 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 47904742032996 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13621208

[startup+0.100801 s]
/proc/loadavg: 2.32 2.08 2.06 2/590 28203
/proc/meminfo: memFree=31779572/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13621208 CPUtime=0.1 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 15406 0 1 0 9 1 0 0 25 0 18 0 825366328 13948116992 15102 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3405302 15103 2092 9 0 3396036 0
[pid=28203/tid=28204] ppid=28201 vsize=13621208 CPUtime=0.08 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 13627 0 1 0 7 1 0 0 25 0 18 0 825366328 13948116992 15103 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268272350241 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621208

[startup+0.310888 s]
/proc/loadavg: 2.32 2.08 2.06 2/590 28203
/proc/meminfo: memFree=31779572/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13625436 CPUtime=0.59 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 18645 0 1 0 57 2 0 0 25 0 19 0 825366328 13952446464 17786 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406359 17786 2216 9 0 3397093 0
[pid=28203/tid=28204] ppid=28201 vsize=13625436 CPUtime=0.3 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 14859 0 1 0 29 1 0 0 18 0 19 0 825366328 13952446464 17786 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 46912505561815 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13625436

[startup+0.700761 s]
/proc/loadavg: 2.32 2.08 2.06 2/590 28203
/proc/meminfo: memFree=31779572/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13625264 CPUtime=1.05 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 19915 0 1 0 103 2 0 0 25 0 19 0 825366328 13952270336 18714 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406316 18714 2221 9 0 3397050 0
[pid=28203/tid=28204] ppid=28201 vsize=13625264 CPUtime=0.68 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 15770 0 1 0 67 1 0 0 18 0 19 0 825366328 13952270336 18714 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 47904742779864 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13625264

[startup+1.50063 s]
/proc/loadavg: 2.32 2.08 2.06 3/609 28222
/proc/meminfo: memFree=31708640/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13625424 CPUtime=1.88 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 22715 0 1 0 186 2 0 0 25 0 19 0 825366328 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406356 21510 2249 9 0 3397090 0
[pid=28203/tid=28204] ppid=28201 vsize=13625424 CPUtime=1.46 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 16862 0 1 0 145 1 0 0 19 0 19 0 825366328 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 46912505567872 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28203/tid=28206] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28206/stat : 28206 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28207] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28207/stat : 28207 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28208] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28208/stat : 28208 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28209] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28209/stat : 28209 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28210] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28210/stat : 28210 (java) S 28201 28203 24211 0 -1 4202560 439 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28211] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28211/stat : 28211 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28212] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28212/stat : 28212 (java) S 28201 28203 24211 0 -1 4202560 399 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28213] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28213/stat : 28213 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28214] ppid=28201 vsize=13625424 CPUtime=0.01 cores=0,2,4,6
/proc/28203/task/28214/stat : 28214 (java) S 28201 28203 24211 0 -1 4202560 835 0 0 0 1 0 0 0 15 0 19 0 825366331 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 0 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28215] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28215/stat : 28215 (java) S 28201 28203 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825366332 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28216] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28216/stat : 28216 (java) S 28201 28203 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825366332 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28217] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28217/stat : 28217 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284512689 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28218] ppid=28201 vsize=13625424 CPUtime=0.17 cores=0,2,4,6
/proc/28203/task/28218/stat : 28218 (java) S 28201 28203 24211 0 -1 4202560 1361 0 0 0 17 0 0 0 16 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28219] ppid=28201 vsize=13625424 CPUtime=0.21 cores=0,2,4,6
/proc/28203/task/28219/stat : 28219 (java) S 28201 28203 24211 0 -1 4202560 1661 0 0 0 21 0 0 0 16 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28220] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28220/stat : 28220 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28221] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28221/stat : 28221 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28222] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28222/stat : 28222 (java) S 28201 28203 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825366349 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13625424

[startup+3.10122 s]
/proc/loadavg: 2.32 2.08 2.06 3/609 28222
/proc/meminfo: memFree=31699216/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13625424 CPUtime=3.48 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 22715 0 1 0 346 2 0 0 25 0 19 0 825366328 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406356 21510 2249 9 0 3397090 0
[pid=28203/tid=28204] ppid=28201 vsize=13625424 CPUtime=3.06 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 16862 0 1 0 305 1 0 0 23 0 19 0 825366328 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 46912505570131 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28203/tid=28206] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28206/stat : 28206 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28207] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28207/stat : 28207 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28208] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28208/stat : 28208 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28209] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28209/stat : 28209 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28210] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28210/stat : 28210 (java) S 28201 28203 24211 0 -1 4202560 439 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28211] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28211/stat : 28211 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28212] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28212/stat : 28212 (java) S 28201 28203 24211 0 -1 4202560 399 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28213] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28213/stat : 28213 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28214] ppid=28201 vsize=13625424 CPUtime=0.01 cores=0,2,4,6
/proc/28203/task/28214/stat : 28214 (java) S 28201 28203 24211 0 -1 4202560 835 0 0 0 1 0 0 0 15 0 19 0 825366331 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 0 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28215] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28215/stat : 28215 (java) S 28201 28203 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825366332 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28216] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28216/stat : 28216 (java) S 28201 28203 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825366332 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28217] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28217/stat : 28217 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284512689 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28218] ppid=28201 vsize=13625424 CPUtime=0.17 cores=0,2,4,6
/proc/28203/task/28218/stat : 28218 (java) S 28201 28203 24211 0 -1 4202560 1361 0 0 0 17 0 0 0 15 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28219] ppid=28201 vsize=13625424 CPUtime=0.21 cores=0,2,4,6
/proc/28203/task/28219/stat : 28219 (java) S 28201 28203 24211 0 -1 4202560 1661 0 0 0 21 0 0 0 15 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28220] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28220/stat : 28220 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28221] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28221/stat : 28221 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825366334 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28222] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28222/stat : 28222 (java) S 28201 28203 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825366349 13952434176 21510 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 13625424

[startup+6.30076 s]
/proc/loadavg: 2.29 2.08 2.06 3/609 28222
/proc/meminfo: memFree=31683700/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13625424 CPUtime=6.73 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 30414 0 1 0 670 3 0 0 25 0 19 0 825366328 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406356 28908 2249 9 0 3397090 0
[pid=28203/tid=28204] ppid=28201 vsize=13625424 CPUtime=6.22 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 17321 0 1 0 621 1 0 0 25 0 19 0 825366328 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 46912505570156 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28203/tid=28206] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28206/stat : 28206 (java) S 28201 28203 24211 0 -1 4202560 1430 0 0 0 0 0 0 0 15 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28207] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28207/stat : 28207 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28208] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28208/stat : 28208 (java) S 28201 28203 24211 0 -1 4202560 2761 0 0 0 0 0 0 0 18 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28209] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28209/stat : 28209 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28210] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28210/stat : 28210 (java) S 28201 28203 24211 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28211] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28211/stat : 28211 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28212] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28212/stat : 28212 (java) S 28201 28203 24211 0 -1 4202560 1610 0 0 0 0 0 0 0 16 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28213] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28213/stat : 28213 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825366330 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28214] ppid=28201 vsize=13625424 CPUtime=0.04 cores=0,2,4,6
/proc/28203/task/28214/stat : 28214 (java) S 28201 28203 24211 0 -1 4202560 2667 0 0 0 4 0 0 0 15 0 19 0 825366331 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 0 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28215] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28215/stat : 28215 (java) S 28201 28203 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825366332 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28216] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28216/stat : 28216 (java) S 28201 28203 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825366332 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28217] ppid=28201 vsize=13625424 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28217/stat : 28217 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284512689 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28218] ppid=28201 vsize=13625424 CPUtime=0.19 cores=0,2,4,6
/proc/28203/task/28218/stat : 28218 (java) S 28201 28203 24211 0 -1 4202560 1364 0 0 0 19 0 0 0 15 0 19 0 825366334 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28219] ppid=28201 vsize=13625424 CPUtime=0.23 cores=0,2,4,6
/proc/28203/task/28219/stat : 28219 (java) S 28201 28203 24211 0 -1 4202560 1666 0 0 0 23 0 0 0 15 0 19 0 825366334 13952434176 28908 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0

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

[pid=28203/tid=28211] ppid=28201 vsize=13624948 CPUtime=0.31 cores=0,2,4,6
/proc/28203/task/28211/stat : 28211 (java) S 28201 28203 24211 0 -1 4202560 703 0 0 0 31 0 0 0 15 0 19 0 825366330 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28212] ppid=28201 vsize=13624948 CPUtime=0.31 cores=0,2,4,6
/proc/28203/task/28212/stat : 28212 (java) S 28201 28203 24211 0 -1 4202560 2496 0 0 0 31 0 0 0 16 0 19 0 825366330 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28213] ppid=28201 vsize=13624948 CPUtime=0.28 cores=0,2,4,6
/proc/28203/task/28213/stat : 28213 (java) S 28201 28203 24211 0 -1 4202560 631 0 0 0 28 0 0 0 16 0 19 0 825366330 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28214] ppid=28201 vsize=13624948 CPUtime=8.45 cores=0,2,4,6
/proc/28203/task/28214/stat : 28214 (java) S 28201 28203 24211 0 -1 4202560 7952 0 0 0 841 4 0 0 15 0 19 0 825366331 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 0 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28215] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28215/stat : 28215 (java) S 28201 28203 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28216] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28216/stat : 28216 (java) S 28201 28203 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28217] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28217/stat : 28217 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284512689 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28218] ppid=28201 vsize=13624948 CPUtime=0.19 cores=0,2,4,6
/proc/28203/task/28218/stat : 28218 (java) S 28201 28203 24211 0 -1 4202560 1364 0 0 0 19 0 0 0 15 0 19 0 825366334 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28219] ppid=28201 vsize=13624948 CPUtime=0.28 cores=0,2,4,6
/proc/28203/task/28219/stat : 28219 (java) S 28201 28203 24211 0 -1 4202560 1870 0 0 0 28 0 0 0 15 0 19 0 825366334 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28220] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28220/stat : 28220 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28221] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28221/stat : 28221 (java) S 28201 28203 24211 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 825366334 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28222] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28222/stat : 28222 (java) S 28201 28203 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825366349 13951946752 39547 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1723.95
Current children cumulated vsize (KiB) 13624948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.04 3/609 29109
/proc/meminfo: memFree=31456320/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13624948 CPUtime=1784.02 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 41977 0 1 0 178389 13 0 0 25 0 19 0 825366328 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406237 39560 2250 9 0 3396971 0
[pid=28203/tid=28204] ppid=28201 vsize=13624948 CPUtime=1772.11 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 19270 0 1 0 177206 5 0 0 25 0 19 0 825366328 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 46912505570126 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28203/tid=28206] ppid=28201 vsize=13624948 CPUtime=0.29 cores=0,2,4,6
/proc/28203/task/28206/stat : 28206 (java) S 28201 28203 24211 0 -1 4202560 2107 0 0 0 29 0 0 0 15 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28207] ppid=28201 vsize=13624948 CPUtime=0.32 cores=0,2,4,6
/proc/28203/task/28207/stat : 28207 (java) S 28201 28203 24211 0 -1 4202560 614 0 0 0 32 0 0 0 15 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28208] ppid=28201 vsize=13624948 CPUtime=0.32 cores=0,2,4,6
/proc/28203/task/28208/stat : 28208 (java) S 28201 28203 24211 0 -1 4202560 2809 0 0 0 32 0 0 0 15 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28209] ppid=28201 vsize=13624948 CPUtime=0.35 cores=0,2,4,6
/proc/28203/task/28209/stat : 28209 (java) S 28201 28203 24211 0 -1 4202560 174 0 0 0 35 0 0 0 16 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28210] ppid=28201 vsize=13624948 CPUtime=0.31 cores=0,2,4,6
/proc/28203/task/28210/stat : 28210 (java) S 28201 28203 24211 0 -1 4202560 725 0 0 0 31 0 0 0 16 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28211] ppid=28201 vsize=13624948 CPUtime=0.33 cores=0,2,4,6
/proc/28203/task/28211/stat : 28211 (java) S 28201 28203 24211 0 -1 4202560 707 0 0 0 33 0 0 0 16 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28212] ppid=28201 vsize=13624948 CPUtime=0.33 cores=0,2,4,6
/proc/28203/task/28212/stat : 28212 (java) S 28201 28203 24211 0 -1 4202560 2497 0 0 0 33 0 0 0 15 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28213] ppid=28201 vsize=13624948 CPUtime=0.29 cores=0,2,4,6
/proc/28203/task/28213/stat : 28213 (java) S 28201 28203 24211 0 -1 4202560 631 0 0 0 29 0 0 0 15 0 19 0 825366330 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28214] ppid=28201 vsize=13624948 CPUtime=8.81 cores=0,2,4,6
/proc/28203/task/28214/stat : 28214 (java) S 28201 28203 24211 0 -1 4202560 7956 0 0 0 877 4 0 0 15 0 19 0 825366331 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 0 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28215] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28215/stat : 28215 (java) S 28201 28203 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28216] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28216/stat : 28216 (java) S 28201 28203 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28217] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28217/stat : 28217 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284512689 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28218] ppid=28201 vsize=13624948 CPUtime=0.19 cores=0,2,4,6
/proc/28203/task/28218/stat : 28218 (java) S 28201 28203 24211 0 -1 4202560 1364 0 0 0 19 0 0 0 15 0 19 0 825366334 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28219] ppid=28201 vsize=13624948 CPUtime=0.28 cores=0,2,4,6
/proc/28203/task/28219/stat : 28219 (java) S 28201 28203 24211 0 -1 4202560 1870 0 0 0 28 0 0 0 15 0 19 0 825366334 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28220] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28220/stat : 28220 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28221] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28221/stat : 28221 (java) S 28201 28203 24211 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 825366334 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28222] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28222/stat : 28222 (java) S 28201 28203 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825366349 13951946752 39560 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.02
Current children cumulated vsize (KiB) 13624948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/609 29109
/proc/meminfo: memFree=31454692/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13624948 CPUtime=1800.06 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 41982 0 1 0 179992 14 0 0 25 0 19 0 825366328 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406237 39561 2250 9 0 3396971 0
[pid=28203/tid=28204] ppid=28201 vsize=13624948 CPUtime=1788.02 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 19274 0 1 0 178797 5 0 0 25 0 19 0 825366328 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 46912505604876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28203/tid=28206] ppid=28201 vsize=13624948 CPUtime=0.29 cores=0,2,4,6
/proc/28203/task/28206/stat : 28206 (java) S 28201 28203 24211 0 -1 4202560 2107 0 0 0 29 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28207] ppid=28201 vsize=13624948 CPUtime=0.32 cores=0,2,4,6
/proc/28203/task/28207/stat : 28207 (java) S 28201 28203 24211 0 -1 4202560 614 0 0 0 32 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28208] ppid=28201 vsize=13624948 CPUtime=0.32 cores=0,2,4,6
/proc/28203/task/28208/stat : 28208 (java) S 28201 28203 24211 0 -1 4202560 2810 0 0 0 32 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28209] ppid=28201 vsize=13624948 CPUtime=0.35 cores=0,2,4,6
/proc/28203/task/28209/stat : 28209 (java) S 28201 28203 24211 0 -1 4202560 174 0 0 0 35 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28210] ppid=28201 vsize=13624948 CPUtime=0.31 cores=0,2,4,6
/proc/28203/task/28210/stat : 28210 (java) S 28201 28203 24211 0 -1 4202560 725 0 0 0 31 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28211] ppid=28201 vsize=13624948 CPUtime=0.33 cores=0,2,4,6
/proc/28203/task/28211/stat : 28211 (java) S 28201 28203 24211 0 -1 4202560 707 0 0 0 33 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28212] ppid=28201 vsize=13624948 CPUtime=0.34 cores=0,2,4,6
/proc/28203/task/28212/stat : 28212 (java) S 28201 28203 24211 0 -1 4202560 2497 0 0 0 34 0 0 0 16 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28213] ppid=28201 vsize=13624948 CPUtime=0.29 cores=0,2,4,6
/proc/28203/task/28213/stat : 28213 (java) S 28201 28203 24211 0 -1 4202560 631 0 0 0 29 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28214] ppid=28201 vsize=13624948 CPUtime=8.9 cores=0,2,4,6
/proc/28203/task/28214/stat : 28214 (java) S 28201 28203 24211 0 -1 4202560 7956 0 0 0 886 4 0 0 15 0 19 0 825366331 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 0 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28215] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28215/stat : 28215 (java) S 28201 28203 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28216] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28216/stat : 28216 (java) S 28201 28203 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28217] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28217/stat : 28217 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284512689 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28218] ppid=28201 vsize=13624948 CPUtime=0.19 cores=0,2,4,6
/proc/28203/task/28218/stat : 28218 (java) S 28201 28203 24211 0 -1 4202560 1364 0 0 0 19 0 0 0 15 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28219] ppid=28201 vsize=13624948 CPUtime=0.28 cores=0,2,4,6
/proc/28203/task/28219/stat : 28219 (java) S 28201 28203 24211 0 -1 4202560 1870 0 0 0 28 0 0 0 15 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28220] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28220/stat : 28220 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28221] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28221/stat : 28221 (java) S 28201 28203 24211 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28222] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28222/stat : 28222 (java) S 28201 28203 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825366349 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13624948

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

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

[startup+1798.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/609 29109
/proc/meminfo: memFree=31454692/32950928 swapFree=43925852/67111528
[pid=28203] ppid=28201 vsize=13624948 CPUtime=1800.06 cores=0,2,4,6
/proc/28203/stat : 28203 (java) S 28201 28203 24211 0 -1 4202496 41982 0 1 0 179992 14 0 0 25 0 19 0 825366328 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28203/statm: 3406237 39561 2250 9 0 3396971 0
[pid=28203/tid=28204] ppid=28201 vsize=13624948 CPUtime=1788.02 cores=0,2,4,6
/proc/28203/task/28204/stat : 28204 (java) R 28201 28203 24211 0 -1 4202560 19274 0 1 0 178797 5 0 0 25 0 19 0 825366328 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 46912505604876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28203/tid=28206] ppid=28201 vsize=13624948 CPUtime=0.29 cores=0,2,4,6
/proc/28203/task/28206/stat : 28206 (java) S 28201 28203 24211 0 -1 4202560 2107 0 0 0 29 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28207] ppid=28201 vsize=13624948 CPUtime=0.32 cores=0,2,4,6
/proc/28203/task/28207/stat : 28207 (java) S 28201 28203 24211 0 -1 4202560 614 0 0 0 32 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28208] ppid=28201 vsize=13624948 CPUtime=0.32 cores=0,2,4,6
/proc/28203/task/28208/stat : 28208 (java) S 28201 28203 24211 0 -1 4202560 2810 0 0 0 32 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28209] ppid=28201 vsize=13624948 CPUtime=0.35 cores=0,2,4,6
/proc/28203/task/28209/stat : 28209 (java) S 28201 28203 24211 0 -1 4202560 174 0 0 0 35 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28210] ppid=28201 vsize=13624948 CPUtime=0.31 cores=0,2,4,6
/proc/28203/task/28210/stat : 28210 (java) S 28201 28203 24211 0 -1 4202560 725 0 0 0 31 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28211] ppid=28201 vsize=13624948 CPUtime=0.33 cores=0,2,4,6
/proc/28203/task/28211/stat : 28211 (java) S 28201 28203 24211 0 -1 4202560 707 0 0 0 33 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 4 0 0 0
[pid=28203/tid=28212] ppid=28201 vsize=13624948 CPUtime=0.34 cores=0,2,4,6
/proc/28203/task/28212/stat : 28212 (java) S 28201 28203 24211 0 -1 4202560 2497 0 0 0 34 0 0 0 16 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28213] ppid=28201 vsize=13624948 CPUtime=0.29 cores=0,2,4,6
/proc/28203/task/28213/stat : 28213 (java) S 28201 28203 24211 0 -1 4202560 631 0 0 0 29 0 0 0 15 0 19 0 825366330 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28214] ppid=28201 vsize=13624948 CPUtime=8.9 cores=0,2,4,6
/proc/28203/task/28214/stat : 28214 (java) S 28201 28203 24211 0 -1 4202560 7956 0 0 0 886 4 0 0 15 0 19 0 825366331 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 0 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28215] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28215/stat : 28215 (java) S 28201 28203 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28216] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28216/stat : 28216 (java) S 28201 28203 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825366332 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28217] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28217/stat : 28217 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284512689 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28218] ppid=28201 vsize=13624948 CPUtime=0.19 cores=0,2,4,6
/proc/28203/task/28218/stat : 28218 (java) S 28201 28203 24211 0 -1 4202560 1364 0 0 0 19 0 0 0 15 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28219] ppid=28201 vsize=13624948 CPUtime=0.28 cores=0,2,4,6
/proc/28203/task/28219/stat : 28219 (java) S 28201 28203 24211 0 -1 4202560 1870 0 0 0 28 0 0 0 15 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
[pid=28203/tid=28220] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28220/stat : 28220 (java) S 28201 28203 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284504985 0 4 0 16800975 18446604448679887296 0 0 -1 2 0 0 0
[pid=28203/tid=28221] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28221/stat : 28221 (java) S 28201 28203 24211 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 825366334 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 0 0 0 0
[pid=28203/tid=28222] ppid=28201 vsize=13624948 CPUtime=0 cores=0,2,4,6
/proc/28203/task/28222/stat : 28222 (java) S 28201 28203 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825366349 13951946752 39561 33554432000 1073741824 1073778376 140733842954608 18446744073709551615 268284505600 0 4 0 16800975 18446604448679887296 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13624948

Child status: 143
Real time (s): 1798.36
CPU time (s): 1800.14
CPU user time (s): 1799.99
CPU system time (s): 0.148977
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 13625572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42030
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= 46699
involuntary context switches= 43411

runsolver used 11.0353 second user time and 23.3604 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-03 23:47:55
IDJOB=3459334
IDBENCH=1417
IDSOLVER=1952
FILE ID=node122/3459334-1307137675
RUNJOBID= node122-1307133514-27530
PBS_JOBID= 13508794
Free space on /tmp= 73808 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459334-1307137675/watcher-3459334-1307137675 -o /tmp/evaluation-result-3459334-1307137675/solver-3459334-1307137675 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459334-1307137675.opb

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

MD5SUM BENCH= 4d7adbd65e64509ef53d6e98bf824cab
RANDOM SEED=408618415

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31779728 kB
Buffers:        300016 kB
Cached:         416720 kB
SwapCached:      16832 kB
Active:         443016 kB
Inactive:       414056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31779728 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:      137536 kB
Mapped:          17456 kB
Slab:           149588 kB
PageTables:      93716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 194160704 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= 73804 MiB
End job on node122 at 2011-06-04 00:17:56