Trace number 3458357

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0SAT (TO)-121 1800.16 1792.02

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/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-3458357-1307159509.opb
0.10/0.11	c reading problem ... 
1.66/0.73	c ... done. Wall clock time 0.526s.
1.66/0.73	c #vars     16796
1.66/0.73	c #constraints  48388
1.66/0.73	c constraints type 
1.66/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15796
1.66/0.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.66/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15796
1.66/0.78	c SATISFIABLE
1.66/0.78	c OPTIMIZING...
1.66/0.78	c Got one! Elapsed wall clock time (in seconds):0.675
1.66/0.78	o -107
1.92/0.88	c Got one! Elapsed wall clock time (in seconds):0.768
1.92/0.88	o -108
2.21/0.93	c Got one! Elapsed wall clock time (in seconds):0.821
2.21/0.93	o -114
3.29/1.99	c cleaning 2556 clauses out of 5111 with flag 5000/5111
3.56/2.13	c Got one! Elapsed wall clock time (in seconds):2.022
3.56/2.13	o -120
4.48/3.00	c cleaning 3874 clauses out of 7749 with flag 5001/10305
5.49/4.09	c cleaning 4936 clauses out of 9874 with flag 11000/16304
6.81/5.39	c cleaning 5964 clauses out of 11938 with flag 18000/23304
8.46/6.90	c cleaning 6985 clauses out of 13975 with flag 26001/31305
10.07/8.54	c cleaning 7990 clauses out of 15989 with flag 35000/40304
11.97/10.48	c cleaning 8994 clauses out of 17999 with flag 45000/50304
14.08/12.50	c cleaning 10003 clauses out of 20005 with flag 56000/61304
16.50/14.95	c cleaning 11002 clauses out of 22003 with flag 68001/73305
19.02/17.44	c cleaning 11998 clauses out of 24001 with flag 81001/86305
21.83/20.21	c cleaning 12995 clauses out of 26003 with flag 95001/100305
25.05/23.46	c cleaning 13999 clauses out of 28008 with flag 110001/115305
28.26/26.64	c cleaning 14997 clauses out of 30008 with flag 126000/131304
31.79/30.16	c cleaning 16003 clauses out of 32013 with flag 143002/148306
35.50/33.88	c cleaning 16996 clauses out of 34008 with flag 161000/166304
39.23/37.55	c cleaning 17997 clauses out of 36012 with flag 180000/185304
43.64/41.91	c cleaning 19004 clauses out of 38016 with flag 200001/205305
48.36/46.68	c cleaning 20002 clauses out of 40011 with flag 221000/226304
53.50/51.72	c cleaning 20997 clauses out of 42009 with flag 243000/248304
58.70/56.98	c cleaning 22004 clauses out of 44012 with flag 266000/271304
64.15/62.32	c cleaning 23004 clauses out of 46008 with flag 290000/295304
70.18/68.38	c cleaning 23996 clauses out of 48004 with flag 315000/320304
76.92/75.05	c cleaning 25003 clauses out of 50009 with flag 341001/346305
83.86/81.95	c cleaning 25996 clauses out of 52005 with flag 368000/373304
91.22/89.22	c cleaning 27005 clauses out of 54009 with flag 396000/401304
98.07/96.00	c cleaning 27994 clauses out of 56004 with flag 425000/430304
105.23/103.17	c cleaning 29002 clauses out of 58010 with flag 455000/460304
112.88/110.79	c cleaning 29997 clauses out of 60008 with flag 486000/491304
122.15/119.92	c cleaning 31006 clauses out of 62012 with flag 518001/523305
130.69/128.43	c cleaning 32002 clauses out of 64006 with flag 551001/556305
140.52/138.24	c cleaning 32490 clauses out of 65003 with flag 584000/589304
147.99/145.61	c cleaning 32757 clauses out of 65514 with flag 617001/622305
156.43/154.02	c cleaning 32868 clauses out of 65756 with flag 650000/655304
164.86/162.41	c cleaning 32934 clauses out of 65888 with flag 683000/688304
173.91/171.41	c cleaning 32972 clauses out of 65954 with flag 716000/721304
182.57/180.01	c cleaning 32981 clauses out of 65983 with flag 749001/754305
191.12/188.59	c cleaning 32993 clauses out of 66002 with flag 782001/787305
200.59/197.95	c cleaning 32998 clauses out of 66010 with flag 815002/820306
210.62/207.99	c cleaning 32995 clauses out of 66010 with flag 848000/853304
220.04/217.37	c cleaning 33002 clauses out of 66015 with flag 881000/886304
227.30/224.59	c cleaning 33002 clauses out of 66015 with flag 914002/919306
235.36/232.57	c cleaning 32992 clauses out of 66011 with flag 947000/952304
243.60/240.72	c cleaning 33000 clauses out of 66020 with flag 980001/985305
252.05/249.16	c cleaning 33004 clauses out of 66019 with flag 1013000/1018304
261.59/258.60	c cleaning 33003 clauses out of 66016 with flag 1046001/1051305
270.36/267.37	c cleaning 32997 clauses out of 66013 with flag 1079001/1084305
280.09/277.08	c cleaning 33003 clauses out of 66016 with flag 1112001/1117305
288.73/285.64	c cleaning 32994 clauses out of 66013 with flag 1145001/1150305
297.66/294.54	c cleaning 33010 clauses out of 66019 with flag 1178001/1183305
306.83/303.70	c cleaning 33001 clauses out of 66008 with flag 1211000/1216304
316.97/313.74	c cleaning 32999 clauses out of 66007 with flag 1244000/1249304
327.73/324.48	c cleaning 32999 clauses out of 66008 with flag 1277000/1282304
338.87/335.54	c cleaning 33000 clauses out of 66009 with flag 1310000/1315304
347.17/343.82	c cleaning 32999 clauses out of 66009 with flag 1343000/1348304
354.82/351.47	c cleaning 32999 clauses out of 66011 with flag 1376001/1381305
363.65/360.22	c cleaning 32999 clauses out of 66012 with flag 1409001/1414305
372.10/368.69	c cleaning 32997 clauses out of 66012 with flag 1442000/1447304
380.24/376.74	c cleaning 33005 clauses out of 66015 with flag 1475000/1480304
389.60/386.06	c cleaning 33003 clauses out of 66010 with flag 1508000/1513304
398.22/394.64	c cleaning 32991 clauses out of 66007 with flag 1541000/1546304
407.77/404.12	c cleaning 33000 clauses out of 66016 with flag 1574000/1579304
416.90/413.25	c cleaning 32995 clauses out of 66017 with flag 1607001/1612305
425.05/421.34	c cleaning 33006 clauses out of 66022 with flag 1640001/1645305
433.58/429.80	c cleaning 32994 clauses out of 66015 with flag 1673000/1678304
442.49/438.75	c cleaning 33000 clauses out of 66022 with flag 1706001/1711305
450.91/447.16	c cleaning 33002 clauses out of 66021 with flag 1739000/1744304
459.94/456.10	c cleaning 33003 clauses out of 66020 with flag 1772001/1777305
469.97/466.11	c cleaning 33003 clauses out of 66016 with flag 1805000/1810304
479.14/475.23	c cleaning 32995 clauses out of 66013 with flag 1838000/1843304
488.54/484.62	c cleaning 33004 clauses out of 66019 with flag 1871001/1876305
497.80/493.89	c cleaning 32996 clauses out of 66016 with flag 1904002/1909306
507.60/503.62	c cleaning 33003 clauses out of 66018 with flag 1937000/1942304
516.92/512.96	c cleaning 32996 clauses out of 66015 with flag 1970000/1975304
525.04/521.03	c cleaning 32999 clauses out of 66019 with flag 2003000/2008304
533.00/528.92	c cleaning 32998 clauses out of 66020 with flag 2036000/2041304
541.52/537.47	c cleaning 33004 clauses out of 66022 with flag 2069000/2074304
542.66/538.52	c Got one! Elapsed wall clock time (in seconds):538.416
542.66/538.52	o -121
543.10/539.02	c cleaning 19442 clauses out of 38896 with flag 2000/2080182
544.50/540.34	c cleaning 12722 clauses out of 25455 with flag 8001/2086183
546.10/541.90	c cleaning 9856 clauses out of 19732 with flag 15000/2093182
547.91/543.73	c cleaning 8931 clauses out of 17876 with flag 23000/2101182
550.01/545.84	c cleaning 8966 clauses out of 17945 with flag 32000/2110182
552.21/548.09	c cleaning 9480 clauses out of 18979 with flag 42000/2120182
554.71/550.54	c cleaning 10236 clauses out of 20499 with flag 53000/2131182
557.72/553.51	c cleaning 11128 clauses out of 22263 with flag 65000/2143182
560.93/556.73	c cleaning 12057 clauses out of 24135 with flag 78000/2156182
564.64/560.40	c cleaning 13040 clauses out of 26079 with flag 92001/2170183
568.48/564.22	c cleaning 14015 clauses out of 28038 with flag 107000/2185182
572.07/567.83	c cleaning 15010 clauses out of 30023 with flag 123000/2201182
576.39/572.17	c cleaning 16005 clauses out of 32013 with flag 140000/2218182
581.21/576.95	c cleaning 17002 clauses out of 34008 with flag 158000/2236182
586.17/581.82	c cleaning 18000 clauses out of 36006 with flag 177000/2255182
591.55/587.27	c cleaning 19001 clauses out of 38007 with flag 197001/2275183
596.96/592.64	c cleaning 19995 clauses out of 40005 with flag 218000/2296182
602.49/598.11	c cleaning 21003 clauses out of 42011 with flag 240001/2318183
608.72/604.37	c cleaning 21993 clauses out of 44007 with flag 263000/2341182
614.86/610.48	c cleaning 23006 clauses out of 46015 with flag 287001/2365183
621.85/617.43	c cleaning 24001 clauses out of 48009 with flag 312001/2390183
629.09/624.68	c cleaning 25003 clauses out of 50007 with flag 338000/2416182
636.10/631.62	c cleaning 26000 clauses out of 52005 with flag 365001/2443183
643.44/638.94	c cleaning 27002 clauses out of 54005 with flag 393001/2471183
651.28/646.79	c cleaning 27999 clauses out of 56002 with flag 422000/2500182
659.90/655.30	c cleaning 28999 clauses out of 58003 with flag 452000/2530182
669.06/664.50	c cleaning 29996 clauses out of 60005 with flag 483001/2561183
678.97/674.34	c cleaning 30997 clauses out of 62008 with flag 515000/2593182
689.57/684.98	c cleaning 31999 clauses out of 64011 with flag 548000/2626182
700.59/695.94	c cleaning 32497 clauses out of 65012 with flag 581000/2659182
709.76/705.05	c cleaning 32749 clauses out of 65516 with flag 614001/2692183
718.79/714.04	c cleaning 32880 clauses out of 65766 with flag 647000/2725182
728.82/724.10	c cleaning 32943 clauses out of 65887 with flag 680001/2758183
738.15/733.31	c cleaning 32967 clauses out of 65944 with flag 713001/2791183
747.17/742.36	c cleaning 32978 clauses out of 65977 with flag 746001/2824183
757.09/752.27	c cleaning 32993 clauses out of 65999 with flag 779001/2857183
766.91/762.04	c cleaning 32993 clauses out of 66006 with flag 812001/2890183
776.05/771.14	c cleaning 32995 clauses out of 66012 with flag 845000/2923182
786.04/781.10	c cleaning 33001 clauses out of 66018 with flag 878001/2956183
795.38/790.47	c cleaning 33003 clauses out of 66017 with flag 911001/2989183
802.63/797.70	c cleaning 33004 clauses out of 66013 with flag 944000/3022182
810.77/805.80	c cleaning 32995 clauses out of 66010 with flag 977001/3055183
819.04/813.92	c cleaning 33001 clauses out of 66015 with flag 1010001/3088183
827.63/822.51	c cleaning 33005 clauses out of 66014 with flag 1043001/3121183
836.29/831.14	c cleaning 33004 clauses out of 66008 with flag 1076000/3154182
844.92/839.76	c cleaning 32992 clauses out of 66005 with flag 1109001/3187183
853.86/848.61	c cleaning 32994 clauses out of 66013 with flag 1142001/3220183
863.60/858.32	c cleaning 33001 clauses out of 66018 with flag 1175000/3253182
872.63/867.35	c cleaning 32997 clauses out of 66017 with flag 1208000/3286182
882.00/876.67	c cleaning 33001 clauses out of 66021 with flag 1241001/3319183
891.96/886.54	c cleaning 32995 clauses out of 66020 with flag 1274001/3352183
901.66/896.23	c cleaning 33005 clauses out of 66024 with flag 1307000/3385182
911.60/906.12	c cleaning 32999 clauses out of 66019 with flag 1340000/3418182
919.92/914.45	c cleaning 33001 clauses out of 66021 with flag 1373001/3451183
929.47/923.99	c cleaning 33003 clauses out of 66019 with flag 1406000/3484182
939.08/933.51	c cleaning 32998 clauses out of 66016 with flag 1439000/3517182
949.01/943.48	c cleaning 33002 clauses out of 66018 with flag 1472000/3550182
958.26/952.65	c cleaning 32998 clauses out of 66016 with flag 1505000/3583182
966.46/960.88	c cleaning 32998 clauses out of 66018 with flag 1538000/3616182
975.29/969.63	c cleaning 33005 clauses out of 66021 with flag 1571001/3649183
982.92/977.22	c cleaning 33003 clauses out of 66015 with flag 1604000/3682182
991.44/985.76	c cleaning 33002 clauses out of 66013 with flag 1637001/3715183
999.57/993.88	c cleaning 32993 clauses out of 66010 with flag 1670000/3748182
1008.01/1002.26	c cleaning 32998 clauses out of 66017 with flag 1703000/3781182
1016.22/1010.43	c cleaning 33003 clauses out of 66020 with flag 1736001/3814183
1024.56/1018.75	c cleaning 33001 clauses out of 66017 with flag 1769001/3847183
1033.21/1027.37	c cleaning 32992 clauses out of 66015 with flag 1802000/3880182
1042.01/1036.19	c cleaning 33001 clauses out of 66023 with flag 1835000/3913182
1050.82/1044.99	c cleaning 33003 clauses out of 66022 with flag 1868000/3946182
1059.02/1053.15	c cleaning 32995 clauses out of 66019 with flag 1901000/3979182
1066.44/1060.53	c cleaning 33010 clauses out of 66024 with flag 1934000/4012182
1075.56/1069.64	c cleaning 33006 clauses out of 66014 with flag 1967000/4045182
1084.79/1078.82	c cleaning 33004 clauses out of 66008 with flag 2000000/4078182
1094.34/1088.31	c cleaning 32999 clauses out of 66004 with flag 2033000/4111182
1105.00/1098.95	c cleaning 32998 clauses out of 66006 with flag 2066001/4144183
1113.83/1107.73	c cleaning 32999 clauses out of 66007 with flag 2099000/4177182
1122.84/1116.75	c cleaning 33000 clauses out of 66008 with flag 2132000/4210182
1131.75/1125.67	c cleaning 33001 clauses out of 66008 with flag 2165000/4243182
1141.56/1135.49	c cleaning 32995 clauses out of 66007 with flag 2198000/4276182
1150.68/1144.57	c cleaning 32997 clauses out of 66012 with flag 2231000/4309182
1159.82/1153.69	c cleaning 33004 clauses out of 66015 with flag 2264000/4342182
1169.24/1163.06	c cleaning 32999 clauses out of 66012 with flag 2297001/4375183
1178.87/1172.65	c cleaning 33001 clauses out of 66013 with flag 2330001/4408183
1189.26/1183.00	c cleaning 33004 clauses out of 66011 with flag 2363000/4441182
1199.48/1193.29	c cleaning 33001 clauses out of 66007 with flag 2396000/4474182
1207.42/1201.16	c cleaning 32988 clauses out of 66007 with flag 2429001/4507183
1214.74/1208.44	c cleaning 33001 clauses out of 66018 with flag 2462000/4540182
1222.57/1216.23	c cleaning 33001 clauses out of 66018 with flag 2495001/4573183
1230.52/1224.10	c cleaning 32999 clauses out of 66016 with flag 2528000/4606182
1237.87/1231.44	c cleaning 32995 clauses out of 66017 with flag 2561000/4639182
1245.52/1239.02	c cleaning 32999 clauses out of 66022 with flag 2594000/4672182
1252.86/1246.37	c cleaning 33007 clauses out of 66023 with flag 2627000/4705182
1260.67/1254.18	c cleaning 32991 clauses out of 66016 with flag 2660000/4738182
1268.78/1262.25	c cleaning 33001 clauses out of 66025 with flag 2693000/4771182
1276.21/1269.64	c cleaning 33001 clauses out of 66025 with flag 2726001/4804183
1283.83/1277.22	c cleaning 33000 clauses out of 66024 with flag 2759001/4837183
1291.77/1285.12	c cleaning 33000 clauses out of 66024 with flag 2792001/4870183
1300.22/1293.59	c cleaning 32989 clauses out of 66023 with flag 2825000/4903182
1307.72/1301.03	c cleaning 33008 clauses out of 66034 with flag 2858000/4936182
1316.05/1309.34	c cleaning 33003 clauses out of 66027 with flag 2891001/4969183
1324.38/1317.69	c cleaning 33000 clauses out of 66023 with flag 2924000/5002182
1333.19/1326.40	c cleaning 33004 clauses out of 66023 with flag 2957000/5035182
1341.14/1334.32	c cleaning 33004 clauses out of 66020 with flag 2990001/5068183
1349.64/1342.83	c cleaning 32990 clauses out of 66015 with flag 3023000/5101182
1357.76/1350.93	c cleaning 33003 clauses out of 66025 with flag 3056000/5134182
1365.77/1358.91	c cleaning 33002 clauses out of 66023 with flag 3089001/5167183
1373.92/1367.07	c cleaning 33004 clauses out of 66021 with flag 3122001/5200183
1382.25/1375.36	c cleaning 32999 clauses out of 66017 with flag 3155001/5233183
1391.58/1384.63	c cleaning 33003 clauses out of 66018 with flag 3188001/5266183
1400.20/1393.21	c cleaning 32994 clauses out of 66015 with flag 3221001/5299183
1408.44/1401.48	c cleaning 32999 clauses out of 66020 with flag 3254000/5332182
1417.17/1410.17	c cleaning 32998 clauses out of 66021 with flag 3287000/5365182
1425.79/1418.79	c cleaning 32996 clauses out of 66025 with flag 3320002/5398184
1434.84/1427.74	c cleaning 33003 clauses out of 66027 with flag 3353000/5431182
1442.85/1435.76	c cleaning 33004 clauses out of 66024 with flag 3386000/5464182
1450.96/1443.82	c cleaning 32999 clauses out of 66021 with flag 3419001/5497183
1458.88/1451.70	c cleaning 33005 clauses out of 66022 with flag 3452001/5530183
1466.94/1459.73	c cleaning 33000 clauses out of 66016 with flag 3485000/5563182
1475.94/1468.72	c cleaning 33003 clauses out of 66016 with flag 3518000/5596182
1483.88/1476.63	c cleaning 32994 clauses out of 66013 with flag 3551000/5629182
1492.79/1485.53	c cleaning 32996 clauses out of 66019 with flag 3584000/5662182
1501.50/1494.23	c cleaning 33008 clauses out of 66023 with flag 3617000/5695182
1509.73/1502.46	c cleaning 32998 clauses out of 66015 with flag 3650000/5728182
1519.33/1512.04	c cleaning 32996 clauses out of 66017 with flag 3683000/5761182
1528.16/1520.82	c cleaning 33003 clauses out of 66021 with flag 3716000/5794182
1537.07/1529.70	c cleaning 33002 clauses out of 66019 with flag 3749001/5827183
1545.60/1538.23	c cleaning 32998 clauses out of 66016 with flag 3782000/5860182
1554.62/1547.26	c cleaning 32997 clauses out of 66018 with flag 3815000/5893182
1563.43/1556.04	c cleaning 32996 clauses out of 66021 with flag 3848000/5926182
1572.35/1564.94	c cleaning 33008 clauses out of 66025 with flag 3881000/5959182
1580.88/1573.42	c cleaning 32996 clauses out of 66017 with flag 3914000/5992182
1589.23/1581.74	c cleaning 33005 clauses out of 66022 with flag 3947001/6025183
1597.64/1590.18	c cleaning 32998 clauses out of 66017 with flag 3980001/6058183
1605.79/1598.30	c cleaning 33002 clauses out of 66019 with flag 4013001/6091183
1614.71/1607.14	c cleaning 32994 clauses out of 66016 with flag 4046000/6124182
1623.62/1616.04	c cleaning 33003 clauses out of 66023 with flag 4079001/6157183
1632.15/1624.51	c cleaning 33000 clauses out of 66019 with flag 4112000/6190182
1640.58/1632.91	c cleaning 33001 clauses out of 66019 with flag 4145000/6223182
1648.41/1640.74	c cleaning 33002 clauses out of 66020 with flag 4178002/6256184
1657.32/1649.62	c cleaning 32998 clauses out of 66017 with flag 4211001/6289183
1666.44/1658.74	c cleaning 33000 clauses out of 66019 with flag 4244001/6322183
1674.44/1666.70	c cleaning 32992 clauses out of 66018 with flag 4277000/6355182
1683.15/1675.49	c cleaning 33003 clauses out of 66027 with flag 4310001/6388183
1692.15/1684.47	c cleaning 32998 clauses out of 66023 with flag 4343000/6421182
1700.98/1693.25	c cleaning 33006 clauses out of 66025 with flag 4376000/6454182
1710.41/1702.62	c cleaning 33003 clauses out of 66019 with flag 4409000/6487182
1718.51/1710.74	c cleaning 32994 clauses out of 66016 with flag 4442000/6520182
1727.17/1719.34	c cleaning 33000 clauses out of 66024 with flag 4475002/6553184
1735.58/1727.73	c cleaning 32998 clauses out of 66023 with flag 4508001/6586183
1743.90/1736.03	c cleaning 32994 clauses out of 66024 with flag 4541000/6619182
1752.33/1744.47	c cleaning 33009 clauses out of 66031 with flag 4574001/6652183
1760.73/1752.85	c cleaning 33002 clauses out of 66022 with flag 4607001/6685183
1769.53/1761.65	c cleaning 32989 clauses out of 66020 with flag 4640001/6718183
1776.68/1768.74	c cleaning 33011 clauses out of 66031 with flag 4673001/6751183
1783.59/1775.69	c cleaning 33005 clauses out of 66020 with flag 4706001/6784183
1792.02/1784.07	c cleaning 33000 clauses out of 66014 with flag 4739000/6817182
1800.04/1791.95	c starts		: 297
1800.04/1791.95	c conflicts		: 6849249
1800.04/1791.95	c decisions		: 8362004
1800.04/1791.95	c propagations		: 40788351
1800.04/1791.95	c inspects		: 4038318421
1800.04/1791.95	c shortcuts		: 0
1800.04/1791.95	c learnt literals	: 0
1800.04/1791.95	c learnt binary clauses	: 0
1800.04/1791.95	c learnt ternary clauses	: 0
1800.04/1791.95	c learnt constraints	: 6849248
1800.04/1791.95	c ignored constraints	: 0
1800.04/1791.95	c root simplifications	: 0
1800.04/1791.95	c removed literals (reason simplification)	: 81122424
1800.04/1791.95	c reason swapping (by a shorter reason)	: 0
1800.04/1791.95	c Calls to reduceDB	: 232
1800.04/1791.95	c number of reductions to clauses (during analyze)	: 0
1800.04/1791.95	c number of learned constraints concerned by reduction	: 0
1800.04/1791.95	c number of learning phase by resolution	: 0
1800.04/1791.95	c number of learning phase by cutting planes	: 0
1800.04/1791.95	c speed (assignments/second)	: 32541.828591214547
1800.04/1791.95	c non guided choices	0
1800.04/1791.97	c learnt constraints type 
1800.04/1791.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65150
1800.04/1791.97	c constraints type 
1800.04/1791.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15796
1800.04/1791.97	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.04/1791.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1791.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15796
1800.04/1791.97	s SATISFIABLE
1800.04/1791.98	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 x91 x92 -x93 -x94 x95 -x96 -x97 x98 x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 x379 -x380 x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 x464 x465 -x466 -x467 -x468 -x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 x538 x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 -x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 x582 -x583 -x584 x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 x623 -x624 -x625 -x626 x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 -x672 -x673 x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 x687 x688 -x689 -x690 -x691 x692 -x693 x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703 -x704 -x705 x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 x763 -x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 -x772 x773 -x774 x775 -x776 -x777 -x778 -x779 x780 -x781 x782 -x783 -x784 -x785 x786 -x787 x788 -x789 x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 x835 -x836 x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 x862 -x863 x864 x865 -x866 -x867 x868 -x869 -x870 -x871 x872 -x873 -x874 -x875 -x876 -x877 x878 x879 x880 -x881 -x882 -x883 x884 -x885 x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 x913 x914 -x915 x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 x925 -x926 -x927 -x928 -x929 x930 x931 x932 -x933 -x934 -x935 -x936 x937 -x938 x939 -x940 -x941 -x942 -x943 -x944 -x945 x946 x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 x974 x975 -x976 x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 x996 -x997 -x998 -x999 -x1000 
1800.04/1791.98	c objective function=-121
1800.04/1791.98	c Total wall clock time (in seconds): 1791.868

