Trace number 2659294

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT 1328.64 1327.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14bt.opb
MD5SUM35996461279b46395c12d24fd378138e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.338948
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659294-1276695534.opb
0.23/0.21	c reading problem ... 
0.54/0.45	c ... done. Wall clock time 0.241s.
0.54/0.45	c #vars     316
0.54/0.45	c #constraints  686
0.54/0.45	c constraints type 
0.54/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 308
0.54/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.54/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168
0.54/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 207
3.87/2.75	c cleaning 2497 clauses out of 4997 with flag 5002/5002
6.57/5.33	c cleaning 4248 clauses out of 8497 with flag 11000/11000
9.78/8.57	c cleaning 5626 clauses out of 11252 with flag 18003/18003
14.84/13.53	c cleaning 6810 clauses out of 13624 with flag 26001/26001
21.55/20.29	c cleaning 7905 clauses out of 15815 with flag 35002/35002
28.47/27.14	c cleaning 8953 clauses out of 17909 with flag 45001/45001
36.68/35.32	c cleaning 9478 clauses out of 18958 with flag 55003/55003
46.28/44.97	c cleaning 9739 clauses out of 19477 with flag 65000/65000
56.40/55.08	c cleaning 9869 clauses out of 19740 with flag 75002/75002
66.10/64.77	c cleaning 9931 clauses out of 19869 with flag 85000/85000
74.41/73.01	c cleaning 9964 clauses out of 19938 with flag 95000/95000
82.41/81.02	c cleaning 9985 clauses out of 19974 with flag 105000/105000
90.42/89.09	c cleaning 9995 clauses out of 19993 with flag 115004/115004
98.41/97.00	c cleaning 9994 clauses out of 19994 with flag 125000/125000
107.02/105.69	c cleaning 9997 clauses out of 20002 with flag 135002/135002
114.82/113.49	c cleaning 9997 clauses out of 20004 with flag 145001/145001
122.93/121.55	c cleaning 9998 clauses out of 20006 with flag 155000/155000
130.64/129.25	c cleaning 10003 clauses out of 20013 with flag 165005/165005
139.03/137.68	c cleaning 9995 clauses out of 20006 with flag 175001/175001
147.64/146.27	c cleaning 10001 clauses out of 20010 with flag 185000/185000
155.73/154.33	c cleaning 9999 clauses out of 20010 with flag 195001/195001
163.45/162.07	c cleaning 9999 clauses out of 20010 with flag 205000/205000
171.74/170.37	c cleaning 10001 clauses out of 20013 with flag 215002/215002
179.74/178.35	c cleaning 9997 clauses out of 20010 with flag 225000/225000
188.04/186.69	c cleaning 10001 clauses out of 20014 with flag 235001/235001
195.74/194.39	c cleaning 10003 clauses out of 20015 with flag 245003/245003
204.23/202.88	c cleaning 10000 clauses out of 20011 with flag 255002/255002
213.44/212.02	c cleaning 10000 clauses out of 20009 with flag 265000/265000
222.04/220.68	c cleaning 10002 clauses out of 20009 with flag 275000/275000
230.25/228.81	c cleaning 10002 clauses out of 20009 with flag 285002/285002
238.35/236.96	c cleaning 9996 clauses out of 20005 with flag 295000/295000
246.04/244.61	c cleaning 10002 clauses out of 20012 with flag 305003/305003
253.54/252.11	c cleaning 9998 clauses out of 20008 with flag 315001/315001
261.05/259.64	c cleaning 9999 clauses out of 20009 with flag 325000/325000
268.64/267.27	c cleaning 10001 clauses out of 20011 with flag 335001/335001
276.23/274.87	c cleaning 10001 clauses out of 20011 with flag 345002/345002
284.05/282.65	c cleaning 10000 clauses out of 20008 with flag 355000/355000
292.74/291.35	c cleaning 10000 clauses out of 20013 with flag 365005/365005
301.34/299.94	c cleaning 10001 clauses out of 20010 with flag 375002/375002
310.33/308.91	c cleaning 10002 clauses out of 20009 with flag 385002/385002
319.23/317.81	c cleaning 10000 clauses out of 20009 with flag 395004/395004
327.43/326.03	c cleaning 10002 clauses out of 20008 with flag 405003/405003
335.23/333.85	c cleaning 9997 clauses out of 20004 with flag 415001/415001
343.54/342.11	c cleaning 10001 clauses out of 20009 with flag 425003/425003
351.24/349.84	c cleaning 10001 clauses out of 20007 with flag 435002/435002
358.83/357.45	c cleaning 9997 clauses out of 20006 with flag 445002/445002
366.23/364.82	c cleaning 9997 clauses out of 20009 with flag 455002/455002
374.24/372.81	c cleaning 10001 clauses out of 20010 with flag 465000/465000
381.53/380.18	c cleaning 10000 clauses out of 20010 with flag 475001/475001
388.83/387.49	c cleaning 10001 clauses out of 20011 with flag 485002/485002
396.23/394.90	c cleaning 10001 clauses out of 20009 with flag 495001/495001
403.23/401.84	c cleaning 9999 clauses out of 20008 with flag 505001/505001
410.53/409.20	c cleaning 9998 clauses out of 20009 with flag 515001/515001
418.73/417.37	c cleaning 10002 clauses out of 20010 with flag 525000/525000
426.33/424.94	c cleaning 10002 clauses out of 20010 with flag 535002/535002
434.73/433.31	c cleaning 9998 clauses out of 20007 with flag 545001/545001
442.62/441.24	c cleaning 10000 clauses out of 20009 with flag 555001/555001
450.72/449.37	c cleaning 9999 clauses out of 20009 with flag 565001/565001
458.62/457.25	c cleaning 9989 clauses out of 20009 with flag 575000/575000
465.92/464.59	c cleaning 10006 clauses out of 20020 with flag 585000/585000
474.72/473.34	c cleaning 9999 clauses out of 20014 with flag 595000/595000
483.02/481.69	c cleaning 10005 clauses out of 20017 with flag 605002/605002
491.61/490.20	c cleaning 10001 clauses out of 20011 with flag 615001/615001
499.52/498.20	c cleaning 10000 clauses out of 20009 with flag 625000/625000
507.91/506.56	c cleaning 10004 clauses out of 20018 with flag 635009/635009
516.42/515.00	c cleaning 9997 clauses out of 20005 with flag 645000/645000
524.11/522.72	c cleaning 9995 clauses out of 20008 with flag 655000/655000
532.11/530.76	c cleaning 10004 clauses out of 20016 with flag 665003/665003
539.51/538.14	c cleaning 9998 clauses out of 20012 with flag 675003/675003
547.31/545.90	c cleaning 10005 clauses out of 20015 with flag 685004/685004
555.82/554.50	c cleaning 9996 clauses out of 20006 with flag 695000/695000
563.81/562.49	c cleaning 10002 clauses out of 20011 with flag 705001/705001
571.52/570.19	c cleaning 10001 clauses out of 20008 with flag 715000/715000
579.31/577.96	c cleaning 10002 clauses out of 20009 with flag 725002/725002
587.42/586.00	c cleaning 9995 clauses out of 20007 with flag 735002/735002
595.74/594.35	c cleaning 9989 clauses out of 20010 with flag 745000/745000
603.34/601.90	c cleaning 10004 clauses out of 20022 with flag 755001/755001
610.54/609.18	c cleaning 10004 clauses out of 20018 with flag 765001/765001
618.63/617.21	c cleaning 10002 clauses out of 20017 with flag 775004/775004
626.32/624.93	c cleaning 10002 clauses out of 20011 with flag 785000/785000
634.32/632.96	c cleaning 9996 clauses out of 20010 with flag 795001/795001
642.32/640.94	c cleaning 9999 clauses out of 20013 with flag 805000/805000
650.42/649.09	c cleaning 10000 clauses out of 20014 with flag 815000/815000
659.22/657.81	c cleaning 10003 clauses out of 20014 with flag 825000/825000
668.21/666.81	c cleaning 10000 clauses out of 20012 with flag 835001/835001
676.83/675.45	c cleaning 9996 clauses out of 20011 with flag 845000/845000
685.12/683.72	c cleaning 10001 clauses out of 20017 with flag 855002/855002
692.41/691.09	c cleaning 10004 clauses out of 20016 with flag 865002/865002
700.12/698.72	c cleaning 9998 clauses out of 20010 with flag 875000/875000
708.32/706.95	c cleaning 10003 clauses out of 20013 with flag 885001/885001
717.61/716.27	c cleaning 10001 clauses out of 20011 with flag 895002/895002
727.32/725.94	c cleaning 9999 clauses out of 20010 with flag 905002/905002
736.31/734.94	c cleaning 10001 clauses out of 20009 with flag 915000/915000
745.41/744.07	c cleaning 10001 clauses out of 20008 with flag 925000/925000
754.71/753.35	c cleaning 9999 clauses out of 20007 with flag 935000/935000
764.30/762.95	c cleaning 9997 clauses out of 20008 with flag 945000/945000
772.41/771.09	c cleaning 10000 clauses out of 20011 with flag 955000/955000
781.32/780.00	c cleaning 10001 clauses out of 20011 with flag 965000/965000
789.40/788.04	c cleaning 10003 clauses out of 20011 with flag 975001/975001
797.00/795.64	c cleaning 9999 clauses out of 20009 with flag 985002/985002
804.49/803.18	c cleaning 10000 clauses out of 20012 with flag 995004/995004
812.88/811.53	c cleaning 9999 clauses out of 20008 with flag 1005000/1005000
821.58/820.21	c cleaning 10001 clauses out of 20009 with flag 1015000/1015000
830.17/828.88	c cleaning 9999 clauses out of 20010 with flag 1025002/1025002
838.97/837.63	c cleaning 10003 clauses out of 20013 with flag 1035004/1035004
847.08/845.79	c cleaning 9999 clauses out of 20006 with flag 1045000/1045000
855.68/854.39	c cleaning 9997 clauses out of 20008 with flag 1055001/1055001
863.78/862.43	c cleaning 10002 clauses out of 20010 with flag 1065000/1065000
872.27/870.97	c cleaning 9999 clauses out of 20008 with flag 1075000/1075000
880.77/879.48	c cleaning 10001 clauses out of 20009 with flag 1085000/1085000
889.36/888.02	c cleaning 9998 clauses out of 20010 with flag 1095002/1095002
897.87/896.57	c cleaning 10002 clauses out of 20011 with flag 1105001/1105001
905.86/904.54	c cleaning 9998 clauses out of 20010 with flag 1115002/1115002
913.56/912.28	c cleaning 10001 clauses out of 20013 with flag 1125003/1125003
920.96/919.68	c cleaning 9999 clauses out of 20010 with flag 1135001/1135001
928.45/927.15	c cleaning 9997 clauses out of 20011 with flag 1145001/1145001
935.75/934.45	c cleaning 10003 clauses out of 20014 with flag 1155001/1155001
942.75/941.47	c cleaning 9994 clauses out of 20010 with flag 1165000/1165000
950.36/949.05	c cleaning 10006 clauses out of 20017 with flag 1175001/1175001
959.26/957.92	c cleaning 9997 clauses out of 20010 with flag 1185000/1185000
966.76/965.45	c cleaning 9998 clauses out of 20014 with flag 1195001/1195001
974.16/972.89	c cleaning 10004 clauses out of 20016 with flag 1205001/1205001
982.56/981.27	c cleaning 10001 clauses out of 20012 with flag 1215001/1215001
989.74/988.48	c cleaning 10001 clauses out of 20011 with flag 1225001/1225001
997.04/995.74	c cleaning 10000 clauses out of 20011 with flag 1235002/1235002
1004.75/1003.43	c cleaning 9999 clauses out of 20009 with flag 1245000/1245000
1012.04/1010.74	c cleaning 9999 clauses out of 20012 with flag 1255002/1255002
1019.55/1018.23	c cleaning 10002 clauses out of 20013 with flag 1265002/1265002
1027.94/1026.65	c cleaning 9993 clauses out of 20009 with flag 1275000/1275000
1035.35/1034.03	c cleaning 10006 clauses out of 20019 with flag 1285003/1285003
1042.75/1041.49	c cleaning 9999 clauses out of 20012 with flag 1295002/1295002
1049.94/1048.64	c cleaning 10000 clauses out of 20012 with flag 1305001/1305001
1057.44/1056.17	c cleaning 10000 clauses out of 20012 with flag 1315001/1315001
1064.96/1063.68	c cleaning 10000 clauses out of 20012 with flag 1325001/1325001
1074.23/1072.90	c cleaning 10000 clauses out of 20012 with flag 1335001/1335001
1083.04/1081.70	c cleaning 10000 clauses out of 20014 with flag 1345003/1345003
1090.64/1089.36	c cleaning 9999 clauses out of 20012 with flag 1355001/1355001
1098.53/1097.25	c cleaning 10004 clauses out of 20014 with flag 1365002/1365002
1106.34/1105.05	c cleaning 10000 clauses out of 20009 with flag 1375001/1375001
1114.12/1112.82	c cleaning 9999 clauses out of 20008 with flag 1385000/1385000
1121.04/1119.71	c cleaning 10002 clauses out of 20011 with flag 1395002/1395002
1127.82/1126.55	c cleaning 10001 clauses out of 20009 with flag 1405002/1405002
1135.22/1133.96	c cleaning 10000 clauses out of 20009 with flag 1415003/1415003
1142.42/1141.19	c cleaning 9996 clauses out of 20006 with flag 1425000/1425000
1149.72/1148.44	c cleaning 10000 clauses out of 20011 with flag 1435001/1435001
1157.21/1155.97	c cleaning 10001 clauses out of 20012 with flag 1445002/1445002
1164.81/1163.59	c cleaning 10002 clauses out of 20010 with flag 1455001/1455001
1172.81/1171.52	c cleaning 10002 clauses out of 20009 with flag 1465002/1465002
1180.20/1178.99	c cleaning 9998 clauses out of 20007 with flag 1475002/1475002
1187.50/1186.22	c cleaning 9996 clauses out of 20008 with flag 1485001/1485001
1194.72/1193.44	c cleaning 10002 clauses out of 20012 with flag 1495001/1495001
1202.31/1201.07	c cleaning 10002 clauses out of 20012 with flag 1505003/1505003
1209.60/1208.36	c cleaning 9994 clauses out of 20010 with flag 1515003/1515003
1217.00/1215.73	c cleaning 10003 clauses out of 20016 with flag 1525003/1525003
1224.50/1223.23	c cleaning 10001 clauses out of 20010 with flag 1535000/1535000
1231.89/1230.63	c cleaning 10000 clauses out of 20009 with flag 1545000/1545000
1238.59/1237.35	c cleaning 10001 clauses out of 20010 with flag 1555001/1555001
1245.99/1244.72	c cleaning 9999 clauses out of 20009 with flag 1565001/1565001
1253.29/1252.00	c cleaning 9998 clauses out of 20010 with flag 1575001/1575001
1260.79/1259.55	c cleaning 9999 clauses out of 20011 with flag 1585000/1585000
1267.30/1266.02	c cleaning 10001 clauses out of 20012 with flag 1595000/1595000
1274.29/1273.05	c cleaning 10000 clauses out of 20011 with flag 1605000/1605000
1281.18/1279.93	c cleaning 10001 clauses out of 20012 with flag 1615001/1615001
1288.19/1286.92	c cleaning 9998 clauses out of 20010 with flag 1625000/1625000
1294.78/1293.60	c cleaning 10001 clauses out of 20014 with flag 1635002/1635002
1301.38/1300.20	c cleaning 10003 clauses out of 20014 with flag 1645003/1645003
1308.38/1307.18	c cleaning 9997 clauses out of 20009 with flag 1655001/1655001
1315.08/1313.87	c cleaning 9996 clauses out of 20011 with flag 1665000/1665000
1320.98/1319.76	c cleaning 10003 clauses out of 20015 with flag 1675000/1675000
1327.98/1326.70	c cleaning 9997 clauses out of 20012 with flag 1685000/1685000
1328.58/1327.30	c starts		: 209
1328.58/1327.30	c conflicts		: 1686512
1328.58/1327.30	c decisions		: 1962377
1328.58/1327.30	c propagations		: 56514072
1328.58/1327.30	c inspects		: 4321530169
1328.58/1327.30	c learnt literals	: 6
1328.58/1327.30	c learnt binary clauses	: 44
1328.58/1327.30	c learnt ternary clauses	: 123
1328.58/1327.30	c learnt clauses	: 1686506
1328.58/1327.30	c ignored clauses	: 0
1328.58/1327.30	c root simplifications	: 0
1328.58/1327.30	c removed literals (reason simplification)	: 43692591
1328.58/1327.30	c reason swapping (by a shorter reason)	: 0
1328.58/1327.30	c Calls to reduceDB	: 170
1328.58/1327.30	c number of reductions to clauses (during analyze)	: 0
1328.58/1327.30	c number of learned constraints concerned by reduction	: 0
1328.58/1327.30	c number of learning phase by resolution	: 0
1328.58/1327.30	c number of learning phase by cutting planes	: 0
1328.58/1327.30	c speed (assignments/second)	: 42592.75711517606
1328.58/1327.30	c non guided choices	21
1328.58/1327.32	c learnt constraints type 
1328.58/1327.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11483
1328.58/1327.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1328.58/1327.32	c constraints type 
1328.58/1327.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 308
1328.58/1327.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1328.58/1327.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168
1328.58/1327.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 207
1328.58/1327.32	s SATISFIABLE
1328.58/1327.32	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 x56 -x57 -x58 -x59 x60 x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 x180 -x181 -x182 x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 x203 -x204 x205 -x206 -x207 x208 -x209 x210 -x211 x212 -x213 x214 x215 -x216 x217 -x218 -x219 x220 -x221 x222 -x223 x224 -x225 x226 -x227 x228 -x229 x230 -x231 x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 -x245 x246 -x247 x248 -x249 x250 -x251 x252 -x253 x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 x275 -x276 x277 -x278 x279 -x280 -x281 x282 x283 -x284 -x285 x286 x287 -x288 -x289 x290 x291 -x292 x293 -x294 x295 -x296 -x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 -x311 -x312 x313 -x314 x315 -x316 
1328.58/1327.32	c Total wall clock time (in seconds): 1327.114

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659294-1276695534/watcher-2659294-1276695534 -o /tmp/evaluation-result-2659294-1276695534/solver-2659294-1276695534 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659294-1276695534.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: 0.05 0.16 0.55 3/106 17295
/proc/meminfo: memFree=1893868/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1832 CPUtime=0
/proc/17295/stat : 17295 (java6) R 17293 17295 17270 0 -1 4194304 240 0 0 0 0 0 0 0 19 0 1 0 10844362 1875968 144 1992294400 134512640 134550932 4294535392 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/17295/statm: 458 144 107 10 0 63 0

