Trace number 3738375

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.96 951.433

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3738375-1338755602.opb
0.10/0.11	c reading problem ... 
0.53/0.38	c ... done. Wall clock time 0.27s.
0.53/0.38	c #vars     2130
0.53/0.38	c #constraints  2548
0.53/0.38	c constraints type 
0.53/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.53/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.53/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
0.53/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
0.53/0.38	c constraints type 
0.53/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.53/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.53/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.53/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
5.07/1.68	c cleaning 2496 clauses out of 5001 with flag 5001/5001
7.33/2.78	c cleaning 4246 clauses out of 8505 with flag 11001/11001
10.12/4.12	c cleaning 5626 clauses out of 11259 with flag 18001/18001
13.32/5.76	c cleaning 6811 clauses out of 13632 with flag 26000/26000
16.32/7.27	c cleaning 7901 clauses out of 15822 with flag 35001/35001
20.10/9.17	c cleaning 8948 clauses out of 17921 with flag 45001/45001
23.90/11.07	c cleaning 9475 clauses out of 18973 with flag 55001/55001
27.64/12.97	c cleaning 9741 clauses out of 19498 with flag 65001/65001
32.82/15.51	c cleaning 9875 clauses out of 19756 with flag 75000/75000
36.55/17.43	c cleaning 9937 clauses out of 19883 with flag 85002/85002
41.73/20.06	c cleaning 9957 clauses out of 19945 with flag 95001/95001
46.10/22.28	c cleaning 9958 clauses out of 19987 with flag 105000/105000
51.63/25.04	c cleaning 10010 clauses out of 20029 with flag 115000/115000
56.60/27.52	c cleaning 10008 clauses out of 20019 with flag 125000/125000
60.95/29.72	c cleaning 9994 clauses out of 20011 with flag 135000/135000
64.88/31.77	c cleaning 10003 clauses out of 20017 with flag 145000/145000
68.37/33.50	c cleaning 10001 clauses out of 20015 with flag 155001/155001
72.51/35.66	c cleaning 9988 clauses out of 20014 with flag 165001/165001
76.82/37.81	c cleaning 9995 clauses out of 20025 with flag 175000/175000
80.55/39.76	c cleaning 9987 clauses out of 20030 with flag 185000/185000
85.39/42.22	c cleaning 10004 clauses out of 20043 with flag 195000/195000
91.11/45.14	c cleaning 9999 clauses out of 20041 with flag 205002/205002
95.80/47.51	c cleaning 10000 clauses out of 20040 with flag 215000/215000
99.10/49.28	c cleaning 10016 clauses out of 20043 with flag 225003/225003
103.35/51.47	c cleaning 9980 clauses out of 20024 with flag 235000/235000
111.48/55.52	c cleaning 10014 clauses out of 20045 with flag 245001/245001
121.22/60.41	c cleaning 9999 clauses out of 20030 with flag 255000/255000
125.11/62.48	c cleaning 10010 clauses out of 20031 with flag 265000/265000
129.94/64.95	c cleaning 9999 clauses out of 20022 with flag 275001/275001
135.42/67.70	c cleaning 10008 clauses out of 20022 with flag 285000/285000
139.72/69.95	c cleaning 9999 clauses out of 20014 with flag 295000/295000
143.82/72.06	c cleaning 9990 clauses out of 20015 with flag 305000/305000
148.02/74.23	c cleaning 9996 clauses out of 20027 with flag 315002/315002
152.29/76.49	c cleaning 9946 clauses out of 20029 with flag 325000/325000
159.18/79.94	c cleaning 9982 clauses out of 20083 with flag 335000/335000
165.31/83.00	c cleaning 9999 clauses out of 20101 with flag 345000/345000
169.92/85.46	c cleaning 10011 clauses out of 20103 with flag 355001/355001
174.38/87.75	c cleaning 9996 clauses out of 20091 with flag 365000/365000
178.68/89.90	c cleaning 10004 clauses out of 20095 with flag 375000/375000
182.57/91.98	c cleaning 10019 clauses out of 20091 with flag 385000/385000
186.96/94.21	c cleaning 10027 clauses out of 20073 with flag 395001/395001
191.24/96.41	c cleaning 10012 clauses out of 20045 with flag 405000/405000
196.11/98.92	c cleaning 10004 clauses out of 20033 with flag 415000/415000
200.57/101.24	c cleaning 10005 clauses out of 20031 with flag 425002/425002
204.16/103.20	c cleaning 9968 clauses out of 20025 with flag 435001/435001
210.24/106.29	c cleaning 9967 clauses out of 20056 with flag 445000/445000
214.92/108.67	c cleaning 9998 clauses out of 20089 with flag 455000/455000
218.78/110.64	c cleaning 10017 clauses out of 20091 with flag 465000/465000
222.74/112.70	c cleaning 10000 clauses out of 20074 with flag 475000/475000
226.41/114.62	c cleaning 9998 clauses out of 20074 with flag 485000/485000
230.89/116.96	c cleaning 10006 clauses out of 20077 with flag 495001/495001
234.75/118.97	c cleaning 10005 clauses out of 20070 with flag 505000/505000
239.53/121.41	c cleaning 9999 clauses out of 20066 with flag 515001/515001
244.18/123.87	c cleaning 10021 clauses out of 20067 with flag 525001/525001
248.43/126.02	c cleaning 10000 clauses out of 20046 with flag 535001/535001
252.47/128.19	c cleaning 9975 clauses out of 20046 with flag 545001/545001
257.24/130.69	c cleaning 9973 clauses out of 20070 with flag 555000/555000
261.90/133.09	c cleaning 10017 clauses out of 20097 with flag 565000/565000
266.74/135.59	c cleaning 9998 clauses out of 20081 with flag 575001/575001
271.20/137.85	c cleaning 9986 clauses out of 20089 with flag 585007/585007
275.32/140.02	c cleaning 10044 clauses out of 20096 with flag 595000/595000
279.37/142.15	c cleaning 10023 clauses out of 20054 with flag 605002/605002
283.61/144.32	c cleaning 10004 clauses out of 20030 with flag 615001/615001
289.24/147.29	c cleaning 10004 clauses out of 20026 with flag 625001/625001
294.37/149.93	c cleaning 9976 clauses out of 20021 with flag 635000/635000
297.30/151.41	c cleaning 0 clauses out of 5000 with flag 0/5000
300.91/153.11	c cleaning 9993 clauses out of 20047 with flag 645002/645002
306.34/155.68	c cleaning 10014 clauses out of 20054 with flag 655002/655002
311.04/158.18	c cleaning 10015 clauses out of 20040 with flag 665002/665002
316.67/161.04	c cleaning 9994 clauses out of 20024 with flag 675001/675001
322.10/163.89	c cleaning 10004 clauses out of 20029 with flag 685000/685000
327.52/166.70	c cleaning 10001 clauses out of 20027 with flag 695002/695002
333.28/169.69	c cleaning 9997 clauses out of 20027 with flag 705003/705003
338.91/172.56	c cleaning 9999 clauses out of 20028 with flag 715001/715001
343.74/175.02	c cleaning 10006 clauses out of 20028 with flag 725000/725000
348.94/177.74	c cleaning 9994 clauses out of 20022 with flag 735000/735000
354.07/180.47	c cleaning 9932 clauses out of 20029 with flag 745001/745001
358.29/182.68	c cleaning 10035 clauses out of 20099 with flag 755003/755003
363.08/185.15	c cleaning 10010 clauses out of 20063 with flag 765002/765002
367.68/187.50	c cleaning 10010 clauses out of 20051 with flag 775000/775000
371.80/189.79	c cleaning 10008 clauses out of 20043 with flag 785002/785002
376.82/192.30	c cleaning 9970 clauses out of 20033 with flag 795000/795000
381.64/194.83	c cleaning 9988 clauses out of 20063 with flag 805000/805000
388.85/198.54	c cleaning 10023 clauses out of 20075 with flag 815000/815000
394.99/201.79	c cleaning 10002 clauses out of 20052 with flag 825000/825000
401.42/205.05	c cleaning 9988 clauses out of 20051 with flag 835001/835001
409.05/208.92	c cleaning 9997 clauses out of 20064 with flag 845002/845002
420.69/214.80	c cleaning 10009 clauses out of 20069 with flag 855004/855004
431.57/220.47	c cleaning 10000 clauses out of 20056 with flag 865000/865000
439.77/224.62	c cleaning 10004 clauses out of 20057 with flag 875001/875001
447.01/228.33	c cleaning 10009 clauses out of 20054 with flag 885002/885002
451.01/230.40	c cleaning 10014 clauses out of 20044 with flag 895001/895001
455.63/232.91	c cleaning 10000 clauses out of 20029 with flag 905000/905000
460.23/235.38	c cleaning 10000 clauses out of 20029 with flag 915000/915000
464.82/237.79	c cleaning 10008 clauses out of 20029 with flag 925000/925000
469.61/240.23	c cleaning 9996 clauses out of 20025 with flag 935004/935004
474.06/242.60	c cleaning 9990 clauses out of 20025 with flag 945000/945000
479.65/245.54	c cleaning 10002 clauses out of 20036 with flag 955001/955001
489.07/250.37	c cleaning 9996 clauses out of 20035 with flag 965002/965002
494.04/252.98	c cleaning 9995 clauses out of 20037 with flag 975000/975000
498.90/255.57	c cleaning 10010 clauses out of 20042 with flag 985000/985000
503.88/258.13	c cleaning 9989 clauses out of 20033 with flag 995001/995001
508.45/260.54	c cleaning 10010 clauses out of 20044 with flag 1005001/1005001
513.02/262.92	c cleaning 9976 clauses out of 20033 with flag 1015000/1015000
518.24/265.75	c cleaning 9931 clauses out of 20059 with flag 1025002/1025002
523.20/268.38	c cleaning 9978 clauses out of 20128 with flag 1035002/1035002
529.00/271.39	c cleaning 9991 clauses out of 20151 with flag 1045003/1045003
535.58/274.77	c cleaning 9988 clauses out of 20159 with flag 1055002/1055002
541.21/277.76	c cleaning 9998 clauses out of 20169 with flag 1065000/1065000
546.96/280.73	c cleaning 9974 clauses out of 20172 with flag 1075001/1075001
551.76/283.29	c cleaning 10078 clauses out of 20198 with flag 1085001/1085001
556.72/285.89	c cleaning 10038 clauses out of 20120 with flag 1095001/1095001
561.14/288.29	c cleaning 10009 clauses out of 20083 with flag 1105002/1105002
565.72/290.65	c cleaning 10019 clauses out of 20073 with flag 1115001/1115001
570.49/293.11	c cleaning 10005 clauses out of 20054 with flag 1125001/1125001
575.45/295.77	c cleaning 10003 clauses out of 20048 with flag 1135000/1135000
580.47/298.46	c cleaning 10002 clauses out of 20046 with flag 1145001/1145001
585.66/301.20	c cleaning 10002 clauses out of 20044 with flag 1155001/1155001
590.44/303.70	c cleaning 10005 clauses out of 20042 with flag 1165001/1165001
596.83/306.91	c cleaning 10006 clauses out of 20039 with flag 1175003/1175003
601.02/309.21	c cleaning 9991 clauses out of 20030 with flag 1185000/1185000
605.54/311.61	c cleaning 9999 clauses out of 20039 with flag 1195000/1195000
610.09/314.02	c cleaning 9968 clauses out of 20040 with flag 1205000/1205000
614.64/316.49	c cleaning 10005 clauses out of 20073 with flag 1215001/1215001
620.81/319.77	c cleaning 9995 clauses out of 20067 with flag 1225000/1225000
625.57/322.27	c cleaning 10002 clauses out of 20074 with flag 1235002/1235002
629.93/324.52	c cleaning 9994 clauses out of 20074 with flag 1245004/1245004
634.44/326.97	c cleaning 10017 clauses out of 20076 with flag 1255000/1255000
639.42/329.66	c cleaning 10008 clauses out of 20060 with flag 1265001/1265001
645.95/333.09	c cleaning 10008 clauses out of 20053 with flag 1275002/1275002
651.68/336.02	c cleaning 9989 clauses out of 20043 with flag 1285000/1285000
658.21/339.46	c cleaning 10007 clauses out of 20055 with flag 1295001/1295001
664.17/342.62	c cleaning 10003 clauses out of 20047 with flag 1305000/1305000
670.89/346.14	c cleaning 9988 clauses out of 20044 with flag 1315000/1315000
676.59/349.10	c cleaning 10009 clauses out of 20057 with flag 1325001/1325001
680.94/351.46	c cleaning 10012 clauses out of 20049 with flag 1335002/1335002
686.67/354.56	c cleaning 10005 clauses out of 20035 with flag 1345000/1345000
690.38/356.54	c cleaning 9998 clauses out of 20030 with flag 1355000/1355000
695.08/359.06	c cleaning 10010 clauses out of 20032 with flag 1365000/1365000
701.20/362.26	c cleaning 9977 clauses out of 20022 with flag 1375000/1375000
707.54/365.61	c cleaning 10009 clauses out of 20046 with flag 1385001/1385001
712.06/368.05	c cleaning 10013 clauses out of 20037 with flag 1395001/1395001
716.54/370.48	c cleaning 10005 clauses out of 20023 with flag 1405000/1405000
720.50/372.52	c cleaning 9977 clauses out of 20019 with flag 1415001/1415001
727.81/376.48	c cleaning 9983 clauses out of 20041 with flag 1425000/1425000
734.31/379.88	c cleaning 9981 clauses out of 20058 with flag 1435000/1435000
740.81/383.22	c cleaning 10005 clauses out of 20079 with flag 1445002/1445002
748.11/387.10	c cleaning 9999 clauses out of 20074 with flag 1455002/1455002
752.64/389.56	c cleaning 10030 clauses out of 20073 with flag 1465000/1465000
757.14/391.95	c cleaning 9988 clauses out of 20044 with flag 1475001/1475001
761.45/394.28	c cleaning 9999 clauses out of 20055 with flag 1485000/1485000
765.74/396.56	c cleaning 10018 clauses out of 20057 with flag 1495001/1495001
770.43/399.15	c cleaning 10000 clauses out of 20038 with flag 1505000/1505000
775.16/401.68	c cleaning 10007 clauses out of 20040 with flag 1515002/1515002
779.85/404.15	c cleaning 9972 clauses out of 20031 with flag 1525000/1525000
787.58/408.16	c cleaning 9984 clauses out of 20059 with flag 1535000/1535000
795.29/412.22	c cleaning 9991 clauses out of 20076 with flag 1545001/1545001
802.42/415.96	c cleaning 10010 clauses out of 20084 with flag 1555000/1555000
809.49/419.69	c cleaning 9990 clauses out of 20077 with flag 1565003/1565003
817.02/423.54	c cleaning 10014 clauses out of 20085 with flag 1575001/1575001
825.90/428.20	c cleaning 9979 clauses out of 20070 with flag 1585000/1585000
836.26/433.51	c cleaning 10010 clauses out of 20093 with flag 1595002/1595002
847.02/439.04	c cleaning 10014 clauses out of 20083 with flag 1605002/1605002
856.96/444.16	c cleaning 9978 clauses out of 20069 with flag 1615002/1615002
863.42/447.64	c cleaning 10033 clauses out of 20089 with flag 1625000/1625000
870.52/451.32	c cleaning 10014 clauses out of 20056 with flag 1635000/1635000
877.04/454.79	c cleaning 10012 clauses out of 20043 with flag 1645001/1645001
881.95/457.37	c cleaning 9997 clauses out of 20030 with flag 1655000/1655000
887.65/460.43	c cleaning 10010 clauses out of 20034 with flag 1665001/1665001
893.16/463.33	c cleaning 10006 clauses out of 20027 with flag 1675004/1675004
898.46/466.18	c cleaning 9997 clauses out of 20018 with flag 1685001/1685001
903.57/468.87	c cleaning 10001 clauses out of 20022 with flag 1695002/1695002
909.03/471.89	c cleaning 9984 clauses out of 20019 with flag 1705000/1705000
914.31/474.68	c cleaning 9961 clauses out of 20035 with flag 1715000/1715000
919.20/477.26	c cleaning 10023 clauses out of 20077 with flag 1725003/1725003
924.48/480.06	c cleaning 10013 clauses out of 20053 with flag 1735002/1735002
929.56/482.81	c cleaning 9980 clauses out of 20040 with flag 1745002/1745002
933.20/484.87	c cleaning 9996 clauses out of 20058 with flag 1755000/1755000
937.68/487.22	c cleaning 10000 clauses out of 20062 with flag 1765000/1765000
942.55/489.84	c cleaning 9990 clauses out of 20062 with flag 1775000/1775000
948.43/493.08	c cleaning 10027 clauses out of 20075 with flag 1785003/1785003
953.91/495.90	c cleaning 10007 clauses out of 20047 with flag 1795002/1795002
959.00/498.69	c cleaning 9986 clauses out of 20038 with flag 1805000/1805000
964.07/501.37	c cleaning 10017 clauses out of 20053 with flag 1815001/1815001
970.76/504.93	c cleaning 9992 clauses out of 20037 with flag 1825002/1825002
976.63/508.00	c cleaning 9997 clauses out of 20044 with flag 1835001/1835001
982.14/510.94	c cleaning 10001 clauses out of 20047 with flag 1845001/1845001
987.19/513.67	c cleaning 10010 clauses out of 20046 with flag 1855001/1855001
994.09/517.37	c cleaning 9981 clauses out of 20038 with flag 1865003/1865003
999.54/520.29	c cleaning 10009 clauses out of 20054 with flag 1875000/1875000
1005.61/523.44	c cleaning 10008 clauses out of 20048 with flag 1885003/1885003
1011.49/526.50	c cleaning 10004 clauses out of 20039 with flag 1895002/1895002
1017.31/529.73	c cleaning 9984 clauses out of 20033 with flag 1905000/1905000
1022.95/532.79	c cleaning 10008 clauses out of 20049 with flag 1915000/1915000
1029.44/536.10	c cleaning 9996 clauses out of 20041 with flag 1925000/1925000
1035.27/539.21	c cleaning 10008 clauses out of 20045 with flag 1935000/1935000
1046.74/545.29	c cleaning 10003 clauses out of 20038 with flag 1945001/1945001
1054.81/549.44	c cleaning 10003 clauses out of 20034 with flag 1955000/1955000
1062.32/553.40	c cleaning 9994 clauses out of 20032 with flag 1965001/1965001
1067.75/556.25	c cleaning 10005 clauses out of 20037 with flag 1975000/1975000
1073.97/559.60	c cleaning 9999 clauses out of 20032 with flag 1985000/1985000
1078.63/562.18	c cleaning 10000 clauses out of 20033 with flag 1995000/1995000
1083.09/564.51	c cleaning 10011 clauses out of 20034 with flag 2005001/2005001
1087.51/566.95	c cleaning 9994 clauses out of 20024 with flag 2015002/2015002
1091.53/569.23	c cleaning 9999 clauses out of 20029 with flag 2025001/2025001
1095.58/571.42	c cleaning 9989 clauses out of 20031 with flag 2035002/2035002
1100.86/574.23	c cleaning 9994 clauses out of 20043 with flag 2045003/2045003
1104.94/576.48	c cleaning 10013 clauses out of 20047 with flag 2055001/2055001
1110.36/579.43	c cleaning 10007 clauses out of 20033 with flag 2065000/2065000
1115.23/582.02	c cleaning 9996 clauses out of 20026 with flag 2075000/2075000
1118.65/583.93	c cleaning 9989 clauses out of 20034 with flag 2085004/2085004
1123.52/586.51	c cleaning 9967 clauses out of 20041 with flag 2095000/2095000
1128.55/589.38	c cleaning 10015 clauses out of 20074 with flag 2105000/2105000
1133.98/592.23	c cleaning 10005 clauses out of 20060 with flag 2115001/2115001
1138.85/594.87	c cleaning 10007 clauses out of 20054 with flag 2125000/2125000
1145.27/598.21	c cleaning 10001 clauses out of 20047 with flag 2135000/2135000
1150.08/600.92	c cleaning 9996 clauses out of 20046 with flag 2145000/2145000
1155.73/603.91	c cleaning 10000 clauses out of 20052 with flag 2155002/2155002
1161.38/606.98	c cleaning 10002 clauses out of 20050 with flag 2165000/2165000
1167.22/610.03	c cleaning 9991 clauses out of 20050 with flag 2175002/2175002
1172.25/612.81	c cleaning 10007 clauses out of 20057 with flag 2185000/2185000
1177.08/615.49	c cleaning 10012 clauses out of 20050 with flag 2195000/2195000
1182.53/618.33	c cleaning 10005 clauses out of 20039 with flag 2205001/2205001
1188.17/621.33	c cleaning 10009 clauses out of 20033 with flag 2215000/2215000
1193.18/624.19	c cleaning 10001 clauses out of 20026 with flag 2225002/2225002
1198.44/626.96	c cleaning 10006 clauses out of 20024 with flag 2235001/2235001
1204.07/629.95	c cleaning 9995 clauses out of 20017 with flag 2245000/2245000
1209.70/632.92	c cleaning 10004 clauses out of 20022 with flag 2255000/2255000
1215.25/636.00	c cleaning 9997 clauses out of 20019 with flag 2265001/2265001
1220.47/638.89	c cleaning 10001 clauses out of 20023 with flag 2275002/2275002
1225.52/641.59	c cleaning 10002 clauses out of 20020 with flag 2285000/2285000
1230.74/644.37	c cleaning 9962 clauses out of 20018 with flag 2295000/2295000
1234.72/646.66	c cleaning 9951 clauses out of 20056 with flag 2305000/2305000
1239.33/649.18	c cleaning 10004 clauses out of 20107 with flag 2315002/2315002
1243.93/651.67	c cleaning 9996 clauses out of 20102 with flag 2325001/2325001
1248.96/654.32	c cleaning 10016 clauses out of 20111 with flag 2335006/2335006
1253.53/656.99	c cleaning 9981 clauses out of 20089 with flag 2345000/2345000
1259.13/659.90	c cleaning 10000 clauses out of 20110 with flag 2355002/2355002
1265.21/663.14	c cleaning 10000 clauses out of 20110 with flag 2365002/2365002
1270.01/665.74	c cleaning 10031 clauses out of 20108 with flag 2375000/2375000
1274.99/668.51	c cleaning 9998 clauses out of 20078 with flag 2385001/2385001
1279.81/671.16	c cleaning 10004 clauses out of 20080 with flag 2395001/2395001
1284.20/673.56	c cleaning 9996 clauses out of 20076 with flag 2405001/2405001
1290.21/676.78	c cleaning 9977 clauses out of 20080 with flag 2415001/2415001
1295.42/679.64	c cleaning 9995 clauses out of 20103 with flag 2425001/2425001
1299.42/681.82	c cleaning 10041 clauses out of 20108 with flag 2435001/2435001
1304.25/684.48	c cleaning 10025 clauses out of 20066 with flag 2445000/2445000
1309.67/687.34	c cleaning 10008 clauses out of 20041 with flag 2455000/2455000
1315.08/690.34	c cleaning 9996 clauses out of 20033 with flag 2465000/2465000
1319.90/692.99	c cleaning 9994 clauses out of 20038 with flag 2475001/2475001
1324.73/695.59	c cleaning 10015 clauses out of 20043 with flag 2485000/2485000
1329.56/698.11	c cleaning 9987 clauses out of 20029 with flag 2495001/2495001
1334.59/700.95	c cleaning 9993 clauses out of 20042 with flag 2505001/2505001
1339.61/703.66	c cleaning 10011 clauses out of 20049 with flag 2515001/2515001
1345.03/706.53	c cleaning 10006 clauses out of 20042 with flag 2525005/2525005
1350.07/709.20	c cleaning 9996 clauses out of 20032 with flag 2535001/2535001
1355.49/712.25	c cleaning 9991 clauses out of 20035 with flag 2545000/2545000
1360.33/714.82	c cleaning 9993 clauses out of 20044 with flag 2555000/2555000
1365.18/717.49	c cleaning 10019 clauses out of 20051 with flag 2565000/2565000
1370.81/720.46	c cleaning 9988 clauses out of 20032 with flag 2575000/2575000
1376.49/723.57	c cleaning 10004 clauses out of 20044 with flag 2585000/2585000
1381.92/726.40	c cleaning 9996 clauses out of 20040 with flag 2595000/2595000
1386.56/728.98	c cleaning 10006 clauses out of 20044 with flag 2605000/2605000
1392.00/731.80	c cleaning 10004 clauses out of 20039 with flag 2615001/2615001
1397.42/734.90	c cleaning 10001 clauses out of 20038 with flag 2625004/2625004
1402.63/737.67	c cleaning 9992 clauses out of 20036 with flag 2635003/2635003
1407.88/740.45	c cleaning 9986 clauses out of 20042 with flag 2645001/2645001
1413.30/743.34	c cleaning 10009 clauses out of 20055 with flag 2655000/2655000
1417.89/745.94	c cleaning 9996 clauses out of 20046 with flag 2665000/2665000
1423.11/748.75	c cleaning 10014 clauses out of 20052 with flag 2675002/2675002
1430.18/752.48	c cleaning 9961 clauses out of 20037 with flag 2685001/2685001
1437.80/756.44	c cleaning 9938 clauses out of 20078 with flag 2695003/2695003
1444.42/760.00	c cleaning 9967 clauses out of 20137 with flag 2705000/2705000
1450.07/763.03	c cleaning 10005 clauses out of 20171 with flag 2715001/2715001
1457.93/767.19	c cleaning 9989 clauses out of 20165 with flag 2725000/2725000
1464.79/770.71	c cleaning 10030 clauses out of 20180 with flag 2735004/2735004
1472.01/774.66	c cleaning 9939 clauses out of 20146 with flag 2745000/2745000
1478.26/777.94	c cleaning 10008 clauses out of 20208 with flag 2755001/2755001
1484.30/781.18	c cleaning 10069 clauses out of 20202 with flag 2765003/2765003
1490.77/784.58	c cleaning 9970 clauses out of 20132 with flag 2775002/2775002
1496.78/787.87	c cleaning 9989 clauses out of 20162 with flag 2785002/2785002
1503.84/791.58	c cleaning 10012 clauses out of 20173 with flag 2795002/2795002
1509.86/794.78	c cleaning 9980 clauses out of 20159 with flag 2805000/2805000
1516.11/798.05	c cleaning 10017 clauses out of 20184 with flag 2815005/2815005
1523.32/802.00	c cleaning 9990 clauses out of 20163 with flag 2825001/2825001
1530.35/805.68	c cleaning 10016 clauses out of 20172 with flag 2835000/2835000
1536.36/808.85	c cleaning 9966 clauses out of 20156 with flag 2845000/2845000
1543.40/812.56	c cleaning 10006 clauses out of 20191 with flag 2855001/2855001
1550.24/816.28	c cleaning 10011 clauses out of 20185 with flag 2865001/2865001
1556.50/819.54	c cleaning 9998 clauses out of 20174 with flag 2875001/2875001
1562.13/822.58	c cleaning 9996 clauses out of 20175 with flag 2885000/2885000
1568.35/825.82	c cleaning 10052 clauses out of 20179 with flag 2895000/2895000
1577.76/830.83	c cleaning 9993 clauses out of 20129 with flag 2905002/2905002
1587.59/835.94	c cleaning 10010 clauses out of 20138 with flag 2915004/2915004
1593.63/839.19	c cleaning 9970 clauses out of 20125 with flag 2925001/2925001
1599.86/842.46	c cleaning 9991 clauses out of 20154 with flag 2935000/2935000
1606.27/845.99	c cleaning 9987 clauses out of 20163 with flag 2945000/2945000
1612.31/849.17	c cleaning 10030 clauses out of 20178 with flag 2955002/2955002
1618.16/852.27	c cleaning 9972 clauses out of 20149 with flag 2965003/2965003
1624.02/855.31	c cleaning 10061 clauses out of 20174 with flag 2975000/2975000
1631.62/859.42	c cleaning 10036 clauses out of 20116 with flag 2985003/2985003
1636.43/862.07	c cleaning 10029 clauses out of 20077 with flag 2995000/2995000
1641.27/864.70	c cleaning 9996 clauses out of 20048 with flag 3005000/3005000
1645.86/867.19	c cleaning 10013 clauses out of 20052 with flag 3015000/3015000
1651.24/870.11	c cleaning 9988 clauses out of 20040 with flag 3025001/3025001
1655.47/872.41	c cleaning 10007 clauses out of 20051 with flag 3035000/3035000
1659.26/874.54	c cleaning 9995 clauses out of 20044 with flag 3045000/3045000
1664.05/877.16	c cleaning 9992 clauses out of 20049 with flag 3055000/3055000
1669.83/880.36	c cleaning 10003 clauses out of 20058 with flag 3065001/3065001
1675.69/883.44	c cleaning 10007 clauses out of 20054 with flag 3075000/3075000
1681.33/886.49	c cleaning 9946 clauses out of 20048 with flag 3085001/3085001
1686.12/889.08	c cleaning 9942 clauses out of 20101 with flag 3095000/3095000
1691.48/892.07	c cleaning 9990 clauses out of 20162 with flag 3105003/3105003
1697.52/895.29	c cleaning 9969 clauses out of 20170 with flag 3115001/3115001
1702.73/898.05	c cleaning 10075 clauses out of 20202 with flag 3125002/3125002
1708.18/900.93	c cleaning 10036 clauses out of 20125 with flag 3135000/3135000
1713.92/904.20	c cleaning 10019 clauses out of 20089 with flag 3145000/3145000
1718.93/906.86	c cleaning 9993 clauses out of 20070 with flag 3155000/3155000
1723.76/909.48	c cleaning 10015 clauses out of 20077 with flag 3165000/3165000
1728.13/911.87	c cleaning 9967 clauses out of 20062 with flag 3175000/3175000
1733.15/914.63	c cleaning 10019 clauses out of 20097 with flag 3185002/3185002
1737.79/917.13	c cleaning 10005 clauses out of 20076 with flag 3195000/3195000
1742.20/919.51	c cleaning 10012 clauses out of 20074 with flag 3205003/3205003
1746.63/921.93	c cleaning 9980 clauses out of 20060 with flag 3215001/3215001
1751.39/924.64	c cleaning 10017 clauses out of 20080 with flag 3225001/3225001
1755.77/927.08	c cleaning 9997 clauses out of 20062 with flag 3235000/3235000
1760.19/929.48	c cleaning 9985 clauses out of 20065 with flag 3245000/3245000
1764.79/931.91	c cleaning 9983 clauses out of 20081 with flag 3255001/3255001
1769.35/934.58	c cleaning 10012 clauses out of 20097 with flag 3265000/3265000
1773.98/937.06	c cleaning 10013 clauses out of 20086 with flag 3275001/3275001
1778.81/939.63	c cleaning 10019 clauses out of 20073 with flag 3285001/3285001
1783.40/942.14	c cleaning 9957 clauses out of 20054 with flag 3295001/3295001
1788.33/944.98	c cleaning 9953 clauses out of 20096 with flag 3305000/3305000
1792.92/947.47	c cleaning 10037 clauses out of 20144 with flag 3315001/3315001
1798.13/950.24	c cleaning 9937 clauses out of 20107 with flag 3325001/3325001
1800.12/951.41	c starts		: 250
1800.12/951.41	c conflicts		: 3328761
1800.12/951.41	c decisions		: 6003653
1800.12/951.41	c propagations		: 389090986
1800.12/951.41	c inspects		: 2197146110
1800.12/951.41	c learnt literals	: 0
1800.12/951.41	c learnt binary clauses	: 0
1800.12/951.41	c learnt ternary clauses	: 0
1800.12/951.41	c learnt clauses	: 3328761
1800.12/951.41	c ignored clauses	: 0
1800.12/951.41	c root simplifications	: 0
1800.12/951.41	c removed literals (reason simplification)	: 43765152
1800.12/951.41	c reason swapping (by a shorter reason)	: 0
1800.12/951.41	c Calls to reduceDB	: 334
1800.12/951.41	c number of reductions to clauses (during analyze)	: 0
1800.12/951.41	c number of learned constraints concerned by reduction	: 0
1800.12/951.41	c number of learning phase by resolution	: 0
1800.12/951.41	c number of learning phase by cutting planes	: 0
1800.12/951.41	c speed (assignments/second)	: 409126.13271926227
1800.12/951.41	c non guided choices	21152
1800.12/951.42	c learnt constraints type 
1800.12/951.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13970
1800.12/951.42	c constraints type 
1800.12/951.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1800.12/951.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.12/951.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1800.12/951.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.12/951.42	c constraints type 
1800.12/951.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
1800.12/951.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
1800.12/951.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
1800.12/951.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.12/951.42	s UNKNOWN
1800.12/951.42	c Total wall clock time (in seconds): 951.312

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.23 3.57 3.61 4/197 14417
/proc/meminfo: memFree=25930916/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 341685085 94019584 917 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 22954 917 697 9 0 16769 0
[pid=14417/tid=14418] ppid=14415 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) D 14415 14417 9489 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 341685085 94019584 917 33554432000 1073741824 1073778376 140735337624768 139879088217640 223642479911 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.106722 s]
/proc/loadavg: 3.23 3.57 3.61 4/197 14417
/proc/meminfo: memFree=25930916/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 4790 0 1 0 9 1 0 0 20 0 18 0 341685085 2764726272 6477 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 674982 6477 2124 9 0 665676 0
[pid=14417/tid=14418] ppid=14415 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) R 14415 14417 9489 0 -1 4202560 2774 0 1 0 7 1 0 0 20 0 18 0 341685085 2764726272 6477 33554432000 1073741824 1073778376 140735337624768 139879088210040 223655027981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.200276 s]
/proc/loadavg: 3.23 3.57 3.61 4/197 14417
/proc/meminfo: memFree=25930916/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 5215 0 1 0 24 1 0 0 20 0 18 0 341685085 2764726272 7362 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 674982 7362 2194 9 0 665676 0
[pid=14417/tid=14418] ppid=14415 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) R 14415 14417 9489 0 -1 4202560 2787 0 1 0 16 1 0 0 20 0 18 0 341685085 2764726272 7362 33554432000 1073741824 1073778376 140735337624768 139879088210040 139878914389575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 2699928