Verifier Data

OK	-121

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-3458357-1307159509/watcher-3458357-1307159509 -o /tmp/evaluation-result-3458357-1307159509/solver-3458357-1307159509 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458357-1307159509.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: 1.93 2.04 2.00 2/593 30310
/proc/meminfo: memFree=23412520/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 9460 0 1 0 0 0 0 0 25 0 2 0 827548617 13850947584 9161 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3381579 9175 917 9 0 3372735 0
[pid=30310/tid=30311] ppid=30308 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 9463 0 1 0 0 0 0 0 25 0 2 0 827548617 13850947584 10280 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212687369275 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0785941 s]
/proc/loadavg: 1.93 2.04 2.00 2/593 30310
/proc/meminfo: memFree=23412520/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13556048 CPUtime=0.06 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 14461 0 1 0 5 1 0 0 25 0 18 0 827548617 13881393152 14157 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3389012 14158 1755 9 0 3379746 0
[pid=30310/tid=30311] ppid=30308 vsize=13556048 CPUtime=0.06 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 13288 0 1 0 5 1 0 0 25 0 18 0 827548617 13881393152 14158 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 47649935200261 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13556048

[startup+0.100542 s]
/proc/loadavg: 1.93 2.04 2.00 2/593 30310
/proc/meminfo: memFree=23412520/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13621584 CPUtime=0.1 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 15526 0 1 0 9 1 0 0 25 0 18 0 827548617 13948502016 15222 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3405396 15222 2092 9 0 3396130 0
[pid=30310/tid=30311] ppid=30308 vsize=13621584 CPUtime=0.08 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 13625 0 1 0 7 1 0 0 18 0 18 0 827548617 13948502016 15223 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212687336481 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621584

