Trace number 3459067

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.0? (TO) 1800.14 1796.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark4.67629
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/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@761a626f
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-3459067-1307141581.opb
0.10/0.11	c reading problem ... 
0.30/0.28	c ... done. Wall clock time 0.163s.
0.30/0.28	c #vars     1989
0.30/0.28	c #constraints  193
0.30/0.28	c constraints type 
0.30/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.30/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.30/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
3.00/2.43	c cleaning 2492 clauses out of 5000 with flag 5000/5000
6.37/5.71	c cleaning 4234 clauses out of 8509 with flag 11001/11001
10.88/10.24	c cleaning 5605 clauses out of 11274 with flag 18000/18000
15.79/15.17	c cleaning 6802 clauses out of 13671 with flag 26002/26002
20.58/19.46	c cleaning 7916 clauses out of 15868 with flag 35001/35001
25.42/23.93	c cleaning 8939 clauses out of 17951 with flag 45000/45000
30.53/29.01	c cleaning 9483 clauses out of 19014 with flag 55002/55002
41.74/40.29	c cleaning 9725 clauses out of 19532 with flag 65003/65003
50.15/48.66	c cleaning 9894 clauses out of 19806 with flag 75002/75002
57.35/55.87	c cleaning 9941 clauses out of 19912 with flag 85002/85002
62.65/61.15	c cleaning 9954 clauses out of 19969 with flag 95000/95000
73.86/72.30	c cleaning 9948 clauses out of 20017 with flag 105002/105002
77.96/76.46	c cleaning 9996 clauses out of 20067 with flag 115000/115000
86.57/85.01	c cleaning 10005 clauses out of 20071 with flag 125000/125000
91.49/90.00	c cleaning 10001 clauses out of 20069 with flag 135003/135003
95.01/93.49	c cleaning 9972 clauses out of 20065 with flag 145000/145000
100.40/98.91	c cleaning 10011 clauses out of 20093 with flag 155000/155000
105.60/104.02	c cleaning 10001 clauses out of 20083 with flag 165001/165001
112.73/111.19	c cleaning 9986 clauses out of 20081 with flag 175000/175000
117.62/116.02	c cleaning 9983 clauses out of 20096 with flag 185001/185001
121.63/120.06	c cleaning 10013 clauses out of 20112 with flag 195000/195000
126.13/124.55	c cleaning 9885 clauses out of 20100 with flag 205001/205001
131.73/130.17	c cleaning 10080 clauses out of 20217 with flag 215003/215003
138.54/136.91	c cleaning 10019 clauses out of 20134 with flag 225000/225000
149.14/147.52	c cleaning 10035 clauses out of 20115 with flag 235000/235000
160.75/159.10	c cleaning 10010 clauses out of 20080 with flag 245000/245000
172.85/171.26	c cleaning 9980 clauses out of 20070 with flag 255000/255000
181.75/180.19	c cleaning 10028 clauses out of 20091 with flag 265001/265001
186.65/185.01	c cleaning 9959 clauses out of 20062 with flag 275000/275000
191.87/190.26	c cleaning 10044 clauses out of 20103 with flag 285000/285000
195.64/193.62	c cleaning 10003 clauses out of 20060 with flag 295001/295001
199.15/196.70	c cleaning 9964 clauses out of 20058 with flag 305002/305002
202.36/199.96	c cleaning 9952 clauses out of 20093 with flag 315001/315001
205.46/203.07	c cleaning 9982 clauses out of 20141 with flag 325001/325001
208.66/206.29	c cleaning 10004 clauses out of 20158 with flag 335000/335000
212.37/209.97	c cleaning 10000 clauses out of 20154 with flag 345000/345000
219.87/217.48	c cleaning 9983 clauses out of 20156 with flag 355002/355002
227.08/224.62	c cleaning 10000 clauses out of 20171 with flag 365000/365000
233.29/230.80	c cleaning 10009 clauses out of 20171 with flag 375000/375000
239.39/236.94	c cleaning 10010 clauses out of 20163 with flag 385001/385001
245.39/242.96	c cleaning 10005 clauses out of 20153 with flag 395001/395001
250.79/248.30	c cleaning 10010 clauses out of 20148 with flag 405001/405001
258.10/255.66	c cleaning 10021 clauses out of 20141 with flag 415004/415004
263.23/260.76	c cleaning 10010 clauses out of 20117 with flag 425001/425001
269.72/267.29	c cleaning 10015 clauses out of 20106 with flag 435000/435000
273.32/270.81	c cleaning 9991 clauses out of 20091 with flag 445000/445000
279.82/277.35	c cleaning 10012 clauses out of 20101 with flag 455001/455001
284.33/281.80	c cleaning 9997 clauses out of 20089 with flag 465001/465001
288.34/285.82	c cleaning 9974 clauses out of 20092 with flag 475001/475001
295.94/293.47	c cleaning 9997 clauses out of 20118 with flag 485001/485001
302.45/299.92	c cleaning 9996 clauses out of 20121 with flag 495001/495001
310.57/308.07	c cleaning 9988 clauses out of 20128 with flag 505004/505004
319.15/316.60	c cleaning 9998 clauses out of 20137 with flag 515001/515001
325.16/322.65	c cleaning 10042 clauses out of 20138 with flag 525000/525000
328.36/325.86	c cleaning 9925 clauses out of 20097 with flag 535001/535001
331.38/328.85	c cleaning 9985 clauses out of 20173 with flag 545002/545002
333.78/331.22	c cleaning 10025 clauses out of 20187 with flag 555001/555001
336.18/333.60	c cleaning 9993 clauses out of 20164 with flag 565003/565003
340.30/337.73	c cleaning 9989 clauses out of 20168 with flag 575000/575000
343.99/341.46	c cleaning 9963 clauses out of 20180 with flag 585001/585001
349.19/346.64	c cleaning 10088 clauses out of 20216 with flag 595000/595000
355.10/352.50	c cleaning 10046 clauses out of 20128 with flag 605000/605000
358.80/356.27	c cleaning 9962 clauses out of 20086 with flag 615004/615004
361.51/358.94	c cleaning 9977 clauses out of 20120 with flag 625000/625000
368.51/365.97	c cleaning 10037 clauses out of 20144 with flag 635001/635001
376.12/373.54	c cleaning 10011 clauses out of 20107 with flag 645001/645001
379.84/377.26	c cleaning 10021 clauses out of 20095 with flag 655000/655000
384.03/381.47	c cleaning 9990 clauses out of 20074 with flag 665000/665000
387.94/385.39	c cleaning 9986 clauses out of 20084 with flag 675000/675000
390.34/387.77	c cleaning 9961 clauses out of 20100 with flag 685002/685002
393.18/390.54	c cleaning 9975 clauses out of 20138 with flag 695001/695001
395.77/393.13	c cleaning 10024 clauses out of 20163 with flag 705001/705001
399.28/396.69	c cleaning 10038 clauses out of 20139 with flag 715001/715001
402.19/399.52	c cleaning 9969 clauses out of 20101 with flag 725001/725001
406.70/404.09	c cleaning 9969 clauses out of 20132 with flag 735001/735001
411.60/408.99	c cleaning 9992 clauses out of 20162 with flag 745000/745000
416.50/413.80	c cleaning 9983 clauses out of 20171 with flag 755001/755001
420.91/418.27	c cleaning 9996 clauses out of 20187 with flag 765000/765000
426.81/424.16	c cleaning 10015 clauses out of 20192 with flag 775001/775001
431.01/428.39	c cleaning 10060 clauses out of 20178 with flag 785002/785002
434.61/431.96	c cleaning 9989 clauses out of 20118 with flag 795002/795002
437.52/434.88	c cleaning 9997 clauses out of 20127 with flag 805000/805000
443.12/440.48	c cleaning 9979 clauses out of 20130 with flag 815000/815000
447.93/445.29	c cleaning 9932 clauses out of 20151 with flag 825000/825000
451.14/448.42	c cleaning 9961 clauses out of 20220 with flag 835001/835001
456.14/453.47	c cleaning 9974 clauses out of 20259 with flag 845001/845001
460.76/458.07	c cleaning 9986 clauses out of 20285 with flag 855001/855001
466.17/463.43	c cleaning 10001 clauses out of 20298 with flag 865000/865000
468.67/465.95	c cleaning 9997 clauses out of 20302 with flag 875005/875005
471.39/468.64	c cleaning 10115 clauses out of 20300 with flag 885000/885000
475.08/472.30	c cleaning 10059 clauses out of 20185 with flag 895000/895000
480.38/477.69	c cleaning 9894 clauses out of 20126 with flag 905000/905000
488.59/485.80	c cleaning 10046 clauses out of 20232 with flag 915000/915000
496.60/493.85	c cleaning 10059 clauses out of 20187 with flag 925001/925001
504.31/501.59	c cleaning 10013 clauses out of 20130 with flag 935003/935003
510.80/508.10	c cleaning 10027 clauses out of 20115 with flag 945001/945001
517.51/514.81	c cleaning 9993 clauses out of 20087 with flag 955000/955000
523.61/520.88	c cleaning 9981 clauses out of 20095 with flag 965001/965001
529.91/527.14	c cleaning 9985 clauses out of 20113 with flag 975000/975000
536.11/533.36	c cleaning 10032 clauses out of 20132 with flag 985004/985004
540.74/537.98	c cleaning 10024 clauses out of 20096 with flag 995000/995000
545.93/543.12	c cleaning 9980 clauses out of 20073 with flag 1005001/1005001
550.65/547.82	c cleaning 9970 clauses out of 20095 with flag 1015003/1015003
555.64/552.82	c cleaning 9961 clauses out of 20123 with flag 1025001/1025001
563.75/560.96	c cleaning 9954 clauses out of 20162 with flag 1035001/1035001
572.15/569.39	c cleaning 9978 clauses out of 20207 with flag 1045000/1045000
580.15/577.36	c cleaning 9987 clauses out of 20230 with flag 1055001/1055001
588.25/585.50	c cleaning 10002 clauses out of 20242 with flag 1065000/1065000
596.06/593.29	c cleaning 10029 clauses out of 20241 with flag 1075001/1075001
608.26/605.49	c cleaning 10092 clauses out of 20212 with flag 1085001/1085001
611.07/608.27	c cleaning 10002 clauses out of 20119 with flag 1095000/1095000
613.77/610.95	c cleaning 9995 clauses out of 20117 with flag 1105000/1105000
616.07/613.21	c cleaning 9988 clauses out of 20123 with flag 1115001/1115001
619.89/617.06	c cleaning 9991 clauses out of 20134 with flag 1125000/1125000
623.79/620.91	c cleaning 9999 clauses out of 20143 with flag 1135000/1135000
627.09/624.22	c cleaning 10012 clauses out of 20144 with flag 1145000/1145000
630.91/628.03	c cleaning 9989 clauses out of 20132 with flag 1155000/1155000
637.30/634.48	c cleaning 9990 clauses out of 20145 with flag 1165002/1165002
642.70/639.85	c cleaning 9996 clauses out of 20155 with flag 1175002/1175002
648.81/645.91	c cleaning 10045 clauses out of 20157 with flag 1185000/1185000
658.91/656.02	c cleaning 10002 clauses out of 20112 with flag 1195000/1195000
666.01/663.11	c cleaning 10038 clauses out of 20110 with flag 1205000/1205000
670.82/667.93	c cleaning 9995 clauses out of 20074 with flag 1215002/1215002
676.62/673.74	c cleaning 9992 clauses out of 20077 with flag 1225000/1225000
685.23/682.38	c cleaning 9965 clauses out of 20085 with flag 1235000/1235000
695.03/692.19	c cleaning 9970 clauses out of 20121 with flag 1245001/1245001
703.74/700.83	c cleaning 10016 clauses out of 20150 with flag 1255000/1255000
712.54/709.61	c cleaning 10004 clauses out of 20136 with flag 1265002/1265002
721.55/718.66	c cleaning 9975 clauses out of 20131 with flag 1275001/1275001
729.96/727.05	c cleaning 9985 clauses out of 20155 with flag 1285000/1285000
737.95/735.09	c cleaning 10006 clauses out of 20170 with flag 1295000/1295000
746.96/744.00	c cleaning 10002 clauses out of 20165 with flag 1305001/1305001
753.66/750.78	c cleaning 9996 clauses out of 20164 with flag 1315002/1315002
765.66/762.79	c cleaning 10042 clauses out of 20169 with flag 1325003/1325003
771.07/768.12	c cleaning 10014 clauses out of 20124 with flag 1335000/1335000
778.27/775.41	c cleaning 10015 clauses out of 20110 with flag 1345000/1345000
783.57/780.67	c cleaning 10023 clauses out of 20095 with flag 1355000/1355000
789.39/786.51	c cleaning 10021 clauses out of 20072 with flag 1365000/1365000
794.38/791.46	c cleaning 10003 clauses out of 20053 with flag 1375002/1375002
798.20/795.22	c cleaning 9963 clauses out of 20048 with flag 1385000/1385000
801.19/798.29	c cleaning 9984 clauses out of 20085 with flag 1395000/1395000
807.60/804.60	c cleaning 9968 clauses out of 20103 with flag 1405002/1405002
814.90/811.93	c cleaning 10009 clauses out of 20134 with flag 1415001/1415001
826.82/823.88	c cleaning 9982 clauses out of 20127 with flag 1425003/1425003
837.11/834.19	c cleaning 9986 clauses out of 20144 with flag 1435002/1435002
845.72/842.78	c cleaning 10019 clauses out of 20156 with flag 1445000/1445000
855.62/852.64	c cleaning 9965 clauses out of 20137 with flag 1455000/1455000
865.03/862.08	c cleaning 10038 clauses out of 20172 with flag 1465000/1465000
872.34/869.38	c cleaning 10009 clauses out of 20134 with flag 1475000/1475000
881.64/878.63	c cleaning 9996 clauses out of 20125 with flag 1485000/1485000
884.74/881.80	c cleaning 9944 clauses out of 20129 with flag 1495000/1495000
888.25/885.24	c cleaning 9943 clauses out of 20185 with flag 1505000/1505000
891.25/888.22	c cleaning 10008 clauses out of 20243 with flag 1515001/1515001
895.36/892.38	c cleaning 10015 clauses out of 20235 with flag 1525001/1525001
904.76/901.79	c cleaning 9986 clauses out of 20219 with flag 1535000/1535000
913.78/910.81	c cleaning 9990 clauses out of 20234 with flag 1545001/1545001
923.37/920.35	c cleaning 9981 clauses out of 20243 with flag 1555000/1555000
937.77/934.78	c cleaning 9993 clauses out of 20264 with flag 1565002/1565002
953.28/950.25	c cleaning 9970 clauses out of 20271 with flag 1575002/1575002
972.21/969.17	c cleaning 9995 clauses out of 20300 with flag 1585001/1585001
984.40/981.36	c cleaning 10003 clauses out of 20306 with flag 1595002/1595002
990.81/987.78	c cleaning 9991 clauses out of 20301 with flag 1605000/1605000
996.90/993.82	c cleaning 10004 clauses out of 20310 with flag 1615000/1615000
1005.22/1002.19	c cleaning 10090 clauses out of 20306 with flag 1625000/1625000
1011.91/1008.89	c cleaning 10060 clauses out of 20216 with flag 1635000/1635000
1018.43/1015.38	c cleaning 10049 clauses out of 20157 with flag 1645001/1645001
1025.11/1022.01	c cleaning 10031 clauses out of 20108 with flag 1655001/1655001
1031.22/1028.10	c cleaning 10002 clauses out of 20077 with flag 1665001/1665001
1037.62/1034.54	c cleaning 10001 clauses out of 20075 with flag 1675001/1675001
1043.32/1040.28	c cleaning 10006 clauses out of 20073 with flag 1685000/1685000
1049.52/1046.50	c cleaning 10000 clauses out of 20067 with flag 1695000/1695000
1056.23/1053.11	c cleaning 10004 clauses out of 20068 with flag 1705001/1705001
1062.04/1058.98	c cleaning 10010 clauses out of 20065 with flag 1715002/1715002
1067.85/1064.73	c cleaning 9994 clauses out of 20054 with flag 1725001/1725001
1073.46/1070.37	c cleaning 9997 clauses out of 20059 with flag 1735000/1735000
1079.95/1076.83	c cleaning 10016 clauses out of 20062 with flag 1745000/1745000
1089.25/1086.13	c cleaning 9985 clauses out of 20048 with flag 1755002/1755002
1097.68/1094.53	c cleaning 9985 clauses out of 20061 with flag 1765000/1765000
1102.08/1098.93	c cleaning 9970 clauses out of 20076 with flag 1775000/1775000
1112.37/1109.20	c cleaning 9984 clauses out of 20107 with flag 1785001/1785001
1129.17/1126.04	c cleaning 10001 clauses out of 20122 with flag 1795000/1795000
1147.68/1144.51	c cleaning 9999 clauses out of 20122 with flag 1805001/1805001
1167.28/1164.16	c cleaning 9991 clauses out of 20123 with flag 1815001/1815001
1187.29/1184.18	c cleaning 9992 clauses out of 20132 with flag 1825001/1825001
1205.19/1202.08	c cleaning 9996 clauses out of 20140 with flag 1835001/1835001
1213.69/1210.52	c cleaning 9978 clauses out of 20143 with flag 1845000/1845000
1218.80/1215.69	c cleaning 10011 clauses out of 20166 with flag 1855001/1855001
1222.91/1219.71	c cleaning 10018 clauses out of 20155 with flag 1865001/1865001
1226.51/1223.31	c cleaning 10002 clauses out of 20137 with flag 1875001/1875001
1230.83/1227.69	c cleaning 10008 clauses out of 20136 with flag 1885002/1885002
1235.72/1232.52	c cleaning 9998 clauses out of 20127 with flag 1895001/1895001
1241.02/1237.87	c cleaning 10014 clauses out of 20129 with flag 1905001/1905001
1246.02/1242.83	c cleaning 9993 clauses out of 20114 with flag 1915000/1915000
1250.72/1247.56	c cleaning 9998 clauses out of 20122 with flag 1925001/1925001
1255.12/1251.92	c cleaning 10015 clauses out of 20124 with flag 1935001/1935001
1259.92/1256.71	c cleaning 10000 clauses out of 20110 with flag 1945002/1945002
1264.63/1261.40	c cleaning 10004 clauses out of 20109 with flag 1955001/1955001
1268.53/1265.36	c cleaning 9979 clauses out of 20104 with flag 1965000/1965000
1272.73/1269.50	c cleaning 10005 clauses out of 20127 with flag 1975002/1975002
1277.73/1274.53	c cleaning 10003 clauses out of 20120 with flag 1985000/1985000
1282.55/1279.34	c cleaning 10021 clauses out of 20118 with flag 1995001/1995001
1289.54/1286.35	c cleaning 9994 clauses out of 20096 with flag 2005000/2005000
1296.25/1293.06	c cleaning 10007 clauses out of 20103 with flag 2015001/2015001
1306.26/1303.01	c cleaning 10016 clauses out of 20095 with flag 2025000/2025000
1314.16/1310.92	c cleaning 9976 clauses out of 20079 with flag 2035000/2035000
1319.17/1315.90	c cleaning 9990 clauses out of 20103 with flag 2045000/2045000
1323.07/1319.84	c cleaning 9992 clauses out of 20114 with flag 2055001/2055001
1326.49/1323.23	c cleaning 9935 clauses out of 20123 with flag 2065002/2065002
1329.29/1326.09	c cleaning 9943 clauses out of 20186 with flag 2075000/2075000
1332.30/1329.04	c cleaning 9985 clauses out of 20245 with flag 2085002/2085002
1335.42/1332.12	c cleaning 9987 clauses out of 20258 with flag 2095000/2095000
1338.62/1335.34	c cleaning 9988 clauses out of 20272 with flag 2105001/2105001
1340.93/1337.67	c cleaning 9987 clauses out of 20283 with flag 2115000/2115000
1345.11/1341.89	c cleaning 10072 clauses out of 20298 with flag 2125002/2125002
1358.02/1354.79	c cleaning 10033 clauses out of 20227 with flag 2135003/2135003
1369.54/1366.29	c cleaning 9903 clauses out of 20191 with flag 2145000/2145000
1384.03/1380.71	c cleaning 9953 clauses out of 20289 with flag 2155001/2155001
1398.05/1394.78	c cleaning 9970 clauses out of 20335 with flag 2165000/2165000
1410.35/1407.03	c cleaning 10029 clauses out of 20370 with flag 2175005/2175005
1424.35/1421.05	c cleaning 10014 clauses out of 20337 with flag 2185001/2185001
1429.36/1426.05	c cleaning 9944 clauses out of 20322 with flag 2195000/2195000
1438.88/1435.56	c cleaning 10007 clauses out of 20379 with flag 2205001/2205001
1447.97/1444.66	c cleaning 9994 clauses out of 20372 with flag 2215001/2215001
1455.68/1452.39	c cleaning 9982 clauses out of 20377 with flag 2225000/2225000
1462.78/1459.46	c cleaning 10025 clauses out of 20396 with flag 2235001/2235001
1467.59/1464.20	c cleaning 9951 clauses out of 20372 with flag 2245002/2245002
1471.59/1468.20	c cleaning 9904 clauses out of 20420 with flag 2255001/2255001
1483.30/1479.94	c cleaning 9992 clauses out of 20516 with flag 2265001/2265001
1497.90/1494.59	c cleaning 9989 clauses out of 20524 with flag 2275001/2275001
1515.00/1511.62	c cleaning 9976 clauses out of 20535 with flag 2285001/2285001
1523.81/1520.44	c cleaning 10215 clauses out of 20559 with flag 2295001/2295001
1529.13/1525.78	c cleaning 10116 clauses out of 20344 with flag 2305001/2305001
1531.72/1528.39	c cleaning 9978 clauses out of 20227 with flag 2315000/2315000
1534.22/1530.83	c cleaning 9989 clauses out of 20251 with flag 2325002/2325002
1536.53/1533.10	c cleaning 9952 clauses out of 20260 with flag 2335000/2335000
1539.13/1535.79	c cleaning 9924 clauses out of 20309 with flag 2345001/2345001
1542.13/1538.76	c cleaning 9995 clauses out of 20384 with flag 2355000/2355000
1545.03/1541.69	c cleaning 9951 clauses out of 20389 with flag 2365000/2365000
1548.14/1544.75	c cleaning 9980 clauses out of 20439 with flag 2375001/2375001
1551.44/1548.10	c cleaning 9970 clauses out of 20458 with flag 2385000/2385000
1553.45/1550.04	c cleaning 9995 clauses out of 20488 with flag 2395000/2395000
1556.45/1553.03	c cleaning 10018 clauses out of 20495 with flag 2405002/2405002
1559.45/1556.03	c cleaning 10011 clauses out of 20475 with flag 2415000/2415000
1562.07/1558.62	c cleaning 9999 clauses out of 20465 with flag 2425001/2425001
1564.76/1561.33	c cleaning 10183 clauses out of 20466 with flag 2435001/2435001
1569.17/1565.75	c cleaning 10101 clauses out of 20282 with flag 2445000/2445000
1574.29/1570.83	c cleaning 10016 clauses out of 20182 with flag 2455001/2455001
1579.57/1576.14	c cleaning 10008 clauses out of 20167 with flag 2465002/2465002
1583.97/1580.58	c cleaning 10002 clauses out of 20158 with flag 2475001/2475001
1591.79/1588.32	c cleaning 10019 clauses out of 20156 with flag 2485001/2485001
1598.58/1595.14	c cleaning 10007 clauses out of 20137 with flag 2495001/2495001
1603.79/1600.41	c cleaning 10002 clauses out of 20129 with flag 2505000/2505000
1611.20/1607.78	c cleaning 9994 clauses out of 20128 with flag 2515001/2515001
1617.50/1614.01	c cleaning 10002 clauses out of 20133 with flag 2525000/2525000
1622.72/1619.27	c cleaning 9989 clauses out of 20132 with flag 2535001/2535001
1629.32/1625.82	c cleaning 10006 clauses out of 20142 with flag 2545000/2545000
1636.30/1632.84	c cleaning 10000 clauses out of 20136 with flag 2555000/2555000
1642.11/1638.68	c cleaning 10019 clauses out of 20136 with flag 2565000/2565000
1647.31/1643.80	c cleaning 9999 clauses out of 20118 with flag 2575001/2575001
1653.71/1650.29	c cleaning 10010 clauses out of 20118 with flag 2585000/2585000
1660.92/1657.47	c cleaning 10008 clauses out of 20112 with flag 2595004/2595004
1669.93/1666.44	c cleaning 9988 clauses out of 20103 with flag 2605003/2605003
1675.12/1671.61	c cleaning 9999 clauses out of 20113 with flag 2615001/2615001
1679.62/1676.20	c cleaning 9993 clauses out of 20113 with flag 2625000/2625000
1686.32/1682.80	c cleaning 10005 clauses out of 20121 with flag 2635001/2635001
1696.44/1692.96	c cleaning 10016 clauses out of 20116 with flag 2645001/2645001
1702.94/1699.42	c cleaning 9994 clauses out of 20099 with flag 2655000/2655000
1708.73/1705.29	c cleaning 10001 clauses out of 20106 with flag 2665001/2665001
1716.25/1712.79	c cleaning 9936 clauses out of 20104 with flag 2675000/2675000
1726.64/1723.19	c cleaning 10016 clauses out of 20168 with flag 2685000/2685000
1735.34/1731.86	c cleaning 10002 clauses out of 20152 with flag 2695000/2695000
1741.85/1738.39	c cleaning 9964 clauses out of 20151 with flag 2705001/2705001
1749.56/1746.08	c cleaning 9948 clauses out of 20189 with flag 2715003/2715003
1761.16/1757.66	c cleaning 10043 clauses out of 20238 with flag 2725000/2725000
1767.88/1764.35	c cleaning 10047 clauses out of 20196 with flag 2735001/2735001
1778.57/1775.09	c cleaning 10026 clauses out of 20148 with flag 2745000/2745000
1789.99/1786.42	c cleaning 9999 clauses out of 20123 with flag 2755001/2755001
1799.07/1795.50	c cleaning 10005 clauses out of 20123 with flag 2765000/2765000
1800.09/1796.52	c starts		: 231
1800.09/1796.52	c conflicts		: 2765949
1800.09/1796.52	c decisions		: 5361843
1800.09/1796.52	c propagations		: 98302502
1800.09/1796.52	c inspects		: 1682894951
1800.09/1796.52	c shortcuts		: 0
1800.09/1796.52	c learnt literals	: 0
1800.09/1796.52	c learnt binary clauses	: 22
1800.09/1796.52	c learnt ternary clauses	: 18
1800.09/1796.52	c learnt constraints	: 2765948
1800.09/1796.52	c ignored constraints	: 0
1800.09/1796.52	c root simplifications	: 0
1800.09/1796.52	c removed literals (reason simplification)	: 263923352
1800.09/1796.52	c reason swapping (by a shorter reason)	: 0
1800.09/1796.52	c Calls to reduceDB	: 278
1800.09/1796.52	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.52	c number of learned constraints concerned by reduction	: 0
1800.09/1796.52	c number of learning phase by resolution	: 0
1800.09/1796.52	c number of learning phase by cutting planes	: 0
1800.09/1796.52	c speed (assignments/second)	: 54726.57561762073
1800.09/1796.52	c non guided choices	745
1800.09/1796.53	c learnt constraints type 
1800.09/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.09/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11061
1800.09/1796.53	c constraints type 
1800.09/1796.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
1800.09/1796.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.09/1796.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1796.53	s UNKNOWN
1800.09/1796.53	c Total wall clock time (in seconds): 1796.422

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-3459067-1307141581/watcher-3459067-1307141581 -o /tmp/evaluation-result-3459067-1307141581/solver-3459067-1307141581 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459067-1307141581.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.03 2.04 2.00 2/535 12256
/proc/meminfo: memFree=21224772/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 2126 0 1 0 0 0 0 0 25 0 2 0 825754798 13833195520 1827 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3377245 1841 906 9 0 3368401 0
[pid=12256/tid=12257] ppid=12254 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 5634 0 1 0 0 0 0 0 25 0 2 0 825754799 13850947584 6450 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0701099 s]
/proc/loadavg: 2.03 2.04 2.00 2/535 12256
/proc/meminfo: memFree=21224772/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13554924 CPUtime=0.05 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 14204 0 1 0 4 1 0 0 25 0 18 0 825754798 13880242176 13900 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3388731 13901 1733 9 0 3379472 0
[pid=12256/tid=12257] ppid=12254 vsize=13554924 CPUtime=0.05 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 13030 0 1 0 4 1 0 0 25 0 18 0 825754799 13880242176 13901 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512520571 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554924

