Trace number 3736918

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)14 1800.17 924.229

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c ManyCore solver with 2 solvers running in parallel
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	
0.00/0.10	c solving HOME/instance-3736918-1338752476.opb
0.00/0.10	c reading problem ... 
1.84/1.24	c ... done. Wall clock time 1.145s.
1.84/1.24	c #vars     6426
1.84/1.24	c #constraints  12652
1.84/1.24	c constraints type 
1.84/1.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
1.84/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1.84/1.24	c constraints type 
1.84/1.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
1.84/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
2.07/1.34	c And the winner is CuttingPlanes
2.36/2.25	c SATISFIABLE
2.36/2.25	c OPTIMIZING...
2.36/2.25	c Got one! Elapsed wall clock time (in seconds):2.152
2.36/2.25	o 17
2.36/2.30	c And the winner is Resolution
2.57/3.25	c Got one! Elapsed wall clock time (in seconds):3.157
2.57/3.25	o 16
2.75/3.36	c And the winner is Resolution
3.21/4.26	c Got one! Elapsed wall clock time (in seconds):4.16
3.21/4.26	o 15
6.13/5.60	c cleaning 2496 clauses out of 5000 with flag 5000/5000
9.61/7.27	c cleaning 4249 clauses out of 8504 with flag 11000/11000
13.46/9.09	c cleaning 5625 clauses out of 11257 with flag 18002/18002
18.20/11.34	c cleaning 6811 clauses out of 13631 with flag 26001/26001
23.37/13.94	c cleaning 7905 clauses out of 15820 with flag 35001/35001
28.94/16.75	c cleaning 8953 clauses out of 17914 with flag 45000/45000
34.93/19.76	c cleaning 9975 clauses out of 19961 with flag 56000/56000
42.11/23.31	c cleaning 10991 clauses out of 21987 with flag 68001/68001
50.08/27.39	c cleaning 11991 clauses out of 23996 with flag 81001/81001
57.45/31.02	c cleaning 12497 clauses out of 25005 with flag 94001/94001
64.80/34.72	c cleaning 12747 clauses out of 25507 with flag 107000/107000
72.01/38.38	c cleaning 12877 clauses out of 25764 with flag 120004/120004
79.53/42.17	c cleaning 12934 clauses out of 25883 with flag 133000/133000
86.91/45.87	c cleaning 12972 clauses out of 25951 with flag 146002/146002
95.32/50.00	c cleaning 12979 clauses out of 25977 with flag 159000/159000
103.73/54.22	c cleaning 13000 clauses out of 26002 with flag 172004/172004
111.23/58.03	c cleaning 12993 clauses out of 25999 with flag 185001/185001
119.16/62.05	c cleaning 12998 clauses out of 26006 with flag 198001/198001
127.48/66.26	c cleaning 13002 clauses out of 26007 with flag 211000/211000
134.60/69.84	c cleaning 12999 clauses out of 26005 with flag 224000/224000
141.91/73.51	c cleaning 12995 clauses out of 26006 with flag 237000/237000
148.82/77.08	c cleaning 12998 clauses out of 26012 with flag 250001/250001
156.15/80.71	c cleaning 13000 clauses out of 26014 with flag 263001/263001
156.80/81.18	c And the winner is Resolution
157.64/82.44	c Got one! Elapsed wall clock time (in seconds):82.338
157.64/82.44	o 14
164.45/85.90	c cleaning 13001 clauses out of 26013 with flag 276000/276000
172.67/90.05	c cleaning 13002 clauses out of 26014 with flag 289002/289002
182.43/94.91	c cleaning 13000 clauses out of 26010 with flag 302000/302000
192.18/99.85	c cleaning 13003 clauses out of 26012 with flag 315002/315002
201.31/104.46	c cleaning 12996 clauses out of 26007 with flag 328000/328000
211.53/109.61	c cleaning 13002 clauses out of 26011 with flag 341000/341000
221.11/114.49	c cleaning 12999 clauses out of 26011 with flag 354002/354002
230.22/119.07	c cleaning 12997 clauses out of 26012 with flag 367002/367002
239.54/123.77	c cleaning 12999 clauses out of 26014 with flag 380001/380001
249.59/128.89	c cleaning 13006 clauses out of 26015 with flag 393001/393001
257.88/133.08	c cleaning 12998 clauses out of 26008 with flag 406000/406000
266.99/137.68	c cleaning 13000 clauses out of 26011 with flag 419001/419001
278.09/143.26	c cleaning 12999 clauses out of 26010 with flag 432000/432000
286.83/147.72	c cleaning 12999 clauses out of 26011 with flag 445000/445000
295.75/152.21	c cleaning 13000 clauses out of 26013 with flag 458001/458001
305.63/157.23	c cleaning 12998 clauses out of 26012 with flag 471000/471000
315.11/162.03	c cleaning 13001 clauses out of 26015 with flag 484001/484001
323.63/166.41	c cleaning 13002 clauses out of 26017 with flag 497004/497004
333.33/171.31	c cleaning 13001 clauses out of 26015 with flag 510004/510004
342.17/175.87	c cleaning 13000 clauses out of 26012 with flag 523002/523002
350.25/179.94	c cleaning 12997 clauses out of 26010 with flag 536000/536000
358.77/184.32	c cleaning 13002 clauses out of 26013 with flag 549000/549000
366.99/188.50	c cleaning 12999 clauses out of 26011 with flag 562000/562000
375.65/192.91	c cleaning 12999 clauses out of 26014 with flag 575002/575002
384.12/197.25	c cleaning 13001 clauses out of 26014 with flag 588001/588001
392.68/201.61	c cleaning 12996 clauses out of 26012 with flag 601000/601000
400.30/205.50	c cleaning 13001 clauses out of 26017 with flag 614001/614001
408.14/209.57	c cleaning 13004 clauses out of 26016 with flag 627001/627001
417.06/214.03	c cleaning 13000 clauses out of 26014 with flag 640003/640003
425.33/218.36	c cleaning 13003 clauses out of 26013 with flag 653002/653002
434.21/222.83	c cleaning 13002 clauses out of 26011 with flag 666003/666003
443.22/227.40	c cleaning 13001 clauses out of 26007 with flag 679001/679001
452.27/232.04	c cleaning 12998 clauses out of 26005 with flag 692000/692000
461.95/237.08	c cleaning 12998 clauses out of 26007 with flag 705000/705000
471.61/241.92	c cleaning 12997 clauses out of 26009 with flag 718000/718000
480.04/246.24	c cleaning 13002 clauses out of 26014 with flag 731002/731002
488.84/250.74	c cleaning 12998 clauses out of 26010 with flag 744000/744000
497.92/255.48	c cleaning 13001 clauses out of 26012 with flag 757000/757000
506.62/259.81	c cleaning 0 clauses out of 5000 with flag 0/5000
507.72/260.45	c cleaning 13000 clauses out of 26013 with flag 770002/770002
517.14/265.12	c cleaning 13000 clauses out of 26012 with flag 783001/783001
526.39/269.91	c cleaning 13001 clauses out of 26014 with flag 796003/796003
535.58/274.61	c cleaning 12999 clauses out of 26010 with flag 809000/809000
544.00/278.99	c cleaning 12999 clauses out of 26011 with flag 822000/822000
552.83/283.43	c cleaning 12998 clauses out of 26012 with flag 835000/835000
562.47/288.44	c cleaning 13001 clauses out of 26015 with flag 848001/848001
571.72/293.11	c cleaning 13001 clauses out of 26013 with flag 861000/861000
581.36/298.01	c cleaning 12998 clauses out of 26013 with flag 874001/874001
590.61/302.71	c cleaning 13002 clauses out of 26016 with flag 887002/887002
598.99/307.19	c cleaning 12999 clauses out of 26012 with flag 900000/900000
608.41/311.95	c cleaning 13000 clauses out of 26013 with flag 913000/913000
616.79/316.26	c cleaning 13002 clauses out of 26013 with flag 926000/926000
624.15/320.10	c cleaning 13002 clauses out of 26013 with flag 939002/939002
633.53/324.98	c cleaning 13001 clauses out of 26010 with flag 952001/952001
643.15/329.89	c cleaning 12996 clauses out of 26009 with flag 965001/965001
652.16/334.48	c cleaning 12997 clauses out of 26012 with flag 978000/978000
660.92/338.94	c cleaning 13001 clauses out of 26015 with flag 991000/991000
669.88/343.62	c cleaning 13000 clauses out of 26014 with flag 1004000/1004000
678.44/348.05	c cleaning 13002 clauses out of 26016 with flag 1017002/1017002
687.64/352.70	c cleaning 12999 clauses out of 26014 with flag 1030002/1030002
697.05/357.54	c cleaning 12998 clauses out of 26013 with flag 1043000/1043000
707.06/362.73	c cleaning 12999 clauses out of 26017 with flag 1056002/1056002
717.07/367.85	c cleaning 13004 clauses out of 26016 with flag 1069000/1069000
727.06/373.00	c cleaning 13003 clauses out of 26015 with flag 1082003/1082003
737.87/378.49	c cleaning 12995 clauses out of 26009 with flag 1095000/1095000
748.44/383.97	c cleaning 13001 clauses out of 26016 with flag 1108002/1108002
759.08/389.35	c cleaning 13000 clauses out of 26014 with flag 1121001/1121001
770.52/395.14	c cleaning 13000 clauses out of 26013 with flag 1134000/1134000
781.31/400.60	c cleaning 12999 clauses out of 26013 with flag 1147000/1147000
792.73/406.54	c cleaning 13001 clauses out of 26014 with flag 1160000/1160000
803.52/412.08	c cleaning 13001 clauses out of 26014 with flag 1173001/1173001
813.53/417.15	c cleaning 13003 clauses out of 26013 with flag 1186001/1186001
822.91/421.91	c cleaning 13001 clauses out of 26010 with flag 1199001/1199001
832.70/427.04	c cleaning 13000 clauses out of 26008 with flag 1212000/1212000
841.67/431.60	c cleaning 13000 clauses out of 26009 with flag 1225001/1225001
850.66/436.29	c cleaning 12999 clauses out of 26008 with flag 1238000/1238000
860.29/441.19	c cleaning 12998 clauses out of 26011 with flag 1251002/1251002
870.46/446.47	c cleaning 12997 clauses out of 26011 with flag 1264000/1264000
880.04/451.32	c cleaning 12998 clauses out of 26016 with flag 1277002/1277002
889.64/456.28	c cleaning 13000 clauses out of 26018 with flag 1290002/1290002
899.84/461.40	c cleaning 13001 clauses out of 26016 with flag 1303000/1303000
910.04/466.78	c cleaning 13004 clauses out of 26015 with flag 1316000/1316000
919.84/471.78	c cleaning 13001 clauses out of 26011 with flag 1329000/1329000
928.19/476.01	c cleaning 13000 clauses out of 26011 with flag 1342001/1342001
937.21/480.60	c cleaning 13000 clauses out of 26011 with flag 1355001/1355001
945.77/485.16	c cleaning 12999 clauses out of 26010 with flag 1368000/1368000
955.12/489.95	c cleaning 13001 clauses out of 26012 with flag 1381001/1381001
963.88/494.44	c cleaning 12999 clauses out of 26010 with flag 1394000/1394000
973.27/499.20	c cleaning 12998 clauses out of 26012 with flag 1407001/1407001
982.61/504.13	c cleaning 13003 clauses out of 26013 with flag 1420000/1420000
991.60/508.77	c cleaning 13000 clauses out of 26010 with flag 1433000/1433000
1000.81/513.45	c cleaning 12998 clauses out of 26010 with flag 1446000/1446000
1009.78/518.03	c cleaning 13002 clauses out of 26013 with flag 1459001/1459001
1017.71/522.20	c cleaning 13000 clauses out of 26012 with flag 1472002/1472002
1025.68/526.32	c cleaning 12993 clauses out of 26010 with flag 1485000/1485000
1033.82/530.56	c cleaning 13003 clauses out of 26018 with flag 1498001/1498001
1041.97/534.76	c cleaning 13001 clauses out of 26014 with flag 1511000/1511000
1049.95/538.99	c cleaning 12998 clauses out of 26013 with flag 1524000/1524000
1057.47/542.89	c cleaning 13004 clauses out of 26015 with flag 1537000/1537000
1065.42/546.93	c cleaning 12998 clauses out of 26011 with flag 1550000/1550000
1073.15/550.96	c cleaning 12998 clauses out of 26013 with flag 1563000/1563000
1081.71/555.49	c cleaning 13004 clauses out of 26017 with flag 1576002/1576002
1090.45/559.94	c cleaning 12998 clauses out of 26012 with flag 1589001/1589001
1099.01/564.37	c cleaning 13000 clauses out of 26013 with flag 1602000/1602000
1107.78/568.89	c cleaning 13002 clauses out of 26015 with flag 1615002/1615002
1117.16/573.76	c cleaning 13003 clauses out of 26012 with flag 1628001/1628001
1127.36/578.92	c cleaning 13000 clauses out of 26009 with flag 1641001/1641001
1137.97/584.38	c cleaning 12998 clauses out of 26009 with flag 1654001/1654001
1149.57/590.24	c cleaning 12999 clauses out of 26010 with flag 1667000/1667000
1160.78/596.04	c cleaning 13003 clauses out of 26011 with flag 1680000/1680000
1171.14/601.34	c cleaning 12996 clauses out of 26009 with flag 1693001/1693001
1182.53/607.16	c cleaning 13003 clauses out of 26013 with flag 1706001/1706001
1193.78/612.87	c cleaning 12997 clauses out of 26009 with flag 1719000/1719000
1205.56/618.93	c cleaning 13003 clauses out of 26015 with flag 1732003/1732003
1216.37/624.41	c cleaning 13000 clauses out of 26010 with flag 1745001/1745001
1226.98/629.81	c cleaning 13000 clauses out of 26009 with flag 1758000/1758000
1238.01/635.45	c cleaning 13004 clauses out of 26013 with flag 1771004/1771004
1247.21/640.23	c cleaning 12995 clauses out of 26005 with flag 1784000/1784000
1256.41/644.93	c cleaning 12999 clauses out of 26011 with flag 1797001/1797001
1266.03/649.81	c cleaning 13000 clauses out of 26012 with flag 1810001/1810001
1275.59/654.77	c cleaning 12999 clauses out of 26012 with flag 1823001/1823001
1285.58/659.95	c cleaning 13000 clauses out of 26012 with flag 1836000/1836000
1295.79/665.11	c cleaning 12998 clauses out of 26013 with flag 1849001/1849001
1305.77/670.29	c cleaning 13002 clauses out of 26016 with flag 1862002/1862002
1315.20/675.03	c cleaning 12999 clauses out of 26012 with flag 1875000/1875000
1325.00/680.16	c cleaning 12999 clauses out of 26013 with flag 1888000/1888000
1334.36/684.90	c cleaning 13000 clauses out of 26015 with flag 1901001/1901001
1344.00/689.83	c cleaning 12998 clauses out of 26014 with flag 1914000/1914000
1353.77/694.89	c cleaning 13001 clauses out of 26017 with flag 1927001/1927001
1363.90/700.10	c cleaning 13000 clauses out of 26016 with flag 1940001/1940001
1373.91/705.23	c cleaning 13001 clauses out of 26017 with flag 1953002/1953002
1383.48/710.13	c cleaning 13002 clauses out of 26014 with flag 1966000/1966000
1393.12/715.03	c cleaning 13002 clauses out of 26013 with flag 1979001/1979001
1402.71/720.03	c cleaning 12998 clauses out of 26010 with flag 1992000/1992000
1410.90/724.22	c cleaning 13003 clauses out of 26013 with flag 2005001/2005001
1419.70/728.75	c cleaning 13001 clauses out of 26011 with flag 2018002/2018002
1430.09/734.08	c cleaning 13001 clauses out of 26010 with flag 2031002/2031002
1440.12/739.27	c cleaning 12998 clauses out of 26007 with flag 2044000/2044000
1448.67/743.65	c cleaning 12997 clauses out of 26009 with flag 2057000/2057000
1457.23/748.02	c cleaning 12998 clauses out of 26012 with flag 2070000/2070000
1465.80/752.49	c cleaning 13005 clauses out of 26015 with flag 2083001/2083001
1476.37/757.91	c cleaning 13002 clauses out of 26010 with flag 2096001/2096001
1486.52/763.15	c cleaning 12998 clauses out of 26007 with flag 2109000/2109000
1497.93/768.92	c cleaning 13000 clauses out of 26010 with flag 2122001/2122001
1507.94/774.04	c cleaning 13000 clauses out of 26011 with flag 2135002/2135002
1518.52/779.58	c cleaning 13002 clauses out of 26009 with flag 2148000/2148000
1529.38/785.05	c cleaning 12999 clauses out of 26009 with flag 2161002/2161002
1540.00/790.45	c cleaning 12999 clauses out of 26008 with flag 2174000/2174000
1551.21/796.11	c cleaning 12997 clauses out of 26010 with flag 2187001/2187001
1561.00/801.28	c cleaning 13002 clauses out of 26012 with flag 2200000/2200000
1569.99/805.86	c cleaning 12999 clauses out of 26010 with flag 2213000/2213000
1579.37/810.70	c cleaning 13000 clauses out of 26013 with flag 2226002/2226002
1588.56/815.38	c cleaning 13001 clauses out of 26011 with flag 2239000/2239000
1598.33/820.44	c cleaning 12998 clauses out of 26010 with flag 2252000/2252000
1608.09/825.40	c cleaning 12999 clauses out of 26012 with flag 2265000/2265000
1617.28/830.17	c cleaning 12999 clauses out of 26013 with flag 2278000/2278000
1627.10/835.10	c cleaning 13002 clauses out of 26014 with flag 2291000/2291000
1637.47/840.51	c cleaning 13000 clauses out of 26012 with flag 2304000/2304000
1647.88/845.86	c cleaning 12999 clauses out of 26013 with flag 2317001/2317001
1658.10/851.01	c cleaning 13000 clauses out of 26018 with flag 2330005/2330005
1667.70/855.98	c cleaning 12997 clauses out of 26014 with flag 2343001/2343001
1676.83/860.80	c cleaning 13002 clauses out of 26017 with flag 2356001/2356001
1686.01/865.46	c cleaning 12998 clauses out of 26015 with flag 2369001/2369001
1695.20/870.20	c cleaning 13000 clauses out of 26017 with flag 2382001/2382001
1704.78/875.04	c cleaning 13001 clauses out of 26017 with flag 2395001/2395001
1714.54/880.12	c cleaning 13001 clauses out of 26019 with flag 2408004/2408004
1724.10/885.03	c cleaning 12997 clauses out of 26014 with flag 2421000/2421000
1733.50/889.83	c cleaning 12999 clauses out of 26018 with flag 2434001/2434001
1742.28/894.37	c cleaning 13004 clauses out of 26020 with flag 2447002/2447002
1751.85/899.35	c cleaning 13002 clauses out of 26014 with flag 2460000/2460000
1760.67/903.88	c cleaning 12999 clauses out of 26012 with flag 2473000/2473000
1769.63/908.46	c cleaning 13001 clauses out of 26016 with flag 2486003/2486003
1778.81/913.16	c cleaning 12999 clauses out of 26012 with flag 2499000/2499000
1788.58/918.24	c cleaning 13003 clauses out of 26015 with flag 2512002/2512002
1797.96/923.09	c cleaning 12999 clauses out of 26010 with flag 2525000/2525000
1800.02/924.21	c starts		: 234
1800.02/924.21	c conflicts		: 2527384
1800.02/924.21	c decisions		: 3869665
1800.02/924.21	c propagations		: 491122626
1800.02/924.21	c inspects		: 4641478750
1800.02/924.21	c learnt literals	: 0
1800.02/924.21	c learnt binary clauses	: 0
1800.02/924.21	c learnt ternary clauses	: 0
1800.02/924.21	c learnt clauses	: 2527383
1800.02/924.21	c ignored clauses	: 0
1800.02/924.21	c root simplifications	: 0
1800.02/924.21	c removed literals (reason simplification)	: 9317935
1800.02/924.21	c reason swapping (by a shorter reason)	: 0
1800.02/924.21	c Calls to reduceDB	: 197
1800.02/924.21	c number of reductions to clauses (during analyze)	: 0
1800.02/924.21	c number of learned constraints concerned by reduction	: 0
1800.02/924.21	c number of learning phase by resolution	: 0
1800.02/924.21	c number of learning phase by cutting planes	: 0
1800.02/924.21	c speed (assignments/second)	: 583438.505392784
1800.02/924.21	c non guided choices	0
1800.02/924.22	c learnt constraints type 
1800.02/924.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15411
1800.02/924.22	c constraints type 
1800.02/924.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
1800.02/924.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/924.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.02/924.22	c constraints type 
1800.02/924.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
1800.02/924.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/924.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.02/924.22	s SATISFIABLE
1800.02/924.22	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 
1800.02/924.22	c objective function=14
1800.02/924.22	c Total wall clock time (in seconds): 924.121