[startup+0.308506 s]
/proc/loadavg: 1.93 2.04 2.00 2/593 30310
/proc/meminfo: memFree=23412520/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13623632 CPUtime=0.49 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 18072 0 1 0 47 2 0 0 25 0 18 0 827548617 13950599168 17587 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3405908 17588 2210 9 0 3396642 0
[pid=30310/tid=30311] ppid=30308 vsize=13623632 CPUtime=0.29 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 15368 0 1 0 27 2 0 0 18 0 18 0 827548617 13950599168 17588 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 47649936062088 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13623632

[startup+0.700436 s]
/proc/loadavg: 1.93 2.04 2.00 2/593 30310
/proc/meminfo: memFree=23412520/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13635924 CPUtime=1.66 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 38387 0 1 0 161 5 0 0 25 0 19 0 827548617 13963186176 34150 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3408981 34150 2234 9 0 3399715 0
[pid=30310/tid=30311] ppid=30308 vsize=13635924 CPUtime=0.68 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 27112 0 1 0 65 3 0 0 19 0 19 0 827548617 13963186176 34150 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 46912505228260 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13635924

[startup+1.50135 s]
/proc/loadavg: 1.93 2.04 2.00 3/612 30329
/proc/meminfo: memFree=23272692/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13635924 CPUtime=2.86 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 41969 0 1 0 280 6 0 0 25 0 19 0 827548617 13963186176 37730 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3408981 37731 2243 9 0 3399715 0
[pid=30310/tid=30311] ppid=30308 vsize=13635924 CPUtime=1.48 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 30629 0 1 0 145 3 0 0 20 0 19 0 827548617 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 47649939700563 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30310/tid=30313] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30313/stat : 30313 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30314] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30314/stat : 30314 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30315] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30315/stat : 30315 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30316] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30316/stat : 30316 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30317] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30317/stat : 30317 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30318] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30318/stat : 30318 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30319] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30319/stat : 30319 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37731 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30320] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30320/stat : 30320 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548619 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30321] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30321/stat : 30321 (java) S 30308 30310 26823 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827548620 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 0 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30322] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30322/stat : 30322 (java) S 30308 30310 26823 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827548621 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30323] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30323/stat : 30323 (java) S 30308 30310 26823 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827548621 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30324] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30324/stat : 30324 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699498929 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30325] ppid=30308 vsize=13635924 CPUtime=0.68 cores=0,2,4,6
/proc/30310/task/30325/stat : 30325 (java) S 30308 30310 26823 0 -1 4202560 4117 0 0 0 68 0 0 0 15 0 19 0 827548623 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30326] ppid=30308 vsize=13635924 CPUtime=0.68 cores=0,2,4,6
/proc/30310/task/30326/stat : 30326 (java) S 30308 30310 26823 0 -1 4202560 6063 0 0 0 67 1 0 0 16 0 19 0 827548623 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30327] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30327/stat : 30327 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30328] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30328/stat : 30328 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827548623 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30329] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30329/stat : 30329 (java) S 30308 30310 26823 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827548686 13963186176 37732 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 13635924