[startup+0.0475189 s]
/proc/loadavg: 0.05 0.16 0.55 3/106 17295
/proc/meminfo: memFree=1893868/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1520328 CPUtime=0.03
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 3398 0 1 0 1 2 0 0 18 0 4 0 10844362 1556815872 2842 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 380082 2842 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101526 s]
/proc/loadavg: 0.05 0.16 0.55 3/106 17295
/proc/meminfo: memFree=1893868/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1524024 CPUtime=0.08
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 3934 0 1 0 6 2 0 0 18 0 12 0 10844362 1560600576 3374 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 381006 3374 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300554 s]
/proc/loadavg: 0.05 0.16 0.55 3/106 17295
/proc/meminfo: memFree=1893868/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1526248 CPUtime=0.36
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 5315 0 1 0 33 3 0 0 18 0 12 0 10844362 1562877952 4753 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 381562 4753 1361 10 0 378864 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526248

[startup+0.700618 s]
/proc/loadavg: 0.05 0.16 0.55 3/106 17295
/proc/meminfo: memFree=1893868/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1529604 CPUtime=1.1
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 7146 0 1 0 106 4 0 0 18 0 13 0 10844362 1566314496 6203 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382401 6203 1412 10 0 379703 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1529604

[startup+1.50172 s]
/proc/loadavg: 0.29 0.21 0.56 4/119 17308
/proc/meminfo: memFree=1869708/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1531896 CPUtime=2.57
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 13367 0 1 0 249 8 0 0 18 0 13 0 10844362 1568661504 12030 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382974 12031 1422 10 0 380276 0
[pid=17295/tid=17297] ppid=17293 vsize=1531896 CPUtime=1.46
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 9578 0 1 0 141 5 0 0 25 0 13 0 10844364 1568661504 12032 1992294400 134512640 134550932 4292123408 18446744073709551615 4109132511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 10844365 1568661504 12033 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10844365 1568661504 12033 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10844367 1568661504 12034 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 10844368 1568661504 12034 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 10844368 1568661504 12034 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1568661504 12035 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1531896 CPUtime=0.56
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1598 0 0 0 55 1 0 0 25 0 13 0 10844372 1568661504 12036 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1531896 CPUtime=0.52
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1125 0 0 0 52 0 0 0 25 0 13 0 10844372 1568661504 12036 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1568661504 12036 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10844372 1568661504 12037 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1568661504 12037 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1531896