Verifier Data

OK	14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3736918-1338752476/watcher-3736918-1338752476 -o /tmp/evaluation-result-3736918-1338752476/solver-3736918-1338752476 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736918-1338752476.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.25 3.39 3.58 4/197 4988
/proc/meminfo: memFree=27670924/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4988/stat : 4988 (java) R 4986 4988 3937 0 -1 4202496 454 0 0 0 0 0 0 0 20 0 1 0 341373608 9515008 183 33554432000 1073741824 1073778376 140734013558448 140734013541176 226084339381 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 2323 186 143 9 0 71 0

[startup+0.103182 s]
/proc/loadavg: 3.25 3.39 3.58 4/197 4988
/proc/meminfo: memFree=27670924/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 4843 0 1 0 10 1 0 0 20 0 18 0 341373608 2764726272 6516 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 674982 6528 2153 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.200185 s]
/proc/loadavg: 3.25 3.39 3.58 4/197 4988
/proc/meminfo: memFree=27670924/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 4964 0 1 0 24 1 0 0 20 0 18 0 341373608 2764726272 7126 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 674982 7126 2208 9 0 665676 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 2699928

[startup+0.300204 s]
/proc/loadavg: 3.25 3.39 3.58 4/197 4988
/proc/meminfo: memFree=27670924/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 5601 0 1 0 44 1 0 0 20 0 18 0 341373608 2764726272 8008 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 674982 8008 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.70018 s]
/proc/loadavg: 3.25 3.39 3.58 4/197 4988
/proc/meminfo: memFree=27670924/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2699928 CPUtime=1.22 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 13025 0 1 0 119 3 0 0 20 0 18 0 341373608 2764726272 15192 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 674982 15192 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 2699928

