Trace number 2661875

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)12 1800.26 950.966

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_5.opb
MD5SUMe6ef25c6f832d5fe55af9368c1298b73
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark262.688
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products1252
Sum of products size2504

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
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.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661875-1276654618.opb
0.22/0.22	c reading problem ... 
0.88/0.67	c ... done. Wall clock time 0.446s.
0.88/0.67	c #vars     1352
0.88/0.67	c #constraints  2604
0.88/0.67	c constraints type 
0.88/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1352
0.88/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
0.88/0.67	c constraints type 
0.88/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1352
0.88/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1.09/0.73	c And the winner is Resolution
1.27/1.69	c SATISFIABLE
1.27/1.69	c OPTIMIZING...
1.27/1.69	c Got one! Elapsed wall clock time (in seconds):1.471
1.27/1.69	o 18
1.48/1.83	c And the winner is CuttingPlanes
1.65/2.71	c Got one! Elapsed wall clock time (in seconds):2.482
1.65/2.71	o 17
1.84/2.80	c And the winner is Resolution
1.84/3.79	c Got one! Elapsed wall clock time (in seconds):3.567
1.84/3.79	o 16
1.85/3.81	c And the winner is Resolution
1.87/4.80	c Got one! Elapsed wall clock time (in seconds):4.577
1.87/4.80	o 15
1.87/4.81	c And the winner is Resolution
1.90/5.81	c Got one! Elapsed wall clock time (in seconds):5.592
1.90/5.81	o 14
6.42/8.13	c cleaning 2496 clauses out of 5001 with flag 5001/5001
6.57/8.27	c And the winner is Resolution
6.72/8.83	c Got one! Elapsed wall clock time (in seconds):8.604
6.72/8.83	o 13
9.45/10.27	c And the winner is Resolution
9.91/10.83	c Got one! Elapsed wall clock time (in seconds):10.612
9.91/10.83	o 12
10.62/11.21	c cleaning 4248 clauses out of 8504 with flag 11000/11000
15.50/13.76	c cleaning 5623 clauses out of 11258 with flag 18002/18002
21.57/16.82	c cleaning 6814 clauses out of 13633 with flag 26000/26000
27.81/20.10	c cleaning 7905 clauses out of 15819 with flag 35000/35000
35.46/23.98	c cleaning 8955 clauses out of 17916 with flag 45002/45002
43.09/27.84	c cleaning 9472 clauses out of 18960 with flag 55001/55001
50.12/31.49	c cleaning 9737 clauses out of 19488 with flag 65001/65001
58.50/35.72	c cleaning 9868 clauses out of 19750 with flag 75000/75000
65.93/39.58	c cleaning 9936 clauses out of 19882 with flag 85000/85000
74.12/43.72	c cleaning 9967 clauses out of 19947 with flag 95001/95001
81.72/47.60	c cleaning 9985 clauses out of 19979 with flag 105000/105000
89.49/51.61	c cleaning 9994 clauses out of 19994 with flag 115000/115000
96.48/55.30	c cleaning 9996 clauses out of 20001 with flag 125001/125001
104.68/59.49	c cleaning 9995 clauses out of 20005 with flag 135001/135001
113.07/63.79	c cleaning 10001 clauses out of 20009 with flag 145000/145000
122.00/68.32	c cleaning 9999 clauses out of 20009 with flag 155001/155001
129.80/72.38	c cleaning 10000 clauses out of 20010 with flag 165001/165001
137.80/76.40	c cleaning 10002 clauses out of 20011 with flag 175002/175002
145.58/80.46	c cleaning 10002 clauses out of 20007 with flag 185000/185000
152.93/84.23	c cleaning 9996 clauses out of 20006 with flag 195001/195001
159.92/87.86	c cleaning 9997 clauses out of 20009 with flag 205000/205000
167.50/91.73	c cleaning 10000 clauses out of 20012 with flag 215000/215000
175.28/95.79	c cleaning 9997 clauses out of 20012 with flag 225000/225000
182.79/99.66	c cleaning 10001 clauses out of 20015 with flag 235000/235000
190.36/103.53	c cleaning 10002 clauses out of 20016 with flag 245002/245002
197.73/107.39	c cleaning 10003 clauses out of 20014 with flag 255002/255002
204.70/111.00	c cleaning 10002 clauses out of 20011 with flag 265002/265002
211.62/114.51	c cleaning 10002 clauses out of 20009 with flag 275002/275002
219.20/118.48	c cleaning 9999 clauses out of 20006 with flag 285001/285001
226.36/122.15	c cleaning 10001 clauses out of 20009 with flag 295003/295003
233.51/125.83	c cleaning 9996 clauses out of 20005 with flag 305000/305000
241.41/129.90	c cleaning 9996 clauses out of 20009 with flag 315000/315000
248.57/133.68	c cleaning 10004 clauses out of 20015 with flag 325002/325002
256.14/137.56	c cleaning 9997 clauses out of 20010 with flag 335001/335001
263.87/141.51	c cleaning 10002 clauses out of 20013 with flag 345001/345001
270.57/145.07	c cleaning 9999 clauses out of 20012 with flag 355002/355002
277.71/148.71	c cleaning 9998 clauses out of 20011 with flag 365000/365000
284.66/152.35	c cleaning 10000 clauses out of 20014 with flag 375001/375001
291.60/155.98	c cleaning 10001 clauses out of 20016 with flag 385003/385003
298.88/159.70	c cleaning 10003 clauses out of 20013 with flag 395001/395001
306.22/163.55	c cleaning 9998 clauses out of 20009 with flag 405000/405000
313.93/167.58	c cleaning 9997 clauses out of 20011 with flag 415000/415000
321.66/171.56	c cleaning 10003 clauses out of 20016 with flag 425002/425002
329.10/175.46	c cleaning 10001 clauses out of 20011 with flag 435000/435000
336.81/179.47	c cleaning 10003 clauses out of 20011 with flag 445001/445001
344.34/183.35	c cleaning 10000 clauses out of 20008 with flag 455001/455001
351.64/187.15	c cleaning 9998 clauses out of 20008 with flag 465001/465001
359.49/191.22	c cleaning 9996 clauses out of 20009 with flag 475000/475000
366.81/195.02	c cleaning 10005 clauses out of 20013 with flag 485000/485000
374.51/199.09	c cleaning 9996 clauses out of 20010 with flag 495002/495002
382.79/203.38	c cleaning 10003 clauses out of 20012 with flag 505000/505000
391.02/207.68	c cleaning 9998 clauses out of 20009 with flag 515000/515000
399.52/212.04	c cleaning 10001 clauses out of 20011 with flag 525000/525000
407.80/216.31	c cleaning 9997 clauses out of 20010 with flag 535000/535000
415.69/220.50	c cleaning 10001 clauses out of 20014 with flag 545001/545001
423.89/224.75	c cleaning 9998 clauses out of 20013 with flag 555001/555001
432.57/229.26	c cleaning 9997 clauses out of 20014 with flag 565000/565000
441.45/233.83	c cleaning 10006 clauses out of 20019 with flag 575002/575002
449.53/238.02	c cleaning 9995 clauses out of 20011 with flag 585000/585000
457.15/242.01	c cleaning 10003 clauses out of 20017 with flag 595001/595001
464.42/245.84	c cleaning 10002 clauses out of 20013 with flag 605000/605000
471.30/249.42	c cleaning 10000 clauses out of 20012 with flag 615001/615001
478.38/253.15	c cleaning 10000 clauses out of 20013 with flag 625002/625002
485.00/256.66	c cleaning 9998 clauses out of 20012 with flag 635001/635001
491.88/260.21	c cleaning 10002 clauses out of 20013 with flag 645000/645000
499.56/264.21	c cleaning 10001 clauses out of 20012 with flag 655001/655001
507.02/268.10	c cleaning 9999 clauses out of 20011 with flag 665001/665001
508.28/268.93	c cleaning 0 clauses out of 5000 with flag 0/5000
514.97/272.49	c cleaning 10005 clauses out of 20013 with flag 675002/675002
523.24/276.76	c cleaning 9998 clauses out of 20007 with flag 685001/685001
531.70/281.12	c cleaning 10000 clauses out of 20009 with flag 695001/695001
540.27/285.62	c cleaning 9999 clauses out of 20008 with flag 705000/705000
548.73/290.07	c cleaning 9998 clauses out of 20010 with flag 715001/715001
557.00/294.33	c cleaning 10003 clauses out of 20013 with flag 725002/725002
565.44/298.73	c cleaning 9998 clauses out of 20010 with flag 735002/735002
574.21/303.37	c cleaning 9993 clauses out of 20010 with flag 745000/745000
583.64/308.20	c cleaning 10003 clauses out of 20019 with flag 755002/755002
592.48/312.83	c cleaning 9999 clauses out of 20016 with flag 765002/765002
601.12/317.32	c cleaning 10001 clauses out of 20015 with flag 775000/775000
610.05/322.06	c cleaning 10004 clauses out of 20015 with flag 785001/785001
617.70/326.06	c cleaning 9999 clauses out of 20012 with flag 795002/795002
625.74/330.27	c cleaning 10000 clauses out of 20011 with flag 805000/805000
633.79/334.47	c cleaning 10000 clauses out of 20014 with flag 815003/815003
642.14/338.82	c cleaning 10002 clauses out of 20014 with flag 825003/825003
650.58/343.24	c cleaning 9996 clauses out of 20010 with flag 835001/835001
657.81/347.07	c cleaning 10001 clauses out of 20013 with flag 845000/845000
665.42/351.06	c cleaning 9999 clauses out of 20014 with flag 855002/855002
673.77/355.43	c cleaning 10001 clauses out of 20020 with flag 865007/865007
682.02/359.77	c cleaning 9998 clauses out of 20012 with flag 875000/875000
689.86/363.88	c cleaning 10006 clauses out of 20015 with flag 885001/885001
697.10/367.69	c cleaning 10003 clauses out of 20009 with flag 895001/895001
704.65/371.69	c cleaning 9995 clauses out of 20007 with flag 905002/905002
712.49/375.74	c cleaning 9998 clauses out of 20010 with flag 915000/915000
720.50/379.95	c cleaning 10000 clauses out of 20014 with flag 925002/925002
728.53/384.11	c cleaning 9999 clauses out of 20013 with flag 935001/935001
736.67/388.40	c cleaning 10003 clauses out of 20015 with flag 945002/945002
744.71/392.61	c cleaning 9998 clauses out of 20010 with flag 955000/955000
752.33/396.67	c cleaning 9998 clauses out of 20012 with flag 965000/965000
760.16/400.78	c cleaning 10004 clauses out of 20014 with flag 975000/975000
768.11/404.95	c cleaning 10000 clauses out of 20010 with flag 985000/985000
776.16/409.19	c cleaning 10001 clauses out of 20012 with flag 995002/995002
783.58/413.02	c cleaning 9998 clauses out of 20011 with flag 1005002/1005002
790.58/416.78	c cleaning 10001 clauses out of 20011 with flag 1015000/1015000
798.51/420.95	c cleaning 9999 clauses out of 20010 with flag 1025000/1025000
805.95/424.82	c cleaning 10000 clauses out of 20011 with flag 1035000/1035000
813.39/428.76	c cleaning 10000 clauses out of 20011 with flag 1045000/1045000
821.02/432.79	c cleaning 10001 clauses out of 20011 with flag 1055000/1055000
829.14/437.09	c cleaning 9997 clauses out of 20010 with flag 1065000/1065000
836.98/441.11	c cleaning 9996 clauses out of 20013 with flag 1075000/1075000
844.58/445.17	c cleaning 10003 clauses out of 20017 with flag 1085000/1085000
852.60/449.31	c cleaning 10000 clauses out of 20014 with flag 1095000/1095000
860.73/453.64	c cleaning 10004 clauses out of 20015 with flag 1105001/1105001
869.15/458.08	c cleaning 10002 clauses out of 20014 with flag 1115004/1115004
877.97/462.65	c cleaning 9996 clauses out of 20008 with flag 1125000/1125000
886.19/466.96	c cleaning 9999 clauses out of 20012 with flag 1135000/1135000
894.91/471.57	c cleaning 9998 clauses out of 20014 with flag 1145001/1145001
902.93/475.77	c cleaning 10003 clauses out of 20015 with flag 1155000/1155000
911.55/480.26	c cleaning 10001 clauses out of 20013 with flag 1165001/1165001
919.97/484.68	c cleaning 10001 clauses out of 20013 with flag 1175002/1175002
928.49/489.10	c cleaning 9998 clauses out of 20010 with flag 1185000/1185000
937.10/493.62	c cleaning 10002 clauses out of 20013 with flag 1195001/1195001
946.13/498.37	c cleaning 10001 clauses out of 20011 with flag 1205001/1205001
955.33/503.11	c cleaning 9999 clauses out of 20010 with flag 1215001/1215001
963.65/507.51	c cleaning 9999 clauses out of 20012 with flag 1225002/1225002
971.09/511.47	c cleaning 10001 clauses out of 20014 with flag 1235003/1235003
978.51/515.38	c cleaning 9997 clauses out of 20010 with flag 1245000/1245000
986.53/519.55	c cleaning 10002 clauses out of 20013 with flag 1255000/1255000
994.45/523.70	c cleaning 9998 clauses out of 20011 with flag 1265000/1265000
1001.88/527.67	c cleaning 9997 clauses out of 20013 with flag 1275000/1275000
1009.50/531.67	c cleaning 10000 clauses out of 20017 with flag 1285001/1285001
1017.52/535.82	c cleaning 10001 clauses out of 20016 with flag 1295000/1295000
1025.26/539.91	c cleaning 10001 clauses out of 20015 with flag 1305000/1305000
1032.51/543.80	c cleaning 9999 clauses out of 20015 with flag 1315001/1315001
1040.51/547.93	c cleaning 10002 clauses out of 20019 with flag 1325004/1325004
1047.53/551.65	c cleaning 10002 clauses out of 20013 with flag 1335000/1335000
1055.64/556.00	c cleaning 10002 clauses out of 20013 with flag 1345002/1345002
1062.86/559.80	c cleaning 10000 clauses out of 20009 with flag 1355000/1355000
1070.86/563.92	c cleaning 10003 clauses out of 20010 with flag 1365001/1365001
1078.87/568.14	c cleaning 9999 clauses out of 20006 with flag 1375000/1375000
1086.77/572.36	c cleaning 9997 clauses out of 20007 with flag 1385000/1385000
1095.95/577.15	c cleaning 9995 clauses out of 20010 with flag 1395000/1395000
1105.32/582.06	c cleaning 10003 clauses out of 20015 with flag 1405000/1405000
1114.10/586.68	c cleaning 10003 clauses out of 20014 with flag 1415002/1415002
1122.99/591.30	c cleaning 10001 clauses out of 20011 with flag 1425002/1425002
1131.95/596.00	c cleaning 9993 clauses out of 20008 with flag 1435000/1435000
1140.91/600.80	c cleaning 10001 clauses out of 20016 with flag 1445001/1445001
1150.09/605.58	c cleaning 10000 clauses out of 20014 with flag 1455000/1455000
1159.16/610.32	c cleaning 10004 clauses out of 20015 with flag 1465001/1465001
1168.15/615.01	c cleaning 10001 clauses out of 20010 with flag 1475000/1475000
1177.31/619.85	c cleaning 10000 clauses out of 20009 with flag 1485000/1485000
1185.88/624.37	c cleaning 9997 clauses out of 20009 with flag 1495000/1495000
1194.35/628.86	c cleaning 9999 clauses out of 20013 with flag 1505001/1505001
1202.71/633.26	c cleaning 10001 clauses out of 20013 with flag 1515000/1515000
1211.07/637.65	c cleaning 9999 clauses out of 20012 with flag 1525000/1525000
1218.25/641.46	c cleaning 10001 clauses out of 20013 with flag 1535000/1535000
1225.72/645.41	c cleaning 9999 clauses out of 20012 with flag 1545000/1545000
1232.90/649.24	c cleaning 9994 clauses out of 20014 with flag 1555001/1555001
1240.46/653.21	c cleaning 10002 clauses out of 20019 with flag 1565000/1565000
1247.84/657.13	c cleaning 10004 clauses out of 20018 with flag 1575001/1575001
1255.49/661.28	c cleaning 10000 clauses out of 20015 with flag 1585002/1585002
1263.06/665.22	c cleaning 10002 clauses out of 20014 with flag 1595001/1595001
1270.62/669.26	c cleaning 9998 clauses out of 20012 with flag 1605001/1605001
1278.57/673.41	c cleaning 10000 clauses out of 20016 with flag 1615003/1615003
1285.84/677.38	c cleaning 10005 clauses out of 20013 with flag 1625000/1625000
1293.59/681.42	c cleaning 10002 clauses out of 20010 with flag 1635002/1635002
1301.92/685.84	c cleaning 9997 clauses out of 20007 with flag 1645001/1645001
1310.66/690.47	c cleaning 10000 clauses out of 20009 with flag 1655000/1655000
1318.90/694.86	c cleaning 10000 clauses out of 20010 with flag 1665001/1665001
1327.65/699.48	c cleaning 10000 clauses out of 20009 with flag 1675000/1675000
1336.19/703.92	c cleaning 10000 clauses out of 20010 with flag 1685001/1685001
1344.30/708.21	c cleaning 9996 clauses out of 20010 with flag 1695001/1695001
1352.32/712.58	c cleaning 9997 clauses out of 20014 with flag 1705001/1705001
1360.67/716.93	c cleaning 10005 clauses out of 20017 with flag 1715001/1715001
1369.01/721.39	c cleaning 9998 clauses out of 20012 with flag 1725001/1725001
1377.15/725.65	c cleaning 10000 clauses out of 20014 with flag 1735001/1735001
1385.38/730.09	c cleaning 9999 clauses out of 20014 with flag 1745001/1745001
1393.92/734.53	c cleaning 9999 clauses out of 20014 with flag 1755000/1755000
1402.65/739.17	c cleaning 9999 clauses out of 20016 with flag 1765001/1765001
1410.58/743.30	c cleaning 10003 clauses out of 20016 with flag 1775000/1775000
1418.60/747.69	c cleaning 9995 clauses out of 20013 with flag 1785000/1785000
1426.93/752.08	c cleaning 10004 clauses out of 20018 with flag 1795000/1795000
1435.45/756.54	c cleaning 10001 clauses out of 20016 with flag 1805002/1805002
1444.18/761.12	c cleaning 10000 clauses out of 20014 with flag 1815001/1815001
1453.16/765.90	c cleaning 10001 clauses out of 20013 with flag 1825000/1825000
1461.88/770.52	c cleaning 10001 clauses out of 20012 with flag 1835000/1835000
1470.39/775.05	c cleaning 9997 clauses out of 20011 with flag 1845000/1845000
1479.31/779.76	c cleaning 10002 clauses out of 20015 with flag 1855001/1855001
1487.92/784.38	c cleaning 9998 clauses out of 20012 with flag 1865000/1865000
1496.42/788.89	c cleaning 9999 clauses out of 20014 with flag 1875000/1875000
1504.72/793.23	c cleaning 10002 clauses out of 20017 with flag 1885002/1885002
1513.43/797.81	c cleaning 9999 clauses out of 20015 with flag 1895002/1895002
1522.21/802.52	c cleaning 10001 clauses out of 20015 with flag 1905001/1905001
1531.13/807.22	c cleaning 9997 clauses out of 20013 with flag 1915000/1915000
1540.03/811.93	c cleaning 9998 clauses out of 20016 with flag 1925000/1925000
1548.73/816.50	c cleaning 10005 clauses out of 20019 with flag 1935001/1935001
1557.12/821.07	c cleaning 9998 clauses out of 20014 with flag 1945001/1945001
1565.61/825.59	c cleaning 10001 clauses out of 20015 with flag 1955000/1955000
1574.72/830.32	c cleaning 10000 clauses out of 20014 with flag 1965000/1965000
1583.44/834.95	c cleaning 9999 clauses out of 20014 with flag 1975000/1975000
1592.39/839.74	c cleaning 10002 clauses out of 20015 with flag 1985000/1985000
1601.11/844.36	c cleaning 10004 clauses out of 20015 with flag 1995002/1995002
1609.18/848.61	c cleaning 9999 clauses out of 20010 with flag 2005001/2005001
1617.49/853.03	c cleaning 10001 clauses out of 20010 with flag 2015000/2015000
1626.67/857.92	c cleaning 9997 clauses out of 20009 with flag 2025000/2025000
1635.55/862.67	c cleaning 10002 clauses out of 20013 with flag 2035001/2035001
1645.04/867.60	c cleaning 9997 clauses out of 20010 with flag 2045000/2045000
1653.15/871.98	c cleaning 10002 clauses out of 20013 with flag 2055000/2055000
1662.13/876.79	c cleaning 9994 clauses out of 20011 with flag 2065000/2065000
1671.35/881.60	c cleaning 10002 clauses out of 20017 with flag 2075000/2075000
1679.44/885.93	c cleaning 10004 clauses out of 20015 with flag 2085000/2085000
1687.48/890.32	c cleaning 10001 clauses out of 20012 with flag 2095001/2095001
1696.04/895.14	c cleaning 10000 clauses out of 20011 with flag 2105001/2105001
1704.08/899.58	c cleaning 10000 clauses out of 20011 with flag 2115001/2115001
1712.56/904.01	c cleaning 10000 clauses out of 20012 with flag 2125002/2125002
1720.03/908.07	c cleaning 9997 clauses out of 20010 with flag 2135000/2135000
1728.15/912.43	c cleaning 10001 clauses out of 20015 with flag 2145002/2145002
1736.43/916.89	c cleaning 10000 clauses out of 20013 with flag 2155001/2155001
1745.12/921.42	c cleaning 9998 clauses out of 20012 with flag 2165000/2165000
1753.79/926.08	c cleaning 10000 clauses out of 20015 with flag 2175001/2175001
1761.94/930.45	c cleaning 10003 clauses out of 20017 with flag 2185003/2185003
1770.79/935.17	c cleaning 10001 clauses out of 20011 with flag 2195000/2195000
1780.45/940.22	c cleaning 10000 clauses out of 20010 with flag 2205000/2205000
1790.09/945.36	c cleaning 9999 clauses out of 20010 with flag 2215000/2215000
1799.43/950.36	c cleaning 9999 clauses out of 20011 with flag 2225000/2225000
1800.01/950.85	c starts		: 234
1800.01/950.85	c conflicts		: 2225000
1800.01/950.85	c decisions		: 3427520
1800.01/950.85	c propagations		: 195906535
1800.01/950.85	c inspects		: 1705264255
1800.01/950.85	c learnt literals	: 0
1800.01/950.85	c learnt binary clauses	: 0
1800.01/950.85	c learnt ternary clauses	: 0
1800.01/950.85	c learnt clauses	: 2225000
1800.01/950.85	c ignored clauses	: 0
1800.01/950.85	c root simplifications	: 0
1800.01/950.85	c removed literals (reason simplification)	: 4436724
1800.01/950.85	c reason swapping (by a shorter reason)	: 0
1800.01/950.85	c Calls to reduceDB	: 224
1800.01/950.85	c number of reductions to clauses (during analyze)	: 0
1800.01/950.85	c number of learned constraints concerned by reduction	: 0
1800.01/950.85	c number of learning phase by resolution	: 0
1800.01/950.85	c number of learning phase by cutting planes	: 0
1800.01/950.85	c speed (assignments/second)	: 208408.32520401312
1800.01/950.85	c non guided choices	0
1800.01/950.91	c learnt constraints type 
1800.01/950.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10095
1800.01/950.91	c constraints type 
1800.01/950.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1352
1800.01/950.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/950.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1800.01/950.91	c constraints type 
1800.01/950.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1352
1800.18/950.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.18/950.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1800.18/950.91	s SATISFIABLE
1800.18/950.91	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 
1800.18/950.91	c objective function=12
1800.18/950.91	c Total wall clock time (in seconds): 950.69

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661875-1276654618/watcher-2661875-1276654618 -o /tmp/evaluation-result-2661875-1276654618/solver-2661875-1276654618 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661875-1276654618.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/106 15447
/proc/meminfo: memFree=1825128/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1832 CPUtime=0
/proc/15447/stat : 15447 (java6) S 15445 15447 13787 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 6756811 1875968 154 1992294400 134512640 134550932 4289323056 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/15447/statm: 458 154 116 10 0 63 0