[startup+0.300294 s]
/proc/loadavg: 3.23 3.57 3.61 4/197 14417
/proc/meminfo: memFree=25930916/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 7520 0 1 0 51 2 0 0 20 0 18 0 341685085 2764726272 9877 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 674982 9877 2226 9 0 665676 0
[pid=14417/tid=14418] ppid=14415 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) R 14415 14417 9489 0 -1 4202560 2798 0 1 0 26 1 0 0 20 0 18 0 341685085 2764726272 9877 33554432000 1073741824 1073778376 140735337624768 139879088210040 139878914438340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700273 s]
/proc/loadavg: 3.23 3.57 3.61 4/197 14417
/proc/meminfo: memFree=25930916/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 16180 0 1 0 198 5 0 0 20 0 22 0 341685085 3037372416 24920 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 741546 24920 2247 9 0 732240 0
[pid=14417/tid=14418] ppid=14415 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) S 14415 14417 9489 0 -1 4202560 2810 0 1 0 34 2 0 0 20 0 22 0 341685085 3037372416 24920 33554432000 1073741824 1073778376 140735337624768 139879088223384 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 2966184

[startup+1.50083 s]
/proc/loadavg: 3.23 3.57 3.61 6/219 14439
/proc/meminfo: memFree=25685792/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2966184 CPUtime=4.78 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 16966 0 1 0 466 12 0 0 20 0 22 0 341685085 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 741546 101809 2267 9 0 732240 0
[pid=14417/tid=14418] ppid=14415 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) S 14415 14417 9489 0 -1 4202560 2810 0 1 0 34 2 0 0 20 0 22 0 341685085 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879088223384 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14420] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14420/stat : 14420 (java) S 14415 14417 9489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879072504744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14421] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14421/stat : 14421 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879071452200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14422] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14422/stat : 14422 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879070399144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14423] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14423/stat : 14423 (java) S 14415 14417 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879069346600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14424] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14424/stat : 14424 (java) S 14415 14417 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879068293544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14425] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14425/stat : 14425 (java) S 14415 14417 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879067241000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14426] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14426/stat : 14426 (java) S 14415 14417 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879066187944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14427] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14427/stat : 14427 (java) S 14415 14417 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879065135400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14428] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14428/stat : 14428 (java) S 14415 14417 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341685087 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879052725096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14429] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14429/stat : 14429 (java) S 14415 14417 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879051671416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14430] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14430/stat : 14430 (java) S 14415 14417 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879050618248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14431] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14431/stat : 14431 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879049566992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14432] ppid=14415 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/14417/task/14432/stat : 14432 (java) R 14415 14417 9489 0 -1 4202560 5873 0 0 0 110 2 0 0 20 0 22 0 341685090 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879048513688 139879092311323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14433] ppid=14415 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/14417/task/14433/stat : 14433 (java) S 14415 14417 9489 0 -1 4202560 6793 0 0 0 103 2 0 0 20 0 22 0 341685090 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879047461304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14434] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14434/stat : 14434 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879046408440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14435] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14435/stat : 14435 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879045356104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14436] ppid=14415 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/14417/task/14436/stat : 14436 (java) R 14415 14417 9489 0 -1 4202560 60 0 0 0 107 2 0 0 20 0 22 0 341685123 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879044300776 139878914967760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14437] ppid=14415 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/14417/task/14437/stat : 14437 (java) R 14415 14417 9489 0 -1 4202560 195 0 0 0 103 5 0 0 20 0 22 0 341685123 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879043249304 139878915001461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14438] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14438/stat : 14438 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879042196776 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14439] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14439/stat : 14439 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 101809 33554432000 1073741824 1073778376 140735337624768 139879041144232 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 2966184