[startup+3.10195 s]
/proc/loadavg: 0.29 0.21 0.56 2/119 17308
/proc/meminfo: memFree=1822836/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1531896 CPUtime=4.33
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 26217 0 1 0 419 14 0 0 18 0 13 0 10844362 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382974 24876 1440 10 0 380276 0
[pid=17295/tid=17297] ppid=17293 vsize=1531896 CPUtime=3.03
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 21653 0 1 0 292 11 0 0 25 0 13 0 10844364 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4109238614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 200 0 0 0 0 0 0 0 18 0 13 0 10844365 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 177 0 0 0 0 0 0 0 18 0 13 0 10844365 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1531896 CPUtime=0.01
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 372 0 0 0 1 0 0 0 16 0 13 0 10844367 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1531896 CPUtime=0.63
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1613 0 0 0 62 1 0 0 15 0 13 0 10844372 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1531896 CPUtime=0.6
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1135 0 0 0 60 0 0 0 16 0 13 0 10844372 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10844372 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1568661504 24876 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1531896

[startup+6.30142 s]
/proc/loadavg: 0.29 0.21 0.56 2/119 17310
/proc/meminfo: memFree=1783776/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1531896 CPUtime=7.58
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 30066 0 1 0 742 16 0 0 18 0 13 0 10844362 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382974 28717 1440 10 0 380276 0
[pid=17295/tid=17297] ppid=17293 vsize=1531896 CPUtime=6.2
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 24578 0 1 0 608 12 0 0 25 0 13 0 10844364 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4109238722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 530 0 0 0 0 0 0 0 18 0 13 0 10844365 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 416 0 0 0 0 0 0 0 18 0 13 0 10844365 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1531896 CPUtime=0.04
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 724 0 0 0 4 0 0 0 16 0 13 0 10844367 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1531896 CPUtime=0.65
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1615 0 0 0 64 1 0 0 15 0 13 0 10844372 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1531896 CPUtime=0.63
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1136 0 0 0 63 0 0 0 15 0 13 0 10844372 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10844372 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1531896 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1568661504 28717 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 1531896

