Trace number 2661699

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-31OPT3 950.607 508.522

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
MD5SUM5afebeda0ba6ac0761acdbdcd52ef74a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.484926
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
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 constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100531
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661699-1276647663.opb
0.24/0.21	c reading problem ... 
0.52/0.41	c ... done. Wall clock time 0.201s.
0.52/0.41	c #vars     432
0.52/0.41	c #constraints  661
0.52/0.41	c constraints type 
0.52/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.52/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
0.52/0.41	c constraints type 
0.52/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.52/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
6.47/3.43	c cleaning 2501 clauses out of 5002 with flag 5002/5002
7.43/3.94	c And the winner is Resolution
7.52/4.51	c SATISFIABLE
7.52/4.51	c OPTIMIZING...
7.52/4.51	c Got one! Elapsed wall clock time (in seconds):4.299
7.52/4.51	o 3
9.10/5.31	c cleaning 4246 clauses out of 8499 with flag 11000/11000
12.61/7.12	c cleaning 5624 clauses out of 11254 with flag 18001/18001
16.52/9.17	c cleaning 6814 clauses out of 13629 with flag 26000/26000
21.58/11.77	c cleaning 7892 clauses out of 15815 with flag 35000/35000
27.25/14.65	c cleaning 8958 clauses out of 17923 with flag 45000/45000
33.14/17.68	c cleaning 9480 clauses out of 18966 with flag 55001/55001
37.77/20.01	c cleaning 9735 clauses out of 19486 with flag 65001/65001
42.99/22.73	c cleaning 9864 clauses out of 19750 with flag 75000/75000
48.62/25.68	c cleaning 9936 clauses out of 19887 with flag 85001/85001
54.06/28.43	c cleaning 9966 clauses out of 19950 with flag 95000/95000
57.70/30.31	c cleaning 9984 clauses out of 19984 with flag 105000/105000
62.48/32.84	c cleaning 9996 clauses out of 20000 with flag 115000/115000
68.30/35.89	c cleaning 9995 clauses out of 20004 with flag 125000/125000
73.71/38.65	c cleaning 9997 clauses out of 20010 with flag 135001/135001
79.32/41.53	c cleaning 9994 clauses out of 20012 with flag 145000/145000
84.49/44.26	c cleaning 10001 clauses out of 20019 with flag 155001/155001
90.33/47.23	c cleaning 0 clauses out of 5001 with flag 0/5001
92.34/48.32	c cleaning 10001 clauses out of 20017 with flag 165000/165000
97.92/51.30	c cleaning 10010 clauses out of 20024 with flag 175008/175008
102.68/53.75	c cleaning 9997 clauses out of 20007 with flag 185001/185001
107.30/56.14	c cleaning 10003 clauses out of 20010 with flag 195001/195001
111.68/58.48	c cleaning 9989 clauses out of 20006 with flag 205000/205000
117.08/61.20	c cleaning 10000 clauses out of 20017 with flag 215000/215000
125.79/65.76	c cleaning 9995 clauses out of 20018 with flag 225001/225001
131.38/68.70	c cleaning 9998 clauses out of 20022 with flag 235000/235000
135.18/70.66	c cleaning 9996 clauses out of 20024 with flag 245000/245000
138.80/72.57	c cleaning 10001 clauses out of 20029 with flag 255001/255001
143.14/74.81	c cleaning 10004 clauses out of 20028 with flag 265001/265001
147.92/77.36	c cleaning 10009 clauses out of 20024 with flag 275001/275001
152.70/79.85	c cleaning 9998 clauses out of 20015 with flag 285001/285001
158.67/82.92	c cleaning 10001 clauses out of 20016 with flag 295000/295000
164.20/85.84	c cleaning 9994 clauses out of 20016 with flag 305001/305001
171.14/89.48	c cleaning 9998 clauses out of 20021 with flag 315000/315000
175.90/91.92	c cleaning 9996 clauses out of 20023 with flag 325000/325000
179.68/93.97	c cleaning 9997 clauses out of 20028 with flag 335001/335001
183.81/96.11	c cleaning 10001 clauses out of 20031 with flag 345001/345001
188.18/98.48	c cleaning 10011 clauses out of 20029 with flag 355000/355000
193.73/101.39	c cleaning 10004 clauses out of 20018 with flag 365000/365000
198.87/104.07	c cleaning 9999 clauses out of 20015 with flag 375001/375001
203.38/106.48	c cleaning 10002 clauses out of 20015 with flag 385000/385000
208.53/109.16	c cleaning 10001 clauses out of 20012 with flag 395000/395000
213.48/111.79	c cleaning 10000 clauses out of 20011 with flag 405000/405000
218.43/114.35	c cleaning 9999 clauses out of 20011 with flag 415000/415000
223.71/117.14	c cleaning 10003 clauses out of 20014 with flag 425002/425002
228.66/119.77	c cleaning 9999 clauses out of 20009 with flag 435000/435000
233.61/122.34	c cleaning 10001 clauses out of 20011 with flag 445001/445001
237.97/124.67	c cleaning 9999 clauses out of 20009 with flag 455000/455000
243.85/127.77	c cleaning 10001 clauses out of 20011 with flag 465001/465001
249.59/130.75	c cleaning 9997 clauses out of 20009 with flag 475000/475000
255.14/133.69	c cleaning 9998 clauses out of 20012 with flag 485000/485000
260.88/136.69	c cleaning 10002 clauses out of 20015 with flag 495001/495001
266.16/139.41	c cleaning 10002 clauses out of 20013 with flag 505001/505001
271.49/142.28	c cleaning 9997 clauses out of 20010 with flag 515000/515000
277.42/145.37	c cleaning 10002 clauses out of 20013 with flag 525000/525000
282.37/147.90	c cleaning 9993 clauses out of 20012 with flag 535001/535001
286.06/149.98	c cleaning 10003 clauses out of 20019 with flag 545001/545001
290.80/152.45	c cleaning 9999 clauses out of 20015 with flag 555000/555000
294.74/154.51	c cleaning 10003 clauses out of 20017 with flag 565001/565001
298.48/156.60	c cleaning 9998 clauses out of 20014 with flag 575001/575001
302.55/158.77	c cleaning 10001 clauses out of 20015 with flag 585000/585000
307.29/161.20	c cleaning 9997 clauses out of 20014 with flag 595000/595000
313.01/164.22	c cleaning 10002 clauses out of 20018 with flag 605001/605001
318.93/167.38	c cleaning 10004 clauses out of 20016 with flag 615001/615001
324.80/170.45	c cleaning 10000 clauses out of 20012 with flag 625001/625001
330.49/173.42	c cleaning 10001 clauses out of 20014 with flag 635003/635003
336.19/176.41	c cleaning 9999 clauses out of 20010 with flag 645000/645000
341.70/179.36	c cleaning 10000 clauses out of 20012 with flag 655001/655001
347.13/182.26	c cleaning 10000 clauses out of 20012 with flag 665001/665001
352.64/185.12	c cleaning 10001 clauses out of 20011 with flag 675000/675000
357.35/187.65	c cleaning 10002 clauses out of 20011 with flag 685001/685001
362.47/190.37	c cleaning 9997 clauses out of 20008 with flag 695000/695000
367.29/192.91	c cleaning 9997 clauses out of 20011 with flag 705000/705000
371.80/195.33	c cleaning 10000 clauses out of 20016 with flag 715002/715002
376.30/197.77	c cleaning 10006 clauses out of 20015 with flag 725001/725001
381.60/200.51	c cleaning 10000 clauses out of 20008 with flag 735000/735000
386.64/203.23	c cleaning 9999 clauses out of 20009 with flag 745001/745001
391.36/205.79	c cleaning 10000 clauses out of 20010 with flag 755001/755001
396.45/208.40	c cleaning 10003 clauses out of 20009 with flag 765000/765000
401.55/211.15	c cleaning 9999 clauses out of 20007 with flag 775001/775001
406.74/213.99	c cleaning 9998 clauses out of 20007 with flag 785000/785000
411.26/216.35	c cleaning 9999 clauses out of 20009 with flag 795000/795000
415.76/218.71	c cleaning 9997 clauses out of 20010 with flag 805000/805000
419.87/220.96	c cleaning 9998 clauses out of 20013 with flag 815000/815000
424.11/223.25	c cleaning 10000 clauses out of 20016 with flag 825001/825001
428.21/225.44	c cleaning 9999 clauses out of 20016 with flag 835001/835001
432.69/227.81	c cleaning 10001 clauses out of 20016 with flag 845000/845000
437.00/230.13	c cleaning 9999 clauses out of 20015 with flag 855000/855000
441.24/232.43	c cleaning 9999 clauses out of 20016 with flag 865000/865000
444.94/234.48	c cleaning 0 clauses out of 11003 with flag 0/11003
445.84/235.05	c cleaning 10001 clauses out of 20019 with flag 875002/875002
449.93/237.24	c cleaning 10003 clauses out of 20016 with flag 885000/885000
455.92/240.49	c cleaning 10000 clauses out of 20014 with flag 895001/895001
460.99/243.13	c cleaning 10001 clauses out of 20013 with flag 905000/905000
465.84/245.71	c cleaning 10002 clauses out of 20013 with flag 915001/915001
470.30/248.17	c cleaning 10002 clauses out of 20011 with flag 925001/925001
476.09/251.24	c cleaning 9999 clauses out of 20009 with flag 935001/935001
480.76/253.72	c cleaning 10002 clauses out of 20009 with flag 945000/945000
486.21/256.63	c cleaning 10001 clauses out of 20007 with flag 955000/955000
491.29/259.39	c cleaning 10002 clauses out of 20007 with flag 965001/965001
495.90/261.84	c cleaning 9995 clauses out of 20005 with flag 975001/975001
501.15/264.69	c cleaning 9996 clauses out of 20009 with flag 985000/985000
505.63/267.02	c cleaning 9997 clauses out of 20014 with flag 995001/995001
509.90/269.37	c cleaning 10001 clauses out of 20018 with flag 1005002/1005002
514.10/271.68	c cleaning 10004 clauses out of 20015 with flag 1015000/1015000
519.95/274.79	c cleaning 10000 clauses out of 20012 with flag 1025001/1025001
525.21/277.59	c cleaning 10001 clauses out of 20014 with flag 1035003/1035003
530.28/280.25	c cleaning 10001 clauses out of 20010 with flag 1045000/1045000
535.67/283.19	c cleaning 10000 clauses out of 20009 with flag 1055000/1055000
541.14/286.04	c cleaning 9996 clauses out of 20009 with flag 1065000/1065000
546.18/288.75	c cleaning 10001 clauses out of 20014 with flag 1075001/1075001
552.41/292.06	c cleaning 10003 clauses out of 20013 with flag 1085001/1085001
558.00/295.05	c cleaning 10004 clauses out of 20013 with flag 1095004/1095004
563.84/298.12	c cleaning 9997 clauses out of 20005 with flag 1105000/1105000
568.88/300.84	c cleaning 9999 clauses out of 20010 with flag 1115002/1115002
573.93/303.55	c cleaning 10001 clauses out of 20009 with flag 1125000/1125000
580.07/306.81	c cleaning 9997 clauses out of 20008 with flag 1135000/1135000
585.50/309.75	c cleaning 10001 clauses out of 20012 with flag 1145001/1145001
591.33/312.84	c cleaning 10000 clauses out of 20011 with flag 1155001/1155001
596.56/315.64	c cleaning 10001 clauses out of 20010 with flag 1165000/1165000
602.29/318.73	c cleaning 10001 clauses out of 20011 with flag 1175002/1175002
607.54/321.52	c cleaning 9998 clauses out of 20008 with flag 1185000/1185000
614.37/325.13	c cleaning 10001 clauses out of 20011 with flag 1195001/1195001
620.21/328.23	c cleaning 9998 clauses out of 20009 with flag 1205000/1205000
625.56/331.13	c cleaning 10001 clauses out of 20012 with flag 1215001/1215001
631.39/334.27	c cleaning 10002 clauses out of 20011 with flag 1225001/1225001
638.03/337.71	c cleaning 10000 clauses out of 20009 with flag 1235001/1235001
643.25/340.59	c cleaning 10002 clauses out of 20007 with flag 1245000/1245000
649.00/343.62	c cleaning 9997 clauses out of 20006 with flag 1255001/1255001
655.61/347.19	c cleaning 9996 clauses out of 20010 with flag 1265002/1265002
662.44/350.72	c cleaning 9999 clauses out of 20012 with flag 1275000/1275000
668.67/354.06	c cleaning 10000 clauses out of 20014 with flag 1285001/1285001
675.60/357.74	c cleaning 10003 clauses out of 20014 with flag 1295001/1295001
682.40/361.35	c cleaning 9997 clauses out of 20011 with flag 1305001/1305001
689.03/364.85	c cleaning 10000 clauses out of 20014 with flag 1315001/1315001
694.06/367.58	c cleaning 10001 clauses out of 20013 with flag 1325001/1325001
698.20/369.90	c cleaning 10000 clauses out of 20011 with flag 1335000/1335000
702.43/372.17	c cleaning 10000 clauses out of 20012 with flag 1345001/1345001
707.07/374.60	c cleaning 9999 clauses out of 20011 with flag 1355000/1355000
711.50/377.06	c cleaning 10002 clauses out of 20012 with flag 1365000/1365000
716.05/379.52	c cleaning 10000 clauses out of 20011 with flag 1375001/1375001
720.48/381.91	c cleaning 10001 clauses out of 20011 with flag 1385001/1385001
725.89/384.83	c cleaning 9996 clauses out of 20009 with flag 1395000/1395000
730.90/387.53	c cleaning 9999 clauses out of 20013 with flag 1405000/1405000
736.22/390.44	c cleaning 10000 clauses out of 20014 with flag 1415000/1415000
742.21/393.67	c cleaning 10002 clauses out of 20014 with flag 1425000/1425000
748.41/396.90	c cleaning 10001 clauses out of 20012 with flag 1435001/1435001
753.81/399.82	c cleaning 10001 clauses out of 20010 with flag 1445000/1445000
759.73/403.04	c cleaning 9997 clauses out of 20010 with flag 1455001/1455001
765.54/406.18	c cleaning 10000 clauses out of 20012 with flag 1465000/1465000
770.76/408.94	c cleaning 9996 clauses out of 20013 with flag 1475001/1475001
776.78/412.10	c cleaning 10004 clauses out of 20017 with flag 1485001/1485001
781.68/414.85	c cleaning 10002 clauses out of 20013 with flag 1495001/1495001
786.70/417.52	c cleaning 9998 clauses out of 20010 with flag 1505000/1505000
792.89/420.83	c cleaning 9999 clauses out of 20013 with flag 1515001/1515001
798.49/423.81	c cleaning 10002 clauses out of 20014 with flag 1525001/1525001
805.18/427.42	c cleaning 9999 clauses out of 20011 with flag 1535000/1535000
811.18/430.64	c cleaning 10000 clauses out of 20013 with flag 1545001/1545001
817.19/433.84	c cleaning 9998 clauses out of 20012 with flag 1555000/1555000
823.97/437.42	c cleaning 10003 clauses out of 20016 with flag 1565002/1565002
830.48/440.91	c cleaning 10001 clauses out of 20011 with flag 1575000/1575000
837.65/444.71	c cleaning 10001 clauses out of 20011 with flag 1585001/1585001
843.83/448.07	c cleaning 10000 clauses out of 20008 with flag 1595000/1595000
850.03/451.35	c cleaning 10000 clauses out of 20009 with flag 1605001/1605001
856.33/454.74	c cleaning 9998 clauses out of 20008 with flag 1615000/1615000
863.13/458.31	c cleaning 10000 clauses out of 20010 with flag 1625000/1625000
869.53/461.75	c cleaning 10001 clauses out of 20010 with flag 1635000/1635000
876.13/465.29	c cleaning 10000 clauses out of 20010 with flag 1645001/1645001
882.80/468.84	c cleaning 10000 clauses out of 20010 with flag 1655001/1655001
889.17/472.23	c cleaning 9998 clauses out of 20010 with flag 1665001/1665001
895.35/475.59	c cleaning 10005 clauses out of 20013 with flag 1675002/1675002
901.13/478.64	c cleaning 9999 clauses out of 20006 with flag 1685000/1685000
906.64/481.69	c cleaning 10000 clauses out of 20007 with flag 1695000/1695000
912.21/484.67	c cleaning 10001 clauses out of 20007 with flag 1705000/1705000
918.18/487.86	c cleaning 10000 clauses out of 20007 with flag 1715001/1715001
924.14/491.07	c cleaning 9999 clauses out of 20006 with flag 1725000/1725000
929.99/494.25	c cleaning 10001 clauses out of 20008 with flag 1735001/1735001
936.15/497.59	c cleaning 9999 clauses out of 20006 with flag 1745001/1745001
942.49/500.99	c cleaning 10001 clauses out of 20005 with flag 1755000/1755000
944.87/502.35	c And the winner is Resolution
950.50/508.47	c starts		: 208
950.50/508.47	c conflicts		: 1758860
950.50/508.47	c decisions		: 1794988
950.50/508.47	c propagations		: 38418996
950.50/508.47	c inspects		: 1172312581
950.50/508.47	c learnt literals	: 19
950.50/508.47	c learnt binary clauses	: 120
950.50/508.47	c learnt ternary clauses	: 408
950.50/508.47	c learnt clauses	: 1758840
950.50/508.47	c ignored clauses	: 0
950.50/508.47	c root simplifications	: 0
950.50/508.47	c removed literals (reason simplification)	: 81331087
950.50/508.47	c reason swapping (by a shorter reason)	: 0
950.50/508.47	c Calls to reduceDB	: 177
950.50/508.47	c number of reductions to clauses (during analyze)	: 0
950.50/508.47	c number of learned constraints concerned by reduction	: 0
950.50/508.47	c number of learning phase by resolution	: 0
950.50/508.47	c number of learning phase by cutting planes	: 0
950.50/508.47	c speed (assignments/second)	: 76234.21700134932
950.50/508.47	c non guided choices	2923
950.50/508.47	c learnt constraints type 
950.50/508.47	c constraints type 
950.50/508.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
950.50/508.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
950.50/508.47	c constraints type 
950.50/508.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
950.50/508.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
950.50/508.47	s OPTIMUM FOUND
950.50/508.47	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 x30 -x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 x46 -x47 -x48 x49 x50 x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 
950.50/508.47	c objective function=3
950.50/508.47	c Total wall clock time (in seconds): 508.261

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661699-1276647663/watcher-2661699-1276647663 -o /tmp/evaluation-result-2661699-1276647663/solver-2661699-1276647663 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661699-1276647663.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.16 1.03 1.09 3/106 7270
/proc/meminfo: memFree=1809484/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=248 CPUtime=0
/proc/7270/stat : 7270 (java) R 7268 7270 6709 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 38422582 253952 28 1992294400 134512640 134550932 4288267904 18446744073709551615 1954388 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7270/statm: 62 28 21 10 0 23 0

