Trace number 2661897

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)11 1800.36 944.611

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_1.opb
MD5SUM55d0299800773493d27ef2c1b95d10c5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark398.875
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)1248
Sum of products size (including duplicates)2496
Number of different products1248
Sum of products size2496

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.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661897-1276657223.opb
0.25/0.21	c reading problem ... 
0.93/0.64	c ... done. Wall clock time 0.429s.
0.93/0.64	c #vars     1348
0.93/0.64	c #constraints  2596
0.93/0.64	c constraints type 
0.93/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1348
0.93/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
0.93/0.64	c constraints type 
0.93/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1348
0.93/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
1.12/0.72	c And the winner is CuttingPlanes
1.26/1.67	c SATISFIABLE
1.26/1.67	c OPTIMIZING...
1.26/1.67	c Got one! Elapsed wall clock time (in seconds):1.455
1.26/1.67	o 16
1.52/1.87	c And the winner is Resolution
1.70/2.68	c Got one! Elapsed wall clock time (in seconds):2.467
1.70/2.68	o 15
2.35/3.02	c And the winner is Resolution
2.86/3.70	c Got one! Elapsed wall clock time (in seconds):3.481
2.86/3.70	o 14
3.07/3.88	c And the winner is Resolution
3.36/4.80	c Got one! Elapsed wall clock time (in seconds):4.588
3.36/4.80	o 13
6.93/6.66	c cleaning 2498 clauses out of 5003 with flag 5003/5003
11.62/9.06	c cleaning 4248 clauses out of 8503 with flag 11001/11001
16.11/11.34	c cleaning 5624 clauses out of 11254 with flag 18000/18000
21.39/14.06	c cleaning 6812 clauses out of 13632 with flag 26002/26002
27.63/17.22	c cleaning 7906 clauses out of 15818 with flag 35000/35000
34.47/20.70	c cleaning 8952 clauses out of 17913 with flag 45001/45001
40.71/23.98	c cleaning 9477 clauses out of 18961 with flag 55001/55001
47.34/27.39	c cleaning 9737 clauses out of 19485 with flag 65002/65002
54.54/31.08	c cleaning 9869 clauses out of 19746 with flag 75000/75000
61.55/34.66	c cleaning 9935 clauses out of 19880 with flag 85003/85003
69.11/38.55	c cleaning 9968 clauses out of 19943 with flag 95001/95001
76.29/42.28	c cleaning 9984 clauses out of 19975 with flag 105001/105001
83.45/45.96	c cleaning 9986 clauses out of 19990 with flag 115000/115000
90.47/49.55	c cleaning 9998 clauses out of 20004 with flag 125000/125000
91.11/49.94	c And the winner is Resolution
91.43/50.97	c Got one! Elapsed wall clock time (in seconds):50.756
91.43/50.97	o 12
97.62/54.18	c cleaning 10004 clauses out of 20009 with flag 135003/135003
105.20/58.09	c cleaning 9997 clauses out of 20003 with flag 145001/145001
112.16/61.64	c cleaning 10003 clauses out of 20007 with flag 155002/155002
119.12/65.22	c cleaning 9995 clauses out of 20002 with flag 165000/165000
126.12/68.84	c cleaning 10001 clauses out of 20008 with flag 175001/175001
133.69/72.78	c cleaning 9999 clauses out of 20006 with flag 185000/185000
141.23/76.66	c cleaning 9996 clauses out of 20008 with flag 195001/195001
145.23/78.71	c And the winner is CuttingPlanes
145.24/79.03	c Got one! Elapsed wall clock time (in seconds):78.818
145.24/79.03	o 11
148.14/80.59	c cleaning 10000 clauses out of 20011 with flag 205000/205000
156.11/84.61	c cleaning 10001 clauses out of 20012 with flag 215001/215001
164.47/88.94	c cleaning 9999 clauses out of 20010 with flag 225000/225000
173.76/93.75	c cleaning 10002 clauses out of 20011 with flag 235000/235000
183.51/98.73	c cleaning 10000 clauses out of 20009 with flag 245000/245000
192.24/103.20	c cleaning 10000 clauses out of 20009 with flag 255000/255000
200.40/107.46	c cleaning 10001 clauses out of 20011 with flag 265002/265002
208.88/111.85	c cleaning 10000 clauses out of 20008 with flag 275000/275000
217.02/116.08	c cleaning 10000 clauses out of 20010 with flag 285002/285002
225.75/120.56	c cleaning 9997 clauses out of 20009 with flag 295001/295001
235.86/125.72	c cleaning 10001 clauses out of 20011 with flag 305000/305000
245.13/130.56	c cleaning 9999 clauses out of 20010 with flag 315000/315000
254.25/135.29	c cleaning 9999 clauses out of 20012 with flag 325001/325001
263.17/139.84	c cleaning 10000 clauses out of 20013 with flag 335001/335001
271.88/144.32	c cleaning 10003 clauses out of 20015 with flag 345003/345003
281.13/149.14	c cleaning 9999 clauses out of 20010 with flag 355001/355001
290.45/153.91	c cleaning 10000 clauses out of 20011 with flag 365001/365001
299.55/158.66	c cleaning 10000 clauses out of 20010 with flag 375000/375000
308.85/163.40	c cleaning 10001 clauses out of 20011 with flag 385001/385001
317.10/167.72	c cleaning 10001 clauses out of 20011 with flag 395002/395002
326.40/172.50	c cleaning 10001 clauses out of 20008 with flag 405000/405000
334.89/176.95	c cleaning 10001 clauses out of 20007 with flag 415000/415000
343.80/181.54	c cleaning 9995 clauses out of 20006 with flag 425000/425000
353.62/186.67	c cleaning 9999 clauses out of 20011 with flag 435000/435000
362.94/191.47	c cleaning 10002 clauses out of 20012 with flag 445000/445000
373.20/196.72	c cleaning 10002 clauses out of 20012 with flag 455002/455002
382.49/201.59	c cleaning 9997 clauses out of 20008 with flag 465000/465000
391.51/206.27	c cleaning 10003 clauses out of 20011 with flag 475000/475000
400.80/211.04	c cleaning 9997 clauses out of 20008 with flag 485000/485000
410.08/215.88	c cleaning 10001 clauses out of 20011 with flag 495000/495000
419.56/220.77	c cleaning 9999 clauses out of 20011 with flag 505001/505001
428.96/225.68	c cleaning 10004 clauses out of 20013 with flag 515002/515002
438.24/230.46	c cleaning 10001 clauses out of 20012 with flag 525005/525005
447.51/235.22	c cleaning 9996 clauses out of 20009 with flag 535003/535003
456.57/239.93	c cleaning 9999 clauses out of 20012 with flag 545002/545002
465.76/244.75	c cleaning 10000 clauses out of 20015 with flag 555004/555004
474.64/249.36	c cleaning 10001 clauses out of 20012 with flag 565001/565001
483.32/253.84	c cleaning 9997 clauses out of 20011 with flag 575001/575001
491.40/258.02	c cleaning 10002 clauses out of 20013 with flag 585000/585000
499.59/262.36	c cleaning 10001 clauses out of 20011 with flag 595000/595000
507.87/266.61	c cleaning 9997 clauses out of 20010 with flag 605000/605000
508.22/266.96	c cleaning 0 clauses out of 5001 with flag 0/5001
516.89/271.44	c cleaning 9999 clauses out of 20013 with flag 615000/615000
525.48/275.92	c cleaning 10002 clauses out of 20014 with flag 625000/625000
533.75/280.20	c cleaning 10000 clauses out of 20013 with flag 635001/635001
542.41/284.71	c cleaning 10000 clauses out of 20012 with flag 645000/645000
551.45/289.46	c cleaning 10002 clauses out of 20015 with flag 655003/655003
560.82/294.35	c cleaning 10001 clauses out of 20011 with flag 665001/665001
570.08/299.17	c cleaning 9999 clauses out of 20009 with flag 675000/675000
579.71/304.20	c cleaning 10001 clauses out of 20011 with flag 685001/685001
589.74/309.33	c cleaning 10000 clauses out of 20012 with flag 695003/695003
599.51/314.49	c cleaning 9999 clauses out of 20012 with flag 705003/705003
608.75/319.28	c cleaning 10001 clauses out of 20010 with flag 715000/715000
618.99/324.52	c cleaning 10001 clauses out of 20011 with flag 725002/725002
629.21/329.83	c cleaning 9999 clauses out of 20008 with flag 735000/735000
638.78/334.86	c cleaning 9996 clauses out of 20010 with flag 745001/745001
647.99/339.68	c cleaning 10002 clauses out of 20013 with flag 755000/755000
657.62/344.66	c cleaning 10000 clauses out of 20011 with flag 765000/765000
666.85/349.49	c cleaning 9999 clauses out of 20011 with flag 775000/775000
676.19/354.39	c cleaning 10002 clauses out of 20013 with flag 785001/785001
685.81/359.30	c cleaning 9998 clauses out of 20012 with flag 795002/795002
695.23/364.30	c cleaning 10002 clauses out of 20014 with flag 805002/805002
704.65/369.16	c cleaning 9999 clauses out of 20011 with flag 815001/815001
713.59/373.90	c cleaning 9995 clauses out of 20012 with flag 825001/825001
722.22/378.34	c cleaning 10001 clauses out of 20016 with flag 835000/835000
731.22/383.03	c cleaning 10000 clauses out of 20018 with flag 845003/845003
740.40/387.86	c cleaning 10001 clauses out of 20016 with flag 855001/855001
749.72/392.79	c cleaning 9999 clauses out of 20014 with flag 865000/865000
758.70/397.45	c cleaning 10005 clauses out of 20015 with flag 875000/875000
767.49/402.04	c cleaning 10001 clauses out of 20012 with flag 885002/885002
776.28/406.64	c cleaning 10000 clauses out of 20010 with flag 895001/895001
784.78/411.18	c cleaning 9999 clauses out of 20009 with flag 905000/905000
793.78/415.85	c cleaning 10000 clauses out of 20010 with flag 915000/915000
802.95/420.61	c cleaning 9996 clauses out of 20010 with flag 925000/925000
811.73/425.23	c cleaning 10002 clauses out of 20014 with flag 935000/935000
820.62/429.96	c cleaning 10002 clauses out of 20013 with flag 945001/945001
829.81/434.80	c cleaning 10000 clauses out of 20010 with flag 955000/955000
838.99/439.51	c cleaning 10001 clauses out of 20010 with flag 965000/965000
848.37/444.41	c cleaning 9999 clauses out of 20010 with flag 975001/975001
857.64/449.33	c cleaning 10000 clauses out of 20010 with flag 985000/985000
866.80/454.11	c cleaning 10000 clauses out of 20013 with flag 995003/995003
876.37/459.14	c cleaning 10003 clauses out of 20010 with flag 1005000/1005000
885.16/463.74	c cleaning 10000 clauses out of 20008 with flag 1015001/1015001
894.45/468.63	c cleaning 9998 clauses out of 20008 with flag 1025001/1025001
903.80/473.59	c cleaning 9999 clauses out of 20010 with flag 1035001/1035001
914.16/478.94	c cleaning 10000 clauses out of 20011 with flag 1045001/1045001
924.50/484.33	c cleaning 9995 clauses out of 20010 with flag 1055000/1055000
934.55/489.69	c cleaning 10003 clauses out of 20017 with flag 1065002/1065002
944.30/494.78	c cleaning 9998 clauses out of 20012 with flag 1075000/1075000
954.06/499.87	c cleaning 10002 clauses out of 20014 with flag 1085000/1085000
963.63/504.89	c cleaning 9998 clauses out of 20012 with flag 1095000/1095000
973.46/510.09	c cleaning 10004 clauses out of 20016 with flag 1105002/1105002
982.46/514.76	c cleaning 10000 clauses out of 20013 with flag 1115003/1115003
991.81/519.61	c cleaning 9998 clauses out of 20012 with flag 1125002/1125002
1001.39/524.64	c cleaning 10000 clauses out of 20013 with flag 1135001/1135001
1011.03/529.76	c cleaning 9997 clauses out of 20012 with flag 1145000/1145000
1020.22/534.53	c cleaning 10002 clauses out of 20017 with flag 1155002/1155002
1029.57/539.46	c cleaning 9997 clauses out of 20013 with flag 1165000/1165000
1038.94/544.37	c cleaning 10003 clauses out of 20019 with flag 1175003/1175003
1049.01/549.68	c cleaning 10005 clauses out of 20015 with flag 1185002/1185002
1058.98/554.82	c cleaning 9996 clauses out of 20008 with flag 1195000/1195000
1068.54/559.88	c cleaning 9998 clauses out of 20012 with flag 1205000/1205000
1078.69/565.15	c cleaning 10001 clauses out of 20017 with flag 1215003/1215003
1089.14/570.65	c cleaning 10001 clauses out of 20013 with flag 1225000/1225000
1099.30/575.90	c cleaning 10004 clauses out of 20015 with flag 1235003/1235003
1109.66/581.34	c cleaning 9999 clauses out of 20008 with flag 1245000/1245000
1119.82/586.63	c cleaning 10001 clauses out of 20010 with flag 1255001/1255001
1130.26/592.18	c cleaning 9998 clauses out of 20009 with flag 1265001/1265001
1140.60/597.52	c cleaning 10000 clauses out of 20011 with flag 1275001/1275001
1150.96/603.00	c cleaning 10000 clauses out of 20011 with flag 1285001/1285001
1160.93/608.16	c cleaning 10004 clauses out of 20011 with flag 1295001/1295001
1170.19/613.08	c cleaning 9997 clauses out of 20008 with flag 1305002/1305002
1179.96/618.13	c cleaning 9998 clauses out of 20009 with flag 1315000/1315000
1188.53/622.63	c cleaning 10003 clauses out of 20015 with flag 1325004/1325004
1197.07/627.18	c cleaning 9999 clauses out of 20008 with flag 1335000/1335000
1206.31/632.07	c cleaning 10000 clauses out of 20010 with flag 1345001/1345001
1215.67/636.96	c cleaning 10002 clauses out of 20010 with flag 1355001/1355001
1224.02/641.40	c cleaning 9999 clauses out of 20007 with flag 1365000/1365000
1233.35/646.23	c cleaning 10000 clauses out of 20008 with flag 1375000/1375000
1242.39/651.10	c cleaning 10000 clauses out of 20008 with flag 1385000/1385000
1251.34/655.78	c cleaning 9997 clauses out of 20008 with flag 1395000/1395000
1260.47/660.54	c cleaning 10002 clauses out of 20011 with flag 1405000/1405000
1269.61/665.35	c cleaning 10002 clauses out of 20011 with flag 1415002/1415002
1279.04/670.39	c cleaning 9998 clauses out of 20007 with flag 1425000/1425000
1288.80/675.42	c cleaning 9998 clauses out of 20009 with flag 1435000/1435000
1297.34/679.91	c cleaning 10001 clauses out of 20012 with flag 1445001/1445001
1306.49/684.74	c cleaning 10000 clauses out of 20010 with flag 1455000/1455000
1316.91/690.20	c cleaning 9996 clauses out of 20012 with flag 1465002/1465002
1325.87/694.95	c cleaning 9999 clauses out of 20015 with flag 1475001/1475001
1335.41/699.92	c cleaning 10000 clauses out of 20015 with flag 1485000/1485000
1344.96/704.95	c cleaning 9998 clauses out of 20015 with flag 1495000/1495000
1354.80/710.17	c cleaning 10002 clauses out of 20017 with flag 1505000/1505000
1364.93/715.46	c cleaning 10003 clauses out of 20016 with flag 1515001/1515001
1375.05/720.78	c cleaning 10000 clauses out of 20012 with flag 1525000/1525000
1385.55/726.29	c cleaning 10001 clauses out of 20013 with flag 1535001/1535001
1395.95/731.77	c cleaning 10000 clauses out of 20013 with flag 1545002/1545002
1406.86/737.47	c cleaning 9998 clauses out of 20012 with flag 1555001/1555001
1417.19/742.87	c cleaning 10004 clauses out of 20016 with flag 1565003/1565003
1427.29/748.19	c cleaning 10000 clauses out of 20013 with flag 1575004/1575004
1437.89/753.76	c cleaning 9999 clauses out of 20010 with flag 1585001/1585001
1448.82/759.47	c cleaning 9998 clauses out of 20010 with flag 1595000/1595000
1459.14/764.86	c cleaning 10000 clauses out of 20012 with flag 1605000/1605000
1469.08/770.01	c cleaning 10002 clauses out of 20012 with flag 1615000/1615000
1478.49/775.00	c cleaning 9998 clauses out of 20010 with flag 1625000/1625000
1488.22/780.16	c cleaning 10000 clauses out of 20012 with flag 1635000/1635000
1496.55/784.53	c cleaning 9997 clauses out of 20012 with flag 1645000/1645000
1505.29/789.14	c cleaning 10001 clauses out of 20016 with flag 1655001/1655001
1513.71/793.66	c cleaning 10001 clauses out of 20016 with flag 1665002/1665002
1523.05/798.51	c cleaning 10002 clauses out of 20014 with flag 1675001/1675001
1531.76/803.16	c cleaning 9996 clauses out of 20011 with flag 1685000/1685000
1540.89/807.92	c cleaning 10001 clauses out of 20016 with flag 1695001/1695001
1550.13/812.90	c cleaning 9999 clauses out of 20015 with flag 1705001/1705001
1559.83/817.92	c cleaning 10003 clauses out of 20020 with flag 1715005/1715005
1568.98/822.75	c cleaning 10000 clauses out of 20014 with flag 1725002/1725002
1578.90/827.97	c cleaning 9998 clauses out of 20016 with flag 1735004/1735004
1587.92/832.76	c cleaning 9998 clauses out of 20014 with flag 1745000/1745000
1598.02/838.01	c cleaning 10001 clauses out of 20016 with flag 1755000/1755000
1607.15/842.87	c cleaning 10006 clauses out of 20015 with flag 1765000/1765000
1616.45/847.79	c cleaning 10000 clauses out of 20009 with flag 1775000/1775000
1625.68/852.64	c cleaning 9997 clauses out of 20012 with flag 1785003/1785003
1635.00/857.54	c cleaning 9997 clauses out of 20013 with flag 1795001/1795001
1644.53/862.57	c cleaning 10000 clauses out of 20015 with flag 1805000/1805000
1654.06/867.59	c cleaning 10001 clauses out of 20015 with flag 1815000/1815000
1664.06/872.84	c cleaning 10000 clauses out of 20014 with flag 1825000/1825000
1673.98/878.02	c cleaning 10002 clauses out of 20014 with flag 1835000/1835000
1683.92/883.29	c cleaning 10003 clauses out of 20013 with flag 1845001/1845001
1692.83/887.97	c cleaning 9996 clauses out of 20010 with flag 1855001/1855001
1702.23/892.94	c cleaning 10001 clauses out of 20013 with flag 1865000/1865000
1711.95/898.08	c cleaning 9997 clauses out of 20012 with flag 1875000/1875000
1721.66/903.17	c cleaning 9998 clauses out of 20016 with flag 1885001/1885001
1731.36/908.20	c cleaning 9999 clauses out of 20017 with flag 1895000/1895000
1740.55/913.18	c cleaning 10002 clauses out of 20019 with flag 1905001/1905001
1750.45/918.31	c cleaning 10001 clauses out of 20017 with flag 1915001/1915001
1760.54/923.62	c cleaning 10001 clauses out of 20017 with flag 1925002/1925002
1770.03/928.68	c cleaning 9999 clauses out of 20015 with flag 1935001/1935001
1780.19/934.05	c cleaning 10002 clauses out of 20015 with flag 1945000/1945000
1790.29/939.39	c cleaning 9999 clauses out of 20014 with flag 1955001/1955001
1800.19/944.52	c starts		: 33
1800.19/944.52	c conflicts		: 8376
1800.19/944.52	c decisions		: 16488
1800.19/944.52	c propagations		: 923383
1800.19/944.52	c inspects		: 296762774
1800.19/944.52	c learnt literals	: 0
1800.19/944.52	c learnt binary clauses	: 0
1800.19/944.52	c learnt ternary clauses	: 0
1800.19/944.52	c learnt clauses	: 8376
1800.19/944.52	c ignored clauses	: 0
1800.19/944.52	c root simplifications	: 0
1800.19/944.52	c removed literals (reason simplification)	: 0
1800.19/944.52	c reason swapping (by a shorter reason)	: 0
1800.19/944.52	c Calls to reduceDB	: 1
1800.19/944.52	c number of reductions to clauses (during analyze)	: 0
1800.19/944.52	c number of learned constraints concerned by reduction	: 0
1800.19/944.52	c number of learning phase by resolution	: 0
1800.19/944.52	c number of learning phase by cutting planes	: 0
1800.19/944.52	c speed (assignments/second)	: 1066.8978282671892
1800.19/944.52	c non guided choices	0
1800.19/944.57	c learnt constraints type 
1800.19/944.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.19/944.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 111
1800.19/944.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8264
1800.19/944.57	c constraints type 
1800.19/944.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1348
1800.19/944.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.19/944.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
1800.19/944.57	c constraints type 
1800.19/944.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1348
1800.19/944.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.19/944.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
1800.19/944.57	s SATISFIABLE
1800.19/944.57	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.19/944.57	c objective function=11
1800.19/944.57	c Total wall clock time (in seconds): 944.36