[startup+12.7024 s]
/proc/loadavg: 0.40 0.24 0.57 2/119 17310
/proc/meminfo: memFree=1779436/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1530244 CPUtime=14
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 32652 0 1 0 1383 17 0 0 18 0 13 0 10844362 1566969856 30929 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382561 30929 1440 10 0 379863 0
[pid=17295/tid=17297] ppid=17293 vsize=1530244 CPUtime=12.56
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 26788 0 1 0 1243 13 0 0 25 0 13 0 10844364 1566969856 30929 1992294400 134512640 134550932 4292123408 18446744073709551615 4109240344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1530244 CPUtime=0.01
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 615 0 0 0 1 0 0 0 15 0 13 0 10844365 1566969856 30929 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 489 0 0 0 0 0 0 0 18 0 13 0 10844365 1566969856 30929 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1530244 CPUtime=0.07
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 940 0 0 0 7 0 0 0 15 0 13 0 10844367 1566969856 30929 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1530244 CPUtime=0.67
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1617 0 0 0 66 1 0 0 15 0 13 0 10844372 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1530244 CPUtime=0.64
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1136 0 0 0 64 0 0 0 15 0 13 0 10844372 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10844372 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1566969856 30930 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14
Current children cumulated vsize (KiB) 1530244

[startup+25.5012 s]
/proc/loadavg: 0.49 0.26 0.57 2/119 17310
/proc/meminfo: memFree=1751536/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1530244 CPUtime=26.87
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 38467 0 1 0 2667 20 0 0 18 0 13 0 10844362 1566969856 36736 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382561 36736 1440 10 0 379863 0
[pid=17295/tid=17297] ppid=17293 vsize=1530244 CPUtime=25.26
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 32058 0 1 0 2511 15 0 0 25 0 13 0 10844364 1566969856 36736 1992294400 134512640 134550932 4292123408 18446744073709551615 4109238458 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1530244 CPUtime=0.03
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 814 0 0 0 3 0 0 0 15 0 13 0 10844365 1566969856 36736 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1530244 CPUtime=0.02
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 635 0 0 0 2 0 0 0 16 0 13 0 10844365 1566969856 36736 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1530244 CPUtime=0.13

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