[startup+0.101122 s]
/proc/loadavg: 2.03 2.04 2.00 2/535 12256
/proc/meminfo: memFree=21224772/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13622392 CPUtime=0.1 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 15497 0 1 0 8 2 0 0 25 0 18 0 825754798 13949329408 15193 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3405598 15193 2092 9 0 3396332 0
[pid=12256/tid=12257] ppid=12254 vsize=13622392 CPUtime=0.09 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 13578 0 1 0 7 2 0 0 18 0 18 0 825754799 13949329408 15193 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 47669964371987 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) 13622392

[startup+0.305302 s]
/proc/loadavg: 2.03 2.04 2.00 2/535 12256
/proc/meminfo: memFree=21224772/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13628668 CPUtime=0.58 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 21201 0 1 0 55 3 0 0 25 0 19 0 825754798 13955756032 20055 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3407167 20061 2210 9 0 3397901 0
[pid=12256/tid=12257] ppid=12254 vsize=13628668 CPUtime=0.29 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 16367 0 1 0 27 2 0 0 19 0 19 0 825754799 13955756032 20061 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 46912505122656 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13628668

[startup+0.701031 s]
/proc/loadavg: 2.03 2.04 2.00 2/535 12256
/proc/meminfo: memFree=21224772/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13628668 CPUtime=1.3 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 21754 0 1 0 127 3 0 0 25 0 19 0 825754798 13955756032 20411 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3407167 20411 2223 9 0 3397901 0
[pid=12256/tid=12257] ppid=12254 vsize=13628668 CPUtime=0.68 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 16532 0 1 0 66 2 0 0 19 0 19 0 825754799 13955756032 20411 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 46912505759979 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 13628668

