Trace number 3736830

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 1801.37 915.339

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark351.226
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 constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c Stops conflict analysis at the first Unique Implication Point
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c Stops conflict analysis at the first Unique Implication Point
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	
0.07/0.14	c solving HOME/instance-3736830-1338752246.opb
0.07/0.14	c reading problem ... 
1.92/1.36	c ... done. Wall clock time 1.218s.
1.92/1.36	c #vars     6460
1.92/1.36	c #constraints  12720
1.92/1.36	c constraints type 
1.92/1.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
1.92/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1.92/1.36	c constraints type 
1.92/1.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
1.92/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
2.12/1.46	c And the winner is Resolution
2.50/2.36	c SATISFIABLE
2.50/2.36	c OPTIMIZING...
2.50/2.36	c Got one! Elapsed wall clock time (in seconds):2.225
2.50/2.36	o 17
2.59/2.42	c And the winner is Resolution
2.76/3.37	c Got one! Elapsed wall clock time (in seconds):3.232
2.76/3.37	o 16
5.17/4.26	c And the winner is Resolution
5.34/4.37	c Got one! Elapsed wall clock time (in seconds):4.235
5.34/4.37	o 15
6.54/4.96	c cleaning 2498 clauses out of 5000 with flag 5000/5000
10.24/6.71	c cleaning 4247 clauses out of 8504 with flag 11002/11002
14.29/8.68	c And the winner is Resolution
14.64/9.38	c Got one! Elapsed wall clock time (in seconds):9.241
14.64/9.38	o 14
14.69/9.47	c cleaning 5623 clauses out of 11257 with flag 18002/18002
20.27/12.16	c cleaning 6815 clauses out of 13633 with flag 26001/26001
26.87/15.41	c cleaning 7905 clauses out of 15817 with flag 35000/35000
32.84/18.42	c cleaning 8953 clauses out of 17912 with flag 45000/45000
39.59/21.86	c cleaning 9976 clauses out of 19960 with flag 56001/56001
47.37/25.71	c cleaning 10989 clauses out of 21984 with flag 68001/68001
55.88/30.03	c cleaning 11995 clauses out of 23995 with flag 81001/81001
65.24/34.75	c cleaning 12498 clauses out of 25001 with flag 94002/94002
74.64/39.42	c cleaning 12746 clauses out of 25502 with flag 107001/107001
83.84/44.06	c cleaning 12875 clauses out of 25758 with flag 120003/120003
92.70/48.56	c cleaning 12935 clauses out of 25881 with flag 133001/133001
102.43/53.50	c cleaning 12970 clauses out of 25950 with flag 146005/146005
112.35/58.40	c cleaning 12983 clauses out of 25975 with flag 159000/159000
121.87/63.28	c cleaning 12992 clauses out of 25992 with flag 172000/172000
130.93/67.85	c cleaning 12997 clauses out of 26002 with flag 185002/185002
140.89/72.82	c cleaning 12994 clauses out of 26003 with flag 198000/198000
150.39/77.60	c cleaning 12999 clauses out of 26009 with flag 211000/211000
158.74/81.82	c cleaning 13002 clauses out of 26013 with flag 224003/224003
166.95/86.04	c cleaning 13001 clauses out of 26012 with flag 237004/237004
175.91/90.58	c cleaning 12998 clauses out of 26008 with flag 250001/250001
185.06/95.19	c cleaning 13000 clauses out of 26009 with flag 263000/263000
194.59/99.95	c cleaning 12999 clauses out of 26010 with flag 276001/276001
203.19/104.32	c cleaning 13002 clauses out of 26011 with flag 289001/289001
212.94/109.20	c cleaning 12998 clauses out of 26008 with flag 302000/302000
222.29/114.00	c cleaning 12997 clauses out of 26010 with flag 315000/315000
231.99/118.86	c cleaning 13003 clauses out of 26014 with flag 328001/328001
241.40/123.61	c cleaning 12999 clauses out of 26010 with flag 341000/341000
250.16/128.05	c cleaning 13000 clauses out of 26012 with flag 354001/354001
259.49/132.75	c cleaning 13001 clauses out of 26013 with flag 367002/367002
268.25/137.15	c cleaning 12998 clauses out of 26010 with flag 380000/380000
277.28/141.78	c cleaning 13003 clauses out of 26012 with flag 393000/393000
287.06/146.64	c cleaning 13001 clauses out of 26010 with flag 406001/406001
296.97/151.66	c cleaning 13000 clauses out of 26008 with flag 419000/419000
306.88/156.63	c cleaning 12999 clauses out of 26008 with flag 432000/432000
316.73/161.70	c cleaning 12999 clauses out of 26009 with flag 445000/445000
326.28/166.45	c cleaning 13000 clauses out of 26011 with flag 458001/458001
336.00/171.36	c cleaning 13000 clauses out of 26011 with flag 471001/471001
345.50/176.16	c cleaning 13001 clauses out of 26012 with flag 484002/484002
355.34/181.18	c cleaning 13000 clauses out of 26009 with flag 497000/497000
365.07/186.08	c cleaning 12998 clauses out of 26009 with flag 510000/510000
375.01/191.00	c cleaning 13004 clauses out of 26011 with flag 523000/523000
383.75/195.40	c cleaning 12997 clauses out of 26008 with flag 536001/536001
393.00/200.13	c cleaning 12998 clauses out of 26010 with flag 549000/549000
402.92/205.12	c cleaning 13001 clauses out of 26014 with flag 562002/562002
413.03/210.27	c cleaning 12999 clauses out of 26011 with flag 575000/575000
422.93/215.23	c cleaning 13001 clauses out of 26013 with flag 588001/588001
432.19/219.92	c cleaning 13001 clauses out of 26011 with flag 601000/601000
440.24/224.04	c cleaning 13000 clauses out of 26010 with flag 614000/614000
450.96/229.47	c cleaning 13000 clauses out of 26010 with flag 627000/627000
460.05/234.07	c cleaning 12999 clauses out of 26010 with flag 640000/640000
469.25/238.74	c cleaning 13002 clauses out of 26012 with flag 653001/653001
478.73/243.57	c cleaning 12999 clauses out of 26010 with flag 666001/666001
488.01/248.29	c cleaning 13000 clauses out of 26011 with flag 679001/679001
498.77/253.63	c cleaning 12998 clauses out of 26012 with flag 692002/692002
509.76/259.27	c cleaning 13000 clauses out of 26013 with flag 705001/705001
521.06/264.95	c cleaning 12998 clauses out of 26012 with flag 718000/718000
531.58/270.29	c cleaning 13005 clauses out of 26014 with flag 731000/731000
541.88/275.44	c cleaning 12998 clauses out of 26011 with flag 744002/744002
552.24/280.76	c cleaning 13005 clauses out of 26018 with flag 757007/757007
563.17/286.24	c cleaning 12999 clauses out of 26008 with flag 770002/770002
573.93/291.66	c cleaning 12998 clauses out of 26008 with flag 783001/783001
582.62/296.07	c cleaning 12997 clauses out of 26010 with flag 796001/796001
591.01/300.33	c cleaning 13000 clauses out of 26013 with flag 809001/809001
599.27/304.50	c cleaning 13002 clauses out of 26012 with flag 822000/822000
607.11/308.57	c cleaning 12999 clauses out of 26011 with flag 835001/835001
615.59/312.88	c cleaning 13000 clauses out of 26011 with flag 848000/848000
623.94/317.16	c cleaning 13000 clauses out of 26011 with flag 861000/861000
632.63/321.57	c cleaning 12999 clauses out of 26011 with flag 874000/874000
641.56/326.05	c cleaning 13000 clauses out of 26013 with flag 887001/887001
650.87/330.75	c cleaning 13004 clauses out of 26014 with flag 900002/900002
659.26/335.00	c cleaning 13000 clauses out of 26009 with flag 913001/913001
668.13/339.50	c cleaning 13000 clauses out of 26009 with flag 926001/926001
677.22/344.19	c cleaning 12996 clauses out of 26008 with flag 939000/939000
687.35/349.27	c cleaning 12998 clauses out of 26012 with flag 952000/952000
696.70/354.03	c cleaning 13002 clauses out of 26015 with flag 965001/965001
705.97/358.71	c cleaning 13001 clauses out of 26016 with flag 978004/978004
714.85/363.25	c cleaning 13000 clauses out of 26011 with flag 991000/991000
724.14/367.91	c cleaning 12999 clauses out of 26011 with flag 1004000/1004000
733.69/372.89	c cleaning 13000 clauses out of 26013 with flag 1017001/1017001
743.95/378.04	c cleaning 13001 clauses out of 26013 with flag 1030001/1030001
754.40/383.31	c cleaning 13002 clauses out of 26013 with flag 1043002/1043002
764.73/388.59	c cleaning 12995 clauses out of 26009 with flag 1056000/1056000
775.64/394.13	c cleaning 13002 clauses out of 26016 with flag 1069002/1069002
784.90/398.80	c cleaning 13001 clauses out of 26013 with flag 1082001/1082001
794.54/403.74	c cleaning 12999 clauses out of 26012 with flag 1095001/1095001
805.22/409.10	c cleaning 13002 clauses out of 26012 with flag 1108000/1108000
817.20/415.26	c cleaning 13000 clauses out of 26011 with flag 1121001/1121001
828.32/420.85	c cleaning 13003 clauses out of 26014 with flag 1134004/1134004
839.42/426.45	c cleaning 12999 clauses out of 26008 with flag 1147001/1147001
851.54/432.58	c cleaning 12996 clauses out of 26009 with flag 1160001/1160001
863.23/438.51	c cleaning 13003 clauses out of 26015 with flag 1173003/1173003
873.74/443.87	c cleaning 12996 clauses out of 26010 with flag 1186001/1186001
883.44/448.80	c cleaning 13002 clauses out of 26013 with flag 1199000/1199000
893.47/453.89	c cleaning 13001 clauses out of 26011 with flag 1212000/1212000
904.19/459.39	c cleaning 13000 clauses out of 26011 with flag 1225001/1225001
915.08/464.88	c cleaning 12998 clauses out of 26010 with flag 1238000/1238000
925.54/470.18	c cleaning 12997 clauses out of 26014 with flag 1251002/1251002
936.01/475.48	c cleaning 13001 clauses out of 26016 with flag 1264001/1264001
947.37/481.24	c cleaning 12998 clauses out of 26014 with flag 1277000/1277000
956.83/486.10	c cleaning 12997 clauses out of 26016 with flag 1290000/1290000
965.90/490.65	c cleaning 13001 clauses out of 26019 with flag 1303000/1303000
975.54/495.52	c cleaning 13000 clauses out of 26019 with flag 1316001/1316001
984.85/500.36	c cleaning 13004 clauses out of 26018 with flag 1329000/1329000
993.96/504.98	c cleaning 13000 clauses out of 26014 with flag 1342000/1342000
1004.01/510.02	c cleaning 12999 clauses out of 26014 with flag 1355000/1355000
1013.27/514.73	c cleaning 13003 clauses out of 26016 with flag 1368001/1368001
1023.32/519.95	c cleaning 13001 clauses out of 26013 with flag 1381001/1381001
1033.24/524.93	c cleaning 13001 clauses out of 26011 with flag 1394000/1394000
1043.54/530.19	c cleaning 13000 clauses out of 26011 with flag 1407001/1407001
1053.25/535.07	c cleaning 13003 clauses out of 26010 with flag 1420000/1420000
1062.74/539.96	c cleaning 12999 clauses out of 26007 with flag 1433000/1433000
1073.22/545.27	c cleaning 12998 clauses out of 26010 with flag 1446002/1446002
1083.71/550.53	c cleaning 13001 clauses out of 26010 with flag 1459000/1459000
1091.36/554.47	c cleaning 12998 clauses out of 26009 with flag 1472000/1472000
1099.65/558.73	c cleaning 13001 clauses out of 26013 with flag 1485002/1485002
1107.66/562.86	c cleaning 12998 clauses out of 26011 with flag 1498001/1498001
1115.72/566.98	c cleaning 13000 clauses out of 26013 with flag 1511001/1511001
1123.93/571.12	c cleaning 13004 clauses out of 26013 with flag 1524001/1524001
1132.82/575.76	c cleaning 13001 clauses out of 26008 with flag 1537000/1537000
1142.91/580.82	c cleaning 12998 clauses out of 26008 with flag 1550001/1550001
1152.95/585.98	c cleaning 12999 clauses out of 26011 with flag 1563002/1563002
1163.03/591.05	c cleaning 13000 clauses out of 26011 with flag 1576001/1576001
1173.97/596.60	c cleaning 13000 clauses out of 26011 with flag 1589001/1589001
1183.42/601.43	c cleaning 12999 clauses out of 26011 with flag 1602001/1602001
1193.29/606.41	c cleaning 13000 clauses out of 26012 with flag 1615001/1615001
1202.95/611.36	c cleaning 13002 clauses out of 26011 with flag 1628000/1628000
1213.25/616.63	c cleaning 12997 clauses out of 26010 with flag 1641001/1641001
1223.92/622.10	c cleaning 12999 clauses out of 26013 with flag 1654001/1654001
1234.78/627.53	c cleaning 13003 clauses out of 26014 with flag 1667001/1667001
1245.63/633.06	c cleaning 12996 clauses out of 26010 with flag 1680000/1680000
1256.99/638.84	c cleaning 13000 clauses out of 26014 with flag 1693000/1693000
1267.85/644.33	c cleaning 13001 clauses out of 26014 with flag 1706000/1706000
1279.12/650.10	c cleaning 13000 clauses out of 26013 with flag 1719000/1719000
1290.97/656.08	c cleaning 12998 clauses out of 26013 with flag 1732000/1732000
1302.47/661.93	c cleaning 13001 clauses out of 26015 with flag 1745000/1745000
1314.77/668.16	c cleaning 13004 clauses out of 26015 with flag 1758001/1758001
1327.13/674.36	c cleaning 13003 clauses out of 26011 with flag 1771001/1771001
1338.00/679.81	c cleaning 12999 clauses out of 26008 with flag 1784001/1784001
1348.10/685.01	c cleaning 12998 clauses out of 26008 with flag 1797000/1797000
1357.76/689.94	c cleaning 12996 clauses out of 26010 with flag 1810000/1810000
1368.46/695.32	c cleaning 12998 clauses out of 26014 with flag 1823000/1823000
1378.33/700.36	c cleaning 13004 clauses out of 26016 with flag 1836000/1836000
1389.49/706.05	c cleaning 12998 clauses out of 26012 with flag 1849000/1849000
1399.77/711.25	c cleaning 13002 clauses out of 26015 with flag 1862001/1862001
1410.83/716.89	c cleaning 13001 clauses out of 26013 with flag 1875001/1875001
1421.71/722.35	c cleaning 12995 clauses out of 26011 with flag 1888000/1888000
1432.39/727.89	c cleaning 13001 clauses out of 26017 with flag 1901001/1901001
1443.26/733.35	c cleaning 13000 clauses out of 26017 with flag 1914002/1914002
1455.14/739.34	c cleaning 13002 clauses out of 26016 with flag 1927001/1927001
1465.56/744.64	c cleaning 12996 clauses out of 26015 with flag 1940002/1940002
1476.01/750.00	c cleaning 13002 clauses out of 26019 with flag 1953002/1953002
1486.21/755.28	c cleaning 13000 clauses out of 26017 with flag 1966002/1966002
1496.89/760.68	c cleaning 13001 clauses out of 26017 with flag 1979002/1979002
1499.09/761.81	c cleaning 0 clauses out of 5005 with flag 0/5005
1508.62/766.62	c cleaning 13005 clauses out of 26014 with flag 1992000/1992000
1517.39/771.10	c cleaning 12998 clauses out of 26009 with flag 2005000/2005000
1525.63/775.27	c cleaning 13002 clauses out of 26012 with flag 2018001/2018001
1535.24/780.19	c cleaning 13002 clauses out of 26009 with flag 2031000/2031000
1545.56/785.44	c cleaning 13000 clauses out of 26010 with flag 2044003/2044003
1555.80/790.67	c cleaning 12997 clauses out of 26007 with flag 2057000/2057000
1565.67/795.69	c cleaning 13001 clauses out of 26010 with flag 2070000/2070000
1575.71/800.73	c cleaning 12999 clauses out of 26010 with flag 2083001/2083001
1585.84/805.94	c cleaning 13001 clauses out of 26013 with flag 2096003/2096003
1595.09/810.64	c cleaning 12995 clauses out of 26009 with flag 2109000/2109000
1604.13/815.26	c cleaning 13002 clauses out of 26016 with flag 2122002/2122002
1613.21/819.87	c cleaning 12998 clauses out of 26012 with flag 2135000/2135000
1622.87/824.86	c cleaning 13002 clauses out of 26019 with flag 2148005/2148005
1632.34/829.65	c cleaning 13002 clauses out of 26014 with flag 2161002/2161002
1642.14/834.69	c cleaning 12999 clauses out of 26011 with flag 2174001/2174001
1652.54/839.99	c cleaning 12998 clauses out of 26011 with flag 2187000/2187000
1662.43/845.07	c cleaning 13003 clauses out of 26014 with flag 2200001/2200001
1672.24/850.09	c cleaning 12998 clauses out of 26011 with flag 2213001/2213001
1682.25/855.15	c cleaning 12998 clauses out of 26014 with flag 2226002/2226002
1692.67/860.43	c cleaning 12999 clauses out of 26014 with flag 2239000/2239000
1703.90/866.21	c cleaning 13001 clauses out of 26016 with flag 2252001/2252001
1713.74/871.23	c cleaning 13000 clauses out of 26014 with flag 2265000/2265000
1723.16/876.03	c cleaning 12997 clauses out of 26014 with flag 2278000/2278000
1732.80/880.91	c cleaning 13004 clauses out of 26018 with flag 2291001/2291001
1742.85/886.11	c cleaning 13001 clauses out of 26014 with flag 2304001/2304001
1752.71/891.17	c cleaning 13000 clauses out of 26012 with flag 2317000/2317000
1762.55/896.11	c cleaning 12998 clauses out of 26013 with flag 2330001/2330001
1772.58/901.24	c cleaning 12998 clauses out of 26014 with flag 2343000/2343000
1783.03/906.69	c cleaning 13001 clauses out of 26017 with flag 2356001/2356001
1793.46/911.97	c cleaning 13003 clauses out of 26015 with flag 2369000/2369000
1800.05/915.31	c starts		: 233
1800.05/915.31	c conflicts		: 2376900
1800.05/915.31	c decisions		: 3644512
1800.05/915.31	c propagations		: 463851479
1800.05/915.31	c inspects		: 4491473060
1800.05/915.31	c learnt literals	: 0
1800.05/915.31	c learnt binary clauses	: 0
1800.05/915.31	c learnt ternary clauses	: 0
1800.05/915.31	c learnt clauses	: 2376900
1800.05/915.31	c ignored clauses	: 0
1800.05/915.31	c root simplifications	: 0
1800.05/915.31	c removed literals (reason simplification)	: 8918263
1800.05/915.31	c reason swapping (by a shorter reason)	: 0
1800.05/915.31	c Calls to reduceDB	: 185
1800.05/915.31	c number of reductions to clauses (during analyze)	: 0
1800.05/915.31	c number of learned constraints concerned by reduction	: 0
1800.05/915.31	c number of learning phase by resolution	: 0
1800.05/915.31	c number of learning phase by cutting planes	: 0
1800.05/915.31	c speed (assignments/second)	: 512015.9835396034
1800.05/915.31	c non guided choices	0
1800.05/915.32	c learnt constraints type 
1800.05/915.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20938
1800.05/915.33	c constraints type 
1800.05/915.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
1800.05/915.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/915.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1800.05/915.33	c constraints type 
1800.05/915.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
1800.05/915.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/915.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1800.05/915.33	s SATISFIABLE
1800.05/915.33	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.05/915.33	c objective function=14
1800.05/915.33	c Total wall clock time (in seconds): 915.189

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-3736830-1338752246/watcher-3736830-1338752246 -o /tmp/evaluation-result-3736830-1338752246/solver-3736830-1338752246 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736830-1338752246.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: 3.85 3.85 3.82 4/197 13189
/proc/meminfo: memFree=25703344/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/13189/stat : 13189 (java6) R 13187 13189 9489 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 341349493 278528 34 33554432000 1073741824 1073778376 140737198456944 140737198454120 223642479797 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13189/statm: 68 34 25 9 0 25 0