[startup+1.50062 s]
/proc/loadavg: 3.25 3.39 3.58 4/215 5006
/proc/meminfo: memFree=27608964/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2966184 CPUtime=2.36 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 14084 0 1 0 231 5 0 0 20 0 20 0 341373608 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 741546 19397 2251 9 0 732240 0
[pid=4988/tid=4990] ppid=4986 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/4988/task/4990/stat : 4990 (java) S 4986 4988 3937 0 -1 4202560 2812 0 1 0 120 2 0 0 20 0 20 0 341373609 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506452608152 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4991] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4991/stat : 4991 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506436889128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4992] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4992/stat : 4992 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506435836328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4993] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4993/stat : 4993 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506434783528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4994] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4994/stat : 4994 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506433730728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4995] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4995/stat : 4995 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506315090984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4996] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4996/stat : 4996 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506314038184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4997] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4997/stat : 4997 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506312985384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4998] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4998/stat : 4998 (java) S 4986 4988 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506311932584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4999] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4999/stat : 4999 (java) S 4986 4988 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341373611 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140506299521512 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5000] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5000/stat : 5000 (java) S 4986 4988 3937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341373611 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140505694332152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5001] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5001/stat : 5001 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341373611 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140505693279240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5002] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5002/stat : 5002 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373613 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140505692227728 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5003] ppid=4986 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/4988/task/5003/stat : 5003 (java) S 4986 4988 3937 0 -1 4202560 6039 0 0 0 45 1 0 0 20 0 20 0 341373613 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140505691175864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5004] ppid=4986 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/4988/task/5004/stat : 5004 (java) S 4986 4988 3937 0 -1 4202560 3988 0 0 0 43 0 0 0 20 0 20 0 341373613 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140505690123064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5005] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5005/stat : 5005 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373613 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140505689070456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5006] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5006/stat : 5006 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373613 3037372416 19397 33554432000 1073741824 1073778376 140734013558448 140505688017864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 2966184