Verifier Data

OK	11

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 13880
/proc/meminfo: memFree=1806592/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1832 CPUtime=0
/proc/13880/stat : 13880 (java6) S 13878 13880 13855 0 -1 4194304 244 0 0 0 0 0 0 0 19 0 1 0 7017737 1875968 148 1992294400 134512640 134550932 4293580832 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/13880/statm: 458 148 111 10 0 63 0

[startup+0.052132 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 13880
/proc/meminfo: memFree=1806592/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1521016 CPUtime=0.03
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 3494 0 1 0 2 1 0 0 18 0 5 0 7017737 1557520384 2938 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 380254 2938 990 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101136 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 13880
/proc/meminfo: memFree=1806592/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1524180 CPUtime=0.08
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 3953 0 1 0 6 2 0 0 18 0 12 0 7017737 1560760320 3393 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301666 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 13880
/proc/meminfo: memFree=1806592/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1526224 CPUtime=0.37
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 5357 0 1 0 34 3 0 0 18 0 12 0 7017737 1562853376 4795 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 381556 4795 1356 10 0 378859 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526224

[startup+0.700644 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 13880
/proc/meminfo: memFree=1806592/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1532104 CPUtime=1.12
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 7619 0 1 0 109 3 0 0 18 0 16 0 7017737 1568874496 6788 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 383026 6788 1403 10 0 380329 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1532104

[startup+1.5016 s]
/proc/loadavg: 0.85 0.97 0.99 1/120 13896
/proc/meminfo: memFree=1784160/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1532104 CPUtime=1.26
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 7753 0 1 0 122 4 0 0 18 0 14 0 7017737 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 383026 6921 1415 10 0 380329 0
[pid=13880/tid=13882] ppid=13878 vsize=1532104 CPUtime=0.61
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4613 0 1 0 59 2 0 0 19 0 14 0 7017739 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 14 0 7017740 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 7017740 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7017742 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 7017742 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 7017742 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7017747 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1532104 CPUtime=0.4
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 1288 0 0 0 40 0 0 0 18 0 14 0 7017747 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1532104 CPUtime=0.14
/proc/13880/task/13890/stat : 13890 (java) S 13878 13880 13855 0 -1 4202560 574 0 0 0 14 0 0 0 25 0 14 0 7017747 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7017747 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7017747 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 7017804 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1532104 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 7017804 1568874496 6921 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 1532104

[startup+3.10151 s]
/proc/loadavg: 0.85 0.97 0.99 1/120 13898
/proc/meminfo: memFree=1780564/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1536176 CPUtime=2.45
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 11335 0 1 0 240 5 0 0 18 0 14 0 7017737 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 384044 9539 1423 10 0 381347 0
[pid=13880/tid=13882] ppid=13878 vsize=1536176 CPUtime=0.62
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4653 0 1 0 60 2 0 0 19 0 14 0 7017739 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 14 0 7017740 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 7017740 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7017742 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 7017742 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 7017742 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 7017747 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1536176 CPUtime=0.82
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 2005 0 0 0 82 0 0 0 15 0 14 0 7017747 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1536176 CPUtime=0.67
/proc/13880/task/13890/stat : 13890 (java) R 13878 13880 13855 0 -1 4202560 1670 0 0 0 67 0 0 0 16 0 14 0 7017747 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7017747 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 7017747 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 7017804 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1536176 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 7017804 1573044224 9539 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1536176
heavy processes:

[startup+6.30134 s]
/proc/loadavg: 1.10 1.02 1.01 5/122 13904
/proc/meminfo: memFree=1681100/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1541336 CPUtime=6.33
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 42088 0 1 0 616 17 0 0 18 0 16 0 7017737 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 385334 38496 1439 10 0 382637 0
[pid=13880/tid=13882] ppid=13878 vsize=1541336 CPUtime=0.63
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4682 0 1 0 61 2 0 0 18 0 16 0 7017739 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1541336 CPUtime=0.02
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 1108 0 0 0 2 0 0 0 16 0 16 0 7017740 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1541336 CPUtime=0.02
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 969 0 0 0 2 0 0 0 16 0 16 0 7017740 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 7017742 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1541336 CPUtime=1.2
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 2027 0 0 0 120 0 0 0 15 0 16 0 7017747 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1541336 CPUtime=1.8
/proc/13880/task/13890/stat : 13890 (java) S 13878 13880 13855 0 -1 4202560 5055 0 0 0 179 1 0 0 15 0 16 0 7017747 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 7017747 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7017804 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7017804 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13903] ppid=13878 vsize=1541336 CPUtime=1.2
/proc/13880/task/13903/stat : 13903 (java) R 13878 13880 13855 0 -1 4202560 12675 0 0 0 116 4 0 0 18 0 16 0 7018218 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4109186239 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13880/tid=13904] ppid=13878 vsize=1541336 CPUtime=0.86
/proc/13880/task/13904/stat : 13904 (java) R 13878 13880 13855 0 -1 4202560 9758 0 0 0 83 3 0 0 18 0 16 0 7018218 1578328064 38496 1992294400 134512640 134550932 4293200896 18446744073709551615 4109170903 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1541336