/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1319.58
Current children cumulated vsize (KiB) 1530244

[startup+1321.5 s]
/proc/loadavg: 1.00 0.97 0.87 2/119 17344
/proc/meminfo: memFree=1726860/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1530244 CPUtime=1322.78
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 44427 0 1 0 132218 60 0 0 18 0 13 0 10844362 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382561 42305 1440 10 0 379863 0
[pid=17295/tid=17297] ppid=17293 vsize=1530244 CPUtime=1314.63
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 34663 0 1 0 131417 46 0 0 25 0 13 0 10844364 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4109201156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1530244 CPUtime=0.71
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 1897 0 0 0 68 3 0 0 16 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1530244 CPUtime=0.63
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 1695 0 0 0 59 4 0 0 15 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1530244 CPUtime=5.32
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 2266 0 0 0 530 2 0 0 15 0 13 0 10844367 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1530244 CPUtime=0.67
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1617 0 0 0 66 1 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1530244 CPUtime=0.76
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1146 0 0 0 76 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1322.78
Current children cumulated vsize (KiB) 1530244

[startup+1324.7 s]
/proc/loadavg: 1.00 0.97 0.87 2/119 17344
/proc/meminfo: memFree=1726860/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1530244 CPUtime=1325.98
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 44427 0 1 0 132538 60 0 0 18 0 13 0 10844362 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382561 42305 1440 10 0 379863 0
[pid=17295/tid=17297] ppid=17293 vsize=1530244 CPUtime=1317.83
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 34663 0 1 0 131737 46 0 0 25 0 13 0 10844364 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4109201191 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1530244 CPUtime=0.71
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 1897 0 0 0 68 3 0 0 16 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1530244 CPUtime=0.63
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 1695 0 0 0 59 4 0 0 15 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1530244 CPUtime=5.32
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 2266 0 0 0 530 2 0 0 15 0 13 0 10844367 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1530244 CPUtime=0.67
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1617 0 0 0 66 1 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1530244 CPUtime=0.76
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1146 0 0 0 76 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1325.98
Current children cumulated vsize (KiB) 1530244