[startup+3.10059 s]
/proc/loadavg: 3.15 3.37 3.57 3/217 5010
/proc/meminfo: memFree=27596716/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2966184 CPUtime=2.57 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 15389 0 1 0 250 7 0 0 20 0 20 0 341373608 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 741546 22230 2255 9 0 732240 0
[pid=4988/tid=4990] ppid=4986 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/4988/task/4990/stat : 4990 (java) S 4986 4988 3937 0 -1 4202560 2812 0 1 0 121 2 0 0 20 0 20 0 341373609 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506452608152 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4991] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4991/stat : 4991 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506436889128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4992] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4992/stat : 4992 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506435836328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4993] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4993/stat : 4993 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506434783528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4994] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4994/stat : 4994 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506433730728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4995] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4995/stat : 4995 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506315090984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4996] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4996/stat : 4996 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506314038184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4997] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4997/stat : 4997 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506312985384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4998] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4998/stat : 4998 (java) S 4986 4988 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341373610 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506311932584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4999] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4999/stat : 4999 (java) S 4986 4988 3937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 341373611 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140506299521512 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5000] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5000/stat : 5000 (java) S 4986 4988 3937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341373611 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505694332152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5001] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5001/stat : 5001 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341373611 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505693279240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5002] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5002/stat : 5002 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373613 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505692227728 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5003] ppid=4986 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/4988/task/5003/stat : 5003 (java) S 4986 4988 3937 0 -1 4202560 6044 0 0 0 50 1 0 0 20 0 20 0 341373613 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505691175864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5004] ppid=4986 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/4988/task/5004/stat : 5004 (java) S 4986 4988 3937 0 -1 4202560 5223 0 0 0 47 1 0 0 20 0 20 0 341373613 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505690123064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5005] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5005/stat : 5005 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373613 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505689070456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5006] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5006/stat : 5006 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341373613 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505688017864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5009] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5009/stat : 5009 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341373735 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505684857768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5010] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5010/stat : 5010 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341373735 3037372416 22230 33554432000 1073741824 1073778376 140734013558448 140505683804968 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 2966184