[startup+1.50088 s]
/proc/loadavg: 2.03 2.04 2.00 3/554 12275
/proc/meminfo: memFree=21149536/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13628668 CPUtime=2.11 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 22206 0 1 0 208 3 0 0 25 0 19 0 825754798 13955756032 20862 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3407167 20863 2225 9 0 3397901 0
[pid=12256/tid=12257] ppid=12254 vsize=13628668 CPUtime=1.48 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 16981 0 1 0 146 2 0 0 18 0 19 0 825754799 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 47669966469971 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12256/tid=12259] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12259/stat : 12259 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12260] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12260/stat : 12260 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12261] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12261/stat : 12261 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12262] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12262/stat : 12262 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12263] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12263/stat : 12263 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12264] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12264/stat : 12264 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12265] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12265/stat : 12265 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12266] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12266/stat : 12266 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754801 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12267] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12267/stat : 12267 (java) S 12254 12256 7151 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 825754802 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 0 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12268] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12268/stat : 12268 (java) S 12254 12256 7151 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 825754802 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12269] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12269/stat : 12269 (java) S 12254 12256 7151 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825754802 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12270] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12270/stat : 12270 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512515505 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12271] ppid=12254 vsize=13628668 CPUtime=0.3 cores=0,2,4,6
/proc/12256/task/12271/stat : 12271 (java) S 12254 12256 7151 0 -1 4202560 2345 0 0 0 30 0 0 0 17 0 19 0 825754804 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12272] ppid=12254 vsize=13628668 CPUtime=0.3 cores=0,2,4,6
/proc/12256/task/12272/stat : 12272 (java) S 12254 12256 7151 0 -1 4202560 1720 0 0 0 30 0 0 0 15 0 19 0 825754804 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12273] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12273/stat : 12273 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12274] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12274/stat : 12274 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825754804 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12275] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12275/stat : 12275 (java) S 12254 12256 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825754828 13955756032 20863 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 13628668