[startup+3.10083 s]
/proc/loadavg: 3.23 3.57 3.61 5/219 14439
/proc/meminfo: memFree=25512768/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2966184 CPUtime=8.1 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 17147 0 1 0 796 14 0 0 20 0 22 0 341685085 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 741546 107469 2280 9 0 732240 0
[pid=14417/tid=14418] ppid=14415 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) S 14415 14417 9489 0 -1 4202560 2810 0 1 0 34 2 0 0 20 0 22 0 341685085 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879088223384 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14420] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14420/stat : 14420 (java) S 14415 14417 9489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879072504744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14421] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14421/stat : 14421 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879071452200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14422] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14422/stat : 14422 (java) S 14415 14417 9489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879070399144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14423] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14423/stat : 14423 (java) S 14415 14417 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879069346600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14424] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14424/stat : 14424 (java) S 14415 14417 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879068293544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14425] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14425/stat : 14425 (java) S 14415 14417 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879067241000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14426] ppid=14415 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/14417/task/14426/stat : 14426 (java) S 14415 14417 9489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879066187944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14427] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14427/stat : 14427 (java) S 14415 14417 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341685086 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879065135400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14428] ppid=14415 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/14417/task/14428/stat : 14428 (java) S 14415 14417 9489 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 22 0 341685087 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879052725096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14429] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14429/stat : 14429 (java) S 14415 14417 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879051671416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14430] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14430/stat : 14430 (java) S 14415 14417 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879050618248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14431] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14431/stat : 14431 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879049566992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14432] ppid=14415 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/14417/task/14432/stat : 14432 (java) S 14415 14417 9489 0 -1 4202560 6002 0 0 0 123 2 0 0 20 0 22 0 341685090 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879048513848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14433] ppid=14415 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/14417/task/14433/stat : 14433 (java) S 14415 14417 9489 0 -1 4202560 6797 0 0 0 108 2 0 0 20 0 22 0 341685090 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879047461304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14434] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14434/stat : 14434 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879046408440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14435] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14435/stat : 14435 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879045356104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14436] ppid=14415 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/14417/task/14436/stat : 14436 (java) R 14415 14417 9489 0 -1 4202560 62 0 0 0 258 2 0 0 20 0 22 0 341685123 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879044301648 139878914974105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14437] ppid=14415 vsize=2966184 CPUtime=2.58 cores=1,3,5,7
/proc/14417/task/14437/stat : 14437 (java) R 14415 14417 9489 0 -1 4202560 196 0 0 0 253 5 0 0 20 0 22 0 341685123 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879043247072 139878915107075 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14438] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14438/stat : 14438 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879042196776 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14439] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14439/stat : 14439 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 107469 33554432000 1073741824 1073778376 140735337624768 139879041144232 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 2966184