[startup+6.30082 s]
/proc/loadavg: 3.15 3.37 3.57 6/219 5016
/proc/meminfo: memFree=27253032/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2966184 CPUtime=7.72 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 18818 0 1 0 752 20 0 0 20 0 22 0 341373608 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 741546 110361 2285 9 0 732240 0
[pid=4988/tid=4990] ppid=4986 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/4988/task/4990/stat : 4990 (java) S 4986 4988 3937 0 -1 4202560 2813 0 1 0 121 2 0 0 20 0 22 0 341373609 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506452608152 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4991] ppid=4986 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/4988/task/4991/stat : 4991 (java) S 4986 4988 3937 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506436889128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4992] ppid=4986 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/4988/task/4992/stat : 4992 (java) S 4986 4988 3937 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506435836328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4993] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4993/stat : 4993 (java) S 4986 4988 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506434783528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4994] ppid=4986 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/4988/task/4994/stat : 4994 (java) S 4986 4988 3937 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506433730728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4995] ppid=4986 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/4988/task/4995/stat : 4995 (java) S 4986 4988 3937 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506315090984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4996] ppid=4986 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/4988/task/4996/stat : 4996 (java) S 4986 4988 3937 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506314038184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4997] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/4997/stat : 4997 (java) S 4986 4988 3937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506312985384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4998] ppid=4986 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/4988/task/4998/stat : 4998 (java) S 4986 4988 3937 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 341373610 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506311932584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4999] ppid=4986 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4988/task/4999/stat : 4999 (java) S 4986 4988 3937 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 341373611 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140506299521512 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5000] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5000/stat : 5000 (java) S 4986 4988 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505694332152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5001] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5001/stat : 5001 (java) S 4986 4988 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505693279240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5002] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5002/stat : 5002 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505692227728 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5003] ppid=4986 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/4988/task/5003/stat : 5003 (java) S 4986 4988 3937 0 -1 4202560 6055 0 0 0 87 2 0 0 20 0 22 0 341373613 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505691175864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=5004] ppid=4986 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/4988/task/5004/stat : 5004 (java) S 4986 4988 3937 0 -1 4202560 8348 0 0 0 92 2 0 0 20 0 22 0 341373613 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505690123064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5005] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5005/stat : 5005 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505689070456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5006] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5006/stat : 5006 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505688017864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5009] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5009/stat : 5009 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505684857768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5010] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5010/stat : 5010 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505683804968 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5015] ppid=4986 vsize=2966184 CPUtime=1.9 cores=1,3,5,7
/proc/4988/task/5015/stat : 5015 (java) R 4986 4988 3937 0 -1 4202560 84 0 0 0 187 3 0 0 20 0 22 0 341374035 3037372416 110361 33554432000 1073741824 1073778376 140734013558448 140505686961632 140506316020148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