[startup+12.702 s]
/proc/loadavg: 1.17 1.03 1.01 3/122 13904
/proc/meminfo: memFree=1614884/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1541336 CPUtime=18.82
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 53034 0 1 0 1859 23 0 0 18 0 16 0 7017737 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 385334 49244 1448 10 0 382637 0
[pid=13880/tid=13882] ppid=13878 vsize=1541336 CPUtime=0.63
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4682 0 1 0 61 2 0 0 18 0 16 0 7017739 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1541336 CPUtime=0.19
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 3943 0 0 0 18 1 0 0 15 0 16 0 7017740 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1541336 CPUtime=0.19
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 4135 0 0 0 18 1 0 0 16 0 16 0 7017740 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1541336 CPUtime=0.19
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 2485 0 0 0 18 1 0 0 15 0 16 0 7017742 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1541336 CPUtime=1.54
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 2081 0 0 0 154 0 0 0 16 0 16 0 7017747 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1541336 CPUtime=1.87
/proc/13880/task/13890/stat : 13890 (java) S 13878 13880 13855 0 -1 4202560 5058 0 0 0 186 1 0 0 15 0 16 0 7017747 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 7017747 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7017804 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7017804 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13903] ppid=13878 vsize=1541336 CPUtime=6.89
/proc/13880/task/13903/stat : 13903 (java) R 13878 13880 13855 0 -1 4202560 13719 0 0 0 684 5 0 0 25 0 16 0 7018218 1578328064 49244 1992294400 134512640 134550932 4293200896 18446744073709551615 4109164688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13880/tid=13904] ppid=13878 vsize=1541336 CPUtime=6.72

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