[startup+0.057725 s]
/proc/loadavg: 1.16 1.03 1.09 3/106 7270
/proc/meminfo: memFree=1809484/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1521664 CPUtime=0.04
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 3625 0 1 0 3 1 0 0 18 0 7 0 38422582 1558183936 3066 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 380416 3066 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100732 s]
/proc/loadavg: 1.16 1.03 1.09 3/106 7270
/proc/meminfo: memFree=1809484/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1524180 CPUtime=0.09
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 3982 0 1 0 7 2 0 0 18 0 12 0 38422582 1560760320 3421 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 381045 3421 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300768 s]
/proc/loadavg: 1.16 1.03 1.09 3/106 7270
/proc/meminfo: memFree=1809484/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1526132 CPUtime=0.37
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 5369 0 1 0 34 3 0 0 18 0 12 0 38422582 1562759168 4806 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 381533 4806 1356 10 0 378836 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526132

[startup+0.700843 s]
/proc/loadavg: 1.16 1.03 1.09 3/106 7270
/proc/meminfo: memFree=1809484/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1529164 CPUtime=1.12
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 7246 0 1 0 108 4 0 0 18 0 16 0 38422582 1565863936 6467 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 382291 6467 1402 10 0 379594 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529164

[startup+1.502 s]
/proc/loadavg: 1.31 1.07 1.10 5/122 7286
/proc/meminfo: memFree=1772528/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1548588 CPUtime=2.7
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 17648 0 1 0 259 11 0 0 18 0 16 0 38422582 1585754112 13394 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387147 13395 1421 10 0 384450 0
[pid=7270/tid=7272] ppid=7268 vsize=1548588 CPUtime=0.36
/proc/7270/task/7272/stat : 7272 (java) R 7268 7270 6709 0 -1 4202560 4006 0 1 0 34 2 0 0 17 0 16 0 38422583 1585754112 13399 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1548588 CPUtime=0
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 38422584 1585754112 13407 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1548588 CPUtime=0
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 38422584 1585754112 13413 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1548588 CPUtime=0.06
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 3 3 0 0 18 0 16 0 38422586 1585754112 13413 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1547704 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 38422587 1584848896 13403 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1547704 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 38422587 1584848896 13342 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1547704 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1584848896 13342 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1547704 CPUtime=0.95
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 5191 0 0 0 93 2 0 0 16 0 16 0 38422591 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1547704 CPUtime=0.88
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 4149 0 0 0 87 1 0 0 16 0 16 0 38422591 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1547704 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1547704 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38422591 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7283] ppid=7268 vsize=1547704 CPUtime=0.02
/proc/7270/task/7283/stat : 7283 (java) R 7268 7270 6709 0 -1 4202560 81 0 0 0 2 0 0 0 25 0 16 0 38422624 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4108612493 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7284] ppid=7268 vsize=1547704 CPUtime=0.39
/proc/7270/task/7284/stat : 7284 (java) R 7268 7270 6709 0 -1 4202560 3168 0 0 0 38 1 0 0 25 0 16 0 38422624 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4108639092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1547704 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422624 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1547704 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422625 1584848896 13343 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1548588