[pid=4988/tid=5010] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5010/stat : 5010 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505683804968 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5017] ppid=4986 vsize=2966184 CPUtime=669.38 cores=1,3,5,7
/proc/4988/task/5017/stat : 5017 (java) R 4986 4988 3937 0 -1 4202560 494 0 0 0 66925 13 0 0 20 0 22 0 341381852 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505685908752 140506315859005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5018] ppid=4986 vsize=2966184 CPUtime=669.34 cores=1,3,5,7
/proc/4988/task/5018/stat : 5018 (java) R 4986 4988 3937 0 -1 4202560 453 0 0 0 66921 13 0 0 20 0 22 0 341381852 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505686960256 140506315912933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.76 3.78 3.71 4/215 5085
/proc/meminfo: memFree=27427936/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2966184 CPUtime=1718.63 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 27465 0 1 0 171697 166 0 0 20 0 22 0 341373608 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 741546 197554 2286 9 0 732240 0
[pid=4988/tid=4990] ppid=4986 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4988/task/4990/stat : 4990 (java) S 4986 4988 3937 0 -1 4202560 2866 0 1 0 123 3 0 0 20 0 22 0 341373609 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506452608152 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4991] ppid=4986 vsize=2966184 CPUtime=6.9 cores=1,3,5,7
/proc/4988/task/4991/stat : 4991 (java) S 4986 4988 3937 0 -1 4202560 324 0 0 0 680 10 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506436889128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4992] ppid=4986 vsize=2966184 CPUtime=7.31 cores=1,3,5,7
/proc/4988/task/4992/stat : 4992 (java) S 4986 4988 3937 0 -1 4202560 335 0 0 0 722 9 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506435836328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4993] ppid=4986 vsize=2966184 CPUtime=7.15 cores=1,3,5,7
/proc/4988/task/4993/stat : 4993 (java) S 4986 4988 3937 0 -1 4202560 307 0 0 0 708 7 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506434783528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4994] ppid=4986 vsize=2966184 CPUtime=7.15 cores=1,3,5,7
/proc/4988/task/4994/stat : 4994 (java) S 4986 4988 3937 0 -1 4202560 336 0 0 0 706 9 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506433730728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4995] ppid=4986 vsize=2966184 CPUtime=6.79 cores=1,3,5,7
/proc/4988/task/4995/stat : 4995 (java) S 4986 4988 3937 0 -1 4202560 309 0 0 0 672 7 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506315090984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4988/tid=4996] ppid=4986 vsize=2966184 CPUtime=7.08 cores=1,3,5,7
/proc/4988/task/4996/stat : 4996 (java) S 4986 4988 3937 0 -1 4202560 312 0 0 0 700 8 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506314038184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4997] ppid=4986 vsize=2966184 CPUtime=6.79 cores=1,3,5,7
/proc/4988/task/4997/stat : 4997 (java) S 4986 4988 3937 0 -1 4202560 310 0 0 0 670 9 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506312985384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4998] ppid=4986 vsize=2966184 CPUtime=7.07 cores=1,3,5,7
/proc/4988/task/4998/stat : 4998 (java) S 4986 4988 3937 0 -1 4202560 302 0 0 0 699 8 0 0 20 0 22 0 341373610 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506311932584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4999] ppid=4986 vsize=2966184 CPUtime=64.53 cores=1,3,5,7
/proc/4988/task/4999/stat : 4999 (java) S 4986 4988 3937 0 -1 4202560 132 0 0 0 6401 52 0 0 20 0 22 0 341373611 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140506299521512 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5000] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5000/stat : 5000 (java) S 4986 4988 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505694332152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5001] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5001/stat : 5001 (java) S 4986 4988 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505693279240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5002] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5002/stat : 5002 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505692227728 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5003] ppid=4986 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/4988/task/5003/stat : 5003 (java) S 4986 4988 3937 0 -1 4202560 8055 0 0 0 164 2 0 0 20 0 22 0 341373613 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505691175864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5004] ppid=4986 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/4988/task/5004/stat : 5004 (java) S 4986 4988 3937 0 -1 4202560 11214 0 0 0 118 2 0 0 20 0 22 0 341373613 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505690123064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5005] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5005/stat : 5005 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505689070456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5006] ppid=4986 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/4988/task/5006/stat : 5006 (java) S 4986 4988 3937 0 -1 4202560 48 0 0 0 12 22 0 0 20 0 22 0 341373613 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505688017864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5009] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5009/stat : 5009 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505684857768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5010] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5010/stat : 5010 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505683804968 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5017] ppid=4986 vsize=2966184 CPUtime=723.2 cores=1,3,5,7
/proc/4988/task/5017/stat : 5017 (java) R 4986 4988 3937 0 -1 4202560 543 0 0 0 72306 14 0 0 20 0 22 0 341381852 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505685908808 140506316034101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5018] ppid=4986 vsize=2966184 CPUtime=723.15 cores=1,3,5,7
/proc/4988/task/5018/stat : 5018 (java) R 4986 4988 3937 0 -1 4202560 482 0 0 0 72302 13 0 0 20 0 22 0 341381852 3037372416 197554 33554432000 1073741824 1073778376 140734013558448 140505686960256 140506315587358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1718.63
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.201 s]
/proc/loadavg: 3.78 3.78 3.71 5/219 5109
/proc/meminfo: memFree=26847824/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2966184 CPUtime=1800.02 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 27530 0 1 0 179830 172 0 0 20 0 22 0 341373608 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 741546 198578 2286 9 0 732240 0
[pid=4988/tid=4990] ppid=4986 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4988/task/4990/stat : 4990 (java) S 4986 4988 3937 0 -1 4202560 2869 0 1 0 123 3 0 0 20 0 22 0 341373609 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506452608152 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4991] ppid=4986 vsize=2966184 CPUtime=7.23 cores=1,3,5,7
/proc/4988/task/4991/stat : 4991 (java) S 4986 4988 3937 0 -1 4202560 325 0 0 0 713 10 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506436889128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4992] ppid=4986 vsize=2966184 CPUtime=7.62 cores=1,3,5,7
/proc/4988/task/4992/stat : 4992 (java) S 4986 4988 3937 0 -1 4202560 335 0 0 0 752 10 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506435836328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4993] ppid=4986 vsize=2966184 CPUtime=7.51 cores=1,3,5,7
/proc/4988/task/4993/stat : 4993 (java) S 4986 4988 3937 0 -1 4202560 307 0 0 0 744 7 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506434783528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4994] ppid=4986 vsize=2966184 CPUtime=7.55 cores=1,3,5,7
/proc/4988/task/4994/stat : 4994 (java) S 4986 4988 3937 0 -1 4202560 338 0 0 0 745 10 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506433730728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4995] ppid=4986 vsize=2966184 CPUtime=7.17 cores=1,3,5,7
/proc/4988/task/4995/stat : 4995 (java) S 4986 4988 3937 0 -1 4202560 309 0 0 0 709 8 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506315090984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4996] ppid=4986 vsize=2966184 CPUtime=7.42 cores=1,3,5,7
/proc/4988/task/4996/stat : 4996 (java) S 4986 4988 3937 0 -1 4202560 313 0 0 0 733 9 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506314038184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4997] ppid=4986 vsize=2966184 CPUtime=7.17 cores=1,3,5,7
/proc/4988/task/4997/stat : 4997 (java) S 4986 4988 3937 0 -1 4202560 310 0 0 0 708 9 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506312985384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4998] ppid=4986 vsize=2966184 CPUtime=7.42 cores=1,3,5,7
/proc/4988/task/4998/stat : 4998 (java) S 4986 4988 3937 0 -1 4202560 303 0 0 0 734 8 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506311932584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4999] ppid=4986 vsize=2966184 CPUtime=68.21 cores=1,3,5,7
/proc/4988/task/4999/stat : 4999 (java) S 4986 4988 3937 0 -1 4202560 134 0 0 0 6767 54 0 0 20 0 22 0 341373611 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506299521512 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5000] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5000/stat : 5000 (java) S 4986 4988 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505694332152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5001] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5001/stat : 5001 (java) S 4986 4988 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505693279240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5002] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5002/stat : 5002 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505692227728 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5003] ppid=4986 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/4988/task/5003/stat : 5003 (java) S 4986 4988 3937 0 -1 4202560 8055 0 0 0 164 2 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505691175864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5004] ppid=4986 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/4988/task/5004/stat : 5004 (java) S 4986 4988 3937 0 -1 4202560 11214 0 0 0 118 2 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505690123064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5005] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5005/stat : 5005 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505689070456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5006] ppid=4986 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/4988/task/5006/stat : 5006 (java) S 4986 4988 3937 0 -1 4202560 50 0 0 0 12 24 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505688017864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5009] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5009/stat : 5009 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505684857768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5010] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5010/stat : 5010 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505683804968 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5017] ppid=4986 vsize=2966184 CPUtime=760.6 cores=1,3,5,7
/proc/4988/task/5017/stat : 5017 (java) R 4986 4988 3937 0 -1 4202560 564 0 0 0 76045 15 0 0 20 0 22 0 341381852 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505685909712 140506315857727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5018] ppid=4986 vsize=2966184 CPUtime=760.53 cores=1,3,5,7
/proc/4988/task/5018/stat : 5018 (java) R 4986 4988 3937 0 -1 4202560 514 0 0 0 76039 14 0 0 20 0 22 0 341381852 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505686960256 140506315836169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

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

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

