Trace number 2658531

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT (TO)14 1800.16 1789.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_2.opb
MD5SUMfaa00895e2f6f80e77634e2be522df62
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1798.07
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 constraint45
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)6220
Sum of products size (including duplicates)12440
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658531-1276655906.opb
0.24/0.20	c reading problem ... 
7.90/7.18	c ... done. Wall clock time 6.977s.
7.90/7.18	c #vars     6420
7.90/7.18	c #constraints  12640
7.90/7.18	c constraints type 
7.90/7.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6420
7.90/7.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
8.39/7.44	c SATISFIABLE
8.39/7.44	c OPTIMIZING...
8.39/7.44	c Got one! Elapsed wall clock time (in seconds):7.231
8.39/7.44	o 17
8.57/7.57	c Got one! Elapsed wall clock time (in seconds):7.37
8.57/7.57	o 16
9.07/7.81	c Got one! Elapsed wall clock time (in seconds):7.599
9.07/7.81	o 15
13.34/11.81	c cleaning 2497 clauses out of 5000 with flag 5000/5000
17.94/16.29	c cleaning 4249 clauses out of 8503 with flag 11000/11000
23.52/21.75	c cleaning 5626 clauses out of 11256 with flag 18002/18002
29.06/27.21	c cleaning 6812 clauses out of 13628 with flag 26000/26000
35.11/33.24	c Got one! Elapsed wall clock time (in seconds):33.036
35.11/33.24	o 14
35.51/33.68	c cleaning 7902 clauses out of 15817 with flag 35001/35001
44.17/42.22	c cleaning 8956 clauses out of 17917 with flag 45003/45003
54.41/52.47	c cleaning 9976 clauses out of 19959 with flag 56001/56001
64.97/62.94	c cleaning 10988 clauses out of 21983 with flag 68001/68001
76.12/74.00	c cleaning 11993 clauses out of 23995 with flag 81001/81001
87.37/85.28	c cleaning 12495 clauses out of 25001 with flag 94000/94000
98.12/95.96	c cleaning 12750 clauses out of 25507 with flag 107001/107001
109.69/107.45	c cleaning 12875 clauses out of 25756 with flag 120000/120000
120.94/118.67	c cleaning 12938 clauses out of 25883 with flag 133002/133002
131.40/129.01	c cleaning 12969 clauses out of 25946 with flag 146003/146003
142.45/140.07	c cleaning 12983 clauses out of 25974 with flag 159000/159000
156.61/154.16	c cleaning 12994 clauses out of 25993 with flag 172002/172002
166.67/164.10	c cleaning 12991 clauses out of 25997 with flag 185000/185000
178.01/175.46	c cleaning 13000 clauses out of 26006 with flag 198000/198000
191.17/188.50	c cleaning 13000 clauses out of 26007 with flag 211001/211001
203.32/200.63	c cleaning 12997 clauses out of 26006 with flag 224000/224000
215.88/213.13	c cleaning 12997 clauses out of 26009 with flag 237000/237000
228.03/225.22	c cleaning 12999 clauses out of 26012 with flag 250000/250000
239.68/236.84	c cleaning 13004 clauses out of 26013 with flag 263000/263000
250.75/247.86	c cleaning 12998 clauses out of 26009 with flag 276000/276000
262.82/259.88	c cleaning 13001 clauses out of 26012 with flag 289001/289001
273.58/270.52	c cleaning 12998 clauses out of 26011 with flag 302001/302001
284.55/281.46	c cleaning 12997 clauses out of 26013 with flag 315001/315001
298.23/295.00	c cleaning 13003 clauses out of 26018 with flag 328003/328003
312.08/308.80	c cleaning 13000 clauses out of 26014 with flag 341002/341002
325.25/321.95	c cleaning 13000 clauses out of 26012 with flag 354000/354000
337.41/334.07	c cleaning 13002 clauses out of 26015 with flag 367003/367003
350.17/346.79	c cleaning 12998 clauses out of 26010 with flag 380000/380000
362.61/359.17	c cleaning 13004 clauses out of 26013 with flag 393001/393001
372.98/369.45	c cleaning 12997 clauses out of 26010 with flag 406002/406002
384.94/381.36	c cleaning 13000 clauses out of 26011 with flag 419000/419000
396.32/392.63	c cleaning 13001 clauses out of 26012 with flag 432001/432001
407.96/404.21	c cleaning 13000 clauses out of 26012 with flag 445002/445002
419.82/416.01	c cleaning 13001 clauses out of 26012 with flag 458002/458002
433.30/429.49	c cleaning 13002 clauses out of 26010 with flag 471001/471001
445.67/441.74	c cleaning 12996 clauses out of 26008 with flag 484001/484001
457.03/453.10	c cleaning 12999 clauses out of 26012 with flag 497001/497001
468.18/464.17	c cleaning 12999 clauses out of 26012 with flag 510000/510000
479.64/475.57	c cleaning 12999 clauses out of 26013 with flag 523000/523000
490.48/486.38	c cleaning 13000 clauses out of 26014 with flag 536000/536000
502.03/497.87	c cleaning 12998 clauses out of 26014 with flag 549000/549000
514.09/509.84	c cleaning 13002 clauses out of 26016 with flag 562000/562000
525.44/521.10	c cleaning 13000 clauses out of 26015 with flag 575001/575001
536.99/532.66	c cleaning 13005 clauses out of 26015 with flag 588001/588001
548.27/543.90	c cleaning 13002 clauses out of 26009 with flag 601000/601000
558.73/554.28	c cleaning 12999 clauses out of 26008 with flag 614001/614001
572.10/567.55	c cleaning 12999 clauses out of 26009 with flag 627001/627001
584.05/579.48	c cleaning 13001 clauses out of 26009 with flag 640000/640000
595.11/590.48	c cleaning 12998 clauses out of 26008 with flag 653000/653000
606.76/602.00	c cleaning 13000 clauses out of 26013 with flag 666003/666003
617.44/612.63	c cleaning 13001 clauses out of 26011 with flag 679001/679001
628.37/623.50	c cleaning 12999 clauses out of 26010 with flag 692001/692001
638.73/633.80	c cleaning 12999 clauses out of 26011 with flag 705001/705001
649.77/644.90	c cleaning 12997 clauses out of 26011 with flag 718000/718000
661.74/656.77	c cleaning 13000 clauses out of 26016 with flag 731002/731002
673.99/668.94	c cleaning 13001 clauses out of 26014 with flag 744000/744000
686.74/681.64	c cleaning 13002 clauses out of 26017 with flag 757004/757004
700.11/694.99	c cleaning 13001 clauses out of 26011 with flag 770000/770000
712.97/707.74	c cleaning 12999 clauses out of 26010 with flag 783000/783000
724.53/719.23	c cleaning 13001 clauses out of 26012 with flag 796001/796001
736.48/731.18	c cleaning 12998 clauses out of 26010 with flag 809000/809000
747.95/742.56	c cleaning 12999 clauses out of 26012 with flag 822000/822000
759.49/754.02	c cleaning 13001 clauses out of 26013 with flag 835000/835000
771.84/766.37	c cleaning 13000 clauses out of 26012 with flag 848000/848000
783.80/778.24	c cleaning 13001 clauses out of 26012 with flag 861000/861000
795.97/790.37	c cleaning 12997 clauses out of 26011 with flag 874000/874000
807.54/801.89	c cleaning 13003 clauses out of 26014 with flag 887000/887000
816.89/811.11	c cleaning 13004 clauses out of 26012 with flag 900001/900001
829.46/823.65	c cleaning 13000 clauses out of 26007 with flag 913000/913000
841.85/835.97	c cleaning 12997 clauses out of 26009 with flag 926002/926002
853.99/848.03	c cleaning 12998 clauses out of 26011 with flag 939001/939001
867.47/861.49	c cleaning 13002 clauses out of 26013 with flag 952001/952001
882.14/876.04	c cleaning 13002 clauses out of 26011 with flag 965001/965001
893.60/887.49	c cleaning 13000 clauses out of 26008 with flag 978000/978000
903.76/897.52	c cleaning 12997 clauses out of 26009 with flag 991001/991001
913.70/907.46	c cleaning 12999 clauses out of 26013 with flag 1004002/1004002
923.44/917.12	c cleaning 13003 clauses out of 26013 with flag 1017001/1017001
934.50/928.14	c cleaning 12999 clauses out of 26009 with flag 1030000/1030000
946.26/939.89	c cleaning 12996 clauses out of 26010 with flag 1043000/1043000
957.51/951.07	c cleaning 12999 clauses out of 26014 with flag 1056000/1056000
968.46/961.92	c cleaning 13003 clauses out of 26017 with flag 1069002/1069002
979.93/973.33	c cleaning 13002 clauses out of 26012 with flag 1082000/1082000
992.71/986.01	c cleaning 12999 clauses out of 26012 with flag 1095002/1095002
1006.28/999.51	c cleaning 13002 clauses out of 26012 with flag 1108001/1108001
1018.84/1012.03	c cleaning 13001 clauses out of 26014 with flag 1121005/1121005
1031.61/1024.73	c cleaning 12998 clauses out of 26009 with flag 1134001/1134001
1045.09/1038.20	c cleaning 12997 clauses out of 26010 with flag 1147000/1147000
1057.86/1050.84	c cleaning 13000 clauses out of 26013 with flag 1160000/1160000
1070.11/1063.08	c cleaning 12999 clauses out of 26014 with flag 1173001/1173001
1082.37/1075.24	c cleaning 12999 clauses out of 26014 with flag 1186000/1186000
1095.21/1088.05	c cleaning 13001 clauses out of 26015 with flag 1199000/1199000
1107.47/1100.20	c cleaning 13000 clauses out of 26014 with flag 1212000/1212000
1120.31/1113.07	c cleaning 13003 clauses out of 26015 with flag 1225001/1225001
1133.38/1126.09	c cleaning 13000 clauses out of 26011 with flag 1238000/1238000
1146.83/1139.49	c cleaning 13000 clauses out of 26013 with flag 1251002/1251002
1159.20/1151.73	c cleaning 13002 clauses out of 26011 with flag 1264000/1264000
1171.17/1163.62	c cleaning 12995 clauses out of 26009 with flag 1277000/1277000
1183.03/1175.49	c cleaning 12998 clauses out of 26016 with flag 1290002/1290002
1196.00/1188.38	c cleaning 13002 clauses out of 26016 with flag 1303000/1303000
1208.37/1200.62	c cleaning 12999 clauses out of 26014 with flag 1316000/1316000
1219.94/1212.13	c cleaning 13004 clauses out of 26017 with flag 1329002/1329002
1229.90/1222.06	c cleaning 13002 clauses out of 26011 with flag 1342000/1342000
1240.77/1232.88	c cleaning 13002 clauses out of 26010 with flag 1355001/1355001
1253.14/1245.14	c cleaning 12999 clauses out of 26007 with flag 1368000/1368000
1265.19/1257.15	c cleaning 12998 clauses out of 26011 with flag 1381003/1381003
1276.75/1268.64	c cleaning 13002 clauses out of 26010 with flag 1394000/1394000
1288.69/1280.56	c cleaning 12999 clauses out of 26008 with flag 1407000/1407000
1300.25/1292.01	c cleaning 12998 clauses out of 26010 with flag 1420001/1420001
1311.72/1303.46	c cleaning 12998 clauses out of 26012 with flag 1433001/1433001
1323.57/1315.20	c cleaning 13000 clauses out of 26013 with flag 1446000/1446000
1335.74/1327.39	c cleaning 13002 clauses out of 26014 with flag 1459001/1459001
1346.28/1337.80	c cleaning 13001 clauses out of 26013 with flag 1472002/1472002
1356.64/1348.12	c cleaning 12998 clauses out of 26010 with flag 1485000/1485000
1367.77/1359.21	c cleaning 12998 clauses out of 26012 with flag 1498000/1498000
1378.94/1370.30	c cleaning 12999 clauses out of 26015 with flag 1511001/1511001
1390.90/1382.22	c cleaning 13003 clauses out of 26016 with flag 1524001/1524001
1405.68/1396.95	c cleaning 12999 clauses out of 26012 with flag 1537000/1537000
1421.74/1413.00	c cleaning 13002 clauses out of 26016 with flag 1550003/1550003
1437.02/1428.13	c cleaning 12999 clauses out of 26012 with flag 1563001/1563001
1453.50/1444.50	c cleaning 13003 clauses out of 26012 with flag 1576000/1576000
1469.56/1460.56	c cleaning 12996 clauses out of 26009 with flag 1589000/1589000
1485.15/1476.01	c cleaning 13000 clauses out of 26013 with flag 1602000/1602000
1499.61/1490.45	c cleaning 12998 clauses out of 26013 with flag 1615000/1615000
1513.37/1504.19	c cleaning 12999 clauses out of 26015 with flag 1628000/1628000
1526.75/1517.41	c cleaning 13001 clauses out of 26018 with flag 1641002/1641002
1540.11/1530.75	c cleaning 13002 clauses out of 26016 with flag 1654001/1654001
1553.67/1544.20	c cleaning 13001 clauses out of 26013 with flag 1667000/1667000
1567.33/1557.83	c cleaning 12998 clauses out of 26014 with flag 1680002/1680002
1581.09/1571.56	c cleaning 13003 clauses out of 26015 with flag 1693001/1693001
1595.26/1585.64	c cleaning 13002 clauses out of 26013 with flag 1706002/1706002
1609.01/1599.39	c cleaning 12998 clauses out of 26009 with flag 1719000/1719000
1623.87/1614.19	c cleaning 13002 clauses out of 26011 with flag 1732000/1732000
1637.86/1628.05	c cleaning 12994 clauses out of 26009 with flag 1745000/1745000
1651.31/1641.42	c cleaning 13000 clauses out of 26016 with flag 1758001/1758001
1665.01/1655.07	c cleaning 13002 clauses out of 26015 with flag 1771000/1771000
1675.56/1665.56	c cleaning 13001 clauses out of 26013 with flag 1784000/1784000
1686.51/1676.46	c cleaning 12997 clauses out of 26013 with flag 1797001/1797001
1697.35/1687.27	c cleaning 13001 clauses out of 26016 with flag 1810001/1810001
1708.31/1698.17	c cleaning 13000 clauses out of 26016 with flag 1823002/1823002
1719.26/1709.06	c cleaning 12999 clauses out of 26014 with flag 1836000/1836000
1730.62/1720.39	c cleaning 13000 clauses out of 26015 with flag 1849000/1849000
1742.36/1732.07	c cleaning 13000 clauses out of 26015 with flag 1862000/1862000
1754.12/1743.71	c cleaning 13000 clauses out of 26016 with flag 1875001/1875001
1765.57/1755.14	c cleaning 13002 clauses out of 26015 with flag 1888000/1888000
1777.62/1767.12	c cleaning 13000 clauses out of 26014 with flag 1901001/1901001
1788.87/1778.38	c cleaning 13000 clauses out of 26014 with flag 1914001/1914001
1799.72/1789.20	c cleaning 12997 clauses out of 26013 with flag 1927000/1927000
1800.03/1789.42	c starts		: 214
1800.03/1789.42	c conflicts		: 1927165
1800.03/1789.42	c decisions		: 2940153
1800.03/1789.42	c propagations		: 367187480
1800.03/1789.42	c inspects		: 3537793965
1800.03/1789.42	c learnt literals	: 0
1800.03/1789.42	c learnt binary clauses	: 0
1800.03/1789.42	c learnt ternary clauses	: 0
1800.03/1789.42	c learnt clauses	: 1927165
1800.03/1789.42	c ignored clauses	: 0
1800.03/1789.42	c root simplifications	: 0
1800.03/1789.42	c removed literals (reason simplification)	: 8184583
1800.03/1789.42	c reason swapping (by a shorter reason)	: 0
1800.03/1789.42	c Calls to reduceDB	: 151
1800.03/1789.42	c number of reductions to clauses (during analyze)	: 0
1800.03/1789.42	c number of learned constraints concerned by reduction	: 0
1800.03/1789.42	c number of learning phase by resolution	: 0
1800.03/1789.42	c number of learning phase by cutting planes	: 0
1800.03/1789.42	c speed (assignments/second)	: 209083.65054735434
1800.03/1789.42	c non guided choices	0
1800.03/1789.44	c learnt constraints type 
1800.03/1789.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13199
1800.03/1789.44	c constraints type 
1800.03/1789.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6420
1800.03/1789.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.03/1789.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.03/1789.44	s SATISFIABLE
1800.03/1789.44	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.03/1789.44	c objective function=14
1800.03/1789.44	c Total wall clock time (in seconds): 1789.234