[startup+3.1023 s]
/proc/loadavg: 1.31 1.07 1.10 5/122 7286
/proc/meminfo: memFree=1726276/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1550776 CPUtime=5.87
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 41588 0 1 0 566 21 0 0 18 0 16 0 38422582 1587994624 33564 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387694 33566 1434 10 0 384997 0
[pid=7270/tid=7272] ppid=7268 vsize=1550776 CPUtime=0.36
/proc/7270/task/7272/stat : 7272 (java) S 7268 7270 6709 0 -1 4202560 4006 0 1 0 34 2 0 0 15 0 16 0 38422583 1587994624 33569 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 38422584 1587994624 33572 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 38422584 1587994624 33574 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1550776 CPUtime=0.06
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 3 3 0 0 18 0 16 0 38422586 1587994624 33576 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 38422587 1587994624 33577 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 38422587 1587994624 33579 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 33580 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.06
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7411 0 0 0 203 3 0 0 15 0 16 0 38422591 1587994624 33583 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=1.6
/proc/7270/task/7280/stat : 7280 (java) R 7268 7270 6709 0 -1 4202560 6415 0 0 0 158 2 0 0 16 0 16 0 38422591 1587994624 33586 1992294400 134512640 134550932 4288267904 18446744073709551615 105496175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 33587 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38422591 1587994624 33588 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7283] ppid=7268 vsize=1550776 CPUtime=0.9
/proc/7270/task/7283/stat : 7283 (java) R 7268 7270 6709 0 -1 4202560 5511 0 0 0 88 2 0 0 18 0 16 0 38422624 1587994624 33590 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7270/tid=7284] ppid=7268 vsize=1550776 CPUtime=0.84
/proc/7270/task/7284/stat : 7284 (java) R 7268 7270 6709 0 -1 4202560 17199 0 0 0 78 6 0 0 18 0 16 0 38422624 1587994624 33591 1992294400 134512640 134550932 4288267904 18446744073709551615 4109560490 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422624 1587994624 33593 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422625 1587994624 33596 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1550776