[startup+924.201 s]
/proc/loadavg: 3.78 3.78 3.71 5/219 5109
/proc/meminfo: memFree=26847824/32873648 swapFree=6864/6864
[pid=4988] ppid=4986 vsize=2966184 CPUtime=1800.02 cores=1,3,5,7
/proc/4988/stat : 4988 (java) S 4986 4988 3937 0 -1 4202496 27530 0 1 0 179830 172 0 0 20 0 22 0 341373608 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140734013549584 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4988/statm: 741546 198578 2286 9 0 732240 0
[pid=4988/tid=4990] ppid=4986 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4988/task/4990/stat : 4990 (java) S 4986 4988 3937 0 -1 4202560 2869 0 1 0 123 3 0 0 20 0 22 0 341373609 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506452608152 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4991] ppid=4986 vsize=2966184 CPUtime=7.23 cores=1,3,5,7
/proc/4988/task/4991/stat : 4991 (java) S 4986 4988 3937 0 -1 4202560 325 0 0 0 713 10 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506436889128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4992] ppid=4986 vsize=2966184 CPUtime=7.62 cores=1,3,5,7
/proc/4988/task/4992/stat : 4992 (java) S 4986 4988 3937 0 -1 4202560 335 0 0 0 752 10 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506435836328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4993] ppid=4986 vsize=2966184 CPUtime=7.51 cores=1,3,5,7
/proc/4988/task/4993/stat : 4993 (java) S 4986 4988 3937 0 -1 4202560 307 0 0 0 744 7 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506434783528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4994] ppid=4986 vsize=2966184 CPUtime=7.55 cores=1,3,5,7
/proc/4988/task/4994/stat : 4994 (java) S 4986 4988 3937 0 -1 4202560 338 0 0 0 745 10 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506433730728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4995] ppid=4986 vsize=2966184 CPUtime=7.17 cores=1,3,5,7
/proc/4988/task/4995/stat : 4995 (java) S 4986 4988 3937 0 -1 4202560 309 0 0 0 709 8 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506315090984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=4996] ppid=4986 vsize=2966184 CPUtime=7.42 cores=1,3,5,7
/proc/4988/task/4996/stat : 4996 (java) S 4986 4988 3937 0 -1 4202560 313 0 0 0 733 9 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506314038184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4997] ppid=4986 vsize=2966184 CPUtime=7.17 cores=1,3,5,7
/proc/4988/task/4997/stat : 4997 (java) S 4986 4988 3937 0 -1 4202560 310 0 0 0 708 9 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506312985384 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=4998] ppid=4986 vsize=2966184 CPUtime=7.42 cores=1,3,5,7
/proc/4988/task/4998/stat : 4998 (java) S 4986 4988 3937 0 -1 4202560 303 0 0 0 734 8 0 0 20 0 22 0 341373610 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506311932584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=4999] ppid=4986 vsize=2966184 CPUtime=68.21 cores=1,3,5,7
/proc/4988/task/4999/stat : 4999 (java) S 4986 4988 3937 0 -1 4202560 134 0 0 0 6767 54 0 0 20 0 22 0 341373611 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140506299521512 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5000] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5000/stat : 5000 (java) S 4986 4988 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505694332152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5001] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5001/stat : 5001 (java) S 4986 4988 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341373611 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505693279240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5002] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5002/stat : 5002 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505692227728 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5003] ppid=4986 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/4988/task/5003/stat : 5003 (java) S 4986 4988 3937 0 -1 4202560 8055 0 0 0 164 2 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505691175864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5004] ppid=4986 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/4988/task/5004/stat : 5004 (java) S 4986 4988 3937 0 -1 4202560 11214 0 0 0 118 2 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505690123064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5005] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5005/stat : 5005 (java) S 4986 4988 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505689070456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5006] ppid=4986 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/4988/task/5006/stat : 5006 (java) S 4986 4988 3937 0 -1 4202560 50 0 0 0 12 24 0 0 20 0 22 0 341373613 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505688017864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4988/tid=5009] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5009/stat : 5009 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505684857768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5010] ppid=4986 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4988/task/5010/stat : 5010 (java) S 4986 4988 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341373735 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505683804968 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4988/tid=5017] ppid=4986 vsize=2966184 CPUtime=760.6 cores=1,3,5,7
/proc/4988/task/5017/stat : 5017 (java) R 4986 4988 3937 0 -1 4202560 564 0 0 0 76045 15 0 0 20 0 22 0 341381852 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505685909712 140506315857727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4988/tid=5018] ppid=4986 vsize=2966184 CPUtime=760.53 cores=1,3,5,7
/proc/4988/task/5018/stat : 5018 (java) R 4986 4988 3937 0 -1 4202560 514 0 0 0 76039 14 0 0 20 0 22 0 341381852 3037372416 198578 33554432000 1073741824 1073778376 140734013558448 140505686960256 140506315836169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 924.229
CPU time (s): 1800.17
CPU user time (s): 1798
CPU system time (s): 2.17067
CPU usage (%): 194.775
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798
system time used= 2.17067
maximum resident set size= 794424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55326
involuntary context switches= 99400

runsolver used 3.79342 second user time and 7.97079 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 21:41:16
IDJOB=3736918
IDBENCH=48148
IDSOLVER=2324
FILE ID=node120/3736918-1338752476
RUNJOBID= node120-1338747803-3954
PBS_JOBID= 14636782
Free space on /tmp= 70776 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736918-1338752476/watcher-3736918-1338752476 -o /tmp/evaluation-result-3736918-1338752476/solver-3736918-1338752476 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736918-1338752476.opb

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=24354860

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27671188 kB
Buffers:          572668 kB
Cached:          3128484 kB
SwapCached:         1580 kB
Active:          2272400 kB
Inactive:        1993276 kB
Active(anon):     556628 kB
Inactive(anon):     9224 kB
Active(file):    1715772 kB
Inactive(file):  1984052 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:                76 kB
Writeback:             0 kB
AnonPages:        572080 kB
Mapped:            18980 kB
Shmem:                32 kB
Slab:             795372 kB
SReclaimable:     239368 kB
SUnreclaim:       556004 kB
KernelStack:        1624 kB
PageTables:         4960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70776 MiB
End job on node120 at 2012-06-03 21:56:43