Trace number 2661891

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 RES // CP 2.2.0 2010-05-31SAT (TO)26 1800.37 946.181

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMb738c7950af6b3d63e331a14bc641dc9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
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 constraint11
Maximum length of a constraint22
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)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661891-1276656112.opb
0.23/0.22	c reading problem ... 
1.77/1.19	c ... done. Wall clock time 0.97s.
1.77/1.19	c #vars     2724
1.77/1.19	c #constraints  5248
1.77/1.19	c constraints type 
1.77/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2724
1.77/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1.77/1.19	c constraints type 
1.77/1.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2724
1.77/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
2.09/1.35	c And the winner is Resolution
2.26/2.21	c SATISFIABLE
2.26/2.21	c OPTIMIZING...
2.26/2.21	c Got one! Elapsed wall clock time (in seconds):1.985
2.26/2.21	o 30
4.44/3.36	c And the winner is Resolution
4.57/4.28	c Got one! Elapsed wall clock time (in seconds):4.054
4.57/4.28	o 29
7.98/6.02	c cleaning 2498 clauses out of 5000 with flag 5000/5000
12.67/8.44	c cleaning 4247 clauses out of 8503 with flag 11001/11001
17.94/11.11	c cleaning 5622 clauses out of 11256 with flag 18001/18001
24.60/14.51	c cleaning 6814 clauses out of 13635 with flag 26002/26002
26.26/15.49	c And the winner is CuttingPlanes
26.43/16.33	c Got one! Elapsed wall clock time (in seconds):16.107
26.43/16.33	o 28
27.55/16.97	c And the winner is Resolution
27.77/17.38	c Got one! Elapsed wall clock time (in seconds):17.151
27.77/17.38	o 27
27.82/17.45	c And the winner is Resolution
27.92/18.40	c Got one! Elapsed wall clock time (in seconds):18.171
27.92/18.40	o 26
31.51/20.29	c cleaning 7908 clauses out of 15819 with flag 35000/35000
41.11/25.11	c cleaning 8950 clauses out of 17911 with flag 45000/45000
50.31/29.85	c cleaning 9476 clauses out of 18961 with flag 55000/55000
59.48/34.52	c cleaning 9735 clauses out of 19485 with flag 65000/65000
68.41/39.18	c cleaning 9862 clauses out of 19750 with flag 75000/75000
77.77/43.91	c cleaning 9942 clauses out of 19889 with flag 85001/85001
89.28/49.83	c cleaning 9970 clauses out of 19947 with flag 95001/95001
99.60/55.10	c cleaning 9983 clauses out of 19977 with flag 105001/105001
109.69/60.35	c cleaning 9987 clauses out of 19994 with flag 115001/115001
120.21/65.78	c cleaning 9994 clauses out of 20006 with flag 125000/125000
130.73/71.13	c cleaning 10000 clauses out of 20012 with flag 135000/135000
142.83/77.39	c cleaning 9999 clauses out of 20013 with flag 145001/145001
155.64/83.94	c cleaning 10002 clauses out of 20013 with flag 155000/155000
166.12/89.38	c cleaning 10002 clauses out of 20011 with flag 165000/165000
176.61/94.74	c cleaning 9999 clauses out of 20010 with flag 175001/175001
188.07/100.64	c cleaning 10001 clauses out of 20011 with flag 185001/185001
198.85/106.22	c cleaning 9999 clauses out of 20009 with flag 195000/195000
209.51/111.76	c cleaning 10000 clauses out of 20010 with flag 205000/205000
219.16/116.79	c cleaning 10000 clauses out of 20010 with flag 215000/215000
230.41/122.55	c cleaning 9999 clauses out of 20010 with flag 225000/225000
241.16/128.13	c cleaning 9999 clauses out of 20011 with flag 235000/235000
251.80/133.70	c cleaning 9998 clauses out of 20012 with flag 245000/245000
262.82/139.34	c cleaning 9999 clauses out of 20016 with flag 255002/255002
273.04/144.64	c cleaning 10003 clauses out of 20015 with flag 265000/265000
284.37/150.53	c cleaning 10001 clauses out of 20013 with flag 275001/275001
293.79/155.49	c cleaning 9997 clauses out of 20012 with flag 285001/285001
304.00/160.72	c cleaning 10001 clauses out of 20014 with flag 295000/295000
314.42/166.12	c cleaning 10003 clauses out of 20014 with flag 305001/305001
327.51/172.91	c cleaning 9999 clauses out of 20011 with flag 315001/315001
338.50/178.61	c cleaning 9999 clauses out of 20011 with flag 325000/325000
348.34/183.78	c cleaning 10001 clauses out of 20012 with flag 335000/335000
358.76/189.17	c cleaning 9998 clauses out of 20011 with flag 345000/345000
368.68/194.37	c cleaning 9996 clauses out of 20014 with flag 355001/355001
378.69/199.57	c cleaning 10002 clauses out of 20017 with flag 365000/365000
388.51/204.65	c cleaning 9999 clauses out of 20015 with flag 375000/375000
398.31/209.77	c cleaning 9998 clauses out of 20016 with flag 385000/385000
407.83/214.78	c cleaning 10004 clauses out of 20019 with flag 395001/395001
418.63/220.36	c cleaning 10003 clauses out of 20015 with flag 405001/405001
427.66/225.02	c cleaning 9996 clauses out of 20012 with flag 415001/415001
437.66/230.23	c cleaning 10002 clauses out of 20016 with flag 425001/425001
448.17/235.78	c cleaning 9998 clauses out of 20013 with flag 435000/435000
458.97/241.36	c cleaning 10003 clauses out of 20018 with flag 445003/445003
469.56/246.87	c cleaning 10002 clauses out of 20013 with flag 455001/455001
480.97/252.72	c cleaning 9998 clauses out of 20011 with flag 465001/465001
492.46/258.75	c cleaning 9996 clauses out of 20012 with flag 475000/475000
502.86/264.16	c cleaning 10005 clauses out of 20016 with flag 485000/485000
513.07/269.46	c cleaning 9996 clauses out of 20011 with flag 495000/495000
523.86/275.05	c cleaning 10003 clauses out of 20016 with flag 505001/505001
534.94/280.83	c cleaning 10000 clauses out of 20014 with flag 515002/515002
545.33/286.28	c cleaning 10003 clauses out of 20012 with flag 525000/525000
555.53/291.52	c cleaning 10000 clauses out of 20009 with flag 535000/535000
565.92/296.98	c cleaning 9996 clauses out of 20009 with flag 545000/545000
576.97/302.72	c cleaning 10002 clauses out of 20014 with flag 555001/555001
587.75/308.39	c cleaning 9999 clauses out of 20011 with flag 565000/565000
598.93/314.12	c cleaning 9996 clauses out of 20013 with flag 575001/575001
609.28/319.56	c cleaning 10000 clauses out of 20017 with flag 585001/585001
619.55/324.98	c cleaning 10004 clauses out of 20017 with flag 595001/595001
630.12/330.43	c cleaning 9996 clauses out of 20013 with flag 605001/605001
641.46/336.39	c cleaning 9999 clauses out of 20016 with flag 615000/615000
654.20/342.91	c cleaning 10003 clauses out of 20017 with flag 625000/625000
666.03/349.12	c cleaning 10002 clauses out of 20015 with flag 635001/635001
678.17/355.43	c cleaning 9997 clauses out of 20013 with flag 645001/645001
688.34/360.80	c cleaning 10000 clauses out of 20015 with flag 655000/655000
698.89/366.27	c cleaning 9999 clauses out of 20015 with flag 665000/665000
709.72/371.97	c cleaning 10002 clauses out of 20019 with flag 675003/675003
719.89/377.28	c cleaning 10001 clauses out of 20014 with flag 685000/685000
730.83/382.97	c cleaning 10000 clauses out of 20014 with flag 695001/695001
741.58/388.54	c cleaning 10001 clauses out of 20014 with flag 705001/705001
752.63/394.31	c cleaning 10002 clauses out of 20013 with flag 715001/715001
762.57/399.56	c cleaning 10003 clauses out of 20011 with flag 725001/725001
772.92/404.96	c cleaning 9997 clauses out of 20007 with flag 735000/735000
783.28/410.37	c cleaning 9998 clauses out of 20011 with flag 745001/745001
793.33/415.67	c cleaning 9996 clauses out of 20013 with flag 755001/755001
803.89/421.19	c cleaning 9998 clauses out of 20016 with flag 765000/765000
814.65/426.72	c cleaning 9999 clauses out of 20018 with flag 775000/775000
825.40/432.39	c cleaning 10004 clauses out of 20020 with flag 785001/785001
835.02/437.43	c cleaning 10001 clauses out of 20015 with flag 795000/795000
845.36/442.80	c cleaning 9998 clauses out of 20014 with flag 805000/805000
855.51/448.11	c cleaning 10002 clauses out of 20018 with flag 815002/815002
866.25/453.70	c cleaning 10002 clauses out of 20016 with flag 825002/825002
877.26/459.53	c cleaning 9997 clauses out of 20013 with flag 835001/835001
888.82/465.55	c cleaning 10001 clauses out of 20015 with flag 845000/845000
899.92/471.36	c cleaning 9997 clauses out of 20014 with flag 855000/855000
911.26/477.26	c cleaning 10003 clauses out of 20018 with flag 865001/865001
922.88/483.34	c cleaning 9999 clauses out of 20014 with flag 875000/875000
933.42/488.86	c cleaning 10005 clauses out of 20016 with flag 885001/885001
943.76/494.24	c cleaning 9998 clauses out of 20011 with flag 895001/895001
954.89/500.07	c cleaning 10001 clauses out of 20012 with flag 905000/905000
965.12/505.40	c cleaning 9999 clauses out of 20012 with flag 915001/915001
974.68/510.47	c cleaning 10000 clauses out of 20012 with flag 925000/925000
986.38/516.52	c cleaning 9997 clauses out of 20012 with flag 935000/935000
997.91/522.59	c cleaning 10003 clauses out of 20017 with flag 945002/945002
1008.33/528.09	c cleaning 9999 clauses out of 20013 with flag 955001/955001
1019.25/533.73	c cleaning 9998 clauses out of 20014 with flag 965001/965001
1029.97/539.31	c cleaning 10002 clauses out of 20015 with flag 975000/975000
1039.73/544.43	c cleaning 10000 clauses out of 20016 with flag 985003/985003
1049.54/549.66	c cleaning 9997 clauses out of 20014 with flag 995001/995001
1059.87/555.03	c cleaning 10002 clauses out of 20016 with flag 1005000/1005000
1069.80/560.28	c cleaning 9994 clauses out of 20014 with flag 1015000/1015000
1081.53/566.39	c cleaning 10001 clauses out of 20020 with flag 1025000/1025000
1094.11/572.98	c cleaning 10005 clauses out of 20020 with flag 1035001/1035001
1106.81/579.50	c cleaning 9997 clauses out of 20016 with flag 1045002/1045002
1110.40/581.55	c cleaning 0 clauses out of 5000 with flag 0/5000
1120.32/586.76	c cleaning 10002 clauses out of 20017 with flag 1055000/1055000
1133.46/593.69	c cleaning 10000 clauses out of 20015 with flag 1065000/1065000
1146.35/600.32	c cleaning 10004 clauses out of 20015 with flag 1075000/1075000
1157.84/606.37	c cleaning 10001 clauses out of 20012 with flag 1085001/1085001
1168.93/612.19	c cleaning 9996 clauses out of 20013 with flag 1095003/1095003
1180.68/618.38	c cleaning 9997 clauses out of 20014 with flag 1105000/1105000
1192.75/624.63	c cleaning 10002 clauses out of 20017 with flag 1115000/1115000
1204.24/630.63	c cleaning 10001 clauses out of 20016 with flag 1125001/1125001
1215.51/636.58	c cleaning 9996 clauses out of 20014 with flag 1135000/1135000
1227.05/642.65	c cleaning 10000 clauses out of 20019 with flag 1145001/1145001
1238.51/648.70	c cleaning 9999 clauses out of 20018 with flag 1155000/1155000
1250.56/654.91	c cleaning 10000 clauses out of 20019 with flag 1165000/1165000
1262.22/661.08	c cleaning 10000 clauses out of 20020 with flag 1175001/1175001
1273.53/667.08	c cleaning 10003 clauses out of 20020 with flag 1185001/1185001
1283.98/672.56	c cleaning 10007 clauses out of 20017 with flag 1195001/1195001
1294.24/677.91	c cleaning 9996 clauses out of 20010 with flag 1205001/1205001
1304.50/683.40	c cleaning 9999 clauses out of 20013 with flag 1215000/1215000
1315.41/689.16	c cleaning 10004 clauses out of 20016 with flag 1225002/1225002
1325.65/694.57	c cleaning 9998 clauses out of 20011 with flag 1235001/1235001
1336.30/700.10	c cleaning 9999 clauses out of 20014 with flag 1245002/1245002
1346.74/705.66	c cleaning 9998 clauses out of 20014 with flag 1255001/1255001
1357.64/711.46	c cleaning 9999 clauses out of 20017 with flag 1265002/1265002
1368.27/717.05	c cleaning 9998 clauses out of 20016 with flag 1275000/1275000
1378.51/722.43	c cleaning 10001 clauses out of 20021 with flag 1285003/1285003
1389.35/728.12	c cleaning 10003 clauses out of 20020 with flag 1295003/1295003
1400.19/733.95	c cleaning 9998 clauses out of 20014 with flag 1305000/1305000
1410.61/739.45	c cleaning 9999 clauses out of 20016 with flag 1315000/1315000
1421.23/745.02	c cleaning 9998 clauses out of 20017 with flag 1325000/1325000
1432.23/750.89	c cleaning 10000 clauses out of 20019 with flag 1335000/1335000
1443.49/756.87	c cleaning 9999 clauses out of 20019 with flag 1345000/1345000
1455.07/762.90	c cleaning 10002 clauses out of 20021 with flag 1355001/1355001
1467.26/769.36	c cleaning 10001 clauses out of 20018 with flag 1365000/1365000
1477.67/774.90	c cleaning 10001 clauses out of 20018 with flag 1375001/1375001
1488.49/780.70	c cleaning 10000 clauses out of 20017 with flag 1385001/1385001
1499.69/786.52	c cleaning 9999 clauses out of 20017 with flag 1395001/1395001
1511.65/792.87	c cleaning 9998 clauses out of 20017 with flag 1405000/1405000
1525.41/800.00	c cleaning 10004 clauses out of 20019 with flag 1415000/1415000
1537.22/806.32	c cleaning 10000 clauses out of 20016 with flag 1425001/1425001
1549.58/812.83	c cleaning 9998 clauses out of 20016 with flag 1435001/1435001
1561.92/819.38	c cleaning 9998 clauses out of 20017 with flag 1445000/1445000
1573.09/825.27	c cleaning 10001 clauses out of 20020 with flag 1455001/1455001
1583.68/830.96	c cleaning 9999 clauses out of 20018 with flag 1465000/1465000
1594.04/836.40	c cleaning 9999 clauses out of 20019 with flag 1475000/1475000
1605.19/842.38	c cleaning 10000 clauses out of 20020 with flag 1485000/1485000
1615.96/848.07	c cleaning 10005 clauses out of 20020 with flag 1495000/1495000
1627.51/854.25	c cleaning 10004 clauses out of 20016 with flag 1505001/1505001
1639.63/860.60	c cleaning 9995 clauses out of 20011 with flag 1515000/1515000
1651.95/867.14	c cleaning 10004 clauses out of 20016 with flag 1525000/1525000
1663.68/873.36	c cleaning 9996 clauses out of 20014 with flag 1535002/1535002
1676.01/879.93	c cleaning 10001 clauses out of 20018 with flag 1545002/1545002
1687.90/886.24	c cleaning 9997 clauses out of 20016 with flag 1555001/1555001
1700.01/892.68	c cleaning 10002 clauses out of 20019 with flag 1565001/1565001
1711.91/898.97	c cleaning 9999 clauses out of 20017 with flag 1575001/1575001
1724.42/905.67	c cleaning 10001 clauses out of 20018 with flag 1585001/1585001
1736.14/911.90	c cleaning 10002 clauses out of 20016 with flag 1595000/1595000
1748.62/918.43	c cleaning 9999 clauses out of 20015 with flag 1605001/1605001
1760.69/924.88	c cleaning 9997 clauses out of 20015 with flag 1615000/1615000
1772.99/931.47	c cleaning 10002 clauses out of 20019 with flag 1625001/1625001
1783.90/937.22	c cleaning 10003 clauses out of 20016 with flag 1635000/1635000
1794.77/943.00	c cleaning 9998 clauses out of 20014 with flag 1645001/1645001
1800.08/946.03	c starts		: 213
1800.08/946.03	c conflicts		: 1649442
1800.08/946.03	c decisions		: 2592996
1800.08/946.03	c propagations		: 173595264
1800.08/946.03	c inspects		: 1621164054
1800.08/946.03	c learnt literals	: 0
1800.08/946.03	c learnt binary clauses	: 0
1800.08/946.03	c learnt ternary clauses	: 0
1800.08/946.03	c learnt clauses	: 1649442
1800.08/946.03	c ignored clauses	: 0
1800.08/946.03	c root simplifications	: 0
1800.08/946.03	c removed literals (reason simplification)	: 2138725
1800.08/946.03	c reason swapping (by a shorter reason)	: 0
1800.08/946.03	c Calls to reduceDB	: 166
1800.08/946.03	c number of reductions to clauses (during analyze)	: 0
1800.08/946.03	c number of learned constraints concerned by reduction	: 0
1800.08/946.03	c number of learning phase by resolution	: 0
1800.08/946.03	c number of learning phase by cutting planes	: 0
1800.08/946.03	c speed (assignments/second)	: 187138.27588771828
1800.08/946.03	c non guided choices	17
1800.08/946.10	c learnt constraints type 
1800.08/946.10	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14528
1800.08/946.10	c constraints type 
1800.08/946.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2724
1800.08/946.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/946.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.08/946.10	c constraints type 
1800.08/946.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2724
1800.08/946.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/946.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.08/946.10	s SATISFIABLE
1800.08/946.10	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.08/946.10	c objective function=26
1800.08/946.10	c Total wall clock time (in seconds): 945.878