[startup+6.30189 s]
/proc/loadavg: 1.44 1.10 1.11 3/122 7290
/proc/meminfo: memFree=1644684/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1550776 CPUtime=11.03
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 50549 0 1 0 1077 26 0 0 18 0 16 0 38422582 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387694 42322 1449 10 0 384997 0
[pid=7270/tid=7272] ppid=7268 vsize=1550776 CPUtime=0.36
/proc/7270/task/7272/stat : 7272 (java) S 7268 7270 6709 0 -1 4202560 4007 0 1 0 34 2 0 0 15 0 16 0 38422583 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1550776 CPUtime=0.04
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 719 0 0 0 4 0 0 0 15 0 16 0 38422584 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1550776 CPUtime=0.04
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 1111 0 0 0 4 0 0 0 15 0 16 0 38422584 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1550776 CPUtime=0.14
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 1443 0 0 0 10 4 0 0 15 0 16 0 38422586 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 38422587 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 38422587 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.35
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7463 0 0 0 231 4 0 0 15 0 16 0 38422591 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=1.97
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 6626 0 0 0 195 2 0 0 15 0 16 0 38422591 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38422591 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422624 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422625 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7287] ppid=7268 vsize=1550776 CPUtime=1.61
/proc/7270/task/7287/stat : 7287 (java) R 7268 7270 6709 0 -1 4202560 134 0 0 0 161 0 0 0 18 0 16 0 38423033 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4109328852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7288] ppid=7268 vsize=1550776 CPUtime=1.44
/proc/7270/task/7288/stat : 7288 (java) R 7268 7270 6709 0 -1 4202560 77 0 0 0 144 0 0 0 19 0 16 0 38423033 1587994624 42322 1992294400 134512640 134550932 4288267904 18446744073709551615 4108956375 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 1550776