[startup+3.10155 s]
/proc/loadavg: 2.03 2.04 2.00 3/554 12275
/proc/meminfo: memFree=21145692/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13628668 CPUtime=3.74 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 24020 0 1 0 371 3 0 0 25 0 19 0 825754798 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3407167 22672 2251 9 0 3397901 0
[pid=12256/tid=12257] ppid=12254 vsize=13628668 CPUtime=3.06 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 17524 0 1 0 304 2 0 0 21 0 19 0 825754799 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 46912505696411 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12256/tid=12259] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12259/stat : 12259 (java) S 12254 12256 7151 0 -1 4202560 201 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12260] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12260/stat : 12260 (java) S 12254 12256 7151 0 -1 4202560 265 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12261] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12261/stat : 12261 (java) S 12254 12256 7151 0 -1 4202560 166 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12262] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12262/stat : 12262 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12263] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12263/stat : 12263 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12264] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12264/stat : 12264 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12265] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12265/stat : 12265 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12266] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12266/stat : 12266 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825754801 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12267] ppid=12254 vsize=13628668 CPUtime=0.01 cores=0,2,4,6
/proc/12256/task/12267/stat : 12267 (java) S 12254 12256 7151 0 -1 4202560 632 0 0 0 1 0 0 0 15 0 19 0 825754802 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 0 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12268] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12268/stat : 12268 (java) S 12254 12256 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825754802 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12269] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12269/stat : 12269 (java) S 12254 12256 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825754802 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12270] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12270/stat : 12270 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512515505 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12271] ppid=12254 vsize=13628668 CPUtime=0.32 cores=0,2,4,6
/proc/12256/task/12271/stat : 12271 (java) S 12254 12256 7151 0 -1 4202560 2351 0 0 0 32 0 0 0 15 0 19 0 825754804 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12272] ppid=12254 vsize=13628668 CPUtime=0.32 cores=0,2,4,6
/proc/12256/task/12272/stat : 12272 (java) S 12254 12256 7151 0 -1 4202560 1724 0 0 0 32 0 0 0 15 0 19 0 825754804 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12273] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12273/stat : 12273 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12274] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12274/stat : 12274 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825754804 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12275] ppid=12254 vsize=13628668 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12275/stat : 12275 (java) S 12254 12256 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825754828 13955756032 22672 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 13628668