Verifier Data

OK	26

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661891-1276656112/watcher-2661891-1276656112 -o /tmp/evaluation-result-2661891-1276656112/solver-2661891-1276656112 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661891-1276656112.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.00 1.00 1.00 3/105 16926
/proc/meminfo: memFree=1821856/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=248 CPUtime=0
/proc/16926/stat : 16926 (java6) R 16924 16926 14968 0 -1 4194304 109 0 0 0 0 0 0 0 23 0 1 0 6902545 253952 28 1992294400 134512640 134550932 4293708656 18446744073709551615 7242324 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16926/statm: 62 28 21 10 0 23 0

[startup+0.024096 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16926
/proc/meminfo: memFree=1821856/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=13980 CPUtime=0
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 1246 0 1 0 0 0 0 0 15 0 2 0 6902545 14315520 693 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 3495 693 355 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13980

[startup+0.10106 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16926
/proc/meminfo: memFree=1821856/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1524020 CPUtime=0.08
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 3934 0 1 0 6 2 0 0 15 0 12 0 6902545 1560596480 3373 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 381005 3373 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301081 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16926
/proc/meminfo: memFree=1821856/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1526224 CPUtime=0.35
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 5356 0 1 0 31 4 0 0 15 0 12 0 6902545 1562853376 4793 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 381556 4794 1354 10 0 378859 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526224

[startup+0.70114 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16926
/proc/meminfo: memFree=1821856/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1528344 CPUtime=1.08
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 6807 0 1 0 104 4 0 0 15 0 12 0 6902545 1565024256 6203 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 382086 6203 1396 10 0 379389 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528344

[startup+1.50223 s]
/proc/loadavg: 1.00 1.00 1.00 4/117 16938
/proc/meminfo: memFree=1798448/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1531016 CPUtime=2.26
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 9227 0 1 0 220 6 0 0 15 0 14 0 6902545 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 382754 7963 1421 10 0 380057 0
[pid=16926/tid=16928] ppid=16924 vsize=1531016 CPUtime=1.16
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5528 0 1 0 113 3 0 0 25 0 14 0 6902546 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6902548 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6902548 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 6902550 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 6902550 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6902550 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6902554 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1531016 CPUtime=0.52
/proc/16926/task/16935/stat : 16935 (java) S 16924 16926 14968 0 -1 4202560 1417 0 0 0 52 0 0 0 16 0 14 0 6902554 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1531016 CPUtime=0.4
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 791 0 0 0 40 0 0 0 18 0 14 0 6902554 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6902554 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1531016 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 6902554 1567760384 7963 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1531016

[startup+3.10244 s]
/proc/loadavg: 1.00 1.00 1.00 1/119 16942
/proc/meminfo: memFree=1794464/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1541296 CPUtime=4.04
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 21117 0 1 0 394 10 0 0 15 0 16 0 6902545 1578287104 18315 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 385324 18316 1427 10 0 382627 0
[pid=16926/tid=16928] ppid=16924 vsize=1541296 CPUtime=1.17
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5567 0 1 0 114 3 0 0 19 0 16 0 6902546 1578287104 18316 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6902548 1578287104 18318 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6902548 1578287104 18320 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 6902550 1578287104 18321 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6902550 1578287104 18322 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6902550 1578287104 18325 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6902554 1578287104 18325 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1541296 CPUtime=1.27
/proc/16926/task/16935/stat : 16935 (java) R 16924 16926 14968 0 -1 4202560 5045 0 0 0 125 2 0 0 16 0 16 0 6902554 1578287104 18327 1992294400 134512640 134550932 4292200960 18446744073709551615 105497658 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1541296 CPUtime=0.96
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 1225 0 0 0 96 0 0 0 16 0 16 0 6902554 1578287104 18328 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6902554 1578287104 18330 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6902554 1578287104 18331 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16941] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16941/stat : 16941 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6902669 1578287104 18333 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16942] ppid=16924 vsize=1541296 CPUtime=0
/proc/16926/task/16942/stat : 16942 (java) S 16924 16926 14968 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6902670 1578287104 18334 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1541296

[startup+6.30183 s]
/proc/loadavg: 1.24 1.05 1.02 3/121 16946
/proc/meminfo: memFree=1670324/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1540840 CPUtime=8.51
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 45934 0 1 0 830 21 0 0 15 0 16 0 6902545 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 385210 41250 1445 10 0 382513 0
[pid=16926/tid=16928] ppid=16924 vsize=1540840 CPUtime=1.17
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5595 0 1 0 114 3 0 0 15 0 16 0 6902546 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1540840 CPUtime=0.07
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 1517 0 0 0 7 0 0 0 16 0 16 0 6902548 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1540840 CPUtime=0.06
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 1698 0 0 0 6 0 0 0 16 0 16 0 6902548 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1540840 CPUtime=0.05
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 1541 0 0 0 5 0 0 0 16 0 16 0 6902550 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6902550 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6902550 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6902554 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1540840 CPUtime=1.44
/proc/16926/task/16935/stat : 16935 (java) S 16924 16926 14968 0 -1 4202560 5662 0 0 0 142 2 0 0 15 0 16 0 6902554 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1540840 CPUtime=1.74
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 2457 0 0 0 173 1 0 0 15 0 16 0 6902554 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6902554 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6902554 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16941] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16941/stat : 16941 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6902669 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16942] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16942/stat : 16942 (java) S 16924 16926 14968 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6902670 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16945] ppid=16924 vsize=1540840 CPUtime=1.78
/proc/16926/task/16945/stat : 16945 (java) R 16924 16926 14968 0 -1 4202560 7777 0 0 0 175 3 0 0 17 0 16 0 6902973 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4109753605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16926/tid=16946] ppid=16924 vsize=1540840 CPUtime=1.24
/proc/16926/task/16946/stat : 16946 (java) R 16924 16926 14968 0 -1 4202560 4313 0 0 0 123 1 0 0 22 0 16 0 6902973 1577820160 41250 1992294400 134512640 134550932 4292200960 18446744073709551615 4109872268 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 1540840