[startup+12.7014 s]
/proc/loadavg: 1.49 1.11 1.12 3/122 7290
/proc/meminfo: memFree=1602648/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1550776 CPUtime=23.5
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 61370 0 1 0 2319 31 0 0 18 0 16 0 38422582 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387694 52843 1449 10 0 384997 0
[pid=7270/tid=7272] ppid=7268 vsize=1550776 CPUtime=0.36
/proc/7270/task/7272/stat : 7272 (java) S 7268 7270 6709 0 -1 4202560 4007 0 1 0 34 2 0 0 15 0 16 0 38422583 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1550776 CPUtime=0.18
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 2727 0 0 0 17 1 0 0 16 0 16 0 38422584 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1550776 CPUtime=0.17
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 3387 0 0 0 16 1 0 0 16 0 16 0 38422584 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1550776 CPUtime=0.36
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 2638 0 0 0 31 5 0 0 16 0 16 0 38422586 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 38422587 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 16 0 38422587 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.45
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7464 0 0 0 241 4 0 0 15 0 16 0 38422591 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=1.97
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 6626 0 0 0 195 2 0 0 15 0 16 0 38422591 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38422591 1587994624 52843 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0

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

/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.9
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7503 0 0 0 286 4 0 0 15 0 16 0 38422591 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=2.17
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 6627 0 0 0 215 2 0 0 15 0 16 0 38422591 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38422591 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 16 0 38422591 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422624 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38422625 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7287] ppid=7268 vsize=1550776 CPUtime=431.24
/proc/7270/task/7287/stat : 7287 (java) R 7268 7270 6709 0 -1 4202560 967 0 0 0 43111 13 0 0 16 0 16 0 38423033 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4109315627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7270/tid=7288] ppid=7268 vsize=1550776 CPUtime=432.99
/proc/7270/task/7288/stat : 7288 (java) R 7268 7270 6709 0 -1 4202560 5055 0 0 0 43288 11 0 0 25 0 16 0 38423033 1587994624 76718 1992294400 134512640 134550932 4288267904 18446744073709551615 4108984797 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 938.93
Current children cumulated vsize (KiB) 1550776