[startup+3.10104 s]
/proc/loadavg: 1.93 2.04 2.00 3/612 30329
/proc/meminfo: memFree=23207716/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13635924 CPUtime=4.59 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 62716 0 1 0 451 8 0 0 25 0 19 0 827548617 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3408981 58449 2270 9 0 3399715 0
[pid=30310/tid=30311] ppid=30308 vsize=13635924 CPUtime=2.94 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 32780 0 1 0 290 4 0 0 22 0 19 0 827548617 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 46912506117123 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30310/tid=30313] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30313/stat : 30313 (java) S 30308 30310 26823 0 -1 4202560 1865 0 0 0 0 0 0 0 16 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30314] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30314/stat : 30314 (java) S 30308 30310 26823 0 -1 4202560 1479 0 0 0 0 0 0 0 16 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30315] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30315/stat : 30315 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30316] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30316/stat : 30316 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30317] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30317/stat : 30317 (java) S 30308 30310 26823 0 -1 4202560 1340 0 0 0 0 0 0 0 16 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30318] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30318/stat : 30318 (java) S 30308 30310 26823 0 -1 4202560 1934 0 0 0 0 0 0 0 18 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30319] ppid=30308 vsize=13635924 CPUtime=0.02 cores=0,2,4,6
/proc/30310/task/30319/stat : 30319 (java) S 30308 30310 26823 0 -1 4202560 1567 0 0 0 2 0 0 0 18 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30320] ppid=30308 vsize=13635924 CPUtime=0.02 cores=0,2,4,6
/proc/30310/task/30320/stat : 30320 (java) S 30308 30310 26823 0 -1 4202560 2396 0 0 0 2 0 0 0 18 0 19 0 827548619 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30321] ppid=30308 vsize=13635924 CPUtime=0.1 cores=0,2,4,6
/proc/30310/task/30321/stat : 30321 (java) S 30308 30310 26823 0 -1 4202560 7998 0 0 0 10 0 0 0 16 0 19 0 827548620 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 0 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30322] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30322/stat : 30322 (java) S 30308 30310 26823 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30323] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30323/stat : 30323 (java) S 30308 30310 26823 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30324] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30324/stat : 30324 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699498929 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30325] ppid=30308 vsize=13635924 CPUtime=0.74 cores=0,2,4,6
/proc/30310/task/30325/stat : 30325 (java) S 30308 30310 26823 0 -1 4202560 4131 0 0 0 74 0 0 0 15 0 19 0 827548623 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30326] ppid=30308 vsize=13635924 CPUtime=0.7 cores=0,2,4,6
/proc/30310/task/30326/stat : 30326 (java) S 30308 30310 26823 0 -1 4202560 6072 0 0 0 69 1 0 0 15 0 19 0 827548623 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30327] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30327/stat : 30327 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30328] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30328/stat : 30328 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827548623 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30329] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30329/stat : 30329 (java) S 30308 30310 26823 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827548686 13963186176 58449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 13635924