[startup+1326.3 s]
/proc/loadavg: 1.00 0.97 0.87 2/119 17344
/proc/meminfo: memFree=1726860/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1530244 CPUtime=1327.58
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 44427 0 1 0 132698 60 0 0 18 0 13 0 10844362 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382561 42305 1440 10 0 379863 0
[pid=17295/tid=17297] ppid=17293 vsize=1530244 CPUtime=1319.42
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 34663 0 1 0 131896 46 0 0 25 0 13 0 10844364 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4109201191 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1530244 CPUtime=0.71
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 1897 0 0 0 68 3 0 0 16 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1530244 CPUtime=0.63
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 1695 0 0 0 59 4 0 0 15 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1530244 CPUtime=5.32
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 2266 0 0 0 530 2 0 0 15 0 13 0 10844367 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1530244 CPUtime=0.67
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1617 0 0 0 66 1 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1530244 CPUtime=0.76
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1146 0 0 0 76 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1327.58
Current children cumulated vsize (KiB) 1530244

[startup+1327.1 s]
/proc/loadavg: 1.00 0.97 0.87 3/119 17344
/proc/meminfo: memFree=1726860/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1530244 CPUtime=1328.38
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 44428 0 1 0 132778 60 0 0 18 0 13 0 10844362 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382561 42305 1440 10 0 379863 0
[pid=17295/tid=17297] ppid=17293 vsize=1530244 CPUtime=1320.19
/proc/17295/task/17297/stat : 17297 (java) R 17293 17295 17270 0 -1 4202560 34664 0 1 0 131973 46 0 0 25 0 13 0 10844364 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4109108929 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1530244 CPUtime=0.71
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 1897 0 0 0 68 3 0 0 16 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1530244 CPUtime=0.65
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 1695 0 0 0 60 5 0 0 15 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1530244 CPUtime=5.35
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 2266 0 0 0 533 2 0 0 16 0 13 0 10844367 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1530244 CPUtime=0.67
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1617 0 0 0 66 1 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1530244 CPUtime=0.76
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1146 0 0 0 76 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1328.38
Current children cumulated vsize (KiB) 1530244