[startup+505.502 s]
/proc/loadavg: 2.62 2.08 1.57 2/120 7302
/proc/meminfo: memFree=1504456/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1550776 CPUtime=947.6
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 87776 0 1 0 94626 134 0 0 18 0 14 0 38422582 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387694 76976 1449 10 0 384997 0
[pid=7270/tid=7272] ppid=7268 vsize=1550776 CPUtime=2.43
/proc/7270/task/7272/stat : 7272 (java) R 7268 7270 6709 0 -1 4202560 4047 0 1 0 241 2 0 0 18 0 14 0 38422583 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4108768993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 12420 0 0 0 811 21 0 0 15 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 15301 0 0 0 798 34 0 0 16 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1550776 CPUtime=50.04
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 6856 0 0 0 4974 30 0 0 15 0 14 0 38422586 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.93
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7503 0 0 0 289 4 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=2.17
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 6627 0 0 0 215 2 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422624 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422625 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 947.6
Current children cumulated vsize (KiB) 1550776

[startup+507.108 s]
/proc/loadavg: 2.49 2.06 1.57 2/120 7302
/proc/meminfo: memFree=1504456/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1550776 CPUtime=949.2
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 87776 0 1 0 94786 134 0 0 18 0 14 0 38422582 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387694 76976 1449 10 0 384997 0
[pid=7270/tid=7272] ppid=7268 vsize=1550776 CPUtime=4.04
/proc/7270/task/7272/stat : 7272 (java) R 7268 7270 6709 0 -1 4202560 4047 0 1 0 402 2 0 0 20 0 14 0 38422583 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4109571866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 12420 0 0 0 811 21 0 0 15 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 15301 0 0 0 798 34 0 0 16 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1550776 CPUtime=50.04
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 6856 0 0 0 4974 30 0 0 15 0 14 0 38422586 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.93
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7503 0 0 0 289 4 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=2.17
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 6627 0 0 0 215 2 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422624 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422625 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 949.2
Current children cumulated vsize (KiB) 1550776