Verifier Data

OK	14

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658531-1276655906/watcher-2658531-1276655906 -o /tmp/evaluation-result-2658531-1276655906/solver-2658531-1276655906 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658531-1276655906.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.04 1.01 3/106 14031
/proc/meminfo: memFree=1821276/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1700 CPUtime=0
/proc/14031/stat : 14031 (java6) R 14029 14031 11880 0 -1 4194304 169 0 0 0 0 0 0 0 19 0 1 0 6881516 1740800 74 1992294400 134512640 134550932 4290111728 18446744073709551615 2564816 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14031/statm: 425 85 64 10 0 30 0

[startup+0.0717119 s]
/proc/loadavg: 1.01 1.04 1.01 3/106 14031
/proc/meminfo: memFree=1821276/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1521796 CPUtime=0.05
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 3705 0 1 0 3 2 0 0 18 0 7 0 6881516 1558319104 3146 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 380449 3146 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100713 s]
/proc/loadavg: 1.01 1.04 1.01 3/106 14031
/proc/meminfo: memFree=1821276/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1524184 CPUtime=0.08
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 3951 0 1 0 6 2 0 0 18 0 12 0 6881516 1560764416 3390 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.335367 s]
/proc/loadavg: 1.01 1.04 1.01 3/106 14031
/proc/meminfo: memFree=1821276/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1527288 CPUtime=0.44
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 5541 0 1 0 41 3 0 0 18 0 12 0 6881516 1563942912 4960 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 381822 4960 1366 10 0 379124 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1527288