[startup+1327.3 s]
/proc/loadavg: 1.00 0.97 0.87 3/119 17344
/proc/meminfo: memFree=1726860/2059040 swapFree=4140440/4192956
[pid=17295] ppid=17293 vsize=1530244 CPUtime=1328.58
/proc/17295/stat : 17295 (java) S 17293 17295 17270 0 -1 4202496 44430 0 1 0 132798 60 0 0 18 0 13 0 10844362 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17295/statm: 382561 42305 1440 10 0 379863 0
[pid=17295/tid=17297] ppid=17293 vsize=1530244 CPUtime=1320.39
/proc/17295/task/17297/stat : 17297 (java) S 17293 17295 17270 0 -1 4202560 34664 0 1 0 131993 46 0 0 25 0 13 0 10844364 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 2147483391 0 16800975 18446744071699379390 0 0 -1 0 0 0 0
[pid=17295/tid=17298] ppid=17293 vsize=1530244 CPUtime=0.71
/proc/17295/task/17298/stat : 17298 (java) S 17293 17295 17270 0 -1 4202560 1897 0 0 0 68 3 0 0 16 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17299] ppid=17293 vsize=1530244 CPUtime=0.65
/proc/17295/task/17299/stat : 17299 (java) S 17293 17295 17270 0 -1 4202560 1695 0 0 0 60 5 0 0 15 0 13 0 10844365 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17300] ppid=17293 vsize=1530244 CPUtime=5.35
/proc/17295/task/17300/stat : 17300 (java) S 17293 17295 17270 0 -1 4202560 2266 0 0 0 533 2 0 0 16 0 13 0 10844367 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 0 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17301] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17301/stat : 17301 (java) S 17293 17295 17270 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17302] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17302/stat : 17302 (java) S 17293 17295 17270 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10844368 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17303] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17303/stat : 17303 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17304] ppid=17293 vsize=1530244 CPUtime=0.67
/proc/17295/task/17304/stat : 17304 (java) S 17293 17295 17270 0 -1 4202560 1617 0 0 0 66 1 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17305] ppid=17293 vsize=1530244 CPUtime=0.76
/proc/17295/task/17305/stat : 17305 (java) S 17293 17295 17270 0 -1 4202560 1146 0 0 0 76 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17306] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17306/stat : 17306 (java) S 17293 17295 17270 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
[pid=17295/tid=17307] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17307/stat : 17307 (java) S 17293 17295 17270 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 13 0 10844372 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 1 0 0 0
[pid=17295/tid=17308] ppid=17293 vsize=1530244 CPUtime=0
/proc/17295/task/17308/stat : 17308 (java) S 17293 17295 17270 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10844408 1566969856 42305 1992294400 134512640 134550932 4292123408 18446744073709551615 4294960144 0 4 0 16800975 18446604437813839808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1328.58
Current children cumulated vsize (KiB) 1530244

Child status: 10
Real time (s): 1327.36
CPU time (s): 1328.64
CPU user time (s): 1328.01
CPU system time (s): 0.623905
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 1531896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1328.01
system time used= 0.623905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44451
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= 28938
involuntary context switches= 17438

runsolver used 2.78458 second user time and 6.98594 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 15:38:54
IDJOB=2659294
IDBENCH=1157
IDSOLVER=1164
FILE ID=node052/2659294-1276695534
PBS_JOBID= 11174050
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659294-1276695534/watcher-2659294-1276695534 -o /tmp/evaluation-result-2659294-1276695534/solver-2659294-1276695534 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659294-1276695534.opb

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

MD5SUM BENCH= 35996461279b46395c12d24fd378138e
RANDOM SEED=1817878008

node052.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.262
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.52
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.262
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1894140 kB
Buffers:          4276 kB
Cached:          75076 kB
SwapCached:       5940 kB
Active:          24340 kB
Inactive:        67500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1894140 kB
SwapTotal:     4192956 kB
SwapFree:      4140440 kB
Dirty:             300 kB
Writeback:           0 kB
AnonPages:       10748 kB
Mapped:          12904 kB
Slab:            51128 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179548 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= 62504 MiB
End job on node052 at 2010-06-16 16:01:01