[startup+6.30148 s]
/proc/loadavg: 1.93 2.04 2.00 7/612 30329
/proc/meminfo: memFree=23165792/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13635924 CPUtime=7.86 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 66178 0 1 0 777 9 0 0 25 0 19 0 827548617 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3408981 61860 2270 9 0 3399715 0
[pid=30310/tid=30311] ppid=30308 vsize=13635924 CPUtime=5.99 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 32783 0 1 0 595 4 0 0 25 0 19 0 827548617 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 46912506059206 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30310/tid=30313] ppid=30308 vsize=13635924 CPUtime=0.01 cores=0,2,4,6
/proc/30310/task/30313/stat : 30313 (java) S 30308 30310 26823 0 -1 4202560 2267 0 0 0 1 0 0 0 15 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30314] ppid=30308 vsize=13635924 CPUtime=0.01 cores=0,2,4,6
/proc/30310/task/30314/stat : 30314 (java) S 30308 30310 26823 0 -1 4202560 1823 0 0 0 1 0 0 0 15 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30315] ppid=30308 vsize=13635924 CPUtime=0.01 cores=0,2,4,6
/proc/30310/task/30315/stat : 30315 (java) S 30308 30310 26823 0 -1 4202560 379 0 0 0 1 0 0 0 15 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30316] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30316/stat : 30316 (java) S 30308 30310 26823 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30317] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30317/stat : 30317 (java) S 30308 30310 26823 0 -1 4202560 1340 0 0 0 0 0 0 0 16 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30318] ppid=30308 vsize=13635924 CPUtime=0.02 cores=0,2,4,6
/proc/30310/task/30318/stat : 30318 (java) S 30308 30310 26823 0 -1 4202560 1937 0 0 0 2 0 0 0 15 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30319] ppid=30308 vsize=13635924 CPUtime=0.02 cores=0,2,4,6
/proc/30310/task/30319/stat : 30319 (java) S 30308 30310 26823 0 -1 4202560 1567 0 0 0 2 0 0 0 16 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30320] ppid=30308 vsize=13635924 CPUtime=0.02 cores=0,2,4,6
/proc/30310/task/30320/stat : 30320 (java) S 30308 30310 26823 0 -1 4202560 2396 0 0 0 2 0 0 0 15 0 19 0 827548619 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30321] ppid=30308 vsize=13635924 CPUtime=0.22 cores=0,2,4,6
/proc/30310/task/30321/stat : 30321 (java) S 30308 30310 26823 0 -1 4202560 10321 0 0 0 22 0 0 0 16 0 19 0 827548620 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 0 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30322] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30322/stat : 30322 (java) S 30308 30310 26823 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30323] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30323/stat : 30323 (java) S 30308 30310 26823 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30324] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30324/stat : 30324 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699498929 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30325] ppid=30308 vsize=13635924 CPUtime=0.76 cores=0,2,4,6
/proc/30310/task/30325/stat : 30325 (java) S 30308 30310 26823 0 -1 4202560 4137 0 0 0 76 0 0 0 15 0 19 0 827548623 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30326] ppid=30308 vsize=13635924 CPUtime=0.71 cores=0,2,4,6
/proc/30310/task/30326/stat : 30326 (java) S 30308 30310 26823 0 -1 4202560 6072 0 0 0 70 1 0 0 15 0 19 0 827548623 13963186176 61860 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0

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