[startup+0.0844771 s]
/proc/loadavg: 3.85 3.85 3.82 4/197 13189
/proc/meminfo: memFree=25703344/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2699900 CPUtime=0.05 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 3824 0 1 0 4 1 0 0 20 0 18 0 341349493 2764697600 5542 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 674975 5542 1746 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699900

[startup+0.100254 s]
/proc/loadavg: 3.85 3.85 3.82 4/197 13189
/proc/meminfo: memFree=25703344/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 3897 0 1 0 6 1 0 0 20 0 18 0 341349493 2764726272 5615 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 674982 5615 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300218 s]
/proc/loadavg: 3.85 3.85 3.82 4/197 13189
/proc/meminfo: memFree=25703344/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2699928 CPUtime=0.39 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 5398 0 1 0 38 1 0 0 20 0 18 0 341349493 2764726272 7983 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 674982 7983 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2699928

[startup+0.700229 s]
/proc/loadavg: 3.85 3.85 3.82 4/197 13189
/proc/meminfo: memFree=25703344/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2699928 CPUtime=1.14 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 10988 0 1 0 111 3 0 0 20 0 18 0 341349493 2764726272 13520 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 674982 13550 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2699928

[startup+1.50074 s]
/proc/loadavg: 3.85 3.85 3.82 4/215 13207
/proc/meminfo: memFree=25650256/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2966184 CPUtime=2.48 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 13730 0 1 0 242 6 0 0 20 0 20 0 341349493 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 741546 18578 2251 9 0 732240 0
[pid=13189/tid=13191] ppid=13187 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/13189/task/13191/stat : 13191 (java) S 13187 13189 9489 0 -1 4202560 2806 0 1 0 130 2 0 0 20 0 20 0 341349494 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633512637592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633496918440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633495865896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633494812840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633493760296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633492708264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633491655720 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633490602664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633489550120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341349497 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633477138792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341349498 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633476085112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341349498 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633475031944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349501 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633473980688 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/13189/task/13204/stat : 13204 (java) R 13187 13189 9489 0 -1 4202560 3543 0 0 0 40 1 0 0 20 0 20 0 341349501 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633472915976 18446744073699066235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/13189/task/13205/stat : 13205 (java) R 13187 13189 9489 0 -1 4202560 6132 0 0 0 47 2 0 0 20 0 20 0 341349501 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633471876024 140633516161253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349501 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633470823160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349501 3037372416 18578 33554432000 1073741824 1073778376 140733708829376 140633352170568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.85 3.85 3.82 3/217 13211
/proc/meminfo: memFree=25630320/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 13919 0 1 0 268 8 0 0 20 0 20 0 341349493 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 741546 21178 2255 9 0 732240 0
[pid=13189/tid=13191] ppid=13187 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/13189/task/13191/stat : 13191 (java) S 13187 13189 9489 0 -1 4202560 2806 0 1 0 131 2 0 0 20 0 20 0 341349494 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633512637592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633496918440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633495865896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633494812840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633493760296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633492708264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633491655720 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633490602664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341349496 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633489550120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 341349497 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633477138792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341349498 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633476085112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341349498 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633475031944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349501 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633473980688 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=2966184 CPUtime=0.5 cores=0,2,4,6
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 9489 0 -1 4202560 3665 0 0 0 48 2 0 0 20 0 20 0 341349501 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633472928568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 9489 0 -1 4202560 6134 0 0 0 53 2 0 0 20 0 20 0 341349501 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633471876024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349501 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633470823160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349501 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633352170568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13210] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13210/stat : 13210 (java) S 13187 13189 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341349630 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633349010216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13211] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13211/stat : 13211 (java) S 13187 13189 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 341349630 3037372416 21178 33554432000 1073741824 1073778376 140733708829376 140633347957672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.70 3.82 3.81 5/219 13217
/proc/meminfo: memFree=25261232/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2966184 CPUtime=9.36 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 18182 0 1 0 917 19 0 0 20 0 22 0 341349493 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 741546 110563 2285 9 0 732240 0
[pid=13189/tid=13191] ppid=13187 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/13189/task/13191/stat : 13191 (java) S 13187 13189 9489 0 -1 4202560 2806 0 1 0 131 2 0 0 20 0 22 0 341349494 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633512637608 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 9489 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633496918440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 9489 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633495865896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 9489 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633494812840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 9489 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633493760296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 9489 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633492708264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 9489 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633491655720 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 9489 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633490602664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 9489 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 341349496 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633489550120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 9489 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 341349497 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633477138792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633476085112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633475031944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633473980688 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 9489 0 -1 4202560 6897 0 0 0 96 2 0 0 20 0 22 0 341349501 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633472928568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 9489 0 -1 4202560 6872 0 0 0 98 2 0 0 20 0 22 0 341349501 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633471876024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633470823160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633352170568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13210] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13210/stat : 13210 (java) S 13187 13189 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633349010216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13211] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13211/stat : 13211 (java) S 13187 13189 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633347957672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13216] ppid=13187 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/13189/task/13216/stat : 13216 (java) R 13187 13189 9489 0 -1 4202560 7 0 0 0 177 0 0 0 20 0 22 0 341349930 3037372416 110563 33554432000 1073741824 1073778376 140733708829376 140633350061376 140633353060303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