[startup+507.901 s]
/proc/loadavg: 2.49 2.06 1.57 2/120 7302
/proc/meminfo: memFree=1504456/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1550776 CPUtime=950
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 87776 0 1 0 94866 134 0 0 18 0 14 0 38422582 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387694 76976 1449 10 0 384997 0
[pid=7270/tid=7272] ppid=7268 vsize=1550776 CPUtime=4.83
/proc/7270/task/7272/stat : 7272 (java) R 7268 7270 6709 0 -1 4202560 4047 0 1 0 481 2 0 0 22 0 14 0 38422583 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4108768970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 12420 0 0 0 811 21 0 0 15 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 15301 0 0 0 798 34 0 0 16 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1550776 CPUtime=50.04
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 6856 0 0 0 4974 30 0 0 15 0 14 0 38422586 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.93
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7503 0 0 0 289 4 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=2.17
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 6627 0 0 0 215 2 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422624 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422625 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 950
Current children cumulated vsize (KiB) 1550776

[startup+508.302 s]
/proc/loadavg: 2.49 2.06 1.57 2/120 7302
/proc/meminfo: memFree=1504456/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=1550776 CPUtime=950.4
/proc/7270/stat : 7270 (java) S 7268 7270 6709 0 -1 4202496 87776 0 1 0 94906 134 0 0 18 0 14 0 38422582 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 387694 76976 1449 10 0 384997 0
[pid=7270/tid=7272] ppid=7268 vsize=1550776 CPUtime=5.23
/proc/7270/task/7272/stat : 7272 (java) R 7268 7270 6709 0 -1 4202560 4047 0 1 0 521 2 0 0 24 0 14 0 38422583 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4108768988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7270/tid=7273] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7273/stat : 7273 (java) S 7268 7270 6709 0 -1 4202560 12420 0 0 0 811 21 0 0 15 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7274] ppid=7268 vsize=1550776 CPUtime=8.32
/proc/7270/task/7274/stat : 7274 (java) S 7268 7270 6709 0 -1 4202560 15301 0 0 0 798 34 0 0 16 0 14 0 38422584 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7275] ppid=7268 vsize=1550776 CPUtime=50.04
/proc/7270/task/7275/stat : 7275 (java) S 7268 7270 6709 0 -1 4202560 6856 0 0 0 4974 30 0 0 15 0 14 0 38422586 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7276] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7276/stat : 7276 (java) S 7268 7270 6709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7277] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7277/stat : 7277 (java) S 7268 7270 6709 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 14 0 38422587 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7278] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7278/stat : 7278 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7279] ppid=7268 vsize=1550776 CPUtime=2.93
/proc/7270/task/7279/stat : 7279 (java) S 7268 7270 6709 0 -1 4202560 7503 0 0 0 289 4 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7280] ppid=7268 vsize=1550776 CPUtime=2.17
/proc/7270/task/7280/stat : 7280 (java) S 7268 7270 6709 0 -1 4202560 6627 0 0 0 215 2 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=7270/tid=7281] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7281/stat : 7281 (java) S 7268 7270 6709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7282] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7282/stat : 7282 (java) S 7268 7270 6709 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 14 0 38422591 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7285] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7285/stat : 7285 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422624 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=7270/tid=7286] ppid=7268 vsize=1550776 CPUtime=0
/proc/7270/task/7286/stat : 7286 (java) S 7268 7270 6709 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38422625 1587994624 76976 1992294400 134512640 134550932 4288267904 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 950.4
Current children cumulated vsize (KiB) 1550776