[startup+12.7019 s]
/proc/loadavg: 1.30 1.07 1.02 3/121 16946
/proc/meminfo: memFree=1627792/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1540840 CPUtime=21.03
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 54792 0 1 0 2078 25 0 0 15 0 16 0 6902545 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 385210 49840 1451 10 0 382513 0
[pid=16926/tid=16928] ppid=16924 vsize=1540840 CPUtime=1.17
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5595 0 1 0 114 3 0 0 15 0 16 0 6902546 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1540840 CPUtime=0.22
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 4419 0 0 0 20 2 0 0 16 0 16 0 6902548 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1540840 CPUtime=0.22
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 4222 0 0 0 21 1 0 0 16 0 16 0 6902548 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1540840 CPUtime=0.22
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 2732 0 0 0 21 1 0 0 16 0 16 0 6902550 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6902550 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6902550 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6902554 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1540840 CPUtime=1.76
/proc/16926/task/16935/stat : 16935 (java) S 16924 16926 14968 0 -1 4202560 5697 0 0 0 174 2 0 0 15 0 16 0 6902554 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1540840 CPUtime=1.78
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 2458 0 0 0 177 1 0 0 15 0 16 0 6902554 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6902554 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6902554 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16941] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16941/stat : 16941 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6902669 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16942] ppid=16924 vsize=1540840 CPUtime=0
/proc/16926/task/16942/stat : 16942 (java) S 16924 16926 14968 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6902670 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16945] ppid=16924 vsize=1540840 CPUtime=7.76
/proc/16926/task/16945/stat : 16945 (java) R 16924 16926 14968 0 -1 4202560 9061 0 0 0 772 4 0 0 25 0 16 0 6902973 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4109702186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16926/tid=16946] ppid=16924 vsize=1540840 CPUtime=6.95
/proc/16926/task/16946/stat : 16946 (java) R 16924 16926 14968 0 -1 4202560 5234 0 0 0 694 1 0 0 18 0 16 0 6902973 1577820160 49840 1992294400 134512640 134550932 4292200960 18446744073709551615 4109878321 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.03
Current children cumulated vsize (KiB) 1540840