[pid=30310/tid=30318] ppid=30308 vsize=13635924 CPUtime=1.02 cores=0,2,4,6
/proc/30310/task/30318/stat : 30318 (java) S 30308 30310 26823 0 -1 4202560 8173 0 0 0 101 1 0 0 16 0 19 0 827548619 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30319] ppid=30308 vsize=13635924 CPUtime=1.24 cores=0,2,4,6
/proc/30310/task/30319/stat : 30319 (java) S 30308 30310 26823 0 -1 4202560 7684 0 0 0 123 1 0 0 16 0 19 0 827548619 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30320] ppid=30308 vsize=13635924 CPUtime=1.13 cores=0,2,4,6
/proc/30310/task/30320/stat : 30320 (java) S 30308 30310 26823 0 -1 4202560 8097 0 0 0 112 1 0 0 15 0 19 0 827548619 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30321] ppid=30308 vsize=13635924 CPUtime=20.45 cores=0,2,4,6
/proc/30310/task/30321/stat : 30321 (java) S 30308 30310 26823 0 -1 4202560 61054 0 0 0 2036 9 0 0 15 0 19 0 827548620 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 0 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30322] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30322/stat : 30322 (java) S 30308 30310 26823 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30323] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30323/stat : 30323 (java) S 30308 30310 26823 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30324] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30324/stat : 30324 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699498929 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30325] ppid=30308 vsize=13635924 CPUtime=0.77 cores=0,2,4,6
/proc/30310/task/30325/stat : 30325 (java) S 30308 30310 26823 0 -1 4202560 4142 0 0 0 77 0 0 0 15 0 19 0 827548623 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30326] ppid=30308 vsize=13635924 CPUtime=0.76 cores=0,2,4,6
/proc/30310/task/30326/stat : 30326 (java) S 30308 30310 26823 0 -1 4202560 6117 0 0 0 75 1 0 0 16 0 19 0 827548623 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30327] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30327/stat : 30327 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30328] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30328/stat : 30328 (java) S 30308 30310 26823 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 827548623 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30329] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30329/stat : 30329 (java) S 30308 30310 26823 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827548686 13963186176 163386 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1730.18
Current children cumulated vsize (KiB) 13635924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/612 30388
/proc/meminfo: memFree=22728544/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13635924 CPUtime=1790.32 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 168214 0 1 0 179005 27 0 0 25 0 19 0 827548617 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3408981 163449 2271 9 0 3399715 0
[pid=30310/tid=30311] ppid=30308 vsize=13635924 CPUtime=1758.39 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 42969 0 1 0 175833 6 0 0 25 0 19 0 827548617 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 46912506059269 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30310/tid=30313] ppid=30308 vsize=13635924 CPUtime=1.19 cores=0,2,4,6
/proc/30310/task/30313/stat : 30313 (java) S 30308 30310 26823 0 -1 4202560 6487 0 0 0 119 0 0 0 15 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30314] ppid=30308 vsize=13635924 CPUtime=1.13 cores=0,2,4,6
/proc/30310/task/30314/stat : 30314 (java) S 30308 30310 26823 0 -1 4202560 7851 0 0 0 112 1 0 0 16 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30315] ppid=30308 vsize=13635924 CPUtime=1.07 cores=0,2,4,6
/proc/30310/task/30315/stat : 30315 (java) S 30308 30310 26823 0 -1 4202560 3610 0 0 0 107 0 0 0 15 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30316] ppid=30308 vsize=13635924 CPUtime=1.25 cores=0,2,4,6
/proc/30310/task/30316/stat : 30316 (java) S 30308 30310 26823 0 -1 4202560 4845 0 0 0 125 0 0 0 15 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30317] ppid=30308 vsize=13635924 CPUtime=1.07 cores=0,2,4,6
/proc/30310/task/30317/stat : 30317 (java) S 30308 30310 26823 0 -1 4202560 5906 0 0 0 107 0 0 0 15 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30318] ppid=30308 vsize=13635924 CPUtime=1.06 cores=0,2,4,6
/proc/30310/task/30318/stat : 30318 (java) S 30308 30310 26823 0 -1 4202560 8191 0 0 0 105 1 0 0 16 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30319] ppid=30308 vsize=13635924 CPUtime=1.26 cores=0,2,4,6
/proc/30310/task/30319/stat : 30319 (java) S 30308 30310 26823 0 -1 4202560 7684 0 0 0 125 1 0 0 16 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30320] ppid=30308 vsize=13635924 CPUtime=1.16 cores=0,2,4,6
/proc/30310/task/30320/stat : 30320 (java) S 30308 30310 26823 0 -1 4202560 8103 0 0 0 115 1 0 0 15 0 19 0 827548619 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30321] ppid=30308 vsize=13635924 CPUtime=21.09 cores=0,2,4,6
/proc/30310/task/30321/stat : 30321 (java) S 30308 30310 26823 0 -1 4202560 61056 0 0 0 2100 9 0 0 15 0 19 0 827548620 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 0 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30322] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30322/stat : 30322 (java) S 30308 30310 26823 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30323] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30323/stat : 30323 (java) S 30308 30310 26823 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30324] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30324/stat : 30324 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699498929 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30325] ppid=30308 vsize=13635924 CPUtime=0.77 cores=0,2,4,6
/proc/30310/task/30325/stat : 30325 (java) S 30308 30310 26823 0 -1 4202560 4142 0 0 0 77 0 0 0 15 0 19 0 827548623 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30326] ppid=30308 vsize=13635924 CPUtime=0.76 cores=0,2,4,6
/proc/30310/task/30326/stat : 30326 (java) S 30308 30310 26823 0 -1 4202560 6117 0 0 0 75 1 0 0 16 0 19 0 827548623 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30327] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30327/stat : 30327 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30328] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30328/stat : 30328 (java) S 30308 30310 26823 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827548623 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30329] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30329/stat : 30329 (java) S 30308 30310 26823 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827548686 13963186176 163449 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1790.32
Current children cumulated vsize (KiB) 13635924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.92 s]
/proc/loadavg: 2.00 2.04 2.00 2/592 30391
/proc/meminfo: memFree=22909596/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13635924 CPUtime=1800.04 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 168261 0 1 0 179977 27 0 0 25 0 19 0 827548617 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3408981 163493 2271 9 0 3399715 0
[pid=30310/tid=30311] ppid=30308 vsize=13635924 CPUtime=1767.86 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 42970 0 1 0 176780 6 0 0 25 0 19 0 827548617 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 46912506132182 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30310/tid=30313] ppid=30308 vsize=13635924 CPUtime=1.23 cores=0,2,4,6
/proc/30310/task/30313/stat : 30313 (java) S 30308 30310 26823 0 -1 4202560 6528 0 0 0 123 0 0 0 16 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30314] ppid=30308 vsize=13635924 CPUtime=1.13 cores=0,2,4,6
/proc/30310/task/30314/stat : 30314 (java) S 30308 30310 26823 0 -1 4202560 7851 0 0 0 112 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30315] ppid=30308 vsize=13635924 CPUtime=1.07 cores=0,2,4,6
/proc/30310/task/30315/stat : 30315 (java) S 30308 30310 26823 0 -1 4202560 3610 0 0 0 107 0 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30316] ppid=30308 vsize=13635924 CPUtime=1.26 cores=0,2,4,6
/proc/30310/task/30316/stat : 30316 (java) S 30308 30310 26823 0 -1 4202560 4845 0 0 0 126 0 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30317] ppid=30308 vsize=13635924 CPUtime=1.11 cores=0,2,4,6
/proc/30310/task/30317/stat : 30317 (java) S 30308 30310 26823 0 -1 4202560 5906 0 0 0 111 0 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30318] ppid=30308 vsize=13635924 CPUtime=1.06 cores=0,2,4,6
/proc/30310/task/30318/stat : 30318 (java) S 30308 30310 26823 0 -1 4202560 8191 0 0 0 105 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30319] ppid=30308 vsize=13635924 CPUtime=1.29 cores=0,2,4,6
/proc/30310/task/30319/stat : 30319 (java) S 30308 30310 26823 0 -1 4202560 7687 0 0 0 128 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30320] ppid=30308 vsize=13635924 CPUtime=1.16 cores=0,2,4,6
/proc/30310/task/30320/stat : 30320 (java) S 30308 30310 26823 0 -1 4202560 8103 0 0 0 115 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30321] ppid=30308 vsize=13635924 CPUtime=21.21 cores=0,2,4,6
/proc/30310/task/30321/stat : 30321 (java) S 30308 30310 26823 0 -1 4202560 61058 0 0 0 2112 9 0 0 15 0 19 0 827548620 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 0 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30322] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30322/stat : 30322 (java) S 30308 30310 26823 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30323] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30323/stat : 30323 (java) S 30308 30310 26823 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30324] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30324/stat : 30324 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699498929 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30325] ppid=30308 vsize=13635924 CPUtime=0.77 cores=0,2,4,6
/proc/30310/task/30325/stat : 30325 (java) S 30308 30310 26823 0 -1 4202560 4142 0 0 0 77 0 0 0 15 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30326] ppid=30308 vsize=13635924 CPUtime=0.76 cores=0,2,4,6
/proc/30310/task/30326/stat : 30326 (java) S 30308 30310 26823 0 -1 4202560 6117 0 0 0 75 1 0 0 16 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30327] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30327/stat : 30327 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30328] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30328/stat : 30328 (java) S 30308 30310 26823 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30329] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30329/stat : 30329 (java) S 30308 30310 26823 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827548686 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13635924

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

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