[startup+0.034133 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15447
/proc/meminfo: memFree=1825128/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1518368 CPUtime=0.01
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 2795 0 1 0 0 1 0 0 15 0 4 0 6756811 1554808832 2238 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 379592 2238 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101464 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15447
/proc/meminfo: memFree=1825128/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1524180 CPUtime=0.08
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 3957 0 1 0 6 2 0 0 15 0 12 0 6756811 1560760320 3396 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300483 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15447
/proc/meminfo: memFree=1825128/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1526312 CPUtime=0.35
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 5370 0 1 0 32 3 0 0 15 0 12 0 6756811 1562943488 4807 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 381578 4807 1353 10 0 378881 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526312

[startup+0.70053 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15447
/proc/meminfo: memFree=1825128/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1529704 CPUtime=1.09
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 7003 0 1 0 104 5 0 0 15 0 15 0 6756811 1566416896 6429 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 382426 6429 1410 10 0 379729 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1529704

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 15463
/proc/meminfo: memFree=1803812/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1529704 CPUtime=1.27
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 7244 0 1 0 122 5 0 0 15 0 14 0 6756811 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 382426 6589 1415 10 0 379729 0
[pid=15447/tid=15449] ppid=15445 vsize=1529704 CPUtime=0.64
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4610 0 1 0 61 3 0 0 25 0 14 0 6756813 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6756814 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6756814 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6756816 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 6756816 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6756816 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6756821 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1529704 CPUtime=0.11
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 13787 0 -1 4202560 179 0 0 0 11 0 0 0 21 0 14 0 6756821 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1529704 CPUtime=0.43
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 1203 0 0 0 43 0 0 0 16 0 14 0 6756821 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6756821 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 6756821 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6756881 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1529704 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6756884 1566416896 6589 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1529704

[startup+3.10178 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 15465
/proc/meminfo: memFree=1800960/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1531456 CPUtime=1.84
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 9151 0 1 0 179 5 0 0 15 0 14 0 6756811 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 382864 7503 1420 10 0 380167 0
[pid=15447/tid=15449] ppid=15445 vsize=1531456 CPUtime=0.66
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4652 0 1 0 63 3 0 0 19 0 14 0 6756813 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 6756814 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6756814 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6756816 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 6756816 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6756816 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6756821 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1531456 CPUtime=0.28
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 13787 0 -1 4202560 260 0 0 0 28 0 0 0 15 0 14 0 6756821 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1531456 CPUtime=0.73
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 2537 0 0 0 72 1 0 0 15 0 14 0 6756821 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6756821 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 6756821 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6756881 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1531456 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6756884 1568210944 7503 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1531456
heavy processes:

[startup+6.30214 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 15471
/proc/meminfo: memFree=1798356/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1540716 CPUtime=2.87
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 15514 0 1 0 279 8 0 0 15 0 16 0 6756811 1577693184 13283 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 385179 13284 1426 10 0 382482 0
[pid=15447/tid=15449] ppid=15445 vsize=1540716 CPUtime=0.66
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4695 0 1 0 63 3 0 0 19 0 16 0 6756813 1577693184 13285 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6756814 1577693184 13286 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6756814 1577693184 13287 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6756816 1577693184 13289 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6756816 1577693184 13290 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6756816 1577693184 13291 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6756821 1577693184 13292 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1540716 CPUtime=0.68
/proc/15447/task/15456/stat : 15456 (java) R 15445 15447 13787 0 -1 4202560 2229 0 0 0 68 0 0 0 16 0 16 0 6756821 1577693184 13292 1992294400 134512640 134550932 4291532240 18446744073709551615 104161340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1540716 CPUtime=1.04
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 3143 0 0 0 103 1 0 0 15 0 16 0 6756821 1577693184 13294 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6756821 1577693184 13295 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6756821 1577693184 13297 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6756881 1577693184 13298 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1540716 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6756884 1577693184 13299 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 1540716
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 1.15 1.03 1.01 4/122 15477
/proc/meminfo: memFree=1646068/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1540832 CPUtime=13.52
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 53283 0 1 0 1328 24 0 0 15 0 16 0 6756811 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 385208 46665 1449 10 0 382511 0
[pid=15447/tid=15449] ppid=15445 vsize=1540832 CPUtime=0.67
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4696 0 1 0 64 3 0 0 15 0 16 0 6756813 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1540832 CPUtime=0.11
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 2586 0 0 0 10 1 0 0 16 0 16 0 6756814 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1540832 CPUtime=0.11
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 2592 0 0 0 10 1 0 0 16 0 16 0 6756814 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1540832 CPUtime=0.11
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 13787 0 -1 4202560 2487 0 0 0 11 0 0 0 16 0 16 0 6756816 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1540832 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6756816 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1540832 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6756816 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1540832 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6756821 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1540832 CPUtime=1.64
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 13787 0 -1 4202560 4239 0 0 0 163 1 0 0 16 0 16 0 6756821 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1540832 CPUtime=1.74
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 5988 0 0 0 171 3 0 0 15 0 16 0 6756821 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1540832 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6756821 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1540832 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6756821 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1540832 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6756881 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1540832 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6756884 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15476] ppid=15445 vsize=1540832 CPUtime=1.71
/proc/15447/task/15476/stat : 15476 (java) R 15445 15447 13787 0 -1 4202560 883 0 0 0 171 0 0 0 18 0 16 0 6757895 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4109838185 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15447/tid=15477] ppid=15445 vsize=1540832 CPUtime=1.71
/proc/15447/task/15477/stat : 15477 (java) R 15445 15447 13787 0 -1 4202560 1314 0 0 0 171 0 0 0 19 0 16 0 6757895 1577811968 46665 1992294400 134512640 134550932 4291532240 18446744073709551615 4109800619 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 1540832

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

/proc/15447/task/15476/stat : 15476 (java) S 15445 15447 13787 0 -1 4202560 1624 0 0 0 72800 21 0 0 24 0 16 0 6757895 1576136704 75334 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15477] ppid=15445 vsize=1539196 CPUtime=726.06
/proc/15447/task/15477/stat : 15477 (java) S 15445 15447 13787 0 -1 4202560 1705 0 0 0 72589 17 0 0 23 0 16 0 6757895 1576136704 75334 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1559.3
Current children cumulated vsize (KiB) 1539196

[startup+882.301 s]
/proc/loadavg: 2.04 1.94 1.59 3/122 15501
/proc/meminfo: memFree=1522564/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1539196 CPUtime=1672.31
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 86300 0 1 0 167044 187 0 0 15 0 16 0 6756811 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 384799 76215 1449 10 0 382102 0
[pid=15447/tid=15449] ppid=15445 vsize=1539196 CPUtime=0.67
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4736 0 1 0 64 3 0 0 15 0 16 0 6756813 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1539196 CPUtime=19.23
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 17498 0 0 0 1879 44 0 0 16 0 16 0 6756814 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1539196 CPUtime=19.17
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 17355 0 0 0 1854 63 0 0 16 0 16 0 6756814 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1539196 CPUtime=65.66
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 13787 0 -1 4202560 4513 0 0 0 6549 17 0 0 16 0 16 0 6756816 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6756816 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6756816 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6756821 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1539196 CPUtime=1.65
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 13787 0 -1 4202560 4239 0 0 0 164 1 0 0 15 0 16 0 6756821 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1539196 CPUtime=2.11
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 6004 0 0 0 208 3 0 0 15 0 16 0 6756821 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6756821 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 6756821 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6756881 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6756884 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15476] ppid=15445 vsize=1539196 CPUtime=779.67
/proc/15447/task/15476/stat : 15476 (java) R 15445 15447 13787 0 -1 4202560 1677 0 0 0 77946 21 0 0 22 0 16 0 6757895 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4109872904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15447/tid=15477] ppid=15445 vsize=1539196 CPUtime=778.42
/proc/15447/task/15477/stat : 15477 (java) R 15445 15447 13787 0 -1 4202560 1728 0 0 0 77823 19 0 0 21 0 16 0 6757895 1576136704 76215 1992294400 134512640 134550932 4291532240 18446744073709551615 4109779211 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1672.31
Current children cumulated vsize (KiB) 1539196