[startup+25.5022 s]

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

/proc/16926/task/16951/stat : 16951 (java) R 16924 16926 14968 0 -1 4202560 719 0 0 0 72658 8 0 0 25 0 16 0 6904385 1578541056 85609 1992294400 134512640 134550932 4292200960 18446744073709551615 4109864699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16926/tid=16952] ppid=16924 vsize=1541544 CPUtime=721.49
/proc/16926/task/16952/stat : 16952 (java) R 16924 16926 14968 0 -1 4202560 344 0 0 0 72145 4 0 0 25 0 16 0 6904385 1578541056 85609 1992294400 134512640 134550932 4292200960 18446744073709551615 4109743297 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1567.35
Current children cumulated vsize (KiB) 1541544

[startup+882.302 s]
/proc/loadavg: 1.90 1.93 1.60 3/121 16976
/proc/meminfo: memFree=1472420/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1539500 CPUtime=1680.17
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 97166 0 1 0 167855 162 0 0 15 0 16 0 6902545 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 384875 87708 1451 10 0 382178 0
[pid=16926/tid=16928] ppid=16924 vsize=1539500 CPUtime=1.19
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5624 0 1 0 115 4 0 0 15 0 16 0 6902546 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1539500 CPUtime=20.09
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 23005 0 0 0 1936 73 0 0 16 0 16 0 6902548 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1539500 CPUtime=20.11
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 23778 0 0 0 1972 39 0 0 15 0 16 0 6902548 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1539500 CPUtime=60.98
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 5007 0 0 0 6083 15 0 0 15 0 16 0 6902550 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6902550 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6902550 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6902554 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1539500 CPUtime=2.22
/proc/16926/task/16935/stat : 16935 (java) S 16924 16926 14968 0 -1 4202560 5726 0 0 0 220 2 0 0 16 0 16 0 6902554 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1539500 CPUtime=2.13
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 3165 0 0 0 212 1 0 0 16 0 16 0 6902554 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6902554 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 6902554 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16941] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16941/stat : 16941 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6902669 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16942] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16942/stat : 16942 (java) S 16924 16926 14968 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6902670 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16951] ppid=16924 vsize=1539500 CPUtime=778.4
/proc/16926/task/16951/stat : 16951 (java) R 16924 16926 14968 0 -1 4202560 765 0 0 0 77831 9 0 0 25 0 16 0 6904385 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4109739926 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16926/tid=16952] ppid=16924 vsize=1539500 CPUtime=772.99
/proc/16926/task/16952/stat : 16952 (java) R 16924 16926 14968 0 -1 4202560 365 0 0 0 77295 4 0 0 25 0 16 0 6904385 1576448000 87708 1992294400 134512640 134550932 4292200960 18446744073709551615 4109882395 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.17
Current children cumulated vsize (KiB) 1539500