[startup+0.700356 s]
/proc/loadavg: 1.01 1.04 1.01 3/106 14031
/proc/meminfo: memFree=1821276/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1529472 CPUtime=1.1
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 6738 0 1 0 106 4 0 0 18 0 12 0 6881516 1566179328 6090 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382368 6090 1396 10 0 379670 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1529472

[startup+1.50133 s]
/proc/loadavg: 1.01 1.04 1.01 3/118 14043
/proc/meminfo: memFree=1800040/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1529616 CPUtime=2.16
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 7892 0 1 0 212 4 0 0 18 0 12 0 6881516 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382404 6838 1407 10 0 379706 0
[pid=14031/tid=14033] ppid=14029 vsize=1529616 CPUtime=1.47
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 5117 0 1 0 144 3 0 0 19 0 12 0 6881518 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4109234080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6881519 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6881519 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6881521 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 6881522 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6881522 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6881526 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1529616 CPUtime=0.46
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1101 0 0 0 46 0 0 0 15 0 12 0 6881526 1566326784 6838 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1529616 CPUtime=0.21
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 607 0 0 0 21 0 0 0 20 0 12 0 6881526 1566326784 6839 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6881526 1566326784 6839 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6881526 1566326784 6839 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1529616

[startup+3.10128 s]
/proc/loadavg: 1.01 1.04 1.01 3/118 14043
/proc/meminfo: memFree=1797932/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1529616 CPUtime=3.8
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 8436 0 1 0 375 5 0 0 18 0 12 0 6881516 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382404 7382 1407 10 0 379706 0
[pid=14031/tid=14033] ppid=14029 vsize=1529616 CPUtime=3.06
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 5660 0 1 0 303 3 0 0 25 0 12 0 6881518 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4109234146 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6881519 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6881519 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6881521 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 6881522 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6881522 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6881526 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1529616 CPUtime=0.48
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1102 0 0 0 48 0 0 0 15 0 12 0 6881526 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1529616 CPUtime=0.22
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 607 0 0 0 22 0 0 0 15 0 12 0 6881526 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6881526 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1529616 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6881526 1566326784 7382 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1529616