/proc/13880/task/13918/stat : 13918 (java) R 13878 13880 13855 0 -1 4202560 646 0 0 0 67040 23 0 0 20 0 16 0 7025641 1578328064 73960 1992294400 134512640 134550932 4293200896 18446744073709551615 4109294264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13880/tid=13919] ppid=13878 vsize=1541336 CPUtime=668.53
/proc/13880/task/13919/stat : 13919 (java) R 13878 13880 13855 0 -1 4202560 338 0 0 0 66844 9 0 0 25 0 16 0 7025641 1578328064 73960 1992294400 134512640 134550932 4293200896 18446744073709551615 4109242884 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1568.18
Current children cumulated vsize (KiB) 1541336

[startup+882.301 s]
/proc/loadavg: 2.17 2.04 1.65 3/122 13941
/proc/meminfo: memFree=1511840/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1541336 CPUtime=1682.13
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 80650 0 1 0 168046 167 0 0 18 0 16 0 7017737 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 385334 74265 1448 10 0 382637 0
[pid=13880/tid=13882] ppid=13878 vsize=1541336 CPUtime=0.64
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4710 0 1 0 62 2 0 0 15 0 16 0 7017739 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1541336 CPUtime=19.01
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 16228 0 0 0 1851 50 0 0 15 0 16 0 7017740 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1541336 CPUtime=18.99
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 16135 0 0 0 1856 43 0 0 16 0 16 0 7017740 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1541336 CPUtime=58.77
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 4557 0 0 0 5861 16 0 0 15 0 16 0 7017742 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1541336 CPUtime=1.94
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 2104 0 0 0 194 0 0 0 15 0 16 0 7017747 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1541336 CPUtime=1.89
/proc/13880/task/13890/stat : 13890 (java) S 13878 13880 13855 0 -1 4202560 5058 0 0 0 188 1 0 0 15 0 16 0 7017747 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 7017747 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7017804 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7017804 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13918] ppid=13878 vsize=1541336 CPUtime=723.97
/proc/13880/task/13918/stat : 13918 (java) R 13878 13880 13855 0 -1 4202560 700 0 0 0 72372 25 0 0 25 0 16 0 7025641 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4109204717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13880/tid=13919] ppid=13878 vsize=1541336 CPUtime=721.08
/proc/13880/task/13919/stat : 13919 (java) R 13878 13880 13855 0 -1 4202560 357 0 0 0 72099 9 0 0 25 0 16 0 7025641 1578328064 74265 1992294400 134512640 134550932 4293200896 18446744073709551615 4109312362 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1682.13
Current children cumulated vsize (KiB) 1541336