[startup+942.302 s]
/proc/loadavg: 1.95 1.94 1.63 3/121 16976
/proc/meminfo: memFree=1466096/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1539500 CPUtime=1793.39
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 98985 0 1 0 179170 169 0 0 15 0 16 0 6902545 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 384875 89392 1451 10 0 382178 0
[pid=16926/tid=16928] ppid=16924 vsize=1539500 CPUtime=1.19
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5626 0 1 0 115 4 0 0 15 0 16 0 6902546 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1539500 CPUtime=21.92
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 23859 0 0 0 2116 76 0 0 15 0 16 0 6902548 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1539500 CPUtime=21.96
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 24507 0 0 0 2155 41 0 0 16 0 16 0 6902548 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1539500 CPUtime=66.75
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 5166 0 0 0 6660 15 0 0 15 0 16 0 6902550 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6902550 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6902550 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6902554 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1539500 CPUtime=2.22
/proc/16926/task/16935/stat : 16935 (java) S 16924 16926 14968 0 -1 4202560 5726 0 0 0 220 2 0 0 16 0 16 0 6902554 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1539500 CPUtime=2.13
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 3165 0 0 0 212 1 0 0 16 0 16 0 6902554 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6902554 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 6902554 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16941] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16941/stat : 16941 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6902669 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16942] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16942/stat : 16942 (java) S 16924 16926 14968 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6902670 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16951] ppid=16924 vsize=1539500 CPUtime=830.71
/proc/16926/task/16951/stat : 16951 (java) R 16924 16926 14968 0 -1 4202560 814 0 0 0 83062 9 0 0 22 0 16 0 6904385 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4109903537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16926/tid=16952] ppid=16924 vsize=1539500 CPUtime=824.42
/proc/16926/task/16952/stat : 16952 (java) R 16924 16926 14968 0 -1 4202560 387 0 0 0 82438 4 0 0 25 0 16 0 6904385 1576448000 89392 1992294400 134512640 134550932 4292200960 18446744073709551615 4109747227 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1793.39
Current children cumulated vsize (KiB) 1539500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+946.011 s]
/proc/loadavg: 2.04 1.96 1.64 3/121 16976
/proc/meminfo: memFree=1464980/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1539500 CPUtime=1800.08
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 99290 0 1 0 179839 169 0 0 15 0 16 0 6902545 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 384875 89690 1451 10 0 382178 0
[pid=16926/tid=16928] ppid=16924 vsize=1539500 CPUtime=1.19
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5626 0 1 0 115 4 0 0 15 0 16 0 6902546 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1539500 CPUtime=22.02
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 23888 0 0 0 2126 76 0 0 16 0 16 0 6902548 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1539500 CPUtime=22.06
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 24628 0 0 0 2165 41 0 0 15 0 16 0 6902548 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1539500 CPUtime=67.42
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 5317 0 0 0 6726 16 0 0 15 0 16 0 6902550 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6902550 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6902550 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6902554 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1539500 CPUtime=2.22
/proc/16926/task/16935/stat : 16935 (java) S 16924 16926 14968 0 -1 4202560 5726 0 0 0 220 2 0 0 16 0 16 0 6902554 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1539500 CPUtime=2.13
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 3165 0 0 0 212 1 0 0 16 0 16 0 6902554 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6902554 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 6902554 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16941] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16941/stat : 16941 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6902669 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16942] ppid=16924 vsize=1539500 CPUtime=0
/proc/16926/task/16942/stat : 16942 (java) S 16924 16926 14968 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6902670 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16951] ppid=16924 vsize=1539500 CPUtime=833.6
/proc/16926/task/16951/stat : 16951 (java) R 16924 16926 14968 0 -1 4202560 818 0 0 0 83351 9 0 0 25 0 16 0 6904385 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4109942516 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16926/tid=16952] ppid=16924 vsize=1539500 CPUtime=827.37
/proc/16926/task/16952/stat : 16952 (java) R 16924 16926 14968 0 -1 4202560 387 0 0 0 82733 4 0 0 25 0 16 0 6904385 1576448000 89690 1992294400 134512640 134550932 4292200960 18446744073709551615 4109878737 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1539500

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

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