[startup+6.30084 s]
/proc/loadavg: 3.29 3.58 3.61 5/219 14439
/proc/meminfo: memFree=25459900/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2966184 CPUtime=14.51 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 17213 0 1 0 1434 17 0 0 20 0 22 0 341685085 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 741546 123055 2280 9 0 732240 0
[pid=14417/tid=14418] ppid=14415 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) S 14415 14417 9489 0 -1 4202560 2811 0 1 0 34 2 0 0 20 0 22 0 341685085 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879088223384 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14420] ppid=14415 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/14417/task/14420/stat : 14420 (java) S 14415 14417 9489 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879072504744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14421] ppid=14415 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/14417/task/14421/stat : 14421 (java) S 14415 14417 9489 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879071452200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14422] ppid=14415 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/14417/task/14422/stat : 14422 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879070399144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14423] ppid=14415 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/14417/task/14423/stat : 14423 (java) S 14415 14417 9489 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879069346600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14424] ppid=14415 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/14417/task/14424/stat : 14424 (java) S 14415 14417 9489 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879068293544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14425] ppid=14415 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/14417/task/14425/stat : 14425 (java) S 14415 14417 9489 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879067241000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14426] ppid=14415 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/14417/task/14426/stat : 14426 (java) S 14415 14417 9489 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879066187944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14427] ppid=14415 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/14417/task/14427/stat : 14427 (java) S 14415 14417 9489 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 341685086 3037372416 123055 33554432000 1073741824 1073778376 140735337624768 139879065135400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=14417/tid=14437] ppid=14415 vsize=2966184 CPUtime=761.37 cores=1,3,5,7
/proc/14417/task/14437/stat : 14437 (java) R 14415 14417 9489 0 -1 4202560 457 0 0 0 76117 20 0 0 20 0 22 0 341685123 3037372416 201610 33554432000 1073741824 1073778376 140735337624768 139879043247496 139878915000152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14438] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14438/stat : 14438 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 201610 33554432000 1073741824 1073778376 140735337624768 139879042196776 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14439] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14439/stat : 14439 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 201610 33554432000 1073741824 1073778376 140735337624768 139879041144232 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1673.49
Current children cumulated vsize (KiB) 2966184