[startup+6.30092 s]
/proc/loadavg: 2.03 2.04 2.00 3/554 12276
/proc/meminfo: memFree=21139748/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13627492 CPUtime=6.97 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 25877 0 1 0 694 3 0 0 25 0 19 0 825754798 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3406873 24361 2251 9 0 3397607 0
[pid=12256/tid=12257] ppid=12254 vsize=13627492 CPUtime=6.24 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 17527 0 1 0 622 2 0 0 19 0 19 0 825754799 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 46912505702469 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12256/tid=12259] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12259/stat : 12259 (java) S 12254 12256 7151 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12260] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12260/stat : 12260 (java) S 12254 12256 7151 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12261] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12261/stat : 12261 (java) S 12254 12256 7151 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12262] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12262/stat : 12262 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12263] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12263/stat : 12263 (java) S 12254 12256 7151 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12264] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12264/stat : 12264 (java) S 12254 12256 7151 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12265] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12265/stat : 12265 (java) S 12254 12256 7151 0 -1 4202560 762 0 0 0 0 0 0 0 16 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12266] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12266/stat : 12266 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825754801 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12267] ppid=12254 vsize=13627492 CPUtime=0.02 cores=0,2,4,6
/proc/12256/task/12267/stat : 12267 (java) S 12254 12256 7151 0 -1 4202560 961 0 0 0 2 0 0 0 15 0 19 0 825754802 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 0 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12268] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12268/stat : 12268 (java) S 12254 12256 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825754802 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12269] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12269/stat : 12269 (java) S 12254 12256 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825754802 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12270] ppid=12254 vsize=13627492 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12270/stat : 12270 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512515505 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12271] ppid=12254 vsize=13627492 CPUtime=0.34 cores=0,2,4,6
/proc/12256/task/12271/stat : 12271 (java) S 12254 12256 7151 0 -1 4202560 2354 0 0 0 34 0 0 0 15 0 19 0 825754804 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12272] ppid=12254 vsize=13627492 CPUtime=0.33 cores=0,2,4,6
/proc/12256/task/12272/stat : 12272 (java) S 12254 12256 7151 0 -1 4202560 1726 0 0 0 33 0 0 0 15 0 19 0 825754804 13954551808 24361 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0

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