[startup+942.302 s]
/proc/loadavg: 2.04 1.97 1.62 4/122 15506
/proc/meminfo: memFree=1518224/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1539196 CPUtime=1784.15
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 87395 0 1 0 178216 199 0 0 15 0 16 0 6756811 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 384799 77219 1449 10 0 382102 0
[pid=15447/tid=15449] ppid=15445 vsize=1539196 CPUtime=0.67
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4740 0 1 0 64 3 0 0 15 0 16 0 6756813 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1539196 CPUtime=20.85
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 17957 0 0 0 2039 46 0 0 16 0 16 0 6756814 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1539196 CPUtime=20.8
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 17883 0 0 0 2011 69 0 0 15 0 16 0 6756814 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1539196 CPUtime=72.06
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 13787 0 -1 4202560 4545 0 0 0 7188 18 0 0 15 0 16 0 6756816 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6756816 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6756816 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6756821 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1539196 CPUtime=1.65
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 13787 0 -1 4202560 4239 0 0 0 164 1 0 0 15 0 16 0 6756821 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1539196 CPUtime=2.11
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 6004 0 0 0 208 3 0 0 15 0 16 0 6756821 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6756821 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 6756821 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6756881 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6756884 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15476] ppid=15445 vsize=1539196 CPUtime=830.98
/proc/15447/task/15476/stat : 15476 (java) R 15445 15447 13787 0 -1 4202560 1718 0 0 0 83076 22 0 0 25 0 16 0 6757895 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4109712703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15447/tid=15477] ppid=15445 vsize=1539196 CPUtime=829.29
/proc/15447/task/15477/stat : 15477 (java) R 15445 15447 13787 0 -1 4202560 1755 0 0 0 82908 21 0 0 17 0 16 0 6757895 1576136704 77219 1992294400 134512640 134550932 4291532240 18446744073709551615 4109782800 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.15
Current children cumulated vsize (KiB) 1539196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.801 s]
/proc/loadavg: 2.04 1.97 1.62 2/122 15506
/proc/meminfo: memFree=1517108/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1539196 CPUtime=1800.01
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 87718 0 1 0 179801 200 0 0 15 0 16 0 6756811 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 384799 77519 1449 10 0 382102 0
[pid=15447/tid=15449] ppid=15445 vsize=1539196 CPUtime=0.67
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4741 0 1 0 64 3 0 0 15 0 16 0 6756813 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1539196 CPUtime=21.11
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 18138 0 0 0 2064 47 0 0 16 0 16 0 6756814 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1539196 CPUtime=21.07
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 18011 0 0 0 2037 70 0 0 15 0 16 0 6756814 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1539196 CPUtime=73.06
/proc/15447/task/15452/stat : 15452 (java) R 15445 15447 13787 0 -1 4202560 4547 0 0 0 7288 18 0 0 16 0 16 0 6756816 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6756816 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6756816 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6756821 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1539196 CPUtime=1.65
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 13787 0 -1 4202560 4239 0 0 0 164 1 0 0 15 0 16 0 6756821 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1539196 CPUtime=2.11
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 6004 0 0 0 208 3 0 0 15 0 16 0 6756821 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6756821 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 6756821 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6756881 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1539196 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6756884 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15476] ppid=15445 vsize=1539196 CPUtime=838.08
/proc/15447/task/15476/stat : 15476 (java) S 15445 15447 13787 0 -1 4202560 1726 0 0 0 83786 22 0 0 25 0 16 0 6757895 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15477] ppid=15445 vsize=1539196 CPUtime=836.53
/proc/15447/task/15477/stat : 15477 (java) S 15445 15447 13787 0 -1 4202560 1758 0 0 0 83632 21 0 0 23 0 16 0 6757895 1576136704 77519 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1539196

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

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