[startup+946.117 s]
/proc/loadavg: 2.04 1.96 1.64 3/121 16976
/proc/meminfo: memFree=1464980/2059040 swapFree=4140536/4192956
[pid=16926] ppid=16924 vsize=1540148 CPUtime=1800.27
/proc/16926/stat : 16926 (java) S 16924 16926 14968 0 -1 4202496 99479 0 1 0 179857 170 0 0 15 0 17 0 6902545 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16926/statm: 385037 89874 1451 10 0 382340 0
[pid=16926/tid=16928] ppid=16924 vsize=1540148 CPUtime=1.19
/proc/16926/task/16928/stat : 16928 (java) S 16924 16926 14968 0 -1 4202560 5626 0 1 0 115 4 0 0 15 0 17 0 6902546 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16929] ppid=16924 vsize=1540148 CPUtime=22.05
/proc/16926/task/16929/stat : 16929 (java) S 16924 16926 14968 0 -1 4202560 24008 0 0 0 2129 76 0 0 15 0 17 0 6902548 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16930] ppid=16924 vsize=1540148 CPUtime=22.09
/proc/16926/task/16930/stat : 16930 (java) S 16924 16926 14968 0 -1 4202560 24677 0 0 0 2168 41 0 0 16 0 17 0 6902548 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16931] ppid=16924 vsize=1540148 CPUtime=67.42
/proc/16926/task/16931/stat : 16931 (java) S 16924 16926 14968 0 -1 4202560 5317 0 0 0 6726 16 0 0 15 0 17 0 6902550 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 0 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16932] ppid=16924 vsize=1540148 CPUtime=0
/proc/16926/task/16932/stat : 16932 (java) S 16924 16926 14968 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 6902550 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16933] ppid=16924 vsize=1540148 CPUtime=0
/proc/16926/task/16933/stat : 16933 (java) S 16924 16926 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 6902550 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16934] ppid=16924 vsize=1540148 CPUtime=0
/proc/16926/task/16934/stat : 16934 (java) S 16924 16926 14968 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 6902554 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16935] ppid=16924 vsize=1540148 CPUtime=2.22
/proc/16926/task/16935/stat : 16935 (java) S 16924 16926 14968 0 -1 4202560 5726 0 0 0 220 2 0 0 16 0 17 0 6902554 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16936] ppid=16924 vsize=1540148 CPUtime=2.14
/proc/16926/task/16936/stat : 16936 (java) S 16924 16926 14968 0 -1 4202560 3165 0 0 0 213 1 0 0 16 0 17 0 6902554 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16937] ppid=16924 vsize=1540148 CPUtime=0
/proc/16926/task/16937/stat : 16937 (java) S 16924 16926 14968 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 6902554 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16938] ppid=16924 vsize=1540148 CPUtime=0
/proc/16926/task/16938/stat : 16938 (java) S 16924 16926 14968 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 17 0 6902554 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 0 0 0 0
[pid=16926/tid=16941] ppid=16924 vsize=1540148 CPUtime=0
/proc/16926/task/16941/stat : 16941 (java) S 16924 16926 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 6902669 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16942] ppid=16924 vsize=1540148 CPUtime=0
/proc/16926/task/16942/stat : 16942 (java) S 16924 16926 14968 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 6902670 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4294960144 0 4 0 16800975 18446604437857205120 0 0 -1 1 0 0 0
[pid=16926/tid=16951] ppid=16924 vsize=1540148 CPUtime=833.66
/proc/16926/task/16951/stat : 16951 (java) R 16924 16926 14968 0 -1 4202560 819 0 0 0 83357 9 0 0 25 0 17 0 6904385 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4109774523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16926/tid=16952] ppid=16924 vsize=1540148 CPUtime=827.41
/proc/16926/task/16952/stat : 16952 (java) R 16924 16926 14968 0 -1 4202560 387 0 0 0 82737 4 0 0 25 0 17 0 6904385 1577111552 89874 1992294400 134512640 134550932 4292200960 18446744073709551615 4109877902 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1540148

Child status: 143
Real time (s): 946.181
CPU time (s): 1800.37
CPU user time (s): 1798.63
CPU system time (s): 1.74173
CPU usage (%): 190.278
Max. virtual memory (cumulated for all children) (KiB): 1542876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.74173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99479
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= 34006
involuntary context switches= 50322

runsolver used 3.97439 second user time and 11.8422 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 04:41:52
IDJOB=2661891
IDBENCH=48146
IDSOLVER=1166
FILE ID=node054/2661891-1276656112
PBS_JOBID= 11172449
Free space on /tmp= 62480 MiB

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

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

MD5SUM BENCH= b738c7950af6b3d63e331a14bc641dc9
RANDOM SEED=2100962296

node054.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.217
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.43
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.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1822128 kB
Buffers:         48388 kB
Cached:         109300 kB
SwapCached:       6812 kB
Active:          93692 kB
Inactive:        77820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822128 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       11212 kB
Mapped:          12980 kB
Slab:            43576 kB
PageTables:       3892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 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 node054 at 2010-06-16 04:57:40