[startup+6.30118 s]
/proc/loadavg: 1.01 1.04 1.01 2/118 14043
/proc/meminfo: memFree=1794460/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1529144 CPUtime=7.1
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 9147 0 1 0 704 6 0 0 18 0 12 0 6881516 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382286 7933 1409 10 0 379588 0
[pid=14031/tid=14033] ppid=14029 vsize=1529144 CPUtime=6.26
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 6325 0 1 0 622 4 0 0 25 0 12 0 6881518 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4109233869 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6881519 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6881519 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6881521 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 6881522 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6881522 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6881526 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1529144 CPUtime=0.57
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1147 0 0 0 57 0 0 0 15 0 12 0 6881526 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1529144 CPUtime=0.24
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 608 0 0 0 24 0 0 0 15 0 12 0 6881526 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6881526 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1529144 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6881526 1565843456 7933 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1529144

[startup+12.702 s]
/proc/loadavg: 1.01 1.04 1.01 4/119 14044
/proc/meminfo: memFree=1668220/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1533184 CPUtime=14.39
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 41214 0 1 0 1418 21 0 0 18 0 13 0 6881516 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 383296 39520 1444 10 0 380598 0
[pid=14031/tid=14033] ppid=14029 vsize=1533184 CPUtime=12.17
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 32083 0 1 0 1200 17 0 0 25 0 13 0 6881518 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4109520466 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1533184 CPUtime=0.1
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 1767 0 0 0 10 0 0 0 15 0 13 0 6881519 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1533184 CPUtime=0.11
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 1739 0 0 0 10 1 0 0 16 0 13 0 6881519 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1533184 CPUtime=0.05
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 1454 0 0 0 5 0 0 0 16 0 13 0 6881521 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6881522 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6881522 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6881526 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1533184 CPUtime=1.11
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1440 0 0 0 111 0 0 0 16 0 13 0 6881526 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1533184 CPUtime=0.8
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 1663 0 0 0 80 0 0 0 16 0 13 0 6881526 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6881526 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6881526 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14044] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14044/stat : 14044 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6882238 1569980416 39520 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1533184