[startup+508.502 s]
/proc/loadavg: 2.49 2.06 1.57 2/120 7302
/proc/meminfo: memFree=1504456/2059040 swapFree=4140352/4192956
[pid=7270] ppid=7268 vsize=0 CPUtime=950.58
/proc/7270/stat : 7270 (java) Z 7268 7270 6709 0 -1 4203548 87785 0 1 0 94923 135 0 0 18 0 2 0 38422582 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7270/statm: 0 0 0 0 0 0 0
[pid=7270/tid=7272] ppid=7268 vsize=0 CPUtime=5.41
/proc/7270/task/7272/stat : 7272 (java) R 7268 7270 6709 0 -1 4203588 4052 0 1 0 538 3 0 0 18 0 2 0 38422583 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 950.58
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 508.522
CPU time (s): 950.607
CPU user time (s): 949.233
CPU system time (s): 1.37479
CPU usage (%): 186.936
Max. virtual memory (cumulated for all children) (KiB): 1551648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 949.233
system time used= 1.37479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87785
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= 16992
involuntary context switches= 27732

runsolver used 2.19966 second user time and 6.06908 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 02:21:03
IDJOB=2661699
IDBENCH=47954
IDSOLVER=1166
FILE ID=node019/2661699-1276647663
PBS_JOBID= 11172405
Free space on /tmp= 62416 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661699-1276647663/watcher-2661699-1276647663 -o /tmp/evaluation-result-2661699-1276647663/solver-2661699-1276647663 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661699-1276647663.opb

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

MD5SUM BENCH= 5afebeda0ba6ac0761acdbdcd52ef74a
RANDOM SEED=1065442627

node019.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.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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:       1809880 kB
Buffers:         58032 kB
Cached:         101308 kB
SwapCached:       6060 kB
Active:          85500 kB
Inactive:        87248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809880 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:             544 kB
Writeback:           0 kB
AnonPages:       11692 kB
Mapped:          13048 kB
Slab:            54644 kB
PageTables:       3924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182304 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= 62412 MiB
End job on node019 at 2010-06-16 02:29:31