[startup+942.301 s]
/proc/loadavg: 3.15 3.33 3.46 3/217 15821
/proc/meminfo: memFree=25093536/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2966184 CPUtime=1783.69 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 27888 0 1 0 178245 124 0 0 20 0 22 0 341685085 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 741546 203169 2281 9 0 732240 0
[pid=14417/tid=14418] ppid=14415 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) S 14415 14417 9489 0 -1 4202560 2905 0 1 0 36 3 0 0 20 0 22 0 341685085 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879088223384 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14420] ppid=14415 vsize=2966184 CPUtime=5.03 cores=1,3,5,7
/proc/14417/task/14420/stat : 14420 (java) S 14415 14417 9489 0 -1 4202560 319 0 0 0 496 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879072504744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14421] ppid=14415 vsize=2966184 CPUtime=5.1 cores=1,3,5,7
/proc/14417/task/14421/stat : 14421 (java) S 14415 14417 9489 0 -1 4202560 322 0 0 0 502 8 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879071452200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14422] ppid=14415 vsize=2966184 CPUtime=5.08 cores=1,3,5,7
/proc/14417/task/14422/stat : 14422 (java) S 14415 14417 9489 0 -1 4202560 310 0 0 0 501 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879070399144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14423] ppid=14415 vsize=2966184 CPUtime=5.16 cores=1,3,5,7
/proc/14417/task/14423/stat : 14423 (java) S 14415 14417 9489 0 -1 4202560 311 0 0 0 509 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879069346600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14424] ppid=14415 vsize=2966184 CPUtime=5 cores=1,3,5,7
/proc/14417/task/14424/stat : 14424 (java) S 14415 14417 9489 0 -1 4202560 313 0 0 0 493 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879068293544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14425] ppid=14415 vsize=2966184 CPUtime=5.04 cores=1,3,5,7
/proc/14417/task/14425/stat : 14425 (java) S 14415 14417 9489 0 -1 4202560 299 0 0 0 497 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879067241000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14426] ppid=14415 vsize=2966184 CPUtime=5 cores=1,3,5,7
/proc/14417/task/14426/stat : 14426 (java) S 14415 14417 9489 0 -1 4202560 316 0 0 0 492 8 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879066187944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14427] ppid=14415 vsize=2966184 CPUtime=5.03 cores=1,3,5,7
/proc/14417/task/14427/stat : 14427 (java) S 14415 14417 9489 0 -1 4202560 301 0 0 0 497 6 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879065135400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14428] ppid=14415 vsize=2966184 CPUtime=120.94 cores=1,3,5,7
/proc/14417/task/14428/stat : 14428 (java) R 14415 14417 9489 0 -1 4202560 120 0 0 0 12070 24 0 0 20 0 22 0 341685087 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879052723952 139879094348943 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14429] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14429/stat : 14429 (java) S 14415 14417 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879051671416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14430] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14430/stat : 14430 (java) S 14415 14417 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879050618248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14431] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14431/stat : 14431 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879049566992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14432] ppid=14415 vsize=2966184 CPUtime=1.34 cores=1,3,5,7
/proc/14417/task/14432/stat : 14432 (java) S 14415 14417 9489 0 -1 4202560 6022 0 0 0 132 2 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879048513848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14433] ppid=14415 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/14417/task/14433/stat : 14433 (java) S 14415 14417 9489 0 -1 4202560 14234 0 0 0 227 4 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879047461304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14434] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14434/stat : 14434 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879046408440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14435] ppid=14415 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/14417/task/14435/stat : 14435 (java) S 14415 14417 9489 0 -1 4202560 54 0 0 0 24 25 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879045356104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14436] ppid=14415 vsize=2966184 CPUtime=809.15 cores=1,3,5,7
/proc/14417/task/14436/stat : 14436 (java) S 14415 14417 9489 0 -1 4202560 402 0 0 0 80897 18 0 0 20 0 22 0 341685123 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879044301768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14437] ppid=14415 vsize=2966184 CPUtime=809.12 cores=1,3,5,7
/proc/14417/task/14437/stat : 14437 (java) S 14415 14417 9489 0 -1 4202560 473 0 0 0 80891 21 0 0 20 0 22 0 341685123 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879043247496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14438] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14438/stat : 14438 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879042196776 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14439] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14439/stat : 14439 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879041144232 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.69
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+951.401 s]
/proc/loadavg: 3.12 3.32 3.45 5/219 15823
/proc/meminfo: memFree=25091488/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 27895 0 1 0 179887 125 0 0 20 0 22 0 341685085 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 741546 203169 2281 9 0 732240 0
[pid=14417/tid=14418] ppid=14415 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) S 14415 14417 9489 0 -1 4202560 2907 0 1 0 36 3 0 0 20 0 22 0 341685085 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879088223384 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14420] ppid=14415 vsize=2966184 CPUtime=5.07 cores=1,3,5,7
/proc/14417/task/14420/stat : 14420 (java) S 14415 14417 9489 0 -1 4202560 319 0 0 0 500 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879072504744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14421] ppid=14415 vsize=2966184 CPUtime=5.14 cores=1,3,5,7
/proc/14417/task/14421/stat : 14421 (java) S 14415 14417 9489 0 -1 4202560 322 0 0 0 506 8 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879071452200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14422] ppid=14415 vsize=2966184 CPUtime=5.12 cores=1,3,5,7
/proc/14417/task/14422/stat : 14422 (java) S 14415 14417 9489 0 -1 4202560 310 0 0 0 505 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879070399144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14423] ppid=14415 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/14417/task/14423/stat : 14423 (java) S 14415 14417 9489 0 -1 4202560 311 0 0 0 516 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879069346600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14424] ppid=14415 vsize=2966184 CPUtime=5.06 cores=1,3,5,7
/proc/14417/task/14424/stat : 14424 (java) S 14415 14417 9489 0 -1 4202560 313 0 0 0 499 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879068293544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14425] ppid=14415 vsize=2966184 CPUtime=5.12 cores=1,3,5,7
/proc/14417/task/14425/stat : 14425 (java) S 14415 14417 9489 0 -1 4202560 299 0 0 0 505 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879067241000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14426] ppid=14415 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/14417/task/14426/stat : 14426 (java) S 14415 14417 9489 0 -1 4202560 316 0 0 0 497 8 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879066187944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14427] ppid=14415 vsize=2966184 CPUtime=5.11 cores=1,3,5,7
/proc/14417/task/14427/stat : 14427 (java) S 14415 14417 9489 0 -1 4202560 301 0 0 0 505 6 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879065135400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14428] ppid=14415 vsize=2966184 CPUtime=122.92 cores=1,3,5,7
/proc/14417/task/14428/stat : 14428 (java) S 14415 14417 9489 0 -1 4202560 120 0 0 0 12268 24 0 0 20 0 22 0 341685087 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879052725096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14429] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14429/stat : 14429 (java) S 14415 14417 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879051671416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14430] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14430/stat : 14430 (java) S 14415 14417 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879050618248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14431] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14431/stat : 14431 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879049566992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14432] ppid=14415 vsize=2966184 CPUtime=1.34 cores=1,3,5,7
/proc/14417/task/14432/stat : 14432 (java) S 14415 14417 9489 0 -1 4202560 6022 0 0 0 132 2 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879048513848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14433] ppid=14415 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/14417/task/14433/stat : 14433 (java) S 14415 14417 9489 0 -1 4202560 14234 0 0 0 227 4 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879047461304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14434] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14434/stat : 14434 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879046408440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14435] ppid=14415 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/14417/task/14435/stat : 14435 (java) S 14415 14417 9489 0 -1 4202560 54 0 0 0 24 26 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879045356104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14436] ppid=14415 vsize=2966184 CPUtime=816.14 cores=1,3,5,7
/proc/14417/task/14436/stat : 14436 (java) R 14415 14417 9489 0 -1 4202560 403 0 0 0 81596 18 0 0 20 0 22 0 341685123 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879044301648 139878915000930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14437] ppid=14415 vsize=2966184 CPUtime=816.11 cores=1,3,5,7
/proc/14417/task/14437/stat : 14437 (java) R 14415 14417 9489 0 -1 4202560 477 0 0 0 81590 21 0 0 20 0 22 0 341685123 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879043247376 139878914965533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14438] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14438/stat : 14438 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879042196776 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14439] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14439/stat : 14439 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879041144232 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

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

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