[pid=12256/tid=12264] ppid=12254 vsize=13632660 CPUtime=0.21 cores=0,2,4,6
/proc/12256/task/12264/stat : 12264 (java) S 12254 12256 7151 0 -1 4202560 948 0 0 0 21 0 0 0 15 0 19 0 825754801 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12265] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12265/stat : 12265 (java) S 12254 12256 7151 0 -1 4202560 1388 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12266] ppid=12254 vsize=13632660 CPUtime=0.22 cores=0,2,4,6
/proc/12256/task/12266/stat : 12266 (java) S 12254 12256 7151 0 -1 4202560 779 0 0 0 22 0 0 0 15 0 19 0 825754801 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 2 0 0 0
[pid=12256/tid=12267] ppid=12254 vsize=13632660 CPUtime=6.39 cores=0,2,4,6
/proc/12256/task/12267/stat : 12267 (java) S 12254 12256 7151 0 -1 4202560 5252 0 0 0 635 4 0 0 15 0 19 0 825754802 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 0 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12268] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12268/stat : 12268 (java) S 12254 12256 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12269] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12269/stat : 12269 (java) S 12254 12256 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12270] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12270/stat : 12270 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512515505 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12271] ppid=12254 vsize=13632660 CPUtime=1.86 cores=0,2,4,6
/proc/12256/task/12271/stat : 12271 (java) S 12254 12256 7151 0 -1 4202560 17518 0 0 0 185 1 0 0 15 0 19 0 825754804 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12272] ppid=12254 vsize=13632660 CPUtime=0.48 cores=0,2,4,6
/proc/12256/task/12272/stat : 12272 (java) S 12254 12256 7151 0 -1 4202560 4221 0 0 0 48 0 0 0 15 0 19 0 825754804 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12273] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12273/stat : 12273 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12274] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12274/stat : 12274 (java) S 12254 12256 7151 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 825754804 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12275] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12275/stat : 12275 (java) S 12254 12256 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825754828 13959843840 37777 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1725.84
Current children cumulated vsize (KiB) 13632660

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.01 4/554 12385
/proc/meminfo: memFree=21049008/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13632660 CPUtime=1785.87 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 55091 0 1 0 178575 12 0 0 25 0 19 0 825754798 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3408165 37781 2253 9 0 3398899 0
[pid=12256/tid=12257] ppid=12254 vsize=13632660 CPUtime=1774.96 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 18775 0 1 0 177493 3 0 0 25 0 19 0 825754799 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 46912505805056 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12256/tid=12259] ppid=12254 vsize=13632660 CPUtime=0.23 cores=0,2,4,6
/proc/12256/task/12259/stat : 12259 (java) S 12254 12256 7151 0 -1 4202560 719 0 0 0 23 0 0 0 16 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12260] ppid=12254 vsize=13632660 CPUtime=0.26 cores=0,2,4,6
/proc/12256/task/12260/stat : 12260 (java) S 12254 12256 7151 0 -1 4202560 935 0 0 0 26 0 0 0 15 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12261] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12261/stat : 12261 (java) S 12254 12256 7151 0 -1 4202560 1761 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12262] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12262/stat : 12262 (java) S 12254 12256 7151 0 -1 4202560 822 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12263] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12263/stat : 12263 (java) S 12254 12256 7151 0 -1 4202560 713 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12264] ppid=12254 vsize=13632660 CPUtime=0.21 cores=0,2,4,6
/proc/12256/task/12264/stat : 12264 (java) S 12254 12256 7151 0 -1 4202560 949 0 0 0 21 0 0 0 15 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12265] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12265/stat : 12265 (java) S 12254 12256 7151 0 -1 4202560 1391 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12266] ppid=12254 vsize=13632660 CPUtime=0.22 cores=0,2,4,6
/proc/12256/task/12266/stat : 12266 (java) S 12254 12256 7151 0 -1 4202560 779 0 0 0 22 0 0 0 16 0 19 0 825754801 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 2 0 0 0
[pid=12256/tid=12267] ppid=12254 vsize=13632660 CPUtime=6.57 cores=0,2,4,6
/proc/12256/task/12267/stat : 12267 (java) S 12254 12256 7151 0 -1 4202560 5254 0 0 0 653 4 0 0 15 0 19 0 825754802 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 0 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12268] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12268/stat : 12268 (java) S 12254 12256 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12269] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12269/stat : 12269 (java) S 12254 12256 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12270] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12270/stat : 12270 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512515505 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12271] ppid=12254 vsize=13632660 CPUtime=1.86 cores=0,2,4,6
/proc/12256/task/12271/stat : 12271 (java) S 12254 12256 7151 0 -1 4202560 17518 0 0 0 185 1 0 0 15 0 19 0 825754804 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12272] ppid=12254 vsize=13632660 CPUtime=0.48 cores=0,2,4,6
/proc/12256/task/12272/stat : 12272 (java) S 12254 12256 7151 0 -1 4202560 4221 0 0 0 48 0 0 0 15 0 19 0 825754804 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12273] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12273/stat : 12273 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12274] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12274/stat : 12274 (java) S 12254 12256 7151 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 825754804 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12275] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12275/stat : 12275 (java) S 12254 12256 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825754828 13959843840 37781 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1785.87
Current children cumulated vsize (KiB) 13632660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.05 2.04 2.00 4/554 12385
/proc/meminfo: memFree=21049124/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13632660 CPUtime=1800.09 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 55096 0 1 0 179997 12 0 0 25 0 19 0 825754798 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3408165 37782 2253 9 0 3398899 0
[pid=12256/tid=12257] ppid=12254 vsize=13632660 CPUtime=1789.13 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 18777 0 1 0 178910 3 0 0 25 0 19 0 825754799 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 46912505702495 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12256/tid=12259] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12259/stat : 12259 (java) S 12254 12256 7151 0 -1 4202560 719 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12260] ppid=12254 vsize=13632660 CPUtime=0.27 cores=0,2,4,6
/proc/12256/task/12260/stat : 12260 (java) S 12254 12256 7151 0 -1 4202560 936 0 0 0 27 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12261] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12261/stat : 12261 (java) S 12254 12256 7151 0 -1 4202560 1761 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12262] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12262/stat : 12262 (java) S 12254 12256 7151 0 -1 4202560 822 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12263] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12263/stat : 12263 (java) S 12254 12256 7151 0 -1 4202560 713 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 2 0 0 0
[pid=12256/tid=12264] ppid=12254 vsize=13632660 CPUtime=0.21 cores=0,2,4,6
/proc/12256/task/12264/stat : 12264 (java) S 12254 12256 7151 0 -1 4202560 949 0 0 0 21 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12265] ppid=12254 vsize=13632660 CPUtime=0.25 cores=0,2,4,6
/proc/12256/task/12265/stat : 12265 (java) S 12254 12256 7151 0 -1 4202560 1391 0 0 0 25 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12266] ppid=12254 vsize=13632660 CPUtime=0.22 cores=0,2,4,6
/proc/12256/task/12266/stat : 12266 (java) S 12254 12256 7151 0 -1 4202560 779 0 0 0 22 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 2 0 0 0
[pid=12256/tid=12267] ppid=12254 vsize=13632660 CPUtime=6.62 cores=0,2,4,6
/proc/12256/task/12267/stat : 12267 (java) S 12254 12256 7151 0 -1 4202560 5256 0 0 0 658 4 0 0 16 0 19 0 825754802 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 0 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12268] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12268/stat : 12268 (java) S 12254 12256 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12269] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12269/stat : 12269 (java) S 12254 12256 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12270] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12270/stat : 12270 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512515505 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12271] ppid=12254 vsize=13632660 CPUtime=1.86 cores=0,2,4,6
/proc/12256/task/12271/stat : 12271 (java) S 12254 12256 7151 0 -1 4202560 17518 0 0 0 185 1 0 0 15 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12272] ppid=12254 vsize=13632660 CPUtime=0.48 cores=0,2,4,6
/proc/12256/task/12272/stat : 12272 (java) S 12254 12256 7151 0 -1 4202560 4221 0 0 0 48 0 0 0 15 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12273] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12273/stat : 12273 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12274] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12274/stat : 12274 (java) S 12254 12256 7151 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12275] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12275/stat : 12275 (java) S 12254 12256 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825754828 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13632660

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

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