[startup+1791.92 s]
/proc/loadavg: 2.00 2.04 2.00 2/592 30391
/proc/meminfo: memFree=22909596/32951124 swapFree=58940260/67111528
[pid=30310] ppid=30308 vsize=13635924 CPUtime=1800.04 cores=0,2,4,6
/proc/30310/stat : 30310 (java) S 30308 30310 26823 0 -1 4202496 168261 0 1 0 179977 27 0 0 25 0 19 0 827548617 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30310/statm: 3408981 163493 2271 9 0 3399715 0
[pid=30310/tid=30311] ppid=30308 vsize=13635924 CPUtime=1767.86 cores=0,2,4,6
/proc/30310/task/30311/stat : 30311 (java) R 30308 30310 26823 0 -1 4202560 42970 0 1 0 176780 6 0 0 25 0 19 0 827548617 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 46912506132182 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30310/tid=30313] ppid=30308 vsize=13635924 CPUtime=1.23 cores=0,2,4,6
/proc/30310/task/30313/stat : 30313 (java) S 30308 30310 26823 0 -1 4202560 6528 0 0 0 123 0 0 0 16 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30314] ppid=30308 vsize=13635924 CPUtime=1.13 cores=0,2,4,6
/proc/30310/task/30314/stat : 30314 (java) S 30308 30310 26823 0 -1 4202560 7851 0 0 0 112 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30315] ppid=30308 vsize=13635924 CPUtime=1.07 cores=0,2,4,6
/proc/30310/task/30315/stat : 30315 (java) S 30308 30310 26823 0 -1 4202560 3610 0 0 0 107 0 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30316] ppid=30308 vsize=13635924 CPUtime=1.26 cores=0,2,4,6
/proc/30310/task/30316/stat : 30316 (java) S 30308 30310 26823 0 -1 4202560 4845 0 0 0 126 0 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30317] ppid=30308 vsize=13635924 CPUtime=1.11 cores=0,2,4,6
/proc/30310/task/30317/stat : 30317 (java) S 30308 30310 26823 0 -1 4202560 5906 0 0 0 111 0 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30318] ppid=30308 vsize=13635924 CPUtime=1.06 cores=0,2,4,6
/proc/30310/task/30318/stat : 30318 (java) S 30308 30310 26823 0 -1 4202560 8191 0 0 0 105 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 2 0 0 0
[pid=30310/tid=30319] ppid=30308 vsize=13635924 CPUtime=1.29 cores=0,2,4,6
/proc/30310/task/30319/stat : 30319 (java) S 30308 30310 26823 0 -1 4202560 7687 0 0 0 128 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30320] ppid=30308 vsize=13635924 CPUtime=1.16 cores=0,2,4,6
/proc/30310/task/30320/stat : 30320 (java) S 30308 30310 26823 0 -1 4202560 8103 0 0 0 115 1 0 0 15 0 19 0 827548619 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30321] ppid=30308 vsize=13635924 CPUtime=21.21 cores=0,2,4,6
/proc/30310/task/30321/stat : 30321 (java) S 30308 30310 26823 0 -1 4202560 61058 0 0 0 2112 9 0 0 15 0 19 0 827548620 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 0 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30322] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30322/stat : 30322 (java) S 30308 30310 26823 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30323] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30323/stat : 30323 (java) S 30308 30310 26823 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827548621 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30324] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30324/stat : 30324 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699498929 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30325] ppid=30308 vsize=13635924 CPUtime=0.77 cores=0,2,4,6
/proc/30310/task/30325/stat : 30325 (java) S 30308 30310 26823 0 -1 4202560 4142 0 0 0 77 0 0 0 15 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30326] ppid=30308 vsize=13635924 CPUtime=0.76 cores=0,2,4,6
/proc/30310/task/30326/stat : 30326 (java) S 30308 30310 26823 0 -1 4202560 6117 0 0 0 75 1 0 0 16 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
[pid=30310/tid=30327] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30327/stat : 30327 (java) S 30308 30310 26823 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491225 0 4 0 16800975 18446604453632271360 0 0 -1 4 0 0 0
[pid=30310/tid=30328] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30328/stat : 30328 (java) S 30308 30310 26823 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827548623 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 0 0 0 0
[pid=30310/tid=30329] ppid=30308 vsize=13635924 CPUtime=0 cores=0,2,4,6
/proc/30310/task/30329/stat : 30329 (java) S 30308 30310 26823 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827548686 13963186176 163493 33554432000 1073741824 1073778376 140735137727856 18446744073709551615 212699491840 0 4 0 16800975 18446604453632271360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13635924

Child status: 143
Real time (s): 1792.02
CPU time (s): 1800.16
CPU user time (s): 1799.86
CPU system time (s): 0.302953
CPU usage (%): 100.454
Max. virtual memory (cumulated for all children) (KiB): 13635924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168314
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= 43678
involuntary context switches= 10428

runsolver used 11.1013 second user time and 23.4304 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 05:51:49
IDJOB=3458357
IDBENCH=48177
IDSOLVER=1952
FILE ID=node139/3458357-1307159509
RUNJOBID= node139-1307155901-29828
PBS_JOBID= 13508777
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= d847cf1d914db0ec942abd195c5092c7
RANDOM SEED=56329481

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23412784 kB
Buffers:        269796 kB
Cached:         606472 kB
SwapCached:       3628 kB
Active:        8720228 kB
Inactive:       515264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23412784 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:            1508 kB
Writeback:           0 kB
AnonPages:     8357528 kB
Mapped:          41244 kB
Slab:           153268 kB
PageTables:      79088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 184331500 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= 73472 MiB
End job on node139 at 2011-06-04 06:21:43