[startup+25.5016 s]
/proc/loadavg: 1.01 1.04 1.01 3/119 14044
/proc/meminfo: memFree=1644536/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1533184 CPUtime=27.34
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 47164 0 1 0 2709 25 0 0 18 0 13 0 6881516 1569980416 45298 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 383296 45298 1444 10 0 380598 0
[pid=14031/tid=14033] ppid=14029 vsize=1533184 CPUtime=24.7
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 34797 0 1 0 2451 19 0 0 25 0 13 0 6881518 1569980416 45298 1992294400 134512640 134550932 4294772960 18446744073709551615 4109520637 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1533184 CPUtime=0.2
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 3294 0 0 0 19 1 0 0 16 0 13 0 6881519 1569980416 45298 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1533184 CPUtime=0.2
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 3139 0 0 0 19 1 0 0 15 0 13 0 6881519 1569980416 45298 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1533184 CPUtime=0.16
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 1756 0 0 0 16 0 0 0 15 0 13 0 6881521 1569980416 45298 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6881522 1569980416 45298 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1533184 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6881522 1569980416 45298 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1533184 CPUtime=0

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

[pid=14031] ppid=14029 vsize=1530852 CPUtime=1612.01
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 59629 0 1 0 161068 133 0 0 18 0 13 0 6881516 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382713 55024 1444 10 0 380015 0
[pid=14031/tid=14033] ppid=14029 vsize=1530852 CPUtime=1579.44
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 36361 0 1 0 157895 49 0 0 25 0 13 0 6881518 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4109524070 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1530852 CPUtime=10.12
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 8664 0 0 0 976 36 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1530852 CPUtime=10.14
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 8348 0 0 0 983 31 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1530852 CPUtime=10.12
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 1987 0 0 0 1000 12 0 0 15 0 13 0 6881521 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1530852 CPUtime=1.23
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1443 0 0 0 123 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1530852 CPUtime=0.88
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 1668 0 0 0 88 0 0 0 16 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14044] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14044/stat : 14044 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6882238 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1612.01
Current children cumulated vsize (KiB) 1530852

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14097
/proc/meminfo: memFree=1602500/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1530852 CPUtime=1672.35
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 59696 0 1 0 167097 138 0 0 18 0 13 0 6881516 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382713 55024 1444 10 0 380015 0
[pid=14031/tid=14033] ppid=14029 vsize=1530852 CPUtime=1638.66
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 36420 0 1 0 163815 51 0 0 25 0 13 0 6881518 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4109557465 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1530852 CPUtime=10.51
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 8664 0 0 0 1013 38 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1530852 CPUtime=10.56
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 8348 0 0 0 1024 32 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1530852 CPUtime=10.43
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 1991 0 0 0 1031 12 0 0 15 0 13 0 6881521 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1530852 CPUtime=1.23
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1443 0 0 0 123 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1530852 CPUtime=0.88
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 1668 0 0 0 88 0 0 0 16 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14044] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14044/stat : 14044 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6882238 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1672.35
Current children cumulated vsize (KiB) 1530852

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14099
/proc/meminfo: memFree=1602376/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1530852 CPUtime=1732.62
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 59764 0 1 0 173118 144 0 0 18 0 13 0 6881516 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382713 55024 1444 10 0 380015 0
[pid=14031/tid=14033] ppid=14029 vsize=1530852 CPUtime=1697.65
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 36480 0 1 0 169712 53 0 0 25 0 13 0 6881518 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4109524031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1530852 CPUtime=10.9
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 8664 0 0 0 1049 41 0 0 16 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1530852 CPUtime=10.97
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 8348 0 0 0 1065 32 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1530852 CPUtime=10.91
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 1995 0 0 0 1078 13 0 0 15 0 13 0 6881521 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1530852 CPUtime=1.23
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1443 0 0 0 123 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1530852 CPUtime=0.88
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 1668 0 0 0 88 0 0 0 16 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14044] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14044/stat : 14044 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6882238 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.62
Current children cumulated vsize (KiB) 1530852

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14101
/proc/meminfo: memFree=1602376/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1530852 CPUtime=1792.89
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 59833 0 1 0 179140 149 0 0 18 0 13 0 6881516 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382713 55024 1444 10 0 380015 0
[pid=14031/tid=14033] ppid=14029 vsize=1530852 CPUtime=1756.73
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 36541 0 1 0 175618 55 0 0 25 0 13 0 6881518 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4109472542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1530852 CPUtime=11.3
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 8664 0 0 0 1086 44 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1530852 CPUtime=11.39
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 8348 0 0 0 1106 33 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1530852 CPUtime=11.29
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 1999 0 0 0 1116 13 0 0 15 0 13 0 6881521 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1530852 CPUtime=1.23
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1443 0 0 0 123 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1530852 CPUtime=0.88
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 1668 0 0 0 88 0 0 0 16 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14044] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14044/stat : 14044 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6882238 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1792.89
Current children cumulated vsize (KiB) 1530852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14101
/proc/meminfo: memFree=1602252/2059040 swapFree=4168596/4192956
[pid=14031] ppid=14029 vsize=1530852 CPUtime=1800.03
/proc/14031/stat : 14031 (java) S 14029 14031 11880 0 -1 4202496 59840 0 1 0 179853 150 0 0 18 0 13 0 6881516 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14031/statm: 382713 55024 1444 10 0 380015 0
[pid=14031/tid=14033] ppid=14029 vsize=1530852 CPUtime=1763.7
/proc/14031/task/14033/stat : 14033 (java) R 14029 14031 11880 0 -1 4202560 36548 0 1 0 176315 55 0 0 25 0 13 0 6881518 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4109529112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14031/tid=14034] ppid=14029 vsize=1530852 CPUtime=11.35
/proc/14031/task/14034/stat : 14034 (java) S 14029 14031 11880 0 -1 4202560 8664 0 0 0 1091 44 0 0 15 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14035] ppid=14029 vsize=1530852 CPUtime=11.44
/proc/14031/task/14035/stat : 14035 (java) S 14029 14031 11880 0 -1 4202560 8348 0 0 0 1111 33 0 0 16 0 13 0 6881519 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14036] ppid=14029 vsize=1530852 CPUtime=11.36
/proc/14031/task/14036/stat : 14036 (java) S 14029 14031 11880 0 -1 4202560 1999 0 0 0 1123 13 0 0 16 0 13 0 6881521 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 0 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14037] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14037/stat : 14037 (java) S 14029 14031 11880 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14038] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14038/stat : 14038 (java) S 14029 14031 11880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6881522 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14039] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14039/stat : 14039 (java) S 14029 14031 11880 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14040] ppid=14029 vsize=1530852 CPUtime=1.23
/proc/14031/task/14040/stat : 14040 (java) S 14029 14031 11880 0 -1 4202560 1443 0 0 0 123 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14041] ppid=14029 vsize=1530852 CPUtime=0.88
/proc/14031/task/14041/stat : 14041 (java) S 14029 14031 11880 0 -1 4202560 1668 0 0 0 88 0 0 0 16 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14042] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14042/stat : 14042 (java) S 14029 14031 11880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 0 0 0 0
[pid=14031/tid=14043] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14043/stat : 14043 (java) S 14029 14031 11880 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 6881526 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
[pid=14031/tid=14044] ppid=14029 vsize=1530852 CPUtime=0
/proc/14031/task/14044/stat : 14044 (java) S 14029 14031 11880 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6882238 1567592448 55024 1992294400 134512640 134550932 4294772960 18446744073709551615 4294960144 0 4 0 16800975 18446604437804651456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1530852

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

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

Child status: 143
Real time (s): 1789.51
CPU time (s): 1800.16
CPU user time (s): 1798.64
CPU system time (s): 1.52677
CPU usage (%): 100.595
Max. virtual memory (cumulated for all children) (KiB): 1533256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.52677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59861
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55077
involuntary context switches= 33206

runsolver used 3.61445 second user time and 9.62354 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 04:38:26
IDJOB=2658531
IDBENCH=48145
IDSOLVER=1164
FILE ID=node055/2658531-1276655906
PBS_JOBID= 11172450
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658531-1276655906/watcher-2658531-1276655906 -o /tmp/evaluation-result-2658531-1276655906/solver-2658531-1276655906 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658531-1276655906.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= faa00895e2f6f80e77634e2be522df62
RANDOM SEED=206108827

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1821548 kB
Buffers:         30140 kB
Cached:         106352 kB
SwapCached:       1504 kB
Active:          90684 kB
Inactive:        82376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1821548 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       35044 kB
Mapped:          15124 kB
Slab:            42392 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181356 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node055 at 2010-06-16 05:08:17