[startup+951.401 s]
/proc/loadavg: 3.12 3.32 3.45 5/219 15823
/proc/meminfo: memFree=25091488/32873844 swapFree=7628/7628
[pid=14417] ppid=14415 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/14417/stat : 14417 (java) S 14415 14417 9489 0 -1 4202496 27895 0 1 0 179887 125 0 0 20 0 22 0 341685085 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 140735337615904 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14417/statm: 741546 203169 2281 9 0 732240 0
[pid=14417/tid=14418] ppid=14415 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/14417/task/14418/stat : 14418 (java) S 14415 14417 9489 0 -1 4202560 2907 0 1 0 36 3 0 0 20 0 22 0 341685085 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879088223384 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14420] ppid=14415 vsize=2966184 CPUtime=5.07 cores=1,3,5,7
/proc/14417/task/14420/stat : 14420 (java) S 14415 14417 9489 0 -1 4202560 319 0 0 0 500 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879072504744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14421] ppid=14415 vsize=2966184 CPUtime=5.14 cores=1,3,5,7
/proc/14417/task/14421/stat : 14421 (java) S 14415 14417 9489 0 -1 4202560 322 0 0 0 506 8 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879071452200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14422] ppid=14415 vsize=2966184 CPUtime=5.12 cores=1,3,5,7
/proc/14417/task/14422/stat : 14422 (java) S 14415 14417 9489 0 -1 4202560 310 0 0 0 505 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879070399144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14423] ppid=14415 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/14417/task/14423/stat : 14423 (java) S 14415 14417 9489 0 -1 4202560 311 0 0 0 516 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879069346600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14424] ppid=14415 vsize=2966184 CPUtime=5.06 cores=1,3,5,7
/proc/14417/task/14424/stat : 14424 (java) S 14415 14417 9489 0 -1 4202560 313 0 0 0 499 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879068293544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14425] ppid=14415 vsize=2966184 CPUtime=5.12 cores=1,3,5,7
/proc/14417/task/14425/stat : 14425 (java) S 14415 14417 9489 0 -1 4202560 299 0 0 0 505 7 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879067241000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14426] ppid=14415 vsize=2966184 CPUtime=5.05 cores=1,3,5,7
/proc/14417/task/14426/stat : 14426 (java) S 14415 14417 9489 0 -1 4202560 316 0 0 0 497 8 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879066187944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14427] ppid=14415 vsize=2966184 CPUtime=5.11 cores=1,3,5,7
/proc/14417/task/14427/stat : 14427 (java) S 14415 14417 9489 0 -1 4202560 301 0 0 0 505 6 0 0 20 0 22 0 341685086 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879065135400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14428] ppid=14415 vsize=2966184 CPUtime=122.92 cores=1,3,5,7
/proc/14417/task/14428/stat : 14428 (java) S 14415 14417 9489 0 -1 4202560 120 0 0 0 12268 24 0 0 20 0 22 0 341685087 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879052725096 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14429] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14429/stat : 14429 (java) S 14415 14417 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879051671416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14430] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14430/stat : 14430 (java) S 14415 14417 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341685088 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879050618248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14431] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14431/stat : 14431 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879049566992 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14417/tid=14432] ppid=14415 vsize=2966184 CPUtime=1.34 cores=1,3,5,7
/proc/14417/task/14432/stat : 14432 (java) S 14415 14417 9489 0 -1 4202560 6022 0 0 0 132 2 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879048513848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14433] ppid=14415 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/14417/task/14433/stat : 14433 (java) S 14415 14417 9489 0 -1 4202560 14234 0 0 0 227 4 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879047461304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14434] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14434/stat : 14434 (java) S 14415 14417 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879046408440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14417/tid=14435] ppid=14415 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/14417/task/14435/stat : 14435 (java) S 14415 14417 9489 0 -1 4202560 54 0 0 0 24 26 0 0 20 0 22 0 341685090 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879045356104 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14436] ppid=14415 vsize=2966184 CPUtime=816.14 cores=1,3,5,7
/proc/14417/task/14436/stat : 14436 (java) R 14415 14417 9489 0 -1 4202560 403 0 0 0 81596 18 0 0 20 0 22 0 341685123 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879044301648 139878915000930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14437] ppid=14415 vsize=2966184 CPUtime=816.11 cores=1,3,5,7
/proc/14417/task/14437/stat : 14437 (java) R 14415 14417 9489 0 -1 4202560 477 0 0 0 81590 21 0 0 20 0 22 0 341685123 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879043247376 139878914965533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14417/tid=14438] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14438/stat : 14438 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879042196776 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14417/tid=14439] ppid=14415 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14417/task/14439/stat : 14439 (java) S 14415 14417 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341685124 3037372416 203169 33554432000 1073741824 1073778376 140735337624768 139879041144232 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 951.433
CPU time (s): 1800.96
CPU user time (s): 1799.25
CPU system time (s): 1.71174
CPU usage (%): 189.289
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.71174
maximum resident set size= 812808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27931
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41169
involuntary context switches= 74924

runsolver used 3.84241 second user time and 9.53355 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 22:33:22
IDJOB=3738375
IDBENCH=71848
IDSOLVER=2324
FILE ID=node144/3738375-1338755602
RUNJOBID= node144-1338739588-9506
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738375-1338755602/watcher-3738375-1338755602 -o /tmp/evaluation-result-3738375-1338755602/solver-3738375-1338755602 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3738375-1338755602.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1180143900

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25930916 kB
Buffers:         1719596 kB
Cached:          3672952 kB
SwapCached:          464 kB
Active:          4164240 kB
Inactive:        1896800 kB
Active(anon):     648772 kB
Inactive(anon):    11188 kB
Active(file):    3515468 kB
Inactive(file):  1885612 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               352 kB
Writeback:             0 kB
AnonPages:        664260 kB
Mapped:            22596 kB
Shmem:               172 kB
Slab:             740884 kB
SReclaimable:     182360 kB
SUnreclaim:       558524 kB
KernelStack:        1624 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1576080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70832 MiB
End job on node144 at 2012-06-03 22:49:16