[startup+942.302 s]
/proc/loadavg: 2.23 2.08 1.68 3/122 13943
/proc/meminfo: memFree=1509980/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1541336 CPUtime=1795.81
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 81194 0 1 0 179405 176 0 0 18 0 16 0 7017737 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 385334 74718 1448 10 0 382637 0
[pid=13880/tid=13882] ppid=13878 vsize=1541336 CPUtime=0.64
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4714 0 1 0 62 2 0 0 15 0 16 0 7017739 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1541336 CPUtime=20.57
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 16450 0 0 0 2005 52 0 0 15 0 16 0 7017740 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1541336 CPUtime=20.55
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 16374 0 0 0 2009 46 0 0 16 0 16 0 7017740 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1541336 CPUtime=64.07
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 4559 0 0 0 6391 16 0 0 15 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1541336 CPUtime=1.94
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 2104 0 0 0 194 0 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1541336 CPUtime=1.89
/proc/13880/task/13890/stat : 13890 (java) S 13878 13880 13855 0 -1 4202560 5058 0 0 0 188 1 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7017804 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7017804 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13918] ppid=13878 vsize=1541336 CPUtime=776.25
/proc/13880/task/13918/stat : 13918 (java) R 13878 13880 13855 0 -1 4202560 748 0 0 0 77598 27 0 0 25 0 16 0 7025641 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4109205050 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13880/tid=13919] ppid=13878 vsize=1541336 CPUtime=774.06
/proc/13880/task/13919/stat : 13919 (java) R 13878 13880 13855 0 -1 4202560 384 0 0 0 77397 9 0 0 25 0 16 0 7025641 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4109164710 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1795.81
Current children cumulated vsize (KiB) 1541336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+944.503 s]
/proc/loadavg: 2.29 2.09 1.69 3/122 13943
/proc/meminfo: memFree=1509980/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1541336 CPUtime=1800.19
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 81196 0 1 0 179842 177 0 0 18 0 16 0 7017737 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 385334 74718 1448 10 0 382637 0
[pid=13880/tid=13882] ppid=13878 vsize=1541336 CPUtime=0.64
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4714 0 1 0 62 2 0 0 15 0 16 0 7017739 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1541336 CPUtime=20.61
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 16450 0 0 0 2009 52 0 0 15 0 16 0 7017740 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1541336 CPUtime=20.59
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 16374 0 0 0 2013 46 0 0 16 0 16 0 7017740 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1541336 CPUtime=64.07
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 4559 0 0 0 6391 16 0 0 15 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1541336 CPUtime=1.94
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 2104 0 0 0 194 0 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1541336 CPUtime=1.89
/proc/13880/task/13890/stat : 13890 (java) S 13878 13880 13855 0 -1 4202560 5058 0 0 0 188 1 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7017804 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7017804 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13918] ppid=13878 vsize=1541336 CPUtime=778.37
/proc/13880/task/13918/stat : 13918 (java) R 13878 13880 13855 0 -1 4202560 750 0 0 0 77810 27 0 0 25 0 16 0 7025641 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4109170442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13880/tid=13919] ppid=13878 vsize=1541336 CPUtime=776.22
/proc/13880/task/13919/stat : 13919 (java) R 13878 13880 13855 0 -1 4202560 384 0 0 0 77613 9 0 0 25 0 16 0 7025641 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4109312540 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1541336

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

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