[startup+1796.5 s]
/proc/loadavg: 2.05 2.04 2.00 4/554 12385
/proc/meminfo: memFree=21049124/32950928 swapFree=34259960/67111528
[pid=12256] ppid=12254 vsize=13632660 CPUtime=1800.09 cores=0,2,4,6
/proc/12256/stat : 12256 (java) S 12254 12256 7151 0 -1 4202496 55096 0 1 0 179997 12 0 0 25 0 19 0 825754798 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12256/statm: 3408165 37782 2253 9 0 3398899 0
[pid=12256/tid=12257] ppid=12254 vsize=13632660 CPUtime=1789.13 cores=0,2,4,6
/proc/12256/task/12257/stat : 12257 (java) R 12254 12256 7151 0 -1 4202560 18777 0 1 0 178910 3 0 0 25 0 19 0 825754799 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 46912505702495 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12256/tid=12259] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12259/stat : 12259 (java) S 12254 12256 7151 0 -1 4202560 719 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12260] ppid=12254 vsize=13632660 CPUtime=0.27 cores=0,2,4,6
/proc/12256/task/12260/stat : 12260 (java) S 12254 12256 7151 0 -1 4202560 936 0 0 0 27 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12261] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12261/stat : 12261 (java) S 12254 12256 7151 0 -1 4202560 1761 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12262] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12262/stat : 12262 (java) S 12254 12256 7151 0 -1 4202560 822 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12263] ppid=12254 vsize=13632660 CPUtime=0.24 cores=0,2,4,6
/proc/12256/task/12263/stat : 12263 (java) S 12254 12256 7151 0 -1 4202560 713 0 0 0 24 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 2 0 0 0
[pid=12256/tid=12264] ppid=12254 vsize=13632660 CPUtime=0.21 cores=0,2,4,6
/proc/12256/task/12264/stat : 12264 (java) S 12254 12256 7151 0 -1 4202560 949 0 0 0 21 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12265] ppid=12254 vsize=13632660 CPUtime=0.25 cores=0,2,4,6
/proc/12256/task/12265/stat : 12265 (java) S 12254 12256 7151 0 -1 4202560 1391 0 0 0 25 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12266] ppid=12254 vsize=13632660 CPUtime=0.22 cores=0,2,4,6
/proc/12256/task/12266/stat : 12266 (java) S 12254 12256 7151 0 -1 4202560 779 0 0 0 22 0 0 0 15 0 19 0 825754801 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 2 0 0 0
[pid=12256/tid=12267] ppid=12254 vsize=13632660 CPUtime=6.62 cores=0,2,4,6
/proc/12256/task/12267/stat : 12267 (java) S 12254 12256 7151 0 -1 4202560 5256 0 0 0 658 4 0 0 16 0 19 0 825754802 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 0 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12268] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12268/stat : 12268 (java) S 12254 12256 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12269] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12269/stat : 12269 (java) S 12254 12256 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825754802 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12270] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12270/stat : 12270 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512515505 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
[pid=12256/tid=12271] ppid=12254 vsize=13632660 CPUtime=1.86 cores=0,2,4,6
/proc/12256/task/12271/stat : 12271 (java) S 12254 12256 7151 0 -1 4202560 17518 0 0 0 185 1 0 0 15 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12272] ppid=12254 vsize=13632660 CPUtime=0.48 cores=0,2,4,6
/proc/12256/task/12272/stat : 12272 (java) S 12254 12256 7151 0 -1 4202560 4221 0 0 0 48 0 0 0 15 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12273] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12273/stat : 12273 (java) S 12254 12256 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512507801 0 4 0 16800975 18446604453288592512 0 0 -1 6 0 0 0
[pid=12256/tid=12274] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12274/stat : 12274 (java) S 12254 12256 7151 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 825754804 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 0 0 0 0
[pid=12256/tid=12275] ppid=12254 vsize=13632660 CPUtime=0 cores=0,2,4,6
/proc/12256/task/12275/stat : 12275 (java) S 12254 12256 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825754828 13959843840 37782 33554432000 1073741824 1073778376 140737373178992 18446744073709551615 254512508416 0 4 0 16800975 18446604453288592512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13632660

Child status: 143
Real time (s): 1796.55
CPU time (s): 1800.14
CPU user time (s): 1800.01
CPU system time (s): 0.131979
CPU usage (%): 100.2
Max. virtual memory (cumulated for all children) (KiB): 13650248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55138
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= 44954
involuntary context switches= 10051

runsolver used 9.81151 second user time and 20.0859 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 00:53:01
IDJOB=3459067
IDBENCH=1852
IDSOLVER=1952
FILE ID=node149/3459067-1307141581
RUNJOBID= node149-1307134204-10439
PBS_JOBID= 13508767
Free space on /tmp= 73528 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459067-1307141581/watcher-3459067-1307141581 -o /tmp/evaluation-result-3459067-1307141581/solver-3459067-1307141581 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459067-1307141581.opb

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=1996168106

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21225036 kB
Buffers:        329508 kB
Cached:        3489700 kB
SwapCached:     123196 kB
Active:         413496 kB
Inactive:     10974060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21225036 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:     7469288 kB
Mapped:          26152 kB
Slab:           150416 kB
PageTables:     118080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186537388 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= 73528 MiB
End job on node149 at 2011-06-04 01:23:00