[startup+950.915 s]
/proc/loadavg: 2.04 1.97 1.62 2/122 15506
/proc/meminfo: memFree=1517108/2059040 swapFree=4152912/4192956
[pid=15447] ppid=15445 vsize=1539844 CPUtime=1800.18
/proc/15447/stat : 15447 (java) S 15445 15447 13787 0 -1 4202496 87737 0 1 0 179818 200 0 0 15 0 18 0 6756811 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15447/statm: 384961 77537 1451 10 0 382264 0
[pid=15447/tid=15449] ppid=15445 vsize=1539844 CPUtime=0.67
/proc/15447/task/15449/stat : 15449 (java) S 15445 15447 13787 0 -1 4202560 4741 0 1 0 64 3 0 0 15 0 18 0 6756813 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15450] ppid=15445 vsize=1539844 CPUtime=21.11
/proc/15447/task/15450/stat : 15450 (java) S 15445 15447 13787 0 -1 4202560 18138 0 0 0 2064 47 0 0 16 0 18 0 6756814 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15451] ppid=15445 vsize=1539844 CPUtime=21.07
/proc/15447/task/15451/stat : 15451 (java) S 15445 15447 13787 0 -1 4202560 18011 0 0 0 2037 70 0 0 15 0 18 0 6756814 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15452] ppid=15445 vsize=1539844 CPUtime=73.11
/proc/15447/task/15452/stat : 15452 (java) S 15445 15447 13787 0 -1 4202560 4547 0 0 0 7293 18 0 0 16 0 18 0 6756816 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 0 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15453] ppid=15445 vsize=1539844 CPUtime=0
/proc/15447/task/15453/stat : 15453 (java) S 15445 15447 13787 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 6756816 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15454] ppid=15445 vsize=1539844 CPUtime=0
/proc/15447/task/15454/stat : 15454 (java) S 15445 15447 13787 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 6756816 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15455] ppid=15445 vsize=1539844 CPUtime=0
/proc/15447/task/15455/stat : 15455 (java) S 15445 15447 13787 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 6756821 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15456] ppid=15445 vsize=1539844 CPUtime=1.65
/proc/15447/task/15456/stat : 15456 (java) S 15445 15447 13787 0 -1 4202560 4239 0 0 0 164 1 0 0 15 0 18 0 6756821 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15457] ppid=15445 vsize=1539844 CPUtime=2.12
/proc/15447/task/15457/stat : 15457 (java) S 15445 15447 13787 0 -1 4202560 6006 0 0 0 209 3 0 0 16 0 18 0 6756821 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15458] ppid=15445 vsize=1539844 CPUtime=0
/proc/15447/task/15458/stat : 15458 (java) S 15445 15447 13787 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 6756821 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 0 0 0 0
[pid=15447/tid=15459] ppid=15445 vsize=1539844 CPUtime=0
/proc/15447/task/15459/stat : 15459 (java) S 15445 15447 13787 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 6756821 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15462] ppid=15445 vsize=1539844 CPUtime=0
/proc/15447/task/15462/stat : 15462 (java) S 15445 15447 13787 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 6756881 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15463] ppid=15445 vsize=1539844 CPUtime=0
/proc/15447/task/15463/stat : 15463 (java) S 15445 15447 13787 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 6756884 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4294960144 0 4 0 16800975 18446604437839813312 0 0 -1 1 0 0 0
[pid=15447/tid=15476] ppid=15445 vsize=1539844 CPUtime=838.12
/proc/15447/task/15476/stat : 15476 (java) R 15445 15447 13787 0 -1 4202560 1726 0 0 0 83790 22 0 0 21 0 18 0 6757895 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4109778554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15447/tid=15477] ppid=15445 vsize=1539844 CPUtime=836.59
/proc/15447/task/15477/stat : 15477 (java) R 15445 15447 13787 0 -1 4202560 1758 0 0 0 83638 21 0 0 18 0 18 0 6757895 1576800256 77537 1992294400 134512640 134550932 4291532240 18446744073709551615 4109753087 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1539844