[startup+944.503 s]
/proc/loadavg: 2.29 2.09 1.69 3/122 13943
/proc/meminfo: memFree=1509980/2059040 swapFree=4164944/4192956
[pid=13880] ppid=13878 vsize=1541336 CPUtime=1800.19
/proc/13880/stat : 13880 (java) S 13878 13880 13855 0 -1 4202496 81196 0 1 0 179842 177 0 0 18 0 16 0 7017737 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13880/statm: 385334 74718 1448 10 0 382637 0
[pid=13880/tid=13882] ppid=13878 vsize=1541336 CPUtime=0.64
/proc/13880/task/13882/stat : 13882 (java) S 13878 13880 13855 0 -1 4202560 4714 0 1 0 62 2 0 0 15 0 16 0 7017739 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13883] ppid=13878 vsize=1541336 CPUtime=20.61
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 13855 0 -1 4202560 16450 0 0 0 2009 52 0 0 15 0 16 0 7017740 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13884] ppid=13878 vsize=1541336 CPUtime=20.59
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 13855 0 -1 4202560 16374 0 0 0 2013 46 0 0 16 0 16 0 7017740 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13885] ppid=13878 vsize=1541336 CPUtime=64.07
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 13855 0 -1 4202560 4559 0 0 0 6391 16 0 0 15 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 0 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13886] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 13855 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13887] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 13855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7017742 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13888] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 13855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13889] ppid=13878 vsize=1541336 CPUtime=1.94
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 13855 0 -1 4202560 2104 0 0 0 194 0 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13890] ppid=13878 vsize=1541336 CPUtime=1.89
/proc/13880/task/13890/stat : 13890 (java) S 13878 13880 13855 0 -1 4202560 5058 0 0 0 188 1 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13891] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13891/stat : 13891 (java) S 13878 13880 13855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13892] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13892/stat : 13892 (java) S 13878 13880 13855 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7017747 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 1 0 0 0
[pid=13880/tid=13895] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13895/stat : 13895 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 7017804 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13896] ppid=13878 vsize=1541336 CPUtime=0
/proc/13880/task/13896/stat : 13896 (java) S 13878 13880 13855 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 7017804 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4294960144 0 4 0 16800975 18446604437836757952 0 0 -1 0 0 0 0
[pid=13880/tid=13918] ppid=13878 vsize=1541336 CPUtime=778.37
/proc/13880/task/13918/stat : 13918 (java) R 13878 13880 13855 0 -1 4202560 750 0 0 0 77810 27 0 0 25 0 16 0 7025641 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4109170442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13880/tid=13919] ppid=13878 vsize=1541336 CPUtime=776.22
/proc/13880/task/13919/stat : 13919 (java) R 13878 13880 13855 0 -1 4202560 384 0 0 0 77613 9 0 0 25 0 16 0 7025641 1578328064 74718 1992294400 134512640 134550932 4293200896 18446744073709551615 4109312540 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1541336

Child status: 143
Real time (s): 944.611
CPU time (s): 1800.36
CPU user time (s): 1798.55
CPU system time (s): 1.80772
CPU usage (%): 190.593
Max. virtual memory (cumulated for all children) (KiB): 1543648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.80773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81216
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= 33860
involuntary context switches= 53958

runsolver used 5.42717 second user time and 10.2144 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 05:00:23
IDJOB=2661897
IDBENCH=48152
IDSOLVER=1166
FILE ID=node029/2661897-1276657223
PBS_JOBID= 11172475
Free space on /tmp= 62576 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_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661897-1276657223/watcher-2661897-1276657223 -o /tmp/evaluation-result-2661897-1276657223/solver-2661897-1276657223 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661897-1276657223.opb

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

MD5SUM BENCH= 55d0299800773493d27ef2c1b95d10c5
RANDOM SEED=1765694352

node029.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.221
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.44
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.221
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806864 kB
Buffers:         46808 kB
Cached:         106572 kB
SwapCached:       1508 kB
Active:          96044 kB
Inactive:        91280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806864 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:       32448 kB
Mapped:          15092 kB
Slab:            43024 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181292 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= 62576 MiB
End job on node029 at 2010-06-16 05:16:10