[pid=13189/tid=13211] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13211/stat : 13211 (java) S 13187 13189 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 185892 33554432000 1073741824 1073778376 140733708829376 140633347957672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13218] ppid=13187 vsize=2966184 CPUtime=756.18 cores=0,2,4,6
/proc/13189/task/13218/stat : 13218 (java) R 13187 13189 9489 0 -1 4202560 575 0 0 0 75602 16 0 0 20 0 22 0 341350431 3037372416 185892 33554432000 1073741824 1073778376 140733708829376 140633351113792 140633352972241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13219] ppid=13187 vsize=2966184 CPUtime=756.24 cores=0,2,4,6
/proc/13189/task/13219/stat : 13219 (java) R 13187 13189 9489 0 -1 4202560 449 0 0 0 75609 15 0 0 20 0 22 0 341350431 3037372416 185892 33554432000 1073741824 1073778376 140733708829376 140633350060216 140633352972080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1617.8
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.25 4.00 3.83 5/219 13302
/proc/meminfo: memFree=25110856/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2966184 CPUtime=1735.14 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 31891 0 1 0 173357 157 0 0 20 0 22 0 341349493 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 741546 187940 2286 9 0 732240 0
[pid=13189/tid=13191] ppid=13187 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/13189/task/13191/stat : 13191 (java) S 13187 13189 9489 0 -1 4202560 2843 0 1 0 133 2 0 0 20 0 22 0 341349494 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633512637608 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 9489 0 -1 4202560 316 0 0 0 673 7 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633496918440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=2966184 CPUtime=6.52 cores=0,2,4,6
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 9489 0 -1 4202560 304 0 0 0 644 8 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633495865896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=2966184 CPUtime=6.67 cores=0,2,4,6
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 9489 0 -1 4202560 311 0 0 0 660 7 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633494812840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=2966184 CPUtime=6.38 cores=0,2,4,6
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 9489 0 -1 4202560 320 0 0 0 631 7 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633493760296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=2966184 CPUtime=6.43 cores=0,2,4,6
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 9489 0 -1 4202560 312 0 0 0 635 8 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633492708264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=2966184 CPUtime=6.65 cores=0,2,4,6
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 9489 0 -1 4202560 324 0 0 0 657 8 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633491655720 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=2966184 CPUtime=6.33 cores=0,2,4,6
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 9489 0 -1 4202560 300 0 0 0 626 7 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633490602664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=2966184 CPUtime=6.55 cores=0,2,4,6
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 9489 0 -1 4202560 298 0 0 0 649 6 0 0 20 0 22 0 341349496 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633489550120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=2966184 CPUtime=46.92 cores=0,2,4,6
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 9489 0 -1 4202560 126 0 0 0 4634 58 0 0 20 0 22 0 341349497 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633477138792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633476085112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633475031944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633473980688 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 9489 0 -1 4202560 15990 0 0 0 182 3 0 0 20 0 22 0 341349501 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633472928568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 9489 0 -1 4202560 7811 0 0 0 123 2 0 0 20 0 22 0 341349501 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633471876024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633470823160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 9489 0 -1 4202560 49 0 0 0 17 16 0 0 20 0 22 0 341349501 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633352170568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13210] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13210/stat : 13210 (java) S 13187 13189 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633349010216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13211] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13211/stat : 13211 (java) S 13187 13189 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633347957672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13218] ppid=13187 vsize=2966184 CPUtime=810.85 cores=0,2,4,6
/proc/13189/task/13218/stat : 13218 (java) R 13187 13189 9489 0 -1 4202560 611 0 0 0 81068 17 0 0 20 0 22 0 341350431 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633351113872 140633352939649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13219] ppid=13187 vsize=2966184 CPUtime=810.89 cores=0,2,4,6
/proc/13189/task/13219/stat : 13219 (java) R 13187 13189 9489 0 -1 4202560 487 0 0 0 81073 16 0 0 20 0 22 0 341350431 3037372416 187940 33554432000 1073741824 1073778376 140733708829376 140633350060288 140633352962576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1735.14
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.301 s]
/proc/loadavg: 3.94 3.95 3.82 5/219 13302
/proc/meminfo: memFree=25102664/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2966184 CPUtime=1800.05 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 31940 0 1 0 179845 160 0 0 20 0 22 0 341349493 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 741546 188452 2286 9 0 732240 0
[pid=13189/tid=13191] ppid=13187 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/13189/task/13191/stat : 13191 (java) S 13187 13189 9489 0 -1 4202560 2845 0 1 0 133 2 0 0 20 0 22 0 341349494 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633512637608 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=2966184 CPUtime=7.07 cores=0,2,4,6
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 9489 0 -1 4202560 317 0 0 0 700 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633496918440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 9489 0 -1 4202560 304 0 0 0 672 8 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633495865896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=2966184 CPUtime=6.94 cores=0,2,4,6
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 9489 0 -1 4202560 311 0 0 0 687 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633494812840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=2966184 CPUtime=6.68 cores=0,2,4,6
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 9489 0 -1 4202560 321 0 0 0 661 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633493760296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=2966184 CPUtime=6.69 cores=0,2,4,6
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 9489 0 -1 4202560 312 0 0 0 661 8 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633492708264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=2966184 CPUtime=6.93 cores=0,2,4,6
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 9489 0 -1 4202560 325 0 0 0 684 9 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633491655720 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=2966184 CPUtime=6.63 cores=0,2,4,6
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 9489 0 -1 4202560 300 0 0 0 656 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633490602664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=2966184 CPUtime=6.83 cores=0,2,4,6
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 9489 0 -1 4202560 299 0 0 0 677 6 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633489550120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=2966184 CPUtime=48.94 cores=0,2,4,6
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 9489 0 -1 4202560 128 0 0 0 4835 59 0 0 20 0 22 0 341349497 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633477138792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633476085112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633475031944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633473980688 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 9489 0 -1 4202560 15990 0 0 0 182 3 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633472928568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 9489 0 -1 4202560 7811 0 0 0 123 2 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633471876024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633470823160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 9489 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633352170568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13210] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13210/stat : 13210 (java) S 13187 13189 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633349010216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13211] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13211/stat : 13211 (java) S 13187 13189 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633347957672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13218] ppid=13187 vsize=2966184 CPUtime=841.19 cores=0,2,4,6
/proc/13189/task/13218/stat : 13218 (java) R 13187 13189 9489 0 -1 4202560 628 0 0 0 84102 17 0 0 20 0 22 0 341350431 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633351113096 140633352953936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13219] ppid=13187 vsize=2966184 CPUtime=841.23 cores=0,2,4,6
/proc/13189/task/13219/stat : 13219 (java) R 13187 13189 9489 0 -1 4202560 509 0 0 0 84107 16 0 0 20 0 22 0 341350431 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633350061184 140633352974228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+915.301 s]
/proc/loadavg: 3.94 3.95 3.82 5/219 13302
/proc/meminfo: memFree=25102664/32873844 swapFree=7628/7628
[pid=13189] ppid=13187 vsize=2966184 CPUtime=1800.05 cores=0,2,4,6
/proc/13189/stat : 13189 (java) S 13187 13189 9489 0 -1 4202496 31940 0 1 0 179845 160 0 0 20 0 22 0 341349493 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140733708820512 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13189/statm: 741546 188452 2286 9 0 732240 0
[pid=13189/tid=13191] ppid=13187 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/13189/task/13191/stat : 13191 (java) S 13187 13189 9489 0 -1 4202560 2845 0 1 0 133 2 0 0 20 0 22 0 341349494 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633512637608 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=2966184 CPUtime=7.07 cores=0,2,4,6
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 9489 0 -1 4202560 317 0 0 0 700 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633496918440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 9489 0 -1 4202560 304 0 0 0 672 8 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633495865896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=2966184 CPUtime=6.94 cores=0,2,4,6
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 9489 0 -1 4202560 311 0 0 0 687 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633494812840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=2966184 CPUtime=6.68 cores=0,2,4,6
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 9489 0 -1 4202560 321 0 0 0 661 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633493760296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=2966184 CPUtime=6.69 cores=0,2,4,6
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 9489 0 -1 4202560 312 0 0 0 661 8 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633492708264 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=2966184 CPUtime=6.93 cores=0,2,4,6
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 9489 0 -1 4202560 325 0 0 0 684 9 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633491655720 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=2966184 CPUtime=6.63 cores=0,2,4,6
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 9489 0 -1 4202560 300 0 0 0 656 7 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633490602664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=2966184 CPUtime=6.83 cores=0,2,4,6
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 9489 0 -1 4202560 299 0 0 0 677 6 0 0 20 0 22 0 341349496 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633489550120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=2966184 CPUtime=48.94 cores=0,2,4,6
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 9489 0 -1 4202560 128 0 0 0 4835 59 0 0 20 0 22 0 341349497 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633477138792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633476085112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341349498 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633475031944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633473980688 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 9489 0 -1 4202560 15990 0 0 0 182 3 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633472928568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 9489 0 -1 4202560 7811 0 0 0 123 2 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633471876024 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633470823160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 9489 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 341349501 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633352170568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13189/tid=13210] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13210/stat : 13210 (java) S 13187 13189 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633349010216 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13211] ppid=13187 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13189/task/13211/stat : 13211 (java) S 13187 13189 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341349630 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633347957672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13218] ppid=13187 vsize=2966184 CPUtime=841.19 cores=0,2,4,6
/proc/13189/task/13218/stat : 13218 (java) R 13187 13189 9489 0 -1 4202560 628 0 0 0 84102 17 0 0 20 0 22 0 341350431 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633351113096 140633352953936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13189/tid=13219] ppid=13187 vsize=2966184 CPUtime=841.23 cores=0,2,4,6
/proc/13189/task/13219/stat : 13219 (java) R 13187 13189 9489 0 -1 4202560 509 0 0 0 84107 16 0 0 20 0 22 0 341350431 3037372416 188452 33554432000 1073741824 1073778376 140733708829376 140633350061184 140633352974228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 915.339
CPU time (s): 1801.37
CPU user time (s): 1799.33
CPU system time (s): 2.04169
CPU usage (%): 196.798
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 2.04169
maximum resident set size= 753920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31970
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54747
involuntary context switches= 95330

runsolver used 3.36049 second user time and 8.26574 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 21:37:26
IDJOB=3736830
IDBENCH=48132
IDSOLVER=2324
FILE ID=node144/3736830-1338752246
RUNJOBID= node144-1338739588-9505
PBS_JOBID= 14636773
Free space on /tmp= 70836 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_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736830-1338752246/watcher-3736830-1338752246 -o /tmp/evaluation-result-3736830-1338752246/solver-3736830-1338752246 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736830-1338752246.opb

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1609371422

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.91
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.196
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.90
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.196
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.92
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.196
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.196
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:       32873844 kB
MemFree:        25703236 kB
Buffers:         1719116 kB
Cached:          3671756 kB
SwapCached:          464 kB
Active:          4382800 kB
Inactive:        1896392 kB
Active(anon):     868492 kB
Inactive(anon):    11188 kB
Active(file):    3514308 kB
Inactive(file):  1885204 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               340 kB
Writeback:             4 kB
AnonPages:        894024 kB
Mapped:            22584 kB
Shmem:               172 kB
Slab:             740560 kB
SReclaimable:     182228 kB
SUnreclaim:       558332 kB
KernelStack:        1624 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1576156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 21:52:44