Child status: 143
Real time (s): 950.966
CPU time (s): 1800.26
CPU user time (s): 1798.22
CPU system time (s): 2.03969
CPU usage (%): 189.309
Max. virtual memory (cumulated for all children) (KiB): 1543136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.03969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87741
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= 34185
involuntary context switches= 53734

runsolver used 4.36634 second user time and 11.5242 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-16 04:16:58
IDJOB=2661875
IDBENCH=48130
IDSOLVER=1166
FILE ID=node035/2661875-1276654618
PBS_JOBID= 11172435
Free space on /tmp= 62460 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_100_10_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661875-1276654618/watcher-2661875-1276654618 -o /tmp/evaluation-result-2661875-1276654618/solver-2661875-1276654618 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661875-1276654618.opb

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

MD5SUM BENCH= e6ef25c6f832d5fe55af9368c1298b73
RANDOM SEED=1594028304

node035.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.219
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.219
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:       1825400 kB
Buffers:         29616 kB
Cached:         106408 kB
SwapCached:       1984 kB
Active:          89212 kB
Inactive:        68508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825400 kB
SwapTotal:     4192956 kB
SwapFree:      4152912 kB
Dirty:             312 kB
Writeback:           8 kB
AnonPages:       19724 kB
Mapped:          13772 kB
Slab:            53920 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183064 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= 62460 MiB
End job on node035 at 2010-